@charset "UTF-8";
/********************
  Font Family
********************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:200,300,400,700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #646464;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  background: #ffffff;
}

.l-main__inner a {
  text-decoration: none;
  color: #004ea2;
}
.l-main__inner a:hover {
  transition: all ease .3s;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.showPC {
  display: block !important;
}
.showSP {
  display: none !important;
}

.mt20 {
  margin-top: 20px !important;
}

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

#contents {
  width: 100%;
  min-height: 850px;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
  background: #ffffff;
}

.contents__mv {
  width: 100%;
  height: 300px;
  background: url("images/mv_bg.webp") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__mv h2 {
  color: #fff;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

.contents__about {
  width: 100%;
  padding: 50px 50px 0;
}
.contents__about .txt {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.contents__about .menubox {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  width: 100%;
  max-width: 757px;
}
.contents__about .menubox li {
  width: 33.33%;
  margin-top: 6.5%;
  position: relative;
}
.contents__about .menubox li:nth-child(-n+3) {
  margin-top: 0;
}
.contents__about .menubox li:nth-child(3n+1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #B4B4B4;
}
.contents__about .menubox li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #B4B4B4;
}
.contents__about .menubox li a {
  display: block;
}
.contents__about .menubox li a dl {
  display: block;
  text-align: center;
}
.contents__about .menubox li a dl dd {
  color: #004ea2;
  padding: 0 1.5em;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0.5em;
}
.contents__about .menubox li:hover a {
  text-decoration: underline;
}

.contents__product {
  width: 100%;
  padding: 100px 50px 20px;
}
.contents__product h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.contents__product .goods-item {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 70px;
  border-bottom: 1px solid #004ea2;
}
.contents__product .goods-item + .goods-item {
  padding-top: 70px;
}
.contents__product .goods-item .img {
  width: 45%;
  text-align: center;
}
.contents__product .goods-item .detail {
  width: 50%;
}
.contents__product .goods-item .detail h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.contents__product .goods-item .detail h3 span {
  font-size: 32px;
}
.contents__product .goods-item .detail h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.contents__product .goods-item .detail p,
.contents__product .goods-item .detail ul {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
}
.contents__product .goods-item .detail small {
  font-size: 12px;
}
.contents__product .goods-item .detail p.price {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
  padding-bottom: 5px;
}
.contents__product .goods-item .detail p.price em {
  font-size: 30px;
  margin: 0 0.1em;
}
.contents__product .goods-item .detail p.price span {
  display: block;
  margin-top: 5px;
}
.contents__product .goods-item .detail ul.list01 li::before {
  content: "・";
}
.contents__product .goods-item .detail ul.list02 li::before {
  content: "●";
}
.contents__product .goods-item .detail .btnbox {
  margin: 40px 0 0;
  padding: 0 1em;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  width: 90%;
  height: 70px;
}
.contents__product .goods-item .detail .btnbox a {
  background-color: #004ea2;
  color: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  text-align: left;
  width: 100%;
  height: 100%;
  letter-spacing: 0.07em;
  text-decoration: none;
  border-bottom: 5px solid #0F1031;
  transition: all 0.4s;
}
.contents__product .goods-item .detail .btnbox a:hover {
  opacity: 0.7;
}
.contents__product .goods-item .detail .btnbox a::after {
  content: "";
  width: 14px;
  height: 22px;
  background: url("/img_new/common/btn_arrow_white.svg") no-repeat center;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
}
.c-thumb{
  object-fit: contain;
  width: 140px;
  height: auto;
}
