/*
Theme Name: b_drive Theme
Theme URI: http://www.www.www/
Description: This is my b_drive theme.
*/
@import "css/footer.css";
@import "css/form.css";

@charset "UTF-8";
/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  zoom: 1;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------
	TEXT
-------------------------------------------------- */
h1,
h2 {
  font-size: 240%;
  font-weight: normal;
  color: #333;
  margin: 0 auto 60px;
  padding: 0 0 3px;
  letter-spacing: 1px;
  width: auto;
  font-family: "Noto Serif JP", serif;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px;
  padding: 0;
}

p.menutitle {
  font-size: 250%;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1;
}

p.menutitle span {
  font-size: 40%;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

h4 {
  font-size: 120%;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px;
  padding: 0 0 2px;
  text-align: left;
}

h5,
h6 {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: left;
  color: #333;
}
p {
  line-height: 2;
  color: #333;
  margin: 0 0 30px;
  padding: 0;
}

p.price {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 30px;
  text-align: right !important;
}

p.price span {
  font-weight: bold;
  font-size: 70%;
}

p.title {
  font-size: 230%;
  font-weight: 900;
  color: #333;
  margin: 0 auto 60px;
  padding: 0 0 0px;
  letter-spacing: 1px;
  width: auto;
  font-family: "Roboto", sans-serif;
  border-bottom: solid #000 5px;
}
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  color: #888;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}
span {
  color: #333;
}

/* --------------------------------------------------
	List
-------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  color: #333;
}

li {
  list-style: none;
  text-align: left;
}

/* --------------------------------------------------
	container
-------------------------------------------------- */
#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  height: 90px;
  width: 100%;
  margin: 0;
  padding: 5px 0 10px;
  z-index: 99999;
  background-color: #fff;
  border-bottom: 0px solid #333;
}

#navi ul.nav {
  position: relative;
  width: 70%;
  height: 35px;
  margin: 0;
  padding: 40px 0 0 0px;
  text-align: center;
  float: right;
}

#navi ul.nav li {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 12%;
  height: 25px;
  padding: 0 10px;
}

#navi ul.nav li a {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  display: block;
  letter-spacing: 0.5px;
  text-shadow: none;
}

#navi ul.nav li.sns a {
  font-size: 18px;
}

#navi ul.nav li a:hover {
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.navbar {
  border: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  text-decoration: none !important;
  text-shadow: none !important;
  color: #333 !important;
  border-bottom: 1px solid #333;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.navi-logo {
  position: absolute;
  bottom: 10px;
  left: 10%;
  width: 200px;
  margin: 0px auto 0;
  padding: 0;
  text-align: center;
  float: left;
}

.navi-logo a {
  width: 320px;
  height: 70px;
  margin: 0;
  text-align: left;
}

.navi-logo a img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#navi a,
#navi {
  color: #fefefe;
  text-decoration: none;
}

.icon-space {
  width: 98px;
  height: 26px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 20px;
}

/* --------------------------------------------------
	ページ
-------------------------------------------------- */
#pageimage {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#pageimage img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.box {
  clear: both;
  margin: 0 auto 50px;
  padding: 0;
}

.box {
  clear: both;
  margin: 0 auto 50px;
  padding: 0;
}

p.servicecopy {
  clear: both;
  margin: 0 auto 10px;
  padding: 0;
}

.box ul {
  margin: 0 0 30px 0;
  padding: 0;
}

.box ul.half {
  float: left;
  margin: 0 4% 15px 0;
  padding: 0;
  clear: none;
  width: 46%;
}

.box ul li {
  clear: both;
  margin: 0 0 5px 15px;
  padding: 0;
  list-style: disc;
}

p.naviname {
  color: #333;
  font-size: 130%;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #333;
  display: inline-block;
}

.sectiontitle {
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.sectiontitle img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.mess {
  margin: 0 auto 70px;
  padding: 0;
  width: 100%;
  height: auto;
}

.sectiontitle img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

/* --------------------------------------------------
	セクション0 TOP
-------------------------------------------------- */
#section0 {
  padding: 0;
  height: 100%;
  width: 100%;
}

.inner0 {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.image {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.section {
  clear: both;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.inner {
  position: relative;
  margin: 0 auto 0;
  padding: 60px 5% 70px;
  width: 90%;
  max-width: 880px;
  height: auto;
}

hr {
  color: inherit;
  border: none;
  clear: both;
}

.section .image {
  margin: 0 0 50px;
}

.form {
  margin-bottom: 100px;
}

ul.news {
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto 60px;
  padding: 0;
}

ul.news li {
  border-bottom: 1px solid #aaa;
  padding: 10px 0 7px;
}

/* --------------------------------------------------
	セクション CONCEPT
-------------------------------------------------- */
#section-concept-top {
  width: 100%;
  background-color: #ecebea;
  background-repeat: repeat;
  margin: 0 0 0;
  padding: 100px 0 10px;
  height: auto;
}

#section-concept {
  width: 100%;
  background-color: #ecebea;
  background-repeat: repeat;
  margin: 0 0 0;
  padding: 20px 0;
  height: auto;
}

@media only screen and (max-width: 576px) {
  #section-concept {
    padding: 80px 0 20px;
  }
}

.inner-concept {
  position: relative;
  margin: 0 auto 0;
  padding: 100px 5% 50px;
  width: 90%;
  max-width: 1024px;
  height: auto;
}

h2.title {
  width: 100%;
  margin: 0 0 30px;
  border-bottom: 2px solid #333;
  color: #333;
}

/* --------------------------------------------------
	セクション ACCESS
-------------------------------------------------- */
#section-company {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.inner-company {
  margin: 0;
  padding: 10px 0;
  width: 100%;
}

.formlink {
  width: 240px;
  height: 40px;
  margin: 20px auto 60px;
}

.formlink a {
  display: block;
  color: #fff;
  font-size: 140%;
  line-height: 40px;
  letter-spacing: 0.5px;
  width: 240px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #333;
  border-radius: 5px;
  text-align: center;
}

.formlink a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
}

.red-mess {
  border: 2px solid #a50011;
  max-width: 880px;
  padding: 10px 0;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  color: #a50011;
}

.red-mess p {
  line-height: 1.4;
  margin: 0;
  text-align: center;
  color: #a50011;
}

#section-rental {
  width: 100%;
  background-color: #ecebea;
  background-repeat: repeat;
  margin: 0 0 0;
  padding: 0px 0 0px;
  height: auto;
}

#section-rental {
  width: 100%;
  background-color: #ecebea;
  background-repeat: repeat;
  margin: 0 0 0;
  padding: 80px 0 60px;
  height: auto;
}

@media only screen and (max-width: 576px) {
  #section-rental {
    padding: 30px 0 20px;
  }
}

.inner-concept {
  position: relative;
  margin: 0 auto 0;
  padding: 50px 5% 50px;
  width: 90%;
  max-width: 1024px;
  height: auto;
}

#section-parts {
  width: 100%;
  background-color: #fff;
  background-repeat: repeat;
  margin: 0 0 0;
  padding: 50px 0 20px;
  height: auto;
}

@media only screen and (max-width: 576px) {
  #section-parts {
    padding: 0px 0 20px;
  }
}

.rentalsetsumei {
	border-bottom: 1px solid #000;
	margin: 0 0 20px;
}

.rentalsetsumei p {
	margin: 0 0 10px;
}

.rentalzaiko {
	width 100%;
}

.rentalzaiko p {
	border: 1px solid #c00;
	text-align: center;
	color: #c00;
	margin: 0 0 20px
}

h2.rentaltitle {
	margin: 0 0 10px;
}
/* --------------------------------------------------
	 セクション　COMMITMENT
-------------------------------------------------- */
#page-commitment {
  width: 100%;
  background-color: #000;
  margin: 0;
  padding: 200px 0 0;
  background-image: url("image/commitment-back.jpg");
  background-position: 50% 00%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 576px) {
  #page-commitment {
    padding: 100px 0 0;
    background-image: url("image/commitment-back.jpg");
    background-position: top 70px center;
    background-size: contain;
  }
}
#page-commitment p.page-commitment__title {
  width: 200px;
  margin: auto;
}

/* --------------------------------------------------
	 セクション　COMMITMENT
-------------------------------------------------- */
#section-commitment {
  width: 100%;
  background-color: #000;
  margin: 0;
  padding: 50px 0 0;
  background-image: url("image/topimage02.jpg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

#section-commitment .inner {
  margin: 0 auto;
  padding: 40px 0 40px;
  width: 100%;
  font-size: 100%;
  text-align: center;
}

#page-commitment h2,
#page-commitment p,
#section-commitment h2,
#section-commitment p {
  text-align: center;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  #page-commitment p {
    width: initial;
  }
  #page-commitment .page-title {
    width: 220px;
    margin: auto;
  }
}
.section-commitment__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* --------------------------------------------------
	 セクション　PARTS
-------------------------------------------------- */
#page-parts {
  width: 100%;
  background-color: #e4e5e5;
  margin: 0;
  padding: 200px 0 0;
  background-image: url("image/parts-back.jpg");
  background-position: 50% 00%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 576px) {
  #page-commitment {
    padding: 100px 0 0;
    background-image: url("image/parts-back.jpg");
    background-position: top 70px center;
    background-size: contain;
  }
}

#page-parts .inner {
  margin: 0 auto 15px;
  padding: 40px 0 40px;
  width: 90%;
  font-size: 100%;
  text-align: center;
	border-bottom: 1px solid #000;
}

#page-commitment p.page-parts__title {
  width: 300px;
  margin: auto;
}

.parts_price {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
}

.parts_price img {
	width: 90%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 10px 5%;
}

.parts_text {
	width: 100%;
	height: auto;
	margin: 10px auto;
}

.parts_text img {
	width: 90%;
	max-width: 275px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 10px 5%;
}

.nousya {
	width: 90%;
	max-width: 875px;
	margin: 0 auto 30px;
}

.nousya .nousya-inner {
	border: 1px solid #000;
	padding: 10px 0;
}

.nousya .nousya-inner h3 {
	font-weight: normal;
	margin: 0 0 5px;
	line-height: 1.2;
}

.nousya .nousya-inner p {
	margin: 0 0 5px;
	line-height: 1.2;
}

/* --------------------------------------------------
	セクション ACCESS
-------------------------------------------------- */
.section-product {
  width: 100%;
  height: auto !important;
  margin: 0;
  padding: 30px 0 5px;
  background-color: #fff !important;
}

p.subtitle {
  border-bottom: 2px solid #333;
  color: #333;
  font-weight: 700;
}
/* --------------------------------------------------
	セクション ファンサイト
-------------------------------------------------- */
.page-fun {
  width: 100%;
  background-image: url("image/funback.jpg");
  background-position: top 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
  margin: 0 0 0;
  padding: 20px 0;
  height: auto;
}

.section-fun {
  width: 100%;
  background-repeat: no-repeat;
  background-color: #ecebea;
  margin: 0 0 0;
  padding: 20px 0;
  height: auto;
}

.section-fun .inner {
  position: relative;
  margin: 0 auto 0;
  padding: 100px 5% 50px;
  width: 90%;
  max-width: 1200px;
  height: auto;
}

/* --------------------------------------------------
	セクション6 CONTACT
-------------------------------------------------- */
#section-foot {
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0 auto;
}

.inner-foot {
  width: 100%;
  margin: auto;
  padding: 40px 0 40px;
  font-size: 16px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 576px) {
  .inner-foot {
    padding: 30px 0 30px;
    font-size: 13px;
  }
}

/* --------------------------------------------------
	トップに戻る
-------------------------------------------------- */
#back-top {
  position: fixed;
  right: 30px;
  bottom: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  z-index: 9999999999999999999999;
  background-color: #000;
}

#back-top a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
}

#back-top a:hover {
  opacity: 0.6;
}

/* --------------------------------------------------
	事業紹介
-------------------------------------------------- */
.works-left {
  float: left;
  width: 45%;
  height: auto;
  margin: 0 0 50px;
  padding: 0;
}

.works-right {
  float: right;
  width: 45%;
  height: auto;
  margin: 0 0 50px;
  padding: 0;
}

.works-left .inner,
.works-right .inner {
  padding: 35px;
}

.works-left p,
.works-right p {
  text-align: left;
}

p.worksname {
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
}

.works-left li,
.works-right li {
  list-style: circle;
  margin-left: 18px;
  margin-bottom: 10px;
}

/* --------------------------------------------------
	メンバー
-------------------------------------------------- */
.box-left {
  width: 38%;
  float: left;
  height: auto;
  margin: 0 0 50px;
  padding: 0;
  overflow: hidden;
}

.box-right {
  width: 58%;
  float: right;
  height: auto;
  margin: 0 0 50px;
  padding: 0;
  overflow: hidden;
}

.box-left p,
.box-right p {
  text-align: left;
}

div.top-title {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 50px !important;
  width: 200px;
  height: auto;
  max-width: 200px;
  max-height: 50px;
  padding: 0;
  font-weight: 600;
  display: block;
}

div.top-title-w {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 50px !important;
  width: 315px;
  height: auto;
  max-width: 315px;
  max-height: 50px;
  padding: 0;
  font-weight: 600;
  display: block;
}

div.top-title img,div.top-title-w img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* --------------------------------------------------
	横3並び
-------------------------------------------------- */
.box3-1,
.box3-2 {
  float: left;
  width: 30%;
  height: auto;
  margin: 0 0 10px;
  margin-right: 5%;
}

.box3-3 {
  float: right;
  width: 30%;
  height: auto;
  margin: 0 0 10px;
  margin-right: 0;
}

.box3image {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
}

.box3image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
}

/* --------------------------------------------------
	横4並び
-------------------------------------------------- */
.box4 {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.box4-1,
.box4-2,.box4-3 {
  float: left;
  width: 23%;
  height: auto;
  margin: 0 0 10px;
  margin-right: 2.5%;
}

.box4-4 {
  float: right;
  width: 23%;
  height: auto;
  margin: 0 0 10px;
  margin-right: 0;
}

@media only screen and (max-width: 576px) {
.box4-1,.box4-2,.box4-3,.box4-4 {
    padding: 0;
    margin: 0 auto 10px;
	clear: both;
	float: none;
	width: 95%;
  }
}
.box4image {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
}

.box4image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
}


/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn {
  margin: 0 auto;
  width: auto;
  max-width: 160px;
  text-align: center;
}

.link-btn a {
  display: inline-block;
  position: relative;
  background-color: transparent;
  color: #333 !important;
  text-decoration: none !important;
  padding: 2px 10px;
  text-align: center;
  font-size: 95%;
  margin: 0 auto;
  cursor: pointer;
  min-width: 120px;
  border: 1px solid #ccc;
}

.link-btn-w {
  margin: 0 auto;
  width: auto;
  text-align: center;
  max-width: 160px;
}

.link-btn-w a {
  display: inline-block;
  position: relative;
  background-color: transparent;
  color: #fff !important;
  text-decoration: none !important;
  padding: 2px 10px;
  text-align: center;
  font-size: 95%;
  margin: 0 auto;
  cursor: pointer;
  min-width: 120px;
  border: 1px solid #fff;
}

.link-btn a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.link-btn-w a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
/* 次前のページ */
p.pagenation {
  font-size: 10px;
  overflow: hidden;
}

span.oldpage {
  float: left;
}

span.newpage {
  float: right;
}

.link-btn-contact {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 880px;
  text-align: center;
}

.link-btn-contact a {
  display: inline-block;
  position: relative;
  background-color: #000;
  color: #fff !important;
  text-decoration: none !important;
  padding: 2px;
  text-align: center;
  font-size: 95%;
  margin: 0 auto;
  cursor: pointer;
  line-height: 60px;
  width: 100%;

  height: 60px;
}

/* --------------------------------------------------
	スクロール
-------------------------------------------------- */
#scroll {
  position: fixed;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -35px;
  width: 70px;
  height: 70px;
  z-index: 9999999;
  background-repeat: no-repeat;
  background-position: top;
}

#scroll a {
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0 0 0 -35px;
  text-align: center;
}

#scroll a img {
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
}

#scroll a {
  padding-top: 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  text-align: center;
  color: #fff;
}

#scroll a span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-50px, 50px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-50px, 50px);
    opacity: 0;
  }
}

.post p {
  text-align: left;
}

/* --------------------------------------------------
	商品一覧
-------------------------------------------------- */
ul.item-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

ul.item-list li {
  float: left;
  width: 45%;
  margin: 0 9% 20px 0;
  display: table-cell;
}

ul.item-list li:nth-child(even) {
  float: right;
  width: 45%;
  margin-right: 0%;
}

ul.item-list li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.item-list li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.box-option {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 40px auto 0;
}

.box-option p.op-title {
  background-color: rgb(83, 83, 83);
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 26px;
  padding: 4px;
  box-sizing: border-box;
}

@media only screen and (max-width: 576px) {
  .box-option p.op-title {
    font-size: 20px;
  }
}

/* --------------------------------------------------
	お知らせ一覧
-------------------------------------------------- */
ul.news-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.section-fun ul.news-list li {
  float: left;
  width: 22%;
  margin: 0 3% 20px 0;
  display: table-cell;
  background-color: #fff;
}

.section-fun ul.news-list li img {
  max-height: 200px;
}

.section-fun ul.item-list li:nth-child(4n + 4) {
  float: right;
  width: 22%;
  margin-right: 0%;
}

.title-lam span,
.title-alf span {
  color: #000;
  font-weight: normal;
  font-size: 12px;
}

.ghonyaku {
  border: none !important;
  position: fixed;
  top: -5px;
  right: 20px;
}
/* --------------------------------------------------
	セクション ファンサイト
-------------------------------------------------- */
.page-commitment {
  width: 100%;
  background-image: url("image/commitment-back.jpg");
  background-position: top 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
  margin: 0 0 0;
  padding: 100px 0;
  height: auto;
}
.commitment__inner {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0;
  width: 90%;
  max-width: 880px;
  height: auto;
}

/* --------------------------------------------------
	SNS
-------------------------------------------------- */
.section-sns {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0 30px;
  background-image: url(image/back-sns.jpg);
  background-repeat: repeat;
}

.section-sns .inner {
  padding: 0;
  max-width: 1500px;
}

.title-sns {
  width: 100%;
  max-width: 160px;
  margin: 0 0 15px;
  padding: 0;
}

.title-sns img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.box-twi {
  float: left;
  width: 45%;
  height: auto;
  margin: 0 4.5% 10px 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .box-twi {
    float: none;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    overflow: hidden;
  }
}

.box-fb {
  float: left;
  width: 31%;
  height: auto;
  margin: 0 3.5% 10px 0;
  padding: 0;
  overflow: hidden;
}

.box-insta {
  float: right;
  width: 45%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .box-insta {
    float: none;
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
    overflow: hidden;
  }
}

.box-twi .sns-inner,
.box-fb .sns-inner,
.box-insta .sns-inner {
  width: 100% !important;
  height: 450px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.box-insta .sns-inner {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.fb-page {
  width: 100% !important;
}
.box-fb .sns-inner > .fb-page > span,
.box-fb .sns-inner iframe {
  width: 100% !important;
}

.sbi_follow_btn {
  margin-bottom: 10px !important;
}

/* PRODUCT */
.product-category {
  position: relative;
  margin: 0 auto 0;
  padding: 60px 5% 70px;
  width: 90%;
  max-width: 880px;
  height: auto;
}

.product-category__title {
  margin-top: 30px;
  border-bottom: 2px solid #333;
  color: #333;
  font-weight: 700;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .product-category__title {
    font-size: 24px;
  }
}
.product-category__list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .product-category__list {
    display: block;
  }
}

.product-category__list li {
  width: 50%;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .product-category__list li {
    width: 100%;
    margin: 30px auto 0;
  }
}

.product-category__list li:nth-child(odd) {
  margin-left: 0;
}
.product-category__image {
  width: 100%;
  margin: 0 auto 30px;
}

.product-category__image img {
  display: block;
  margin: auto;
}
.product-option__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .product-option__list {
    margin: 20px auto 0;
  }
}

.product-option__item {
  display: flex;
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .product-option__item {
    display: block;
    max-width: 100%;
  }
}
.product-option__item:first-child {
  margin-top: 0;
}

.product-option__item-image {
  width: 360px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .product-option__item-image {
    width: 100%;
    margin: auto;
  }
}
.product-option__item-detail {
  width: 100%;
}
.product-option__item-detail p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .product-option__item-detail p {
    margin-top: 10px;
    font-size: 14px;
  }
}
h4.product-option__item-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  h4.product-option__item-title {
    font-size: 18px;
  }
}
.product__title {
  color: #000;
  font-weight: 700;
  font-size: 36px;
  text-align: left;
  text-indent: 15px;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .product__title {
    font-size: 24px;
    padding: 14px 10px;
  }
}

.product__title.-lam {
  background-color: #ecc300;
}
.product__title.-ferra {
  background-color: #b52020;
  color: #fff;
}
.product__title.-alf {
  background-color: #d9d6d4;
}
.product__title.-one {
  background-color: #54b85f;
}

.product__title-sub {
  margin-left: 10px;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}
.product__title-sub.-ferra {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .product__title-sub {
    display: block;
    margin-left: 0;
  }
}

input[type="submit"].wpcf7-submit {
  padding: 10px;
  font-size: 16px;
  width: 70%;
  margin: auto;
  max-width: 350px;
  display: block;
}
.access-address span {
  display: block;
  margin: 16px auto 0;
  font-size: 18px;
}
.access-map {
  width: 100%;
  height: 600px;
  margin-top: 100px;
}

@media only screen and (max-width: 900px) {
  .access-map {
    height: 400px;
  }
}

.border-bottom-dash {
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  line-height: 1.4;
  padding-bottom: 10px;
}

.border-bottom-solid {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.c-section__label {
  margin: 30px auto 0;
}
#container.header-height {
  padding-top: 105px;
}
.header-height {
  padding-top: 105px;
}

@media only screen and (max-width: 860px) {
  #container.header-height {
    padding-top: 75px;
  }
  .header-height {
    padding-top: 75px;
  }
}
