@charset "UTF-8";
/*====================
Base
====================*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tb {
  display: none !important;
}

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

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ul,
li {
  list-style: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}

html,
body {
  width: 100%;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}

.nbo_header {
  text-align: center;
  background: url(header_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
  z-index: 10000;
}

.yakuhan {
  padding-left: 5px;
}

/*---------------------
header
---------------------*/
#header {
  width: 90%;
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 9999;
}

#header .copy {
  font-size: 15px;
  float: left;
  padding-top: 20px;
}

#header #menu_btn_check {
  display: none;
}

#header .content_header_list {
  padding: 20px 0;
  float: right;
}

#header .content_header_list .content_header_item {
  margin-left: 50px;
  display: inline-block;
}

#header .content_header_list .content_header_item:first-of-type {
  margin-right: 0;
  padding-right: 50px;
  border-right: 1px solid;
}

#header .content_header_list .content_header_item:nth-of-type(2) {
  width: 160px;
}

#header .content_header_list .content_header_item:nth-of-type(2) img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

#header .content_header_list .content_header_item a,
#header .content_header_list .content_header_item span {
  font-size: 12px;
  color: #000;
}

/*--------------------
mhp_wrap
--------------------*/
.mhp_wrap {
  padding: 25px;
  background: black;
  color: #fff;
  margin-bottom: 25px;
}

.mhp_wrap .hd2 {
  height: 18px;
  margin: 0 auto 25px;
  text-align: center;
}

.mhp_wrap .hd2 img {
  width: auto;
  height: 100%;
}

.mhp_wrap .img_box {
  width: 120px;
  margin: 0 auto 25px;
  position: relative;
}

.mhp_wrap .img_box a {
  width: 120px;
}

.mhp_wrap .img_box a img {
  width: 100%;
  height: auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.mhp_wrap .img_box a img:hover {
  opacity: 0.5;
}

.mhp_wrap .img_box .cap {
  /* width: 350px; */
  width: 360px;
  position: absolute;
  bottom: 0;
  left: 150px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
}

.mhp_wrap .img_box .cap p {
  padding: 10px 20px;
  text-align: left;
  display: inline-block;
}

.mhp_wrap .text {
  text-align: center;
  font-size: 14px;
}

/*--------------------
mh_wrap
--------------------*/
.mh_wrap .hd2 {
  height: 18px;
  margin: 0 auto 15px;
  text-align: center;
}

.mh_wrap .hd2 img {
  width: auto;
  height: 100%;
}

.mh_wrap .text {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  margin-bottom: 15px;
}

.mh_wrap .model_list {
  background-color: #d3d3d4;
}

.mh_wrap .model_list .model_item {
  float: left;
  width: 33.333333%;
  border-right: 1px solid #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.mh_wrap .model_list .model_item:nth-of-type(1) {
  border-left: 1px solid #fff;
}

.mh_wrap .model_list .model_item:nth-of-type(4) {
  margin-left: 16.66667%;
  border-left: 1px solid #fff;
}

.mh_wrap .model_list .model_item:hover {
  opacity: 0.5;
}

.mh_wrap .model_list .model_item img {
  width: 100%;
  height: auto;
}

.mh_wrap .model_list .model_item .hd3 {
  text-align: center;
  background: #000;
  padding: 10px 0;
}

.mh_wrap .model_list .model_item .hd3 img {
  height: 12px;
  width: auto;
  vertical-align: middle;
}

/*--------------------
link_wrap
--------------------*/
.link_wrap {
  padding: 25px;
  background: #f3eee2;
}

.link_wrap .hd2 {
  height: 18px;
  margin: 0 auto 25px;
  text-align: center;
}

.link_wrap .hd2 img {
  width: auto;
  height: 100%;
}

.link_wrap .img_box {
  width: 50%;
  margin: auto;
}

.link_wrap .img_box a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.link_wrap .img_box a img {
  width: 100%;
  height: auto;
}

.link_wrap .img_box a:hover {
  opacity: 0.5;
}

/*--------------------
arc_wrap
--------------------*/
.arc_wrap {
  padding: 25px 50px 25px;
  background: #000;
  margin-top: 25px;
}

.arc_wrap .hd2 {
  height: 18px;
  margin: 0 auto 25px;
  text-align: center;
}

.arc_wrap .hd2 img {
  width: auto;
  height: 100%;
}

.arc_wrap .arc_list {
  background-color: #000;
  max-width:1400px;
  width:100%;
  margin:0 auto;
}

.arc_wrap .arc_list .arc_item {
  float: left;
  width: 32%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.arc_wrap .arc_list .arc_item:hover{
  opacity: .5;
}
/*
.arc_wrap .arc_list .arc_item:hover:last-of-type{
  opacity: 1;
}
*/
.arc_wrap .arc_list .arc_item .white{
  padding: 10px 15px 10px ;
  color: #000;
  background: #fff;
  font-weight: normal;
}

.arc_wrap .arc_list .arc_item .white .hd3{
  margin-bottom: 20px;
}

.arc_wrap .arc_list .arc_item .white .img_box{
  text-align: center;
  width: 100%;
  border: 1px solid #000;
}

.arc_wrap .arc_list .arc_item .white .img_box img{
  width: 20%;
  height: auto;
  display: block;
  padding: 10px 0;
  margin: auto;
}

.arc_wrap .arc_list .arc_item:nth-of-type(2){
  margin-left: 2%;
}

.arc_wrap .arc_list .arc_item:nth-of-type(3){
  margin-left: 2%;
}

.arc_wrap .arc_list .cs{
  position: relative;
}

.arc_wrap .arc_list .cs .letter{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  color: #000;
  transform: translate(-50%, -50%);
}
.arc_wrap .arc_list .cs::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}

.arc_wrap .arc_list.next_arc_list{
  margin-top:2%;
}


/*--------------------
contact_wrap
--------------------*/
.contact_wrap {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%;
  padding: 50px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #aaa;
}

.contact_wrap .hd2 {
  height: 18px;
  margin-bottom: 30px;
  text-align: center;
}

.contact_wrap .hd2 img {
  width: auto;
  height: 100%;
}

.contact_wrap .company {
  margin-bottom: 10px;
  font-size: 15px;
}

.contact_wrap .info_elm {
  display: table;
  margin: 0 auto 50px;
}

.contact_wrap .info_elm p {
  text-align: left;
}

.contact_wrap .info_elm .mail {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #000;
  color: #000;
}

.contact_wrap .info_elm .mail::before {
  content: "MAIL：";
}

.contact_wrap .info_elm .url {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #000;
  color: #000;
}

.contact_wrap .info_elm .url::before {
  content: "WEB：";
}

.contact_wrap .img_box {
  width: 200px;
  margin: auto;
}

.contact_wrap .img_box img {
  width: 100%;
  height: auto;
}

/*******************************
tablet
*******************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  #header {
    height: 50px;
  }
  #header .copy {
    padding-top: 15px;
  }
  #header .menu_btn {
    position: absolute;
    width: 15px;
    top: 25px;
    right: 0;
    z-index: 9999;
  }
  #header .menu_btn span,
  #header .menu_btn span:before,
  #header .menu_btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background-color: #000;
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  #header .menu_btn span::before {
    bottom: 6px;
  }
  #header .menu_btn span::after {
    top: 6px;
  }
  #header #menu_btn_check:checked ~ .content_header_list {
    right: 0;
  }
  #header #menu_btn_check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #header #menu_btn_check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #header #menu_btn_check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  #header .content_header_list {
    padding: 70px 0 0 5%;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #header .content_header_list .content_header_item {
    margin-left: 0px;
    margin-bottom: 30px;
    display: block;
  }
  #header .content_header_list .content_header_item:first-of-type {
    margin-left: 0;
    border: none;
  }
  /*---------------------
  content_wrap
  ---------------------*/
  .content_wrap .content_80 {
    max-width: 100%;
    padding: 0 5% 0;
  }
  .content_wrap .img_box_100 .cap {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  /*--------------------
  mhp_wrap
  --------------------*/
  .mhp_wrap .img_box {
    width: 100%;
  }
  .mhp_wrap .img_box a {
    display: block;
    width: 120px;
    margin: 0 auto 25px;
  }
  .mhp_wrap .img_box a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mhp_wrap .img_box .cap {
    width: 100%;
    margin: auto;
    position: static;
    bottom: 0;
    left: 0;
  }
  .mhp_wrap .text {
    text-align: left;
  }
  /*--------------------
  mh_wrap
  --------------------*/
  .mh_wrap .model_list .model_item {
    width: 33.333333%;
    border-right: 1px solid #fff;
  }
  .mh_wrap .model_list .model_item:nth-of-type(1) {
    border-left: 1px solid #fff;
  }
  .mh_wrap .model_list .model_item:nth-of-type(4) {
    margin-left: 16.66667%;
    border-left: 1px solid #fff;
  }
}

/*******************************
sp
*******************************/
@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  #header .content_header_list {
    width: 100%;
  }
  /*--------------------
  mh_wrap
  --------------------*/
  .mh_wrap .text {
    text-align: left;
    padding: 0 5%;
  }
  .mh_wrap .model_list .model_item {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    border-right: none;
  }
  .mh_wrap .model_list .model_item:nth-of-type(1) {
    border-left: none;
  }
  .mh_wrap .model_list .model_item:nth-of-type(4) {
    border: none;
    margin-bottom: 20px;
    margin-left: 0;
  }

/*--------------------
arc_wrap
--------------------*/
.arc_wrap .arc_list .arc_item {
  float: left;
  width: 100%;
  margin: 0 auto 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.arc_wrap .arc_list .arc_item .white{
  padding: 10px 15px 10px ;
  color: #000;
  background: #fff;
  font-weight: normal;
}

.arc_wrap .arc_list .arc_item:nth-of-type(2){
  margin-left: 0%;
}

.arc_wrap .arc_list .arc_item:nth-of-type(3){
  margin-left: 0%;
}

.arc_wrap .arc_list .cs{
  position: relative;
}

.arc_wrap .arc_list .cs .letter{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  color: #000;
  transform: translate(-50%, -50%);
}
.arc_wrap .arc_list .cs::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}
.arc_wrap .arc_list.next_arc_list{
  margin-top:0;
}


  /*--------------------
link_wrap
--------------------*/
  .link_wrap .img_box {
    width: 100%;
  }
  .link_wrap .img_box a .img_box {
    width: 100%;
  }
}
