body {
    font-family: "Sawarabi Gothic", sans-serif;
    background-color: #f7f7f7;
    overflow-wrap: break-word;
}
.headline .icon-wrapper {
    background-color: white;
}
.headline:hover .icon-wrapper{
    background-color: transparent;
}

#main{
  background-color: white;
  padding: 0px;
}
#main>.contents>header{
  padding:30px;
  color:#111;
}
@media only screen and (min-width: 642px)  {
  #main>.contents>header.enable_headerimage{
    margin-top:-100px;
    background-color: white;
    width:87%;
    max-width:800px;
    margin:-100px auto 0 0;
    opacity:0.95;
  }
}
#main>.contents>section{
  padding:0 30px 0 30px;
}
#extra{

  background-color: white;
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
  .headerimage{
    height:200px;
  }
}
@media only screen and (min-width: 642px)  {
  .headerimage{
    height:300px;
  }
}
@media only screen and (min-width: 800px)  {
  .headerimage{
    height:350px;
  }
}
@media only screen and (min-width: 960px)  {
  .headerimage{
    height:400px;
  }
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
    /*SP*/
    body{
      padding:0;
    }
    header{
      position: static;
    }
    header div>ul>li#btn-watch {
    Z-INDEX: 1;
    }
    #group-sites {
        display: none;
    }
    #content-wrapper{
      max-width:100%;
      min-width: 300px;
      margin:0 10px 0 10px;
    }
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #content-wrapper{
      max-width:1400px;
      min-width: 700px;
      margin:0 auto 0 auto;
    }
    #main {
        width: 66%;
        margin:1%;
    }
    #main header{
      padding-bottom:0;
    }
    #extra {
        width: 30%;
        margin:1%;
        padding:10px;
    }
    #global-list ul.inline>li.fmv a {
        background-color: #0d3b91;
    }
    #global-list ul.inline li.fmv .icon-wrapper img {
        position: absolute;
        top: -30px;
        left: 0;
    }
    #global-list ul.inline>li.headline a {
        background-color: #0d3b91;
    }
    #global-list ul.inline li.headline .icon-wrapper img {
        top: 0;
        left: 0;
    }
    #extra ul li img {
        width: 100%;
    }
}

.lineup {
    text-align: center;
    max-width: 98%;
    margin: 10px auto  10px auto;
    padding:20px;
    background-color: white;
    clear: both;
    overflow: hidden;
}
.lineup>h2{
  text-align: center;
  margin:0 0 10px 0;
}
.lineup ul {
    display: block;
    margin: 0 auto 20px auto;
}

.lineup ul li {
    display: inline-block;
    margin: 5px;
    width: 110px;
    font-size: 11px;
    line-height: 1.1;
}


.lineup ul li span:hover {}

.lineup ul li:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.lineup ul li a {
    display: block;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    font-size: 0px;
    margin: 10px auto 0 auto;
}
.lineup a#lineup-viewmore{
  display:none;
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
    /*SP*/
    .lineup {
        max-width: 100%;
        margin: 0 auto 30px auto;

    }
    .lineup a#lineup-viewmore{
      display:block;
      margin:0px auto 10px auto;
      padding:5px;
      background-color:#ddd;
      color:black;
      cursor:pointer;
    }
    .lineup ul {
        display: block;
        margin: 0 auto 0px auto;
    }
    .lineup ul li {
        display: inline-block;
        margin: 0;
        width: 80px;
        font-size: 11px;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 30px;
    }
    #lineup-above ul li:nth-child(n + 4) {
      display:none;
    }
    .lineup ul li span:hover {}
    .lineup ul li:hover {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
    .lineup ul li a {
        display: block;
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        font-size: 0px;
        margin: 10px auto 0 auto;
    }
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #extra ul.article.list li.item {
        margin: 0 0 20px 0;
        padding: 0 0 30px 0;
        background-color: white;
        box-sizing: border-box;
        border-bottom: 1px solid #aaa;
        line-height: 1.5;
    }
    #extra ul.article.list li.item .image {
        margin: 0 0 10px 0;
    }
    #extra ul.article.list li.item a {
        color: #b61f1f;
    }
    #extra ul.article.list li.item img {
        width: 100%;
    }
    #extra ul.article.list li.item .outline {
        font-size: 13px;
    }
    #extra ul.article.list li.item .category {
        font-size: 13px;
    }
}

ul.list-pick li.item {
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    background-color: white;
    box-sizing: border-box;

}
ul.list-pick li.item:not(:last-child) {
    border-bottom: 1px solid #aaa;
}

ul.list-pick li.item.model_detail{
  overflow: hidden;
}
ul.list-pick li.item.model_detail h2{
  background-color:#777;
  padding:5px 20px 5px 20px;
  color:white;
  margin:0 0 20px 0;
  font-size:30px;
  font-family: 'Poppins';font-weight:600;
}
ul.list-pick li.item.model_detail li{
  font-size:20px;
  list-style-type:square;
}
ul.list-pick li.item div.body {
    display: block;
    width: 100%;
}

ul.list-pick li.item div.body div.image {
    text-align: center;
    display: inline-block;
    width: 100%;
}
                        ul.list-pick li.item.news div.body div.image{
                            width:30%;
                        }
                        #extra ul.list-pick li.item div.body div.image{
                            width:28%;
                            vertical-align: top;
                            margin-left:1%;
                        }


ul.list-pick li.item div.body div.image a {
    width: 100%;
    height: 100%;
    display: block;
    color: transparent;
}

ul.list-pick li.item div.body div.image img {
    width: 70%;
    height: inherit;
}

ul.list-pick li.item div.body div.text {
    margin: 0;
    padding: 20px;
    display: block;
    width: 100%;
}
                          ul.list-pick li.item.news div.body div.text{
                              width:68%;
                              display: inline-block;
                          }
                          #extra ul.list-pick li.item div.body div.text{
                              padding:0;
                          }

ul.list-pick li.item div.body div.text p.category {
  display: inline-block;
  padding:3px 6px 3px 6px;
  margin-bottom:4px;
  font-size:12px;
  color:white;
}
  ul.list-pick li.item div.body div.text p.category.news {
      background-color: #66a2ed;
  }
  ul.list-pick li.item div.body div.text p.category.review {
      background-color: red;
  }
ul.list-pick li.item div.body div.text p.subtitle {
    color: #555;
    font-size: 20px;
    margin: 0 0 10px 0;
}

ul.list-pick li.item div.body div.text p.title {
    font-family: "Rounded Mplus 1p";
    font-size: 30px;
    margin: 0 0 10px 0;
}
    ul.list-pick li.item.news div.body div.text p.subtitle {
        font-size: 14px;
    }

    ul.list-pick li.item.news div.body div.text p.title {
        font-size: 20px;
    }
    #extra ul.list-pick li.item div.body div.text p.title {
        font-size: 16px;
        margin:0;
    }
ul.list-pick li.item div.body div.text p.title a {
    color: #b61f1f;
}

ul.list-pick li.item div.body div.text p.outline {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px 0;
}

ul.list-pick li.item div.body div.text p.date {
    color: #666;
    text-align: right;
    font-size: 12px;
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
    /*SP*/
    ul.list-pick li.item div.body div.text p.subtitle {
        color: #555;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    ul.list-pick li.item div.body div.text p.title {
        font-family: "Rounded Mplus 1p";
        font-size: 20px;
        margin: 0 0 10px 0;
    }
}


/* --- 以下、基本的に変更しない --- */

@media only screen and (min-width: 641px) {
    /*PC*/
    body #global-nav {
        height: 71px;
        position: static;
        left: 0;
        margin: 0;
        background-color: #0d3b91;
    }
    .header-inner {
        display: none;
    }
    body>header {
        padding-bottom: 0;
        background-color: #0d3b91;
    }
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
    /*SP*/
    .billboard img {
        width: 100%;
    }
    #global-nav {
        display: none;
    }
    #global-list {
        display: none;
    }
    #category-nav {
        display: none;
    }
    #extra {
        display: none;
    }
    #main header{
      position: static;
      height:auto;
      width:auto;
      background-color: transparent;
    }
    .lineup ul li{
      width:100px;
    }
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #sp-floating-layer {
        display: none;
    }
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
    /*SP*/
    div.social-bookmark {
        display: none;
    }
    #social-under {
        display: none;
    }
}

footer {
    background-color: #fff;
    z-index: 2;
    margin-top: 40px;
    clear: both;
    border-top: 1px solid #ccc;
}

body * {
    box-sizing: border-box;
}

header>h1 {
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 10px;
    display: inline-block;
    padding: 10px;
    background-color: black;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    color: #f3f3f3;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

header>h1>span {
    font-size: 12px;
    margin: 8px auto 0 auto;
    display: block;
    color: white;
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
    /*SP*/
    #page-wrap {
        width: auto;
    }
}

@media only screen and (min-width: 641px) {
    /*PC*/
    div#page {
        overflow: hidden;
    }
}

#title {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 30px;
    text-align: left;
    margin: 0 auto 20px auto;
    background-color: white;
}

#title>.title-inner {
    max-width: 980px;
    margin: 0 auto 0 auto;
}

#title>.title-inner>p {
    display: inline-block;
    padding: 2px 10px 0px 10px;
    border-radius: 3px;
    background-color: white;
    color: black;
    font-size: 18pt;
}
#title .title-inner a:hover{
  text-decoration: none;
}
#title .title-inner h1 {
    font-size: 70pt;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 0.8;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#title .title-inner h2 {
    font-size: 20pt;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 641px) and (min-width: 0px) {
    /*SP*/
    #main {
        width: auto;
        padding:10px;
    }
    #title .title-inner h1 {
        font-size: 40pt;
    }

    #title .title-inner h2 {
        font-size: 16pt;
    }

}

body#home #main h1 {
    font-weight: bold;
    font-size: 16px;
    background-color: #000;
    color: white;
    margin: 20px 0 10px 0;
}

body#home #main h1 span {
    display: block;
    margin: 0 0 0 10px;
    padding: 8px 0 8px 14px;
    border-left: 1px solid white;
    background-color: #333;
}

@media only screen and (min-width: 641px) {
    /*PC*/
    footer>nav>ul.group-sites>li.column.c4 {
        width: 22%;
    }
    footer>nav>ul.group-sites>li.column.c5 {
        width: 13%;
    }
}


#extra .pickup ul.list-02 li.item {
    padding: 7px 0 7px 0;
}

#extra .pickup ul.list-02 li.item div.body div.text p.title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}


article dl.list-01 {
    font-size: 100%;
    padding: 10px 10px 5px 10px;
}

article dl.list-01 dt {
    margin: 10px 0 0 0;
    border-top: 1px solid #ddd;
    padding: 8px 0 0 0;
    font-size: 105%;
}

article dl.list-01 dt:first-child {
    border: 0px;
}

article dl.list-01 dd {
    color: #444;
    font-size: 90%;
    margin: 5px 0 0 0;
}

nav#breadcrumb {
    display: none;
}

.list-02 .list-label {
    display: none;
}

.latest-article{
  clear: both;
  overflow: hidden;
  vertical-align: top;
  width:80%;
  margin:10px auto 30px auto;
  padding:20px;
  background-color: white;
}
.latest-article .image{
  display: inline-block;
  width:20%;
  min-width:100px;
  margin:0 0 0 10px;
}
.latest-article .image img{
  width: 100%;
}
.latest-article .text{
  display: inline-block;
  width:75%;
  vertical-align: top;
}
.latest-article .text .subtitle{
  font-size:14px;
}
.latest-article .text .title{
  font-size:16px;
}
ul.outsite-links li{
  display: inline-block;
  width:45%;
  margin:1%;
  vertical-align: top;
}
ul.outsite-links li>a{
  border:1px solid #bbb;
  border-radius: 10px;
  display:block;
  background-color:#f3f3f3;
  padding:20px;
  text-align:center!important;
  font-size:15px;
  color:black;
}
ul.outsite-links li>a:hover{
  text-decoration: none;
  background-color:white;
}

.right-news .image{
  width:50%;
  margin:0 auto 10px auto!important;
}
.right-news .text title,.right-news .text .outline,.right-news .text .date{
  display: inline;margin-right:5px;
}

/* ----------------- 記事ページ -------------------------- */

#main header .title {
    font-size: 32px;
    line-height:1.4;
    margin:0 0 20px 0;
    font-feature-settings : "palt" 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      letter-spacing: -0.02em;
}
#main header .subtitle {
    font-size: 20px;
    margin:0 0 10px 0;
    font-feature-settings : "palt" 1;
      overflow-wrap: break-word;
      word-wrap: break-word;
      letter-spacing: 0.01em;
}
#main header .date{
  text-align: left;
  margin:0 0 20px 0;
}


body#home #main h1#title{
  color:#555;
  font-size:30pt;
  font-family: 'Poppins';font-weight:100;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}

p.title a{
  color:#333;
}

ul.social-buttons{
  vertical-align: top;
}
ul.social-buttons li{
  display: inline-block;
  margin:1%;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}


#page {
    width: auto;
    margin: 0 ;
    padding: 0;
    border: none 0px transparent;
    position: static;
    background-color: #f7f7f7;
    z-index: 2;
}

#toc-area{
  background-color:#f3f3f3;
  padding:0px;
}
#main #article-content #toc-area h1{
  border:none;
  margin:0 ;
  padding:10px 0 10px 10px;
  font-size:11pt;
  font-weight: bold;
  text-align: center;
}


#intelArea {
background: white;
margin:0 auto 0 auto;
max-width:1370px;
clear:both;
}
#intelAreaInner {
padding: 35px;
overflow: hidden;
text-align: center;
}
#intelAreaInner ul {
overflow: hidden;
display: block;
}
#intelAreaInner ul li {
display: inline-block;
margin-right: 15px;
vertical-align: middle;
}
#intelAreaInner ul li span.image {
text-align: center;
margin-bottom: 22px;
}
#intelAreaInner ul li span {
display: block;
font-size: 14px;
line-height: 1.1em;
}
#intelAreaInner p {
float:none;
clear:both;
font-size: 12px;
margin-top: 35px;
}
#extra li.item.review.section{
  display: none;
}
