@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,700&display=swap');

/* ===================================================================

　default　リセット

=================================================================== */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

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

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}
strong {
  font-weight:bold;
}
ul, ol {
  list-style:none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===================================================================

　フロート　クリア

=================================================================== */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*================================================

　全体

font-family: 'Noto Serif JP', serif;
font-family: 'Noto Sans JP', sans-serif;

=================================================*/
html{
  font-size: 62.5%;
	height: 100%;
}
body{
    position: relative;
    height: 100%;
    color: #251214;
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    line-height: 2;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
}
a, a:link, a:visited { color: #d70b24; text-decoration: none; }
a:hover { opacity: 0.5; }
img { height: auto; vertical-align: bottom; }

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

/*================================================

　レイアウト

=================================================*/
#content {
    margin: 0 auto;
    padding: 0;
}
.content_main_img {
    width: 100%;
    border-bottom: 6px solid #53381D;
}
.content_main_img img {
    width: 100%;
}
.mt_0 {
    margin-top: 0!important;
}
.mb_0 {
    margin-bottom: 0!important;
}
.hidden-xs{ display: none !important; }

@media screen and (min-width:960px) {
    
    .hidden-xs{ display: block!important; }
    .visible-xs { display: none!important; }
    #content {
        min-width: 1280px;
    }
    body {
        zoom: 90%;
    }
}


/*====================================
　Amazon購入ボタン
=====================================*/
.buybox {
    margin: 0 auto;
	padding: 20px 0;
    text-align: center!important;
}
.buybox p {
	vertical-align: middle;
	margin: 20px auto;
    padding: 0;
}
.buybox p:nth-of-type(2) {
	width: 280px;
}

	.buybox p:nth-of-type(3) {
		width: 188px;
	}

@media screen and (min-width:960px) {
    #brandnews.buybox {
        margin-top: -50px;
    }
    
    .buybox {
        margin: 0 auto;
    	padding: 35px 0;
        text-align: center!important;
    }

	.buybox p {
		display: inline-block;
		margin: 0 25px 0;
	}

	.buybox p:nth-of-type(2) {
		width: 315px;
	}

	.buybox p:nth-of-type(3) {
		width: 188px;
	}
    
}


/*================================================

　トップページ

=================================================*/
#topCatch {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 6px solid #53381D;
}
#topCatch .slideWrap {
    position: relative;
    width: 100%;
    padding: 58.5% 0 0;
}
#topCatch #topSlide li span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}
#topCatch h1 {
  text-align: left;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  z-index: 10;
}

@media screen and (min-width:960px) {
    
    #topCatch {
        position: relative;
        margin: 0;
        padding: 0;
    }
    #topCatch .slideWrap {
        position: relative;
        width: 100%;
        padding: 0;
    }
    #topCatch #topSlide li span {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 0;
        width: 100%;
        height: 100%;
    }

}


/*================================================

　Brand News

=================================================*/
.brandnews {
	padding: 0;
    text-align: center;
    overflow: hidden;
}
.brandnews-content h1 {
	padding: 35px 0;
    text-align: center;
    background: url("../images/top/brandnews_title_bg.png") center center / auto 90% no-repeat;
}
.brandnews-content h1 img {
    width: 40%;
}
.brandnews-content h2 {
    position: relative;
    margin: 35px auto 0;
	padding: 15px 20px;
	font-size: 22px;
	font-size: 2.2rem;
    line-height: 1.3;
    background-color: #BED400;
}
.brandnews-content-detail {
    width: 100%;
    margin: 0 auto;
	padding: 20px;
}
.brandnews-content-detail p {
    margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
    text-align: left;
    line-height: 2;
}
.brandnews-content-detail p strong {
    color: #CA0012;
}


.brandnews-content-detail-youtube {
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
}
.brandnews-content-detail-youtube .youtubebox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.brandnews-content-detail-youtube .youtubebox iframe  {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


@media screen and (min-width:960px) {
    #brandnews {
        margin-top: 0px;
        padding-top: 120px;
    }
    .brandnews {
    	padding: 35px 0 50px;
    }
    .brandnews-content h1 {
        height: 261px;
    	padding: 53px 0;
        background: url("../images/top/brandnews_title_bg.png") center center / auto auto no-repeat;
    }
    .brandnews-content h1 img {
        width: 204px;
    }
    .brandnews-content h2 {
    	padding: 20px 0;
    	font-size: 30px;
    	font-size: 3rem;
        letter-spacing: 0.2em;
    }
    .brandnews-content-detail {
        width: 1480px;
        margin: 0 auto;
    	padding: 20px 0;
    }
    .brandnews-content-detail p {
        margin: 20px 0 0;
    	font-size: 20px;
    	font-size: 2rem;
        line-height: 2.5;
    }

    .brandnews-content-detail-youtube {
        float: left;
        width: 710px;
        margin: 18px 0 0;
    }

    .brandnews-content-detail-youtube:last-child {
        float: right;
    }

}


/*================================================

　コンセプト

=================================================*/
.concept {
	padding: 0;
    text-align: center;
    overflow: hidden;
}
.concept-content h1 {
	padding: 35px 0;
    text-align: center;
    background: url("../images/top/concept_title_bg.png") center center / auto 90% no-repeat;
}
.concept-content h1 img {
    width: 30%;
}
.concept-content h2 {
	padding: 20px 0;
	font-size: 20px;
	font-size: 2rem;
    line-height: 1;
}
.concept-content h3 {
	padding: 10px 0;
	font-size: 22px;
	font-size: 2.2rem;
    line-height: 1;
    background-color: #BED400;
}
.concept-content h3 span {
    display: inline-block;
    margin: 0 0 0 -15px;
    padding: 0 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.concept-content-detail {
    width: 100%;
    margin: 0 auto;
	padding: 20px;
}
.concept-content-detail h4 {
    position: relative;
    margin: 10px 0 25px;
	font-size: 20px;
	font-size: 2rem;
    font-weight: 700;
}
.concept-content-detail h4:before {
    position: absolute;
    top: -10px;
    left: 50%;
    content: '';
    display: block;
    width: 42px;
    height: 45px;
    margin-left: 5em;
    background: url("../images/top/concept_title_icon01.svg") right top / 42px 45px no-repeat;
}
.concept-content-detail .concept-content-detail-box:nth-of-type(2) h4:before {
    top: -15px;
    width: 50px;
    height: 60px;
    margin-left: -9em;
    background: url("../images/top/concept_title_icon02.svg") right top / 50px 60px no-repeat;
}
.concept-content-detail .concept-content-detail-box:nth-of-type(3) h4:before {
    top: 2.5em;
    width: 51px;
    height: 53px;
    margin-left: 6em;
    background: url("../images/top/concept_title_icon03.svg") right top / 51px 53px no-repeat;
}
.concept-content-detail h4:after {
    content: '';
    display: block;
    margin-top: 5px;
    border-bottom: 2px dashed #000;
}
.concept-content-detail h5 {
    margin: 20px 0 15px;
	font-size: 18px;
	font-size: 1.8rem;
}
.concept-content-detail p {
    margin: 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 2;
}
.concept-content-detail-text {
    width: 100%;
    text-align: left;
}
.concept-content-detail-img {
    text-align: left;
    background: url("../images/common/stripe_bg.png") left top / auto auto repeat;
}
.marker {
    background: linear-gradient(transparent 50%, #FFFF00 0%);
}

@media screen and (min-width:960px) {

    .concept {
        padding: 35px 0;
    }
    .concept-content h1 {
        height: 261px;
        padding: 55px 0;
        text-align: center;
        background: url("../images/top/concept_title_bg.png") center center / auto auto no-repeat;
    }
    .concept-content h1 img {
        width: 165px;
    }
    .concept-content h2 {
        padding: 20px 0;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        letter-spacing: 0.2em;
    }
    .concept-content h3 {
        padding: 20px 0;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1;
        letter-spacing: 0.2em;
    }
    .concept-content h3 span {
        display: inline-block;
        margin: 0 0 0 -15px;
        padding: 0 15px 0;
    	font-size: 18px;
    	font-size: 1.8rem;
    }
    .concept-content-detail {
        width: 1280px;
        margin: 0 auto;
    	padding: 20px 0;
    }
    .concept-content-detail h4 {
        position: relative;
        margin: 50px 0 25px;
    	font-size: 30px;
    	font-size: 3rem;
    }
    .concept-content-detail h4:before {
        position: absolute;
        top: -20px;
        left: 50%;
        content: '';
        display: block;
        width: 72px;
        height: 75px;
        margin-left: 5em;
        background: url("../images/top/concept_title_icon01.svg") right top / 72px 75px no-repeat;
    }
    .concept-content-detail .concept-content-detail-box:nth-of-type(2) h4:before {
        top: -40px;
        width: 92px;
        height: 110px;
        margin-left: -9.5em;
        background: url("../images/top/concept_title_icon02.svg") right top / 92px 110px no-repeat;
    }
    .concept-content-detail .concept-content-detail-box:nth-of-type(3) h4:before {
        top: -30px;
        width: 85px;
        height: 88px;
        margin-left: 18.5em;
        background: url("../images/top/concept_title_icon03.svg") right top / 85px 88px no-repeat;
    }
    .concept-content-detail h4:after {
        margin-top: -10px; 
        border-bottom: 2px dashed #000;
    }
    .concept-content-detail h5 {
        margin: 0 0 25px;
    	font-size: 25px;
    	font-size: 2.5rem;
    }
    .concept-content-detail p {
        margin: 0;
    	font-size: 20px;
    	font-size: 2rem;
        line-height: 2.2;
    }
    .concept-content-detail-text {
        width: 49%;
        text-align: left;
    }
    .concept-content-detail-img {
        text-align: left;
        background: url("../images/common/stripe_bg.png") left top / auto auto repeat;
    }
    .marker {
    }

    .concept-content-detail .concept-content-detail-box .concept-content-detail-img {
        float: right;
    }
    .concept-content-detail .concept-content-detail-box .concept-content-detail-text {
        float: left;
    }

    .concept-content-detail .concept-content-detail-box:nth-of-type(odd) .concept-content-detail-img {
        float: left;
    }
    .concept-content-detail .concept-content-detail-box:nth-of-type(odd) .concept-content-detail-text {
        float: right;
    }

}

@media screen and (min-width:1280px) {
    
    .concept-content-detail .concept-content-detail-box:nth-of-type(odd) .concept-content-detail-img {
        margin-left: calc(50% - 50vw);
        padding-left: calc(50vw - 50%);
    }
    .concept-content-detail .concept-content-detail-box:nth-of-type(2) .concept-content-detail-img {
        margin-right: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
    }

}


/*================================================

　プロダクト

=================================================*/
.product {
	padding: 0;
    text-align: center;
    overflow: hidden;
}
.product-content h1 {
	padding: 35px 0;
    text-align: center;
    background: url("../images/top/product_title_bg.png") center center / auto 90% no-repeat;
}
.product-content h1 img {
    width: 30%;
}
.product-content h2 {
	padding: 10px 0;
	font-size: 20px;
	font-size: 2rem;
    line-height: 1;
}
.product-content h3 {
    position: relative;
	padding: 15px 20px;
	font-size: 22px;
	font-size: 2.2rem;
    line-height: 1.3;
    background-color: #BED400;
}
.product-content h3.attention {
	padding: 15px 20px 15px 75px;
}
.product-content h3.attention:before {
    position: absolute;
    top: 8px;
    left: 5px;
    content: '日本初';
    display: block;
    width: 70px;
    height: 70px;
    padding: 26px 0 0;
    text-align: center;
    color: #FFD300;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    background-color: #1D2080;
    border-radius: 50%;
    z-index: 99999;
}
.product-content h4 {
    position: relative;
	padding: 13px 0;
    color: #FFD300;
	font-size: 20px;
	font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    background-color: #C80012;
}
.product-content-detail {
    width: 100%;
    margin: 0 auto;
	padding: 20px;
}
.product-content-detail p {
    margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
    text-align: left;
    line-height: 2;
}
.product-content-detail p strong {
    color: #CA0012;
}
.product-content-detail ul {
    margin: 20px 0 0;
}
.product-content-detail ul li {
    width: 100%;
    margin: 0 0 20px;
}
.product-content-detail ul li img {
    max-width: 100%;
}
.product-content-detail ul.point li {
    width: 100%;
    margin: 0;
    padding: 20px;
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 2;
}
.product-content-detail ul.point li p {
    margin-top: 20px;
}
.product-content-detail ul.point li .movie_link {
    margin-top: 10px;
    text-align: right;
}
.product-content-detail ul.point li .movie_link a {
    color: #CA0012;
    text-decoration: underline;
}
.product-content-detail .product-content-detail-button {
    margin: 20px 0 0;
    text-align: center;
}
.product-content-detail .product-content-detail-page {
    display: table;
    margin: 20px auto 0;
}
.product-content-detail .product-content-detail-page li {
    display: table-cell;
    padding: 0 10px;
    width: 25%;
    vertical-align: bottom;
}
.product-content-detail .product-content-detail-page li:first-child img {
    width: 72%;
}

.product-content-detail .note {
    margin: 30px 0 0;
    text-align: center;
}
.product-content-detail h3 {
    margin: 0 calc(50% - 50vw);
}
.product-content-detail .buybox p {
    text-align: center!important;
	vertical-align: middle;
	margin: 20px auto;
    padding: 0;
}

.product-content-detail .product-content-detail-spec {
    width: 100%;
    margin: 40px auto 0;
    text-align: left;
}

.product-content-detail .product-content-detail-spec div:nth-of-type(1) {
    width: 100%;
}
.product-content-detail .product-content-detail-spec div:nth-of-type(2) {
    width: 100%;
}
.product-content-detail .product-content-detail-spec dt {
    margin: 40px 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 1;
}
.product-content-detail .product-content-detail-spec dd {
	font-size: 14px;
	font-size: 1.4rem;
    line-height: 1.5;
}
.product-content-detail .product-content-detail-spec dd ul {
    display: block;
    margin: 0;
    padding: 0;
}
.product-content-detail .product-content-detail-spec dd ul li {
    margin: 0 0 5px;
    padding: 0;
}
.product-content-detail .product-content-detail-spec div:nth-of-type(2) dd {
    font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (min-width:960px) {
    .product {
    	padding: 35px 0;
    }
    .product-content h1 {
        height: 261px;
    	padding: 30px 0;
        background: url("../images/top/product_title_bg.png") center center / auto auto no-repeat;
    }
    .product-content h1 img {
        width: 240px;
    }
    .product-content h2 {
    	padding: 20px 0;
    	font-size: 30px;
    	font-size: 3rem;
        letter-spacing: 0.2em;
    }
    .product-content h3 {
    	padding: 20px 0;
    	font-size: 32px;
    	font-size: 3.2rem;
        letter-spacing: 0.2em;
    }
    .product-content h3.attention:before {
        top: -10px;
        left: 50%;
        content: '日本初';
        width: 92px;
        height: 92px;
        margin-left: -26em;
        padding: 36px 0 0 4px;
    	font-size: 21px;
    	font-size: 2.1rem;
    }

    .product-content h4 {
    	padding: 13px 0;
    	font-size: 40px;
    	font-size: 4rem;
        letter-spacing: 0.2em;
    }
    .product-content-detail {
        width: 1280px;
        margin: 0 auto;
    	padding: 20px 0;
    }
    .product-content-detail p {
        margin: 20px 0 0;
    	font-size: 20px;
    	font-size: 2rem;
        line-height: 2.5;
    }
    .product-content-detail p strong {
    }
    .product-content-detail ul {
    	display: flex;
    	display: -ms-flexbox;
    	flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	-ms-flex-pack: justify;
    	align-content: space-between;
    	justify-content: space-between;
        margin: 50px 0 0;
    }
    .product-content-detail ul li {
        width: 620px;
        margin: 0 0 40px;
    }
    .product-content-detail ul li img {
        max-width: 100%;
    }
    .product-content-detail ul.point li {
        width: 33%;
        margin: 0;
        padding: 0 30px;
    	font-size: 20px;
    	font-size: 2rem;
        line-height: 2;
    }
    .product-content-detail ul.point li .movie_link {
        margin-top: -20px;
    }
    .product-content-detail ul.point li .movie_link a {
    }
    .product-content-detail .product-content-detail-button {
        margin: 20px 0 0;
    }

    .product-content-detail .product-content-detail-page {
        display: table;
        margin: 50px auto 0;
    }
    .product-content-detail .product-content-detail-page li {
        display: table-cell;
        padding: 0 30px;
        width: 25%;
        vertical-align: bottom;
    }
    .product-content-detail .note {
        margin: 50px 0 0;
    }
    .product-content-detail h3 {
        margin: 0 calc(50% - 50vw);
    }
    .product-content-detail .buybox p {
		margin: 0 40px 0;
    }
    .product-content-detail .product-content-detail-spec {
        width: 1200px;
        margin: 40px auto 0;
    }

    .product-content-detail .product-content-detail-spec div:nth-of-type(1) {
        float: left;
        width: 380px;
    }
    .product-content-detail .product-content-detail-spec div:nth-of-type(2) {
        float: right;
        width: 660px;
    }
    .product-content-detail .product-content-detail-spec dt {
        margin: 0 0 25px;
    	font-size: 20px;
    	font-size: 2rem;
        line-height: 1;
    }
    .product-content-detail .product-content-detail-spec dd {
    	font-size: 17px;
    	font-size: 1.7rem;
        line-height: 1.5;
    }
    .product-content-detail .product-content-detail-spec dd ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    .product-content-detail .product-content-detail-spec dd ul li {
        margin: 0 0 5px;
        padding: 0;
    }
    .product-content-detail .product-content-detail-spec div:nth-of-type(2) dd {
    }

}


/*================================================

　掲載メディア情報

=================================================*/
.media {
	padding: 0;
    text-align: center;
    overflow: hidden;
}
.media-content h1 {
    position: relative;
	padding: 15px 20px;
	font-size: 22px;
	font-size: 2.2rem;
    line-height: 1.3;
    background-color: #BED400;
}
.media-content h1 {
	padding: 15px 20px;
}
.media-content-detail {
    width: 100%;
    margin: 0 auto;
	padding: 20px;
}
.media-content-detail {
    margin: 0 auto;
    padding: 20px 0 0;
}
.media-content-detail dl {
    margin: 0 auto 60px;
    text-align: left;
}
.media-content-detail dl dt {
}
.media-content-detail dl dt img {
    width: 100%;
}
.media-content-detail dl dd {
    padding: 0 15px;
}
.media-content-detail dl dd h2 {
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: left;
    color: #1d2080;
    font-size: 10px;
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: 2px dashed #5a5250;
}
.media-content-detail dl dd p {
    margin: 0;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}
.media-content-detail dl dd p.short {
	letter-spacing: -0.05em;
}

.media-content-detail dl dd div {
    margin: 15px 0 0;
    padding: 0 20px;
    font-weight: bold;
}
.media-content-detail dl dd div p {
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.media-content-detail dl dd a {
    display: block;
    margin: 0;
    padding: 0;
    color: #0084cd;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
}


@media screen and (min-width:960px) {
    .media {
    	padding: 0;
    }
    .media-content {
    	padding: 120px 0 20px;
        margin-top: -100px;
    }
    .media-content h1 {
    	padding: 20px 0;
    	font-size: 32px;
    	font-size: 3.2rem;
        letter-spacing: 0.2em;
    }
    .media-content-detail {
        margin: 0 auto;
    	padding: 20px 0 0;
        background: url("../images/media/media_bg.png") center top / auto auto repeat-y;
    }
    .media-content-detail dl {
        height: 351px;
        display: table;
        margin: 0 auto;
        text-align: left;
    }
    .media-content-detail dl dt {
        display: table-cell;
        width: 515px;
        vertical-align: top;
    }
    .media-content-detail dl dd {
        position: relative;
        display: table-cell;
        width: 930px;
        padding: 0 15px;
        vertical-align: top;
    }
    .media-content-detail dl dd h2 {
        margin: 0 0 10px;
        padding: 15px 0;
        text-align: center;
        color: #1d2080;
        font-size: 29px;
        font-size: 2.9rem;
        line-height: 1.4;
        border-bottom: 2px dashed #5a5250;
    }
    .media-content-detail dl dd p {
        margin: 0;
        padding: 0 15px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8;
    }
    .media-content-detail dl dd div {
        position: absolute;
        bottom: 40px;
        margin: 30px 0 0;
        padding: 0 20px;
        font-weight: bold;
    }
    .media-content-detail dl dd div p {
        margin: 5px 0;
        padding: 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.5;
    }
    .media-content-detail dl dd a {
        display: block;
        margin: 0;
        padding: 0;
        color: #0084cd;
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 1.2;
    }

}


/*================================================

　info Video

=================================================*/
.info {
	padding: 0;
    text-align: center;
    overflow: hidden;
}
.info-content h1 {
	padding: 25px 0;
    text-align: center;
    background: url("../images/top/info_title_bg.png") center center / auto 90% no-repeat;
}
.info-content h1 img {
    width: 60%;
}
.info-content-detail {
    width: 100%;
    margin: 0 auto;
	padding: 0 20px;
}
.info-content-detail-news {
    float: left;
    width: 100%;
    text-align: left;
}
.info-content-detail-news p {
    margin: 0;
    padding: 20px 0;
}
.info-content-detail-news-box {
	overflow: auto;
    position: relative;
    width: 100%;
    margin: 0 0 30px;
	padding: 56.07% 0 0;
	font-size: 12px;
	font-size: 1.2rem;
    background: url("../images/top/info_news_frame.png") center center / 100% auto no-repeat;
}
.info-content-detail-news dl {
	overflow: auto;
    position: absolute;
    top: 0;
    left: 7%;
	padding: 5% 20px 0 0;
}
.info-content-detail-news dl dt {
	float: left;
	clear: right;
	padding: 0 0 0.5em;
}
.info-content-detail-news dd {
	padding: 0 0 0.5em 6em;
}


.info-content-detail-youtube {
    width: 100%;
    text-align: left;
}
.info-content-detail-youtube p {
    margin: 0 0 15px;
}
.info-content-detail-youtube p img:last-child {
    width: 65%;
    margin: 0 0 0 10px;
}
.info-content-detail-youtube .youtubebox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.info-content-detail-youtube .youtubebox iframe  {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.instabox {
    margin: 30px auto 0;
	padding: 0;
    text-align: center;
}
.instabox p img {
    width: 50%;
}
.gallery{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    align-content: space-between;
    justify-content: space-between;
    margin: 20px 0 0;
}
.gallery-box {
    position: relative;
    width: 25%;
    height: auto;
    background: #EEE;
}
.gallery-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery-box-inner {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (min-width:960px) {

    .info {
    	padding: 35px 0;
        text-align: center;
    }
    .info-content h1 {
        height: 261px;
    	padding: 80px 0;
        background: url("../images/top/info_title_bg.png") center center / auto auto no-repeat;
    }
    .info-content h1 img {
        width: 565px;
    }
    .info-content h2 {
    	padding: 20px 0;
    	font-size: 30px;
    	font-size: 3rem;
        letter-spacing: 0.2em;
    }
    .info-content-detail {
        width: 1280px;
        margin: 0 auto;
    	padding: 20px 20px;
    }
    .info-content-detail-news {
        float: left;
        width: 623px;
    }
    .info-content-detail-news p {
        margin: 0 0 15px;
        padding: 44px 0 0;
    }

    .info-content-detail-news-box {
        width: 600px;
        height: 336px;
        margin: 0;
    	font-size: 14px;
    	font-size: 1.4rem;
        background: url("../images/top/info_news_frame.png") center center / 100% auto no-repeat;
    }

    .info-content-detail-news dl {
		overflow: auto;
        position: absolute;
        top: 40px;
        left: 40px;
        width: 520px;
		height: 270px;
		padding: 0;
    }

    .info-content-detail-youtube {
        float: right;
        width: 600px;
        margin: 18px 0 0;
    }

    .info-content-detail-youtube p {
        margin: 0 0 15px;
    }
    .info-content-detail-youtube p img {
        margin: 0 70px 0 0;
    }
    .info-content-detail-youtube p img:last-child {
        width: 320px;
        margin: 0;
    }

    .instabox {
        margin: 60px auto;
    	padding: 0;
        text-align: center;
    }
    .instabox p img {
        width: 250px;
    }
    .gallery {
        margin: 80px 0;
    }
    .gallery-box {
        width: 12.5%;
    }

}


/*================================================

　Voice

=================================================*/
.voice {
	padding: 35px 0 0;
    text-align: center;
    overflow: hidden;
}
.voice-content h1 {
	padding: 35px 0;
    text-align: center;
    background: url("../images/top/voice_title_bg.png") center center / auto 70% no-repeat;
}
.voice-content h1 img {
    width: 20%;
}
.voice-content h2 {
	padding: 10px 0;
    line-height: 1;
}
.voice-content h2 img {
    width: 60%;
}
.voice-content-detail {
    width: 100%;
    margin: 0 auto;
	padding: 20px;
}
.voice-content-detail-voicebox {
    margin: 0 0 20px;
}
.voice-content-detail-voicebox dt {
    position: relative;
    z-index: 999;
}
.voice-content-detail-voicebox dd {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.voice-content-detail-voicebox dd a {
    display: block;
    width: 100%;
    padding: 56.09% 0 0;
    margin: -10px 0 0;
    transition: all .3s ease-out;
}
.voice-content-detail-voicebox dd:nth-of-type(1) img {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 20%;
}
.voice-content-detail-voicebox dd:nth-of-type(2) p {
	padding: 15px 0;
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 1;
    border-bottom: 1px solid #000;
}
.voice-content-detail-voicebox dd:nth-of-type(2) {
    background: url("../images/common/deco_line01.png"), url("../images/common/deco_line02.png");
    background-size: 38px 14px, 38px 14px;
    background-position: center left 10px, center right 10px;
    background-repeat: no-repeat, no-repeat;
}
.voice-content-detail-voicebox:nth-of-type(1) dd:nth-of-type(1) a {
    background: url("../images/top/voice_img01.png") center center / auto auto no-repeat; background-size: cover;
}
.voice-content-detail-voicebox:nth-of-type(2) dd:nth-of-type(1) a {
    background: url("../images/top/voice_img02.png") center center / auto auto no-repeat; background-size: cover;
}
.voice-content-detail-voicebox dd a:hover {
    transform: scale(1.2);
}

.customers-slider nav {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.customers-slider nav li {
    text-align: center;
}
.customers-slider #arrows {
    display: none;
}
.voice-content-detail-customers {
    width: 100%;
    margin: 0;
    padding: 38.03% 20px 20px;
    color: #FFF;
    background: url("../images/top/voice_img03.jpg") center center / auto 100% no-repeat;
}
.voice-content-detail-customers.no02 {
    background: url("../images/top/voice_img04.jpg") center center / auto 100% no-repeat;
}
.voice-content-detail-customers.no03 {
    background: url("../images/top/voice_img05.jpg") center center / auto 100% no-repeat;
}
.voice-content-detail-customers p {
    margin-top: 15%;
	font-size: 10px;
	font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}
.voice-content-detail-customers p:nth-of-type(2) {
    margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
}

.voicepage {
	padding: 20px 0;
    text-align: center;
    overflow: hidden;
}
.voicepage-content h1 {
	padding: 35px 0;
    text-align: center;
    background: url("../images/top/voice_title_bg.png") center center / auto 80% no-repeat;
}
.voicepage-content h1 img {
    width: 40%;
}
.voicepage-content-detail {
    width: 100%;
    margin: 0 auto;
	padding: 0 20px;
    text-align: left;
}
.voicepage-content-detail strong {
    color: #C60012;
}
.voicepage-content-detail h2 {
    padding: 20px 0;
    color: #000;
    text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 2px dashed #000;
}
.voicepage-content-detail h2.toyo {
    margin: 0;
    text-align: left;
}
.voicepage-content h2 span:first-child {
    display: block;
    text-align: left;
}
.voicepage-content h2 span:nth-of-type(2) {
    color: #C60012;
}
.voicepage-content h2 span:last-child {
    display: block;
    text-align: right;
}
.voicepage-content-detail p {
	font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
}
.voicepage-content-detail h3 {
    margin: 0 0 20px;
	font-size: 24px;
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
}
.voicepage-content-detail-article {
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
}
.voicepage-content-detail-text {
    width: 100%;
    text-align: left;
}
.voicepage-content-detail-text p {
    margin: 0 0 20px;
}
.voicepage-content-detail-text p.cooperation {
    margin-top: -20px!important;
    text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}
.voicepage-content-detail-text span {
    color: #0081CA;
}
.voicepage-content-detail-img {
    width: 100%;
}
.voicepage-content-detail-img img {
    width: 100%;
}
.voicepage-content-detail-article.first-box .voicepage-content-detail-text {
    float: right;
}
.voicepage-content-detail-article.first-box .voicepage-content-detail-img {
    float: left;
}
.voicepage-content-detail-article.last-box {
    margin-top: 0;
}
.voicepage-content-detail-article.last-box .voicepage-content-detail-text {
    width: 100%;
}

.voicepage-content-detail-article .voicepage-content-detail-article-imgbox {
    margin: 20px 0 0;
}
.voicepage-content-detail-article .voicepage-content-detail-article-imgbox li {
    margin: 20px 0 0;
}
.voicepage-content-detail-article .voicepage-content-detail-article-imgbox li p {
	font-size: 11px;
	font-size: 1.1rem;
    text-align: left;
}
.voicepage-content-detail-article .voicepage-content-detail-article-imgbox li img {
    width: 100%;
}

.voicepage-content-detail-profile {
    margin: 50px 0 0;
}
.voicepage-content-detail-profile p {
    text-align: center;
}
.voicepage-content-detail-profile dl {
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
}
.voicepage-content-detail-profile dl dt {
    
}
.voicepage-content-detail-profile dl dd {

}
.voicepage-content-detail-banner {
    margin: 0 auto 20px;
}
.voicepage-content-detail-banner li:first-child {
    margin: 30px auto;
}
.voicepage-content-detail-banner li:last-child {
}


@media screen and (min-width:960px) {

    .voice {
    	padding: 35px 0;
    }
    .voice-content h1 {
        height: 261px;
    	padding: 120px 0;
        background: url("../images/top/voice_title_bg.png") center center / auto auto no-repeat;
    }
    .voice-content h1 img {
        width: 95px;
    }
    .voice-content h2 {
    	padding: 20px 0;
    }
    .voice-content h2 img {
        width: 320px;
    }
    .voice-content-detail {
    	display: flex;
    	display: -ms-flexbox;
    	flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	-ms-flex-pack: justify;
    	align-content: space-between;
    	justify-content: space-between;
        width: 1280px;
        margin: 0 auto;
    	padding: 20px;
    }

    .voice-content-detail-voicebox dt {
        width: 600px;
    }
    .voice-content-detail-voicebox dd {
    }
    .voice-content-detail-voicebox dd a {
        display: block;
        width: 600px;
        padding: 56.09% 0 0;
        margin: -10px 0 0;
        transition: all .3s ease-out;
    }
    .voice-content-detail-voicebox dd:nth-of-type(1) img {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }
    .voice-content-detail-voicebox dd:nth-of-type(2) p {
    	padding: 20px 0 15px;
    	font-size: 23px;
    	font-size: 2.3rem;
        line-height: 1;
        border-bottom: 1px solid #000;
    }
    .voice-content-detail-voicebox dd:nth-of-type(2) {
        background: url("../images/common/deco_line01.png"), url("../images/common/deco_line02.png");
        background-size: 77px 29px, 76px 29px;
        background-position: center left 30px, center right 30px;
        background-repeat: no-repeat, no-repeat;
    }
    .voice-content-detail-voicebox:nth-of-type(1) dd:nth-of-type(1) a {
        background: url("../images/top/voice_img01.png") center center / 100 auto no-repeat;
    }
    .voice-content-detail-voicebox:nth-of-type(2) dd:nth-of-type(1) a {
        background: url("../images/top/voice_img02.png") center center / 100 auto no-repeat;
    }
    .voice-content-detail-voicebox dd a:hover {
        transform: scale(1.2);
    }

    .customers-slider nav {
        padding: 20px 0;
        width: 1240px;
    }
    .customers-slider #arrows {
        display: block;
    }
    .customers-slider #arrows .slick-prev,
    .customers-slider #arrows .slick-next {
        margin-top: 20px;
        border: 1px solid #000;
        border-radius: 5px;
    }
    .voice-content-detail-customers {
        width: 1240px;
        margin: 65px 0 0;
        padding: 38.03% 20px 0;
        background: url("../images/top/voice_img03.jpg") center center / 100% auto no-repeat;
    }
    .voice-content-detail-customers.no02 {
        background: url("../images/top/voice_img04.jpg") center center / 100% auto no-repeat;
    }
    .voice-content-detail-customers.no03 {
        background: url("../images/top/voice_img05.jpg") center center / 100% auto no-repeat;
    }
    .voice-content-detail-customers p {
        margin-top: -13%;
    	font-size: 15px;
    	font-size: 1.5rem;
        line-height: 1;
    }
    .voice-content-detail-customers p:nth-of-type(2) {
        margin-top: 40px;
    	font-size: 20px;
    	font-size: 2rem;
        line-height: 2;
    }

    .voicepage {
	    padding: 35px 0;
    }
    .voicepage-content h1 {
        height: 261px;
    	padding: 120px 0;
        background: url("../images/top/voice_title_bg.png") center center / auto auto no-repeat;
    }
    .voicepage-content-detail {
        width: 1280px;
        margin: 0 auto;
    	padding: 20px 0;
    }
    .voicepage-content-detail strong {
    }
    .voicepage-content-detail h2 {
        padding: 0 0 40px;
    	font-size: 50px;
    	font-size: 5rem;
        line-height: 1.4;
    }

    .voicepage-content-detail h2.toyo {
        margin: 0 -20px;
    }
    .voicepage-content h2 span:first-child {
    }
    .voicepage-content h2 span:nth-of-type(2) {
    }
    .voicepage-content h2 span:last-child {
    }
    .voicepage-content-detail p {
    	font-size: 17px;
    	font-size: 1.7rem;
    }
    .voicepage-content-detail h3 {
        margin: 0 0 30px;
    	font-size: 38px;
    	font-size: 3.8rem;
        line-height: 1.4;
    }
    .voicepage-content-detail-article {
        margin: 40px 0 0;
        padding: 0;
    }
    .voicepage-content-detail-text {
        float: left;
        width: 850px;
    }
    .voicepage-content-detail-text p {
        margin: 30px 0 40px;
    }
    .voicepage-content-detail-text p.cooperation {
        margin-top: -60px!important;
    	font-size: 15px;
    	font-size: 1.5rem;
    }
    .voicepage-content-detail-text span {
    }
    .voicepage-content-detail-img {
        float: right;
        width: 400px;
    }
    .voicepage-content-detail-img img {
        width: 100%;
    }
    .voicepage-content-detail-article.first-box .voicepage-content-detail-text {
        float: right;
    }
    .voicepage-content-detail-article.first-box .voicepage-content-detail-img {
        float: left;
    }
    .voicepage-content-detail-article.last-box {
        margin-top: 0;
    }
    .voicepage-content-detail-article.last-box .voicepage-content-detail-text {
        width: 100%;
    }

    .voicepage-content-detail-article .voicepage-content-detail-article-imgbox {
    	display: flex;
    	display: -ms-flexbox;
    	flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	-ms-flex-pack: justify;
    	align-content: space-between;
    	justify-content: space-between;
        margin: -40px 0 0;
    }
    .voicepage-content-detail-article .voicepage-content-detail-article-imgbox li {
        width: 48%;
    }
    .voicepage-content-detail-article .voicepage-content-detail-article-imgbox li p {
    	font-size: 14px;
    	font-size: 1.4rem;
    }
    .voicepage-content-detail-article .voicepage-content-detail-article-imgbox li img {
        width: 100%;
    }

    .voicepage-content-detail-profile {
        margin: 50px 0;
    }
    .voicepage-content-detail-profile p {
        float: left;
    }
    .voicepage-content-detail-profile dl {
        float: right;
        width: 1100px;
        margin: 20px 0 0;
    	font-size: 18px;
    	font-size: 1.8rem;
        line-height: 2;
    }
    .voicepage-content-detail-profile dl dt {
        float: left;
        width: 4.5em;
    }
    .voicepage-content-detail-profile dl dd {
        float: right;
        width: 92%;
    }
    .voicepage-content-detail-banner {
        margin: 0 auto;
    }
    .voicepage-content-detail-banner li:first-child {
        float: left;
        width: 620px;
        margin: 0;
    }
    .voicepage-content-detail-banner li:last-child {
        float: right;
        width: 620px;
    }
    .voicepage-content-detail-banner li:first-child img ,
    .voicepage-content-detail-banner li:last-child img {
        width: 100%;
    }

}


/*================================================

問い合わせ

=================================================*/

#inquiry { clear: both; width: 100%; padding: 40px 20px; margin: 0 auto; font-size: 12px; font-size: 1.2rem; line-height: 1.5; background-color: #fff; }
#inquiry h1 { margin: 0 auto; }
#inquiry h2 { margin: 25px auto; padding: 12px 0; color: #fff; text-align: center; font-size: 17px; font-size: 1.7rem; font-weight: bold; line-height: 1; background-color: #000; }
#inquiry p { margin: 30px auto; text-align: left; font-size: 13px; font-size: 1.3rem; line-height: 2; }
#inquiry table { width: 100%; text-align: left; border-collapse: collapse; border-spacing: 0; }
#inquiry table th { width: 100%; padding: 10px; text-align: left; vertical-align: middle; border: 1px solid #000; }
#inquiry table th span { font-size: 11px; font-size: 1.1rem; }
#inquiry table td { width: 100%; margin-bottom: 40px; padding: 10px; vertical-align: middle; border: 1px solid #000; }
#inquiry table td .input_text { padding: 10px 0; width: 99%; font-size: 14px; font-size: 1.4rem; line-height: 1; background-color: transparent; border: none; }
#inquiry table td .textarea { padding: 10px 0; margin: 0; width: 99%; font-size: 14px; font-size: 1.4rem; line-height: 1; background-color: transparent; border: none; }
#inquiry table em { color: #0000FF; font-style: normal; }
.form_button { width: 100%; height: 40px; padding: 0; margin: 0 auto 30px; text-align: center; }
.form_button .cancel { display: inline; float: left; margin: 0; }
.form_button .ok { display: inline; float: right; margin: 0; }
.record { margin: 0 0 70px; }
p.fin a { color: #000; }


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

    #inquiry table th { display: block; }
    #inquiry table td { display: block; }

}

@media screen and (min-width:960px) {

    #inquiry {
        clear: both;
        width: 1100px;
        padding: 0 30px;
        margin: 0 auto 30px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
    }
    #inquiry h1 {
        margin: 40px auto;
        text-align: center;
    }
    #inquiry h2 {
        margin: 25px auto 0;
        padding: 12px 0;
        color: #fff;
        text-align: center;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1;
        background-color: #000;
    }
    #inquiry p {
        margin: 30px auto;
        text-align:center;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2;
    }
    #inquiry table {
        width: 100%;
        text-align: left;
        border-collapse: collapse;
        border-spacing: 0;
        border: 1px solid #000;
    }
    #inquiry table th {
        width: 385px;
        padding: 10px;
        text-align: left;
        vertical-align: middle;
        border: 1px solid #000;
    }
    #inquiry table th span {
        font-size: 11px;
        font-size: 1.1rem;
    }
    #inquiry table td {
        width: 690px;
        padding: 10px;
        vertical-align: middle;
        border: 1px solid #000;
    }
    #inquiry table td .input_text {
        width:  99%;
        padding: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        background-color: transparent;
        border: none;
    }
    #inquiry table td .textarea {
        padding: 10px;
        margin: 0;
        width: 99%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        background-color: transparent;
        border: none;
    }
    #inquiry table em {
        color: #0000FF;
        font-style: normal;
    }
    .form_button {
        width: 808px;
        height: 40px;
        padding: 60px 0 0;
        margin: 0 auto 70px;
        text-align: center;
    }
    .form_button .cancel {
        display: inline;
        float: left;
        margin: 0;
    }
    .form_button .ok {
        display: inline;
        float: right;
        margin: 0;
    }
    .record { margin: 0 0 70px; }
    p.fin a { color: #000; }

}


/*================================================

　企業情報

=================================================*/
#company div h2 {
    margin: auto 20px;
    padding: 30px 0 15px;
    text-align: center;
}
#company div div {
    padding: 0 20px;
}
#company div div table {
    width: 100%;
    margin: 20px auto 40px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400!important;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
}
#company div div table th {
    width: 95px;
    padding: 4px 5px;
    font-weight: 400!important;
    background-color: #eceded;
    border: 1px solid #9fa0a0;
}
#company div div table td {
    padding: 4px 5px;
    border: 1px solid #9fa0a0;
}
#company div div table .google_map {
    width: 100%;
    padding: 0;
}
#company div div table .google_map iframe{
    width: 100%; height: 300px;
}

.company-privacy {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.company-privacy ul {
    margin-top: 15px;
}
.company-privacy ul li {
    margin-bottom: 25px;
}
.company-privacy ul li p:nth-of-type(2) {
    margin-top: 15px;
    margin-left: 1.5em;
}
.company-privacy ul li ul {
    margin: 25px 0 0 1.5em;
}
.company-privacy ul li ul li {
    margin-bottom: 0;
    text-indent: -1em;
    padding-left: 1em;
}
.company-privacy ol {
    list-style: none;
}


@media screen and (min-width:960px) {

    #company div h2 {
        margin: auto 50px;
        padding: 50px 0 15px;
        text-align: center;
    }
    #company div div table {
        width: 1060px;
        margin: 40px auto;
        text-align: left;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400!important;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.5;
    }
    #company div div table th {
        width: 105px;
        padding: 4px 5px;
        font-weight: 400!important;
        background-color: #eceded;
        border: 1px solid #9fa0a0;
    }
    #company div div table td {
        width: 600px;
        padding: 4px 5px;
        border: 1px solid #9fa0a0;
    }
    #company div div table .google_map {
        width: 100%;
    }
    #company div div table .google_map iframe{
        width: 100%; height: 600px;
    }

    .company-privacy {
        width: 1060px;
        margin: 0 auto 40px;
        padding: 0 0 40px;
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .company-privacy ul {
        margin-top: 35px;
    }
    .company-privacy ul li {
        margin-bottom: 35px;
    }
    .company-privacy ul li p:nth-of-type(2) {
        margin-top: 35px;
        margin-left: 1.5em;
    }
    .company-privacy ul li ul {
        margin: 35px 0 0 1.5em;
    }
    .company-privacy ul li ul li {
        margin-bottom: 0;
        text-indent: -1em;
        padding-left: 1em;
    }


}


/*================================================

　フッター

=================================================*/
footer {
	position: relative;
	margin: 0;
    text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #231815;
}
#copy {
    margin: 0;
    padding: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #828077;
}
footer .footer-content {
	padding: 20px 20px;
}
.footer-content_nav a {
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


@media screen and (min-width:960px) {

    #copy {
        margin: 0;
        padding: 15px 0;
		font-size: 1.6rem;
    }
    footer .footer-content {
        padding: 10px 0;
        text-align: center;
        background-color: #231815;
    }

    footer .footer-content {
    	padding: 30px 20px;
    }
    .footer-content_nav {
        display: block;
        padding: 0;
    }
    .footer-content_nav a {
        color: #FFF;
        font-size: 14px;
        font-size: 1.4rem;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all  0.5s ease;
    }
    .footer-content_nav a:hover {
        opacity: 0.4;
    }

}
