@charset "UTF-8";

/*
	1)	初期設定
	2)	hover
	3)	header
	4)	nav
	5)	footer
	6)	contents (各共用レイアウト部分)
	7)	modules
	8)	ページ別
*/

/*============================================================================================================
	初期設定
============================================================================================================*/

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.57;
}

div,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
th,
td,
article,
header,
footer,
nav,
span,
a {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
}

p,
li,
td,
th,
dt,
dd {
  font-size: 16px;
  line-height: 1.57;
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

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

/*------------------------------------------
	フォント
------------------------------------------*/

body {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}

/*------------------------------------------
	枠
------------------------------------------*/

body {
  min-width: 1040px;
}

.inner {
  width: 1020px;
  margin: 0 auto;
}

/*============================================================================================================
	hover
============================================================================================================*/

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/*============================================================================================================
	header
============================================================================================================*/

#header {
  background: rgba(255, 255, 255, 0.8);
  border-top: 7px solid rgba(0, 0, 68, 0.8);
  border-bottom: 2px solid rgba(0, 0, 68, 0.8);
  position: relative;
  z-index: 10;
}

#header .headerTop {
  height: 82px;
  padding: 0 67px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*============================================================================================================
	nav
============================================================================================================*/

#nav .list {
  display: flex;
}

#nav .list .item {
  color: #4D4D4D;
  text-align: center;
  font-weight: bold;
  margin-right: 32px;
}

#nav .list .item:last-of-type {
  margin-right: 0;
}

#nav .list .item a {
  display: block;
}

/*============================================================================================================
	footer
============================================================================================================*/

#footer .footerNav01 {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footerNav01 a {
  display: block;
}

#footer .footerNav01 .toHome img {
  width: 20px;
}

#footer .pagetop {
  height: 45px;
  font-size: 12px;
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}

#footer .pagetop a {
  height: 45px;
  padding: 0 19px 0 40px;
  background: url(/images/ico_arrow01.svg?80145ad3546b6fde9b67d5d42d9f279c) no-repeat 23px 53%;
  background-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footerInfo {
  padding: 21px 0 37px;
  background: rgba(0, 0, 68, 0.8);
}

#footer .footerTit {
  float: left;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0 102px 0 0;
}

#footer .footerTit span {
  display: block;
  font-size: 12px;
}

#footer .footerNav02 {
  float: left;
  margin: 4px auto 0 0;
  display: flex;
}

#footer .footerNav02 .item {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 32px;
}

#footer .footerNav02 .item:last-of-type {
  margin-right: 0;
}

#footer .copyright {
  padding: 20px 0;
  background: #000;
}

#footer .copyright .txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

/*============================================================================================================
	contents
============================================================================================================*/

/*============================================================================================================
	module css
============================================================================================================*/

/*------------------------------------------
	tit
------------------------------------------*/

.cmnTit01 {
  display: table;
  color: #317ADC;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 7px;
  padding: 0 0 10px 4px;
  margin: 0 auto 63px;
  border-bottom: 2px solid #317ADC;
}

/*============================================================================================================
	ページ別
============================================================================================================*/

/*============================================================================================================
	index
============================================================================================================*/

/*------------------------------------------
	#header
------------------------------------------*/

.home #header {
  border-bottom: none;
}

/*------------------------------------------
	#homeMv
------------------------------------------*/

.home #homeMv {
  height: 575px;
  text-align: center;
  background: url(/images/img_mv01.png?ce2408806a34eaef6648f498b237c425) no-repeat center;
  background-size: cover;
  margin: -82px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home #homeMv .txtBox {
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.home #homeMv .lead {
  font-size: 52px;
}

.home #homeMv .txt {
  font-size: 24px;
}

/*------------------------------------------
	#topLink01
------------------------------------------*/

.home #topLink01 {
  margin: 0 auto 43px;
  display: flex;
}

.home #topLink01 .item {
  color: #fff;
  width: 50%;
  height: 275px;
  padding: 26px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home #topLink01 .item.item01 {
  background-image: url(/images/bg_link01.png?6ec0a39ddee800a66774b88821602bbc);
}

.home #topLink01 .item.item01 .lead,
.home #topLink01 .item.item01 .txt {
  text-shadow: 1px 1px 5px rgba(120, 96, 178, 0.5), -1px -1px 5px rgba(120, 96, 178, 0.5), 0 0 5px rgba(120, 96, 178, 0.5);
}

.home #topLink01 .item.item01 .btn {
  color: #7C9AC2;
  background: #fff;
  border: 5px solid #7C9AC2;
}

.home #topLink01 .item.item01 .btn:hover {
  color: #fff;
  background: #7C9AC2;
}

.home #topLink01 .item.item02 {
  background-image: url(/images/bg_link02.png?61e4fe20477c5df8bbebc0de27d47134);
}

.home #topLink01 .item.item02 .btn {
  border: 5px solid #fff;
}

.home #topLink01 .item.item02 .btn:hover {
  color: #fff;
  background: #7C9AC2;
  border-color: #7C9AC2;
}

.home #topLink01 .item .lead {
  font-size: 38px;
}

.home #topLink01 .item .txt {
  font-size: 18px;
  font-weight: bold;
}

.home #topLink01 .item .btn {
  display: block;
  width: 200px;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}

.home #topLink01 .item .btn:hover {
  opacity: 1;
}

/*------------------------------------------
	#topLink02
------------------------------------------*/

.home #topLink02 {
  margin: 0 auto 26px;
}

.home #topLink02 .item {
  display: table;
  margin: 0 auto 15px;
}

.home #topLink02 .item:last-of-type {
  margin-bottom: 0;
}

/*------------------------------------------
	#homeSecWrap
------------------------------------------*/

.home #homeSecWrap {
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.home #homeSecWrap .secTit {
  color: #317ADC;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0 7px 12px;
  border-left: 4px solid #317ADC;
}

.home #homeSecWrap .secTit .en {
  font-size: 24px;
  font-weight: bold;
  vertical-align: -2px;
  margin: 0 20px 0 0;
}

/*	#homeNews
---------------------------*/

.home #homeNews {
  width: 48%;
}

.home #homeNews .secTit {
  margin-bottom: 5px;
}

.home #homeNews .list .item {
  padding: 15px 22px 10px;
  display: block;
  background: #F5F8FD;
}

.home #homeNews .list .item:nth-of-type(even) {
  background: #EAEFF8;
}

.home #homeNews .list .item a {
  color: #1b68bd;
  text-decoration: underline;
}

.home #homeNews .list .item .date {
  padding: 0 0 0 20px;
  background: url(/images/ico_fish01.svg?78a64e0eca31f64ac608bdbd1dfa2e0e) no-repeat left center;
  background-size: 16px;
}

/*	#homeStocklist
---------------------------*/

.home #homeStocklist {
  width: 48%;
}

.home #homeStocklist .secTit {
  margin-bottom: 20px;
}

.home #homeStocklist .list {
  margin: 0 auto 38px;
}

.home #homeStocklist .list .name {
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 0 41px;
  margin: 0 auto 12px;
  background: url(/images/ico_bubble01.svg?6150b1013f9e124aca876a2eda883c0c) no-repeat 20px top;
  background-size: 17px;
}

.home #homeStocklist .list .item {
  border-top: 1px solid #3F79DC;
}

.home #homeStocklist .list .item a {
  display: block;
  padding: 12px 21px;
}

.home #homeStocklist .list .item.gray a {
  background: #D2DEE6;
}

/*============================================================================================================
	about
============================================================================================================*/

.about #secAbout {
  padding: 38px 0 52px;
}

.about #secAbout .aboutBox {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about #secAbout .aboutBox:last-of-type {
  margin-bottom: 0;
}

.about #secAbout .aboutBox:nth-of-type(even) .txtBox {
  order: 2;
}

.about #secAbout .aboutBox .txtBox {
  width: 78.6%;
}

.about #secAbout .aboutBox .tit {
  color: #317ADC;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 14px;
  margin: 0 auto 20px;
  border-bottom: 2px solid #317ADC;
}

/*------------------------------------------
	#company
------------------------------------------*/

.about #company {
  padding: 49px 0 30px;
  background: #E6E6E6;
}

.about #company .tit {
  width: 75%;
  float: left;
  color: #fff;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  padding: 2px 10px;
  margin: 0 auto 10px;
  background: linear-gradient(to right, #317adc 50%, transparent 100%);
}

.about #company .data {
  width: 75%;
}

.about #company .data th {
  width: 181px;
  padding: 0 0 1px 10px;
}

.about #company .data td.paddingB {
  padding-bottom: 24px;
}

.about #company .img {
  float: right;
}

/*============================================================================================================
	items
============================================================================================================*/

/*------------------------------------------
	#itemsSecWrap
------------------------------------------*/

.items #itemsSecWrap {
  margin: 25px auto 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.items #itemsSecWrap .secTit {
  color: #317ADC;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0 7px 12px;
  border-left: 4px solid #317ADC;
}

.items #itemsSecWrap .secTit .en {
  font-size: 24px;
  font-weight: bold;
  vertical-align: -2px;
  margin: 0 20px 0 0;
}

/*------------------------------------------
/*	#itemsStocklist
---------------------------*/

.items #itemsStocklist {
  width: 100%;
}

.items #itemsStocklist .secTit {
  margin-bottom: 20px;
}

.items #itemsStocklist .name {
  font-size: 22px;
  font-weight: normal;
  padding: 0 0 0 41px;
  margin: 0 auto 12px;
  background: url(/images/ico_bubble01.svg?6150b1013f9e124aca876a2eda883c0c) no-repeat 10px 6px;
  background-size: 17px;
}

.items #itemsStocklist .name span {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: 4px;
}

.items #itemsStocklist .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 38px;
}

.items #itemsStocklist .list::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.items #itemsStocklist .list::after {
  content: "";
  display: block;
  width: 23%;
}

.items #itemsStocklist .list .item {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  padding: 20px 15px;
  width: 250px;
}

.items #itemsStocklist .list .item img {
  display: block;
  width: auto;
  height: 85px;
  margin: auto;
}

.items #itemsStocklist .list .item .title {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}

.items #itemsStocklist .list .item .item_price {
  border-top: solid 1px #317ADC;
  color: #999;
  font-size: 10px;
  margin-top: 20px;
  padding-top: 20px;
}

.items #itemsStocklist .list .item .item_img_1,
.items #itemsStocklist .list .item .item_img_2,
.items #itemsStocklist .list .item .item_img_3,
.items #itemsStocklist .list .item .item_stock,
.items #itemsStocklist .list .item .item_explain1,
.items #itemsStocklist .list .item .item_explain2 {
  display: none;
}

#modal {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #054a76;
  display: none;
}

#item_detail {
  width: 960px;
  height: 580px;
  background: #fff;
  position: fixed;
  z-index: 110;
  font-size: 11px;
  display: none;
  border-radius: 10px;
  box-shadow: 0 0 20px #054a76;
}

#item_detail #item_name p.close_btn {
  font-size: 11px;
  position: absolute;
  right: 30px;
  top: 19px;
  cursor: pointer;
}

#item_detail #item_name p.close_btn:hover {
  color: #1e58a4;
}

#item_detail #item_name h4 {
  height: 51px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px 0;
  border-bottom: 1px solid #aaa;
  background: #eee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  background-image: linear-gradient(top, #eee 0, #eee 50%, #ddd 100%);
}

#item_detail #left_box {
  width: 400px;
  height: 530px;
  float: left;
}

#item_detail #right_box {
  width: 559px;
  height: 530px;
  float: right;
  border-left: 1px solid #bbb;
  overflow-y: scroll;
  background: #fcfcfc;
}

#item_detail #left_box #item_img_large_box {
  width: 400px;
  height: 350px;
  padding: 50px 0 0;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

#item_detail #left_box #item_img_small_box {
  height: 114px;
  border-top: 1px solid #bbb;
  padding: 15px 0 0 35px;
}

#item_detail #left_box #item_img_small_box div.small_box {
  width: 98px;
  height: 98px;
  border: 1px solid #fff;
  text-align: center;
  float: left;
  margin: 0 15px 0 0;
  cursor: pointer;
}

#item_detail #left_box #item_img_small_box div.small_box:hover {
  border: 1px solid #09f;
}

#item_detail #right_box #item_explain1 {
  padding: 30px;
  border-bottom: 1px solid #bbb;
}

#item_detail #right_box #item_price {
  padding: 30px 0 0 30px;
}

#item_detail #right_box #item_stock {
  padding: 0 0 30px 30px;
  border-bottom: 1px solid #bbb;
}

#item_detail #right_box #item_explain2 {
  padding: 30px 30px 80px;
  font-size: 16px;
}

#item_detail p.no_image {
  padding-top: 140px;
}

p.no_image {
  color: #bbb;
  font-size: 10px;
  padding-top: 40px;
  height: 85px;
  text-align: center;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*------------------------------------------
	枠内にfitするimg
------------------------------------------*/

.imgFitBox,
.imgLinkBox {
  overflow: hidden;
}

.imgFitBox img,
.imgLinkBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.imgFitBox.contain img,
.imgLinkBox.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

/*============================================================================================================
	contact
============================================================================================================*/

/*------------------------------------------
	#contactSecWrap
------------------------------------------*/

.contact #contactSecWrap {
  margin: 25px auto 24px;
}

.contact #contactSecWrap .secTit {
  color: #317ADC;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0 7px 12px;
  border-left: 4px solid #317ADC;
  margin-bottom: 38px;
}

.contact #contactSecWrap .secTit .en {
  font-size: 24px;
  font-weight: bold;
  vertical-align: -2px;
  margin: 0 20px 0 0;
}

.contact #contactSecWrap .txt {
  font-size: 14px;
}

.contact #contactSecWrap .txt a {
  color: #317ADC;
}

div#form_err_order,
div#form_err_order_b,
div#confirm_address {
  display: none;
}

div#form_err_order p,
div#form_err_order_b p {
  color: red;
  border: 2px solid red;
  padding: 3px 0;
  font-size: 14px;
  width: 616px;
  margin: 10px auto 30px;
  text-align: center;
}

/*------------------------------------------
/*	#contactStockForm
---------------------------*/

.contact #contact_form_title,
.contact #order_form_title {
  margin-top: 38px;
}

.contact #contact_form_title .secTit,
.contact #order_form_title .secTit {
  font-size: 24px;
}

.contact #form_all_contents,
.contact #send_address {
  max-width: 630px;
  margin-left: 15px;
}

.contact #form_all_contents dt,
.contact #send_address dt {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact #form_err_contact p,
.contact #form_err_new_dealer p {
  color: red;
  border: 2px solid red;
  padding: 3px 0;
  font-size: 14px;
  width: 616px;
  margin: 0 auto 30px;
  text-align: center;
}

strong {
  color: red;
  font-weight: bold;
}

strong.err,
strong.err_del {
  background: #ffcccc;
}

.contact .name {
  font-size: 22px;
  font-weight: normal;
  padding: 0 0 0 41px;
  margin: 60px auto 12px;
  background: url(/images/ico_bubble01.svg?6150b10…) no-repeat 10px 6px;
  background-size: 17px;
}

.contact #contact_form_wrapper dl,
.contact #order_form_wrapper dl {
  margin: 38px 0 0;
}

.contact #contact_form_wrapper dt,
.contact #order_form_wrapper dt {
  font-size: 14px;
  margin-bottom: 3px;
}

.contact #contact_form_wrapper dd,
.contact #order_form_wrapper dd {
  margin-bottom: 15px;
}

.contact #contact_form_wrapper .any,
.contact #order_form_wrapper .any {
  color: #FF1D25;
}

.contact #contact_form_wrapper input[type=text],
.contact #contact_form_wrapper textarea,
.contact #order_form_wrapper input[type=text],
.contact #order_form_wrapper textarea {
  border: solid 1px #B3B3B3;
  padding: 2px 5px;
}

.contact #contact_form_wrapper .text_a,
.contact #contact_form_wrapper .co,
.contact #contact_form_wrapper .ad,
.contact #order_form_wrapper .text_a,
.contact #order_form_wrapper .co,
.contact #order_form_wrapper .ad {
  width: 100%;
}

.contact #contact_form_wrapper .text_b,
.contact #order_form_wrapper .text_b {
  width: 50px;
}

.contact #contact_form_wrapper .text_c,
.contact #order_form_wrapper .text_c {
  width: 70px;
}

.contact #contact_form_wrapper .text_d,
.contact #order_form_wrapper .text_d {
  width: 150px;
}

.contact #contact_form_wrapper .text_e,
.contact #order_form_wrapper .text_e {
  width: 50%;
}

.contact .contact_form_confirm dt {
  color: #bbbbbb;
  font-weight: normal;
}

.contact #btn_line,
#order_btn_line {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.contact #btn_line button,
#order_btn_line button {
  background: #317ADC;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  display: block;
  margin: auto;
  padding: 2px 10px 3px;
}

.contact #btn_line button + button,
#order_btn_line button + button {
  margin-left: 15px;
}

.contact #order_num,
.contact #pm_box {
  margin-left: 15px;
}

.contact #order_num_btn_dd,
.contact #pm_box {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
}

.contact #order_num_btn_dd button,
.contact #pm_box button {
  background: #317ADC;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 2px 10px 3px;
}

.contact #order_num_btn_dd button + button,
.contact #pm_box button + button {
  margin-left: 15px;
}

.contact #size_list {
  border-top: solid 1px #6D9FD2;
  margin-left: 15px;
  margin-top: 35px;
  width: auto;
}

.contact #size_list th {
  background: #6D9FD2;
  border-bottom: solid 1px #fff;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 13px 10px;
  line-height: 1.2;
  vertical-align: middle;
}

.contact #size_list td {
  border-right: solid 1px #6D9FD2;
  border-bottom: solid 1px #6D9FD2;
  font-size: 13px;
  padding: 13px 10px;
  line-height: 1.2;
}

.contact #order {
  border: solid 1px #B3B3B3;
  margin-left: 15px;
  width: auto;
}

.contact #order th {
  background: #B4D3ED;
  border-right: solid 1px #B3B3B3;
  font-size: 12px;
  text-align: center;
  padding: 4px 5px;
}

.contact #order td {
  border-right: solid 1px #B3B3B3;
  border-bottom: solid 1px #B3B3B3;
  font-size: 12px;
  padding: 4px 5px;
}

.contact #order .size_aa {
  width: 80px;
}

.contact #order .size_cc {
  width: 40px;
}

.contact #order .size_dd {
  width: 70px;
  text-align: right;
}

.contact #order .size_ee {
  width: 40px;
  text-align: right;
}

.contact table#copy_tbl {
  display: none;
}

.contact #total_box {
  border: solid 1px #B3B3B3;
  margin-top: 20px;
  margin-left: auto;
  width: 322px;
}

.contact #total_box th,
.contact #total_box td {
  border-right: solid 1px #B3B3B3;
  border-bottom: solid 1px #B3B3B3;
  font-size: 12px;
  padding: 4px 5px;
  text-align: right;
}

.contact #order_btn_line {
  display: flex;
}

.contact #order_btn_line #return_btn {
  display: none;
}

.contact #order_btn_line #send_btn {
  display: none;
}

