@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%;
  font-size: 625%;
}

body {
  width: 100%;
  height: 100%;
  color: #646464;
  font-size: .16em;
  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: none !important;
}
.showSP {
  display: block !important;
}

.mt20 {
  margin-top: 5vw !important;
}

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

#contents {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 15vw;
  background: #ffffff;
}

.light-effect {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8% 10%;
}

.light-effect:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: -30%;
  top: -50%;
  width: 15%;
  height: 300%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  transform: rotate(35deg);
  animation: btn-light 2.5s infinite cubic-bezier(0.06, 0.525, 0.47, 0.97);
}

.light-effect:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: -30%;
  top: -50%;
  width: 15%;
  height: 300%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  transform: rotate(35deg);
  animation: btn-light 2.5s infinite cubic-bezier(0.06, 0.525, 0.47, 0.97);
}

.light-effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes btn-light {
  0% {
    left: -30%;
  }
  60% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.contents__breadcrumbs {
  width: 100%;
  padding: 4.67vw 4vw;
}
.contents__breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.contents__breadcrumbs ul li:after {
  content: '＞';
  font-size: 3.2vw;
  padding: 0 4vw;
}
.contents__breadcrumbs ul li:last-child:after {
  display: none;
}
.contents__breadcrumbs ul li span {
  font-size: 3.2vw;
  color: #646464;
}

.contents__mv {
  width: 100%;
  height: 44.4vw;
  background: url("images/mv_bg_sp.webp") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__mv h2 {
  color: #fff;
  font-size: 6.4vw;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

.contents__about {
  width: 100%;
  padding: 8vw 2.5vw 0;
}
.contents__about .txt {
  font-size: 4.2vw;
  line-height: 1.5;
}
.contents__about .menubox {
  display: flex;
  flex-wrap: wrap;
  margin: 5.33vw auto 0;
  width: 100%;
}
.contents__about .menubox li {
  width: 33.33%;
  margin-top: 9%;
  position: relative;
}
.contents__about .menubox li:nth-child(-n+3) {
  margin-top: 0;
}
.contents__about .menubox li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #B4B4B4;
}
.contents__about .menubox li:nth-child(3n+3)::after {
  display: none;
}
.contents__about .menubox li a {
  display: block;
}
.contents__about .menubox li a dl {
  display: block;
  text-align: center;
}
.contents__about .menubox li a dl dt {
  width: 65%;
  margin: 0 auto;
}
.contents__about .menubox li a dl dd {
  color: #004ea2;
  padding: 0 1em;
  font-size: 3.2vw;
  line-height: 1.4;
  margin-top: 0.5em;
}

.contents__product {
  width: 100%;
  padding: 70px 3vw 5vw;
}
.contents__product h2 {
  font-size: 7.2vw;
  font-weight: 400;
  text-align: center;
}

.contents__product .goods-item {
  padding-top: 9vw;
  display: block;
  padding-bottom: 10vw;
  border-bottom: 1px solid #004ea2;
}
.contents__product .goods-item + .goods-item {
  padding-top: 10vw;
}
.contents__product .goods-item .img {
  width: 90%;
  margin: 0 auto;
}
.contents__product .goods-item .img img {
  width: 100%;
  max-width: 100%;
}
.contents__product .goods-item .detail {
  margin-top: 6vw;
}
.contents__product .goods-item .detail h3 {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.contents__product .goods-item .detail h3 span {
  font-size: 6.4vw;
  display: block;
  margin-top: 0.2em;
}
.contents__product .goods-item .detail h4 {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6;
}
.contents__product .goods-item .detail p,
.contents__product .goods-item .detail ul {
  font-size: 4vw;
  font-weight: 200;
  line-height: 1.6;
}
.contents__product .goods-item .detail small {
  font-size: 3.2vw;
}
.contents__product .goods-item .detail p.price {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4.8vw;
  padding-bottom: 1vw;
  text-align: center;
}
.contents__product .goods-item .detail p.price em {
  font-size: 6.4vw;
  margin: 0 0.1em;
}
.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: 6vw 0 0;
  padding: 0 1em;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
}
.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: 4.2vw;
  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::after {
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 22px;
  background: url("/img_new/common/btn_arrow_white.svg") no-repeat center;
  background-size: 10px auto;
}