@charset "UTF-8";

/* ブレイクポイントと連動している container の幅になる。 */
/* containerにデフォルトで入っているpaddingを設定 */
/* 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;
}

html {
  font-size: 62.5%;
 /* scroll-behavior: smooth;*/
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;

  }
}

@media (max-width: 350px) {
  html {
    font-size: 42%;
  }
}


* {/* min-height:0; */min-width : 0;}
body {
    line-height: 1;

    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

body {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-variant-ligatures: no-common-ligatures;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}


a {
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}



ol,
ul {
  list-style: none;
}
a {
    text-decoration:none; 
}

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



*,
*:before,
*:after {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
	font-size: 70%; //お好きなサイズに
	vertical-align: top;
	position: relative;
	top: -0.1em; //お好きな位置に
}
.bgcl_green01{
    background: #007149;
}

.cl_green01{
      color: #007149;
}

.bgcl_green02{
  background-color: rgba(0, 113, 73, 0.1);
}

.cl_green02{
  
}
.bgcl_yellow01{
    background: #DDCA33;
}

.cl_yellow01{
      color: #DDCA33;
}

.bgcl_yellow02{
  background-color: rgba(221, 202, 51, 0.1);
}

.cl_yellow02{
  
}
#wrapper {
  overflow: hidden;
}





header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background: white;
  height: 60px;
}
#header {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headInner {
  padding-top: 21px;
}
#header #logo {
  width: 40px;
  display: block;
}
#header #logo img {
  width: auto;
  height: 36px;
  display: block;
  margin-top: -4px;
}
.logo a {
  display: block;
  width: 100%;
  height: auto;
}
.g-nav {
  /* margin-bottom: 25px; */
  display: flex;
}
.g-nav li {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-nav li:last-child {
  margin-right: 0;
}
.g-nav li a {
  color: #000000;
  margin-right: 0px;
  align-items: center;
}
.h-snswrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.h-snswrap ul {
  align-items: center;
  display: flex;
  margin-right: 20px;
}
.h-snswrap img {
  width: auto;
  height: 20px;
}
.h-snswrap li {
  min-width: 20px;
}
.h-snswrap li:not(:last-child) {
  margin-right: 25px;
}
#menuwrap {
  /* margin-top: 9px; */
  display: flex;
}
/*=========================================
　　▼ヘッダー▼
=========================================*/
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -767px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media screen and (max-width: 767px) {
  #header {
    padding: 0 50px 0 15px;
    margin-top: 10px;
  }
  #header #logo {
    width: 40px;
    display: block;
  }
  #header #logo img {
    width: auto;
    height: 50px;
    display: block;
    /* margin-top: -4px; */
  }
  .logo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .g-nav {
    flex-flow: column;
    width: 80%;
    margin: 0 auto;
    margin-top: 30%;
    font-size: 2rem;
  }
  .g-nav li {
    margin: 0;
    margin-bottom: 25px;
  }
  .g-nav li:last-child {
    /* margin-right: 60px;*/
  }
  .g-nav li a {
    color: #fff;
  }
  .h-snswrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
  }
  .h-snswrap ul {
    align-items: center;
    display: flex;
  }
  .h-snswrap li {
    min-width: 20px;
    width: 30px;
  }
  .h-snswrap li:not(:last-child) {
    margin-right: 25px;
  }
  .h-snswrap img {
    width: 35px;
    height: auto;
  }
  #menuInner {
    display: none;
  }
  #menuwrap {
    top: 0;
    display: block;
  }
  #menuInner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #CCC;
  }
  #header #logo {
    width: 120px;
    height: auto;
    margin-top: 10px;
  }
  #header #logo .none {
    display: none;
  }
  #header #logo img {
    width: 100%;
    height: 100%;
  }
  /*  menu triggerここから  */
  .navInner {
    position: absolute;
    right: calc(6% - 10px);
    top: 14px;
  }
  .menu-trigger {
    width: 30px;
    height: 24px;
    line-height: inherit;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
    margin-left: 38px;
    filter: invert(10%);
  }
  .menu-trigger.active {
    margin-left: 0px;
    position: relative;
    z-index: 999999;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background: #ccc;
  }
  nav_gray .menu-trigger span {
    background-color: #4C4948;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger:not(.active):hover span:nth-of-type(1) {
    top: 2px;
  }
  .menu-trigger:not(.active):hover span:nth-of-type(3) {
    bottom: 2px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10.5px) rotate(-45deg);
    transform: translateY(10.5px) rotate(-45deg);
    background-color: #ffffff;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10.5px) rotate(45deg);
    transform: translateY(-10.5px) rotate(45deg);
    background-color: #ffffff;
  }
  /* メニュー反転*/
  /* メニュー反転*/
  .invert20 {
    filter: invert(20%);
  }
  .invert50 {
    filter: invert(50%);
  }
  .menu-trigger .active .invert {
    filter: invert(0%);
  }
  .menu-trigger .invert .active {
    filter: invert(0%);
  }
}


/*-----------------------------------------
　　△ヘッダー△
-----------------------------------------*/

.section_keyvisual {
  padding-top: 60px;
}

.section_keyvisual .keyvisual_img img {
  width: 100%;
  height: 100%;
  max-height: 1040px;
  object-fit: cover;
}
.section_keyvisual .keyvisual_img video {
  width: 100%;
  height: 100%;
  max-height: 1040px;
  object-fit: cover;
}






.slick-slide img {
  display: block;
}

.section_keyvisual .container {
  width: 100%;
  position: relative;
  padding-left: 84px;
  padding-right: 84px;
}

@media screen and (max-width: 920px) {
  .section_keyvisual {
  padding-top: 45px;
}

  .section_keyvisual .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}





ul.slick-dots {
  position: absolute;
  bottom: 13px;
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.slick-dots li {
  position: relative;
  width: 54px;
  height: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.slick-dots li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

ul.slick-dots li.slick-active:before {
  background-color: #FFF;
}

ul.slick-dots li button {
  opacity: 0;
}
/*==========================================================*/
/* info-sec-info
/*==========================================================*/


/*==========================================================*/
/* index-sec-info
/*==========================================================*/

#sec_info {
  max-width: 1000px;
  position: relative;
  width: 100%;
  margin: 250px auto;
  display: block;
}


#sec_info .section_heading {
  padding-top: 150px;
  padding-bottom: 150px;
}

#sec_info .section_heading .section_heading_title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
}


@media screen and (max-width: 768px) {
#sec_info .section_heading {
    padding-top: 54px;
    padding-bottom: 48px;
  }
}

#sec_info .news-area {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  position: relative;
}

#sec_info .wrap {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 1000px;
  position: relative;
}

#sec_info .wrap .topic {
  /* width: 80%; */
  margin: auto;
  max-width: 1400px;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
#sec_info .wrap .topic a p {
  /* width: 80%; */
  /* margin: auto; */
  /* max-width: 1400px; */
  /* position: relative; */
  /* border-top: 1px solid #ccc; */
  /* margin: 10px 0 10px 50px; */
  padding: 0 50px;
}


#sec_info .wrap article:nth-child(n+4) {
  display: none;
}

#sec_info .wrap .topic a>*:not(.title):not(.date) {
  display: none;
}

#sec_info .wrap .topic .date {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em
}

#sec_info .wrap .topic .title {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em
}

#sec_info .wrap .topic .sub_title {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  padding-left: 2rem;
}

#sec_info .wrap .topic .sub_title {
  display: none;
}

#sec_info .wrap .topic:hover {
  background-color: #f3f3f3;
  transition: 300ms;
}

#sec_info .wrap img {
  /* width: 50%; */
  /* max-width: 1400px; */
  position: relative;
  /* border-top: 1px solid #ccc; */
  margin: 10px 0 10px 10px;
}

#sec_info .btn {
  margin: auto;
  position: relative;
  margin-top: 30px;
  margin-right: 19px;
  display: flex;
  justify-content: flex-end;
}

#sec_info .btn p {
  font-weight: 400;
}

#sec_info .btn .arrowimg {
  margin-left: 1px;
  margin-bottom: 1px;
}

#sec_info .btn .arrowimg img {
  transition: all .4s;
  width: 80px;
}

#sec_info .btn:hover .arrowimg img {
  width: 120px;
  transition: all .4s;
}


@media screen and (max-width: 767px) {
#sec_info {
    max-width: 100%;
    /* position: relative; */
    width: 100%;
    margin: 50px auto;
    display: block;
  }

#sec_info .h2-ttl {
    display: block;
    font-size: 20px;
    letter-spacing: 0.16em;
    width: 90%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 80px;
    font-weight: 400;
    display: flex;
    font-size: 30px;
    letter-spacing: 0.16em;
    text-align: center;
    position: relative;
    margin: 80px auto;
    font-weight: 400;
    align-items: center;
    justify-content: center;
  }

#sec_info .wrap {
    display: flex;
    flex-flow: column;
    width: 85%;
    margin: auto;
    max-width: 90%;
    position: relative;
  }

#sec_info .wrap .topic {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    display: block;
    margin: auto 0;
  }
#sec_info .wrap article:nth-child(n+4) {
    display: none;
  }
#sec_info  .wrap .topic a p {

    padding: 0 ;
}
#sec_info  .wrap .topic .date {
    font-size: 15px;
    letter-spacing: 3px;
    position: relative;
    margin: auto 0;
  }

#sec_info .wrap .topic .title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 5px;
    position: relative;
    margin: auto 0;
  }
#sec_info .wrap .topic .sub_title {
    font-size: 11px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  #sec_info .wrap .topic .sub_title {
    display: none;
  }

#sec_info .wrap .topic:hover {
    background-color: #f3f3f3;
    transition: 300ms;
  }

#sec_info .wrap img {
    width: 80%;
    max-width: 1400px;
    position: relative;
    border-top: 1px solid #ccc;
    margin: 10px 0 10px 10px;
  }

#sec_info  .btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 70%;
  }
#sec_info .btn p {
    font-weight: 400;
    text-align: center;
  }



#sec_info .btn .arrowimg img {
  transition: all .4s;
  width: 60px;
}
#sec_info .btn:hover .arrowimg img {
  width: 80px;
  transition: all .4s;
}


}
/*=========================================
▽▽▽フッター▽▽▽
=========================================*/

/*==========================================================*/
/* Index - footer*/
/*==========================================================*/

#footer .wrap {
  background-color: #CCC;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

#footer img {
  color: #fff;
  width: 100px;
  height: auto;
}

#footer a {
  color: #fff;
}

#footer .nav {
  margin-top: 5px;
}

#footer .access {
  font-size: 1.3rem;
  margin-top: 30px;
}

#footer .small {
  font-size: 1rem;
  margin-top: 5px;
}



/*=========================================
▽▽▽lightbox▽▽▽
=========================================*/
#lightbox-cv {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 10%;
  margin-bottom: 10%;
  width: 60vw;
  background-color: white;
}

#lightbox-cv img {
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  min-width: 100%;
  height: 100%;
  /*IE7*/
}

.lightbox-bg {
  background-color: #fff;

}

#lightbox-cv img {
  width: 100%;
}

#lightbox-cv .brand {
  width: 100%;
  line-height: 1.3;
  margin-bottom: 4px;
  padding: 0 .5em;
  text-align: center;
  font-size: 1.2em;
  font-family: "Overpass", sans-serif;
  color: black;
}

#lightbox-cv .name {
  line-height: 1.3;
  margin-bottom: 8px;
  padding: 0 .5em;
  font-size: 3.2vw;
  text-align: center;
  font-family: "Overpass", sans-serif;
  color: black;
}

#lightbox-cv .price {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4px;
  padding: 0 .5em;
  font-size: 3vw;
  font-family: "Overpass", sans-serif;
  color: black;
}

.add-to-cart {
  width: 100%;
  color: #fff;
  padding: .3em;
  transition: all .2s linear;
  background-color: #CC0033;
  position: fixed;


}

.add-to-cart:hover {
  text-decoration: none;
  background-color: #E91147;
}

.add-to-cart-text {
  border: 1px solid #fff;
  padding: .8em 1.4em;
}

/*=================================================================================
#sec_concept
=================================================================================*/
#sec_concept .container {
  margin: 0 auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
#sec_concept .content {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(/images/bg.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
#sec_concept .section_heading {
  padding-top: 150px;
  padding-bottom: 150px;
}
#sec_concept .section_heading .section_heading_title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
}
#sec_concept .statement {
  color: #333;
  text-align: center;
}
#sec_concept .statement h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 50px;
}
#sec_concept .statement p {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sec_concept .section_heading {
    padding-top: 54px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 920px) {
  #sec_concept .content {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #sec_concept .statement h2 {
    line-height: 1.8;
    margin-left: -10px;
    margin-right: -10px;
  }
}
/*=================================================================================
=================================================================================*/

/*=================================================================================
#sec_feature
=================================================================================*/
#sec_feature .section_heading {
  padding-top: 150px;
  padding-bottom: 150px;
}
#sec_feature .section_heading .section_heading_title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
  /* color: #fff; */
}
#sec_feature .content {
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
}
#sec_feature .content ul {
  font-size: 0;
}
#sec_feature .content ul li {
  width: 33%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /* padding: 0 39px; */
  vertical-align: top;
}
#sec_feature .content ul li:nth-child(2) {
  margin-top: 50px;
}
#sec_feature .content ul li:nth-child(3) {
  margin-top: 100px;
}
#sec_feature .content ul li img {
  width: 100%;
  height: auto;
  /* top: 0; */
  /* left: 0; */
}
#sec_feature .content ul li dl {
  position: relative;
  margin: auto 10px;
}
#sec_feature .content ul li dt {
  position: absolute;
  background: #fff;
  font-size: 17px;
  top: 0;
  left: 0;
  padding: 5px;
}
#sec_feature .content ul li dt .sub {
  font-size: 12px;
}
#sec_feature .scntxt {
  font-size: 14px;
  line-height: 25px;
  /* color: #fff; */
  padding-top: 30px;
  word-break: break-all;
}
#sec_feature .content .container {
  max-width: 1098px;
  width: 90%;
  margin: 0 auto;
}
#sec_feature .scenTit {
  position: relative;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.18em;
  margin: auto 0;
  text-align: center;
}
#sec_feature .contentW {
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /* padding: 0 20px; */
}
#sec_feature .section_feature .bottomin {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s 0.2s ease-out;
}
#sec_feature .section_feature .bottomin.active {
  opacity: 1;
  transform: translateY(0);
}
#sec_feature .bottomin {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s 0.2s ease-out;
}
#sec_feature .bottomin.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 920px) {
  #sec_feature .content ul li {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 100px auto;
  }
  #sec_feature .content ul li:nth-child(2) {
    margin-top: 40px;
  }
  #sec_feature .content ul li:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #sec_feature .section_heading {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*=================================================================================
=================================================================================*/
.section_lastimg .content {
  max-width: 1186px;
  margin: 0 auto;
  /* padding: 115px 0 100px; */
}

.section_lastimg .content ul {
  font-size: 0;
}

.section_lastimg .content ul li {
  width: 33%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /* padding: 0 39px; */
  vertical-align: top;
}

.section_lastimg .content ul li:nth-child(2) {
  margin-top: 50px;
}

.section_lastimg .content ul li:nth-child(3) {
  margin-top: 100px;
}

.section_lastimg .content ul li img {
  width: 100%;
  height: auto;
/* top: 0; */
    /* left: 0; */}

.section_lastimg .content ul li dl {
  position: relative;
margin: auto 10px;}

.content ul li dt {
  position: absolute;
  background: #fff;
  font-size: 17px;
  top: 0;
  left: 0;
  padding: 5px;
}
.content ul li dt .sub {
  font-size: 12px;

}
.section_lastimg .scntxt {
  font-size: 14px;
  line-height: 25px;
  /* color: #fff; */
  padding-top: 30px;
  word-break: break-all;
}


.section_lastimg .content {
  position: relative;
}
.section_lastimg .content .container {
  max-width: 1098px;
width: 90%;margin: 0 auto;}

.section_lastimg .content .container img {
  max-width: 1098px;
width: 100%;margin: 0 auto;}

.section_lastimg .scenTit {
  position: relative;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.18em;
  margin: auto 0;
  text-align: center;
}

.section_lastimg .contentW {
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /* padding: 0 20px; */
}



.section_lastimg .bottomin {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s 0.2s ease-out;
}

.section_lastimg .bottomin.active {
  opacity: 1;
  transform: translateY(0);
}


/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */

@media screen and (max-width: 920px) {

.section_lastimg .content ul li {
    width: 100%;
    display: block;
    vertical-align: top;
  }
.section_lastimg .content ul li:nth-child(2) {
    margin-top: 40px;
  }
.section_lastimg .content ul li:nth-child(3) {
    margin-top: 40px;
  }
}

.section_lastimg .section_heading {
  padding-top: 150px;
  padding-bottom: 150px;
  }
  
.section_lastimg .section_heading .section_heading_title {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0;
    /* color: #fff; */
    }

.section_lastimg .section_heading .sub_title {
    font-size: 1.54rem;
    /* font-weight: 600; */
    text-align: center;
    line-height: 1;
    margin: 0;
    /* color: #fff; */
    margin: 22px auto 0;
    }

@media screen and (max-width: 768px) {
.section_lastimg  .section_heading {
    padding-top: 100px;
    padding-bottom: 100px;
    }
 }

.section_lastimg .content {
  padding-bottom: 50px;
}





#company {
  max-width: 1400px;
  position: relative;
  width: 100%;
  margin:100px auto 250px;
  display: block;
}

#company .section_heading {
  padding-top: 150px;
  padding-bottom: 150px;
}

#company .section_heading .section_heading_title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
}


@media screen and (max-width: 768px) {
  #company .section_heading {
    padding-top: 54px;
    padding-bottom: 48px;
  }
}

#company .h2ttl {
  font-size: 2.6rem;
  letter-spacing: 0.16em;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  font-weight: 400;
}

#company .wrap {
  margin: auto;
  max-width: 1000px;
  width: 80%;
  position: relative;
}

#company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#company dt {
  flex-basis: 15%;
  padding: 20px;
  background-color: #CCC;
  border-bottom: 1px solid #ccc;
}

#company dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}


@media screen and (max-width: 767px) {

#company {
max-width: 100%;
margin: 70px auto;
}

#company .h2ttl {
margin-bottom: 50px;
font-size: 24px;
letter-spacing: 4px;
text-align: center;
font-weight: 400;
}

#company .wrap {
display: block;
width: 85%;
max-width: 85%;
margin: 0 auto;
}

#company dl {
flex-flow: column;
}

#company dt {
flex-basis: 15%;
padding-top: 10px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 10px;
}

#company dd {
flex-basis: 90%;
padding-top: 10px;
padding-bottom: 30px;
}
}



#section_product .item  .content .bottomin {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s 0.2s ease-out;
}
#section_product .item  .content .bottomin.active {
  opacity: 1;
  transform: translateY(0);
}
#section_product .item  {
  /* padding-top: 185px; */
  display: block;
}

   #section_product .item  .prod{
    max-width: 1183px;
    margin: 0 auto;
    /* padding: 20px 80px; */
    display: flex;
    /* margin-bottom: 60px; */
}
     
   


   #section_product .item   {
   padding-bottom: 60px;
}
   
   #section_product .item  .prod .content {
  max-width: 1183px;
  margin: 0 auto;
  padding: 87px 120px 94px;
  display: flex;
  /* margin-bottom: 60px; */
}
#section_product .item  .prod .content .container {
  max-width: 1183px;
  /* margin: 100px auto; */
  /* padding: 87px 80px 94px; */
  /* position: relative; */
  top: 50px;
  /* height: auto; */
  /* margin: auto; */
  display: block;
}
   #section_product .item  .prod .content .container .title {
  border-left: 1px dotted #475735;
  padding-left: 10px;
}
   #section_product .item  .prod .content .container .category {
  font-size: 10px;
}
.category span.number {
  color: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: -0.03em;
  font-weight: 400;
}
   #section_product .item  .prod .content .container .product{}
   #section_product .item  .prod .content .container .product .prod_img_container {
  width: 50%;
  float: right;
}
.prod_img {
  width: 64%;
  margin: 0 auto
}
.mtimg {
  padding-top: 140px;
}
   #section_product .item  .prod .content .container .product .prod_img_container img {
  width: 100%;
  height: auto
}
   #section_product .item  .prod .content .container .product .text_container {
  width: 50%;
  float: right;
  /* display: block; */
}
   #section_product .item  .prod .content .container .product .text_container .name1 {
  font-size: 24px;
  margin: 20px auto;
}
   #section_product .item  .prod .content .container .product .text_container .name2 {
  font-size: 15px;
  margin-bottom: 15px;
}
   #section_product .item  .prod .content .container .product .text_container .price {
  font-size: 15px;
  margin-bottom: 20px;
}
   #section_product .item  .prod .content .container .product .text_container .read {
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 40px;
}
   #section_product .item  .prod .content .container .product .text_container .point {
  margin-bottom: 20px;
}
   #section_product .item  .prod .content .container .product .text_container .point li {
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  border-radius: 17px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  margin-bottom: 10px;
}
   #section_product .item  .prod .content .container .product .text_container .point02 li {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  /* color: #fff; */
}
   #section_product .item  .prod .content .container .product .prod_container_inner .point {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
   #section_product .item  .prod .content .container .product .text_container .point dt {
  font-size: 13px;
  margin-bottom: 15px;
}
   #section_product .item  .prod .content .container .product .text_container .point dd img {
  width: 100%;
  height: auto;
}
   #section_product .item  .prod .content .container .product .text_container .point dd.point_img {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
   #section_product .item  .prod .content .container .product .text_container .point dd.imgdt img {
  width: 100%;
  height: auto;
}
   #section_product .item  .prod .content .container .product .text_container .point dd.point_text {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #000000;
}
   #section_product .item  .prod .content .container .product .prod_container_inner .point.imggdt {
  margin-bottom: 10px;
}
   #section_product .item  .prod .content .container .product .text_container .pont_sup_area {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 15px;
	   font-size: 7px;
  /* color: #fff; */
}
   #section_product .item  .prod .content .container .product .buybtn {
  border: 1px solid #000;
  font-size: 16px;
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  line-height: 63px;
  text-align: center;
  margin-top: 40px;
  background: #fff;
}
   #section_product .item  .prod .content .container .product .buybtn a {
  position: relative;
  display: block;
}
   #section_product .item  .prod .content .container .product .buybtn a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url("../img/arrow.svg") left center no-repeat;
  position: absolute;
  right: 14px;
  top: 45%;
}
   #section_product .item  .prod .content .container .product .bottomin {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s 0.2s ease-out;
}
   #section_product .item  .prod .content .container .product .bottomin.active {
  opacity: 1;
  transform: translateY(0);
}
   #section_product .item  .prod .content .container .secondlist.product .prod_img_container {
  float: left;
}
/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 920px) {
   #section_product .item  .prod {
    max-width: 1183px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    /* margin-bottom: 60px; */
}
   #section_product .item  .prod .content .container {
    padding: 0 20px;
    flex-direction: cp;
  }
   #section_product .item  .prod .content  {
    max-width: 1183px;
    margin: 0 auto;
    padding: 20px 0 20px;
    display: block;
    padding-top: 185px;
    position: relative;
  }
   #section_product .item  .prod .content .container .secondlist.product .text_container {
    float: none;
    padding-top: 15px;
  }
   #section_product .item  .prod .content .container .product .text_container .point li {
    padding: 7px 11px 7px 11px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    border-radius: 12px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    margin-bottom: 10px;
  }
   #section_product .item  .prod .content .container .product .prod_img_container {
    width: 100%;
    float: none;
  }
   #section_product .item  .prod .content .container .product .text_container {
    width: 100%;
    float: none;
  }
   #section_product .item  .prod .content .container .product .text_container dd.txtread {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .point02 li {
    font-size: 10px;
  }
   #section_product .item  .prod .content .container .product .text_container .point dt {
    font-size: 12px;
    margin-bottom: 10px;
  }
}







#section_product .item  .sec_detail01 {
  /* position: relative; */
  max-width: 1183px;
  margin: 0 auto;
  /* margin-bottom: 60px; */
  margin-bottom: 100px;
}

#section_product .item  .sec_detail01  .content {
  max-width: 1183px;
  /* margin: 100px auto; */
  padding: 50px 120px 50px;
  display: block;
  /* margin-bottom: 60px; */
  position: relative;
  display: flex;
}
#section_product .item  .sec_detail01 .content .container {
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /* padding: 0 20px; */
  /* display: flex; */
  /* top: 50px; */
}
#section_product .item  .sec_detail01 .content .container .detail .container_inner {
  width: 100%;
  /* float: right; */
  display: flex;
  align-items: stretch;
  height: auto;
  /* background: white; */
  gap: 6px 25px;
}

#section_product .item  .sec_detail01 .content .container .detail .sup_area {
  margin-top: 5px;
  flex-direction: column;
  display: block;
  text-align:left;
  color:white;
}


#section_product .item  .sec_detail01 .content .container .detail .container_inner .point {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
  width: calc(100% /3);
  /* display: flex; */
  /* flex-direction: column; */
  display: flex;
}

#section_product .item  .sec_detail01 .content .container .detail .container_inner .point.imggdt {
  /* margin-bottom: 10px; */
}

#section_product .item  .sec_detail01 .content .container .detail .container_inner .point dt {
  font-size: 13px;
  margin-bottom: 15px;
}

#section_product .item  .sec_detail01 .content .container .detail .container_inner .point dd img {
  width: 100%;
  height: auto;
}

#section_product .item  .sec_detail01 .content .container .detail .container_inner .point dd.point_img {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}


#section_product .item  .sec_detail01 .content .container .detail .container_inner .point dd.point_text {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  float: right;
  color: #000000;
}
@media screen and (max-width: 920px) {
#section_product .item  .sec_detail01 .content{
    max-width: 1183px;
    margin: 0 auto;
    padding: 20px 0 20px;
    /* margin-bottom: 25px; */
    /* display: flex; */
    /* flex-direction: column; */
  }
  
#section_product .item  .sec_detail01 .content .container {
    padding: 0 20px;
  }
  
#section_product .item  .sec_detail01 .content .container .detail .container_inner {
    width: 100%;
    float: none;
    display: block;
  }
 #section_product .item   .sec_detail01 .content .container .detail .container_inner .point {
  /* background: #fff; */
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 16px;
  width: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  display: flex;
}
#section_product .item  .sec_detail01 .content .container .detail .container_inner .point dt {
    font-size: 12px;
    margin-bottom: 10px;
  }
#section_product .item  .sec_detail01 .content .container .detail .container_inner .point dd.point_img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}
#section_product .item  .sec_detail01 .content .container .detail .container_inner .point dd.point_text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    float: right;
    color: #000000;
}
}

#section_product .item  .contentW {
    /* padding-top: 185px; */
    /* display: flex; */
    /* width: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    position: relative;
    /* display: block; */
    top: 50px;
}

#section_product .item  .detail02 {
  max-width: 1183px;
  margin: 100px auto;
  padding: 64px auto 0;
  display: block;
  /* margin-bottom: 60px; */
  position: relative;
  display: flex;
  background: #ccc;
}



#section_product .item  .detail02 dl {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 10px;
}
#section_product .item  .detail02 .content dt {
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
    /* display: flex; */
    /* flex-direction: column; */
}

#section_product .item  .detail02 dd {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
}
#section_product .item  .detail02 .content dd {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    box-sizing: border-box;
    /* margin-left: 15px; */
    /* gap: 10px; */
    margin: 10px 10px;
}



#section_product .item  .detail02 {max-width: 1183px;margin: 0 auto;padding: 20px 120px 20px;display: flex;/* margin-bottom: 60px; */background: #F8F8F8;}
}

#section_product .item  .detail02 .content {
    max-width: 1183px;
    /* margin: 100px auto; */
    padding: 87px 80px 94px;
    display: block;
    /* margin-bottom: 60px; */
    position: relative;
    display: flex;
}
#section_product .item  .detail02 .content .container {
    max-width: 1186px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    /* padding: 0 20px; */
    /* display: flex; */
    /* top: 50px; */
}
#section_product .item  .detail02 .content .container .title {
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
    /* display: flex; */
    /* flex-direction: column; */
    margin: 0 auto;
    text-align: center;
}
#section_product .item  .detail02 .content .container dl {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 10px;
}

  #section_product .item  .detail02 .content .container dl dd {
        background: #fff;
        border: 1px solid #707070;
        border-radius: 15px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 20px;0px;
        margin: 10px 10px;
}
@media screen and (max-width: 920px){
  #section_product .item  .detail02 {max-width: 1183px;margin: 0 auto;padding: 0;display: flex;/* margin-bottom: 60px; */}
}
#section_product .item  .detail02 .content {
    max-width: 1183px;
    margin: 0 auto;
    padding: 20px 0 20px;
    /* margin-bottom: 25px; */
    /* display: flex; */
    /* flex-direction: column; */
}
#section_product .item  .sec_detail01 .content .container {
    padding: 0 20px;
}




#section_about .container {
  margin: 0 auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

#section_about .section_heading {
  padding-top: 150px;
  padding-bottom: 150px;
}

#section_about .section_heading .section_heading_title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
}


@media screen and (max-width: 768px) {
#section_about .section_heading {
    padding-top: 54px;
    padding-bottom: 48px;
  }
}

#section_about .content {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(/images/bg.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 920px) {
  #section_about .content {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #section_about .statement h2 {
    line-height: 1.8;
    margin-left: -10px;
    margin-right: -10px;
  }
}

#section_about .statement {
  color: #333;
  text-align: center;
}

#section_about .statement h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 50px;
}

#section_about .statement p {
  font-weight: bold;
  margin-bottom: 20px;
}

#section_service  .bottomin {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s 0.2s ease-out;
}

#section_service .content {
  max-width: 1186px;
  margin: 0 auto;
  /* padding: 115px 0 100px; */
}

#section_service .content ul {
  font-size: 0;
}

#section_service .content ul li {
  width: 33%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /* padding: 0 39px; */
  vertical-align: top;
}

#section_service .content ul li:nth-child(2) {
  margin-top: 50px;
}

#section_service .content ul li:nth-child(3) {
  margin-top: 100px;
}

#section_service .content ul li img {
  width: 100%;
  height: auto;
/* top: 0; */
    /* left: 0; */}

#section_service .content ul li dl {
  position: relative;
margin: auto 10px;}

.content ul li dt {
  position: absolute;
  background: #fff;
  font-size: 17px;
  top: 0;
  left: 0;
  padding: 5px;
}
#section_service .content ul li dt .sub {
  font-size: 12px;

}
#section_service .scntxt {
  font-size: 14px;
  line-height: 25px;
  /* color: #fff; */
  padding-top: 30px;
  word-break: break-all;
}

#section_service .content .container {
  max-width: 1098px;
width: 90%;margin: 0 auto;}

#section_service .content {
  position: relative;
}

#section_service .scenTit {
  position: relative;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.18em;
  margin: auto 0;
  text-align: center;
}

#section_service .contentW {
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /* padding: 0 20px; */
}



#section_service .bottomin {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1.4s 0.2s ease-out;
}

#section_service .bottomin.active {
  opacity: 1;
  transform: translateY(0);
}


/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */

@media screen and (max-width: 920px) {

#section_service .content ul li {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 100px auto;
  }
#section_service .content ul li:nth-child(2) {
    margin-top: 40px;
  }
#section_service .content ul li:nth-child(3) {
    margin-top: 40px;
  }
}

#section_service .section_heading {
  padding-top: 150px;
  padding-bottom: 150px;
  }
  
#section_service .section_heading .section_heading_title {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin: 0;
    }


@media screen and (max-width: 768px) {
#section_service  .section_heading {
    padding-top: 100px;
    padding-bottom: 100px;
    }
 }

#section_service .content {
  padding-bottom: 50px;
}



/*=========================================*/
/*ラインアップ*/
/*=========================================*/
#section_lineup .content {
    max-width: 1183px;
    /* margin: 100px auto; */
    padding: 50px 1px 50px;
    display: block;
    /* margin-bottom: 60px; */
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
}
#section_lineup .content .container {
  width: 100%;
  position: relative;
  padding-left: 84px;
  padding-right: 84px;
  /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
  /* margin: 0 auto; */
}

@media screen and (max-width: 920px) {
  #section_lineup .content .container{
    /* padding-left: 16px; */
    /* padding-right: 16px; */
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#section_lineup .section_heading {
  padding-top: 90px;
  padding-bottom: 60px;
}

#section_lineup .section_heading .title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0;
}


/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */

@media screen and (max-width: 768px) {
  #section_lineup .section_heading {
    padding-top: 54px;
    padding-bottom: 48px;
  }
}

#section_lineup .content .container .list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -8px;
  margin-right: -8px;
  gap: 39px;
}

#section_lineup .content .container .list .list_item {
  -webkit-flex: 0 0 33.3333333%;
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


}
@media (min-width: 1800px) {
#section_lineup .content .container .list .list_item {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 2560px) {
#section_lineup .content .container .list .list_item {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 920px) {
#section_lineup .content .container .list {
    margin-left: -6px;
    margin-right: -6px;
    display: block;
  }

#section_lineup .content .container .list .list_item {
    -webkit-flex: 0 0 calc(50%);
    -ms-flex: 0 0 calc(50%);
    flex: 0 0 calc(50%);
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
#section_lineup .content .container .list .list_item .list_item_inner {
  position: relative;
}
#section_lineup .content .container .list .list_item img {
  width: 240px;
  height: 100%;
  object-fit: cover;
  verticaalign: bottom;
  margin: 0 auto;
  text-align: center;
  display: flex;
  width: 80%;
}
#section_lineup .content .container .list .list_item .list_item_hover-content {
  display: block;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
#section_lineup .content .container .list .list_item .list_item_hover-content.is-comming-soon {
  background-color: #666;
}
#section_lineup .content .container .list .list_item .list_item_hover-content.is-comming-soon .dammy-button {
  pointer-events: none;
}
#section_lineup .content .container .list .list_item .list_item_hover-content .dammy-button {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 192px;
  height: 48px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  font-size: 1.6rem;
  /* margin: 0 auto; */
  /* display: block; */

  color: #FFF;
}

#section_lineup .content .container .list .list_item .list_item_hover-content img {
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition-duration: 2.5s;
  -moz-transition-duration: 2.5s;
  -ms-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}
#section_lineup .content .container .list .list_item .list_item_hover-content:hover {
  opacity: 1;
}
#section_lineup .content .container .list .list_item .list_item_hover-content:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#section_lineup .content .container .list .prod_title {
  width: 100%;
  text-align: center;
  margin: auto 0;
}