@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
select,button,input,textarea,button {
  border: 1px solid #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*table,td,th {
  border: 1px solid #333;
}*/
td,th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}
th {
  font-weight: bold;
  font-size: 1.05em;
}
html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}
body {
  min-height: 100vh;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}
button:disabled {
  cursor: default;
}
a,a:active,a:link,a:visited {
  text-decoration: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,dialog,hr,img {
  display: block;
}
audio,canvas,iframe,img,svg,video {
  display: inline-block;
  vertical-align: middle;
}
[hidden],dialog:not([open]),template {
  display: none;
}
button,input,select,textarea {
  font-family: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
audio,canvas,progress,video {
  display: inline-block;
}
input,select {
  vertical-align: middle;
}
button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}
button,select {
  text-transform: none;
}
code,kbd,pre,samp {
/*  font-family: monospace, sans-serif;
  font-size: 1em;*/
}
mark {
  background-color: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ul {
  list-style: none;
}
picture,img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/
}
svg:not(:root) {
  overflow: hidden;
}
a{
  color: inherit;
    -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef{
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
html {
  width: 100%;
  font-size: calc(100vw / 1366 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 428 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #212121;
}

@media only screen and (min-width: 900px) {
::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
.is_sptb{ display: none; }
.is_pcOnly{ display: block !important; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !important; }
.is_sptb{ display: block !important; }
.is_pcOnly{ display: none !important; }
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
.is_sptb{ display: block !important; }
.is_pcOnly{ display: none !important; }
body {
  font-size: 1.6rem;
}
}

/*-----------------------------------------------------------

NEW SERIES

-------------------------------------------------------------*/
.f_min{
  font-family: YuMincho,游明朝,serif;
}
.f_en{
  font-family: 'Vesper Libre', serif;
}
.subMain{
  position: relative;
}
.subMain_ttl{
  position: absolute;
  top: 9rem;
  left: 23rem;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.subMain2{
  position: relative;
}
.crocodile_ttl{
  position: absolute;
  top: 24rem;
  left: 15rem;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.newseries_intro{
  width: 70%;
  margin: -4rem auto 0rem;
  padding: 8rem 0 16rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.newseries_intro_ttl{
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.newseries_intro:after{
  content: "";
  width: 1px;
  height: 8rem;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.newseries_intro p{
  text-align: center;
  line-height: 2.6;
  font-size: 1.4rem;
}
.newseries_feature{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.newseries_featureSec01:after{
  content: "";
  width: 1px;
  height: 8rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.newseries_featureInner{
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
}
.newseries_feature01 .newseries_featureInner{
  justify-content: flex-end;
}
.newseries_feature02 .newseries_featureInner{
  justify-content: flex-start;
}
.newseries_featureContent{
  width: 40%;
}
.@media only screen and (max-width: 980px) {
  .newseries_featureContent{
  width: 50%;
}
}
.newseries_featureContent_en{
  color: #fff;
  font-style: italic;
  display: inline-block;
  padding-bottom: 1rem;
  line-height: 1;
  border-bottom: 1px solid #8e291c;
  margin-bottom: 2rem;
}
.newseries_featureContent_ttl{
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.newseries_featureContent_txt{
  color: #fff;
  line-height: 2;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.newseries_movie{
  margin-bottom: 16rem;
  height: 50rem!important;
  overflow: hidden;
}
.newseries_movie video{
  width: 100%;
}
.newseries_product{
  width: 70%;
  margin: 0 auto 8rem;
}
.newseries_productList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newseries_productList_item{
  width: 48%;
  margin-bottom: 6rem;
}
.newseries_productList_itemLink{
  display: block;
}
.newseries_productList_itemLink_img {
  width: 100%;
  height: 45.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.newseries_productList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: .4s ease-in-out;
}
.newseries_productList_itemLink_txt{
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.newseries_productList_itemLink_ttl{
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.newseries_productList_item .price-wrap {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 30px;
  flex-direction: row-reverse;
  align-items: center;  
}
.newseries_productList_item .price:first-of-type {
  font-size: 1.8rem;
  font-weight: 500;  
}
.newseries_productList_item .price:first-of-type span {
  font-size: 1.4rem;
  margin-left: 10px;  
}
.newseries_productList_item .price:last-of-type {
  background-color: #eee;
  padding: 0 5px;
  font-size: 1.5rem;  
}
.newseries_productList_item .price:last-of-type span {
  font-size: 1.3rem;
  margin-left: 6px;  
}
.newseries_productList_itemLink_more{
  text-align: center;
  color: #999999;
  position: relative;
  display: flex;
  justify-content: center;
  transition: .4s ease-in-out;
}
.newseries_productList_itemLink_more p{
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  line-height: 1;
}
.newseries_productList_itemLink_more p:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  position: absolute;
  right: 0;
  top: 0.2rem;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  transition: .4s ease-in-out;
}
.newseries_productList_itemLink:hover{
  opacity: 1;
}
.newseries_productList_itemLink:hover .newseries_productList_itemLink_img img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newseries_productList_itemLink:hover .newseries_productList_itemLink_more{
  color: #000;
}
.newseries_productList_itemLink:hover .newseries_productList_itemLink_more p:before{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.subMain_ttl {
  position: absolute;
  top: 5rem;
  left: 7rem;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.newseries_intro {
  width: 85%;
  margin: -4rem auto 0rem;
  padding: 8rem 0 16rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.newseries_intro p {
  text-align: center;
  line-height: 2.6;
  font-size: 1.6rem;
}
.newseries_featureInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
}
.newseries_featureImg {
    width: 100%;
    height: 49.8rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.newseries_featureImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.newseries_featureContent {
  width: 61%;
}
.newseries_featureContent_ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.newseries_movieSP{
  margin-bottom: 12rem;
  height: 51rem!important;
  overflow: hidden;
}
.newseries_movieSP video{
  width: 102%;
}
.newseries_product {
  width: 90%;
  margin: 0 auto 8rem;
}
.newseries_productList_itemLink_ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.subMain{
  position: relative;
}
.subMain_ttl{
  position: absolute;
  top: 5rem;
  left: 5rem;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  line-height: 2.4;
}
.newseries_intro{
  width: 85%;
  margin: -4rem auto 0rem;
  padding: 8rem 0 16rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.newseries_intro:after{
  content: "";
  width: 1px;
  height: 8rem;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.newseries_intro p{
  text-align: center;
  line-height: 2.6;
  font-size: 1.4rem;
}
.newseries_feature{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
  background: #251614;
  background: -moz-linear-gradient(left, #251614 0%, #3b2a27 52%, #251614 100%);
  background: -webkit-linear-gradient(left, #251614 0%,#3b2a27 52%,#251614 100%);
  background: linear-gradient(to right, #251614 0%,#3b2a27 52%,#251614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251614', endColorstr='#251614',GradientType=1 );
  flex-direction: column-reverse;
}
.newseries_featureSec01:after{
  content: "";
  width: 1px;
  height: 8rem;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.newseries_featureInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  
}
.newseries_feature01 .newseries_featureInner{
  justify-content: flex-end;
}
.newseries_feature02 .newseries_featureInner{
  justify-content: flex-start;
}
.newseries_featureContent{
  width: 100%;
  padding-bottom: 8rem;
  margin-top: -12rem;
}
.newseries_featureContent_en{
  color: #fff;
  font-style: italic;
  display: inline-block;
  padding-bottom: 1rem;
  line-height: 1;
  border-bottom: 1px solid #8e291c;
  margin-bottom: 2rem;
}
.newseries_featureContent_ttl{
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.newseries_featureContent_txt{
  color: #fff;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.newseries_featureContent_txt br{
  display: none;
}
.newseries_movie{
  margin-bottom: 12rem;
  height: 30rem!important;
  overflow: hidden;
}
.newseries_movie video{
  width: 100%;
}
.newseries_movieSP{
  margin-bottom: 12rem;
  height: 24rem!important;
  overflow: hidden;
}
.newseries_movieSP video{
  width: 102%;
}
.newseries_product{
  width: 85%;
  margin: 0 auto 8rem;
}
.newseries_productList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newseries_productList_item{
  width: 100%;
  margin-bottom: 6rem;
}
.newseries_productList_itemLink{
  display: block;
}
.newseries_productList_itemLink_img {
  width: 100%;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
}
.newseries_productList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: .4s ease-in-out;
}
.newseries_productList_itemLink_txt{
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.newseries_productList_itemLink_ttl{
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.newseries_productList_itemLink_more{
  text-align: center;
  color: #999999;
  position: relative;
  display: flex;
  justify-content: center;
  transition: .4s ease-in-out;
}
.newseries_productList_itemLink_more p{
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  line-height: 1;
}
.newseries_productList_itemLink_more p:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  position: absolute;
  right: 0;
  top: 0.2rem;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  transition: .4s ease-in-out;
}
.newseries_productList_itemLink:hover{
  opacity: 1;
}
.newseries_productList_itemLink:hover .newseries_productList_itemLink_img img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newseries_productList_itemLink:hover .newseries_productList_itemLink_more{
  color: #000;
}
.newseries_productList_itemLink:hover .newseries_productList_itemLink_more p:before{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
}