@charset "UTF-8";
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

html {
  font-size: 62.5%;
}

/* ------------------------------ */
/* Generals */
/* ------------------------------ */
/* main */

body {
	overflow: hidden;
}

main {
  padding-top: 0;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  max-width: 840px;
  margin: 0 auto;
}

/* style.css */
/*font-family: 'Noto Serif JP', serif;*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

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

a {
  display: block;
  overflow: hidden;
  transition: all 0.2s ease 0.2s;
}

.moimg li a {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.moimg li a:hover img {
  transform: scale(1.2, 1.2);
  transition: .3s ease;
}

.sp-only {
  display: none;
}

.container {
  margin: auto;
  width: 100%;
  max-width: 100rem;
  padding: 0 5%;
}

#sect01 h1 {
  height: 30rem;
  position: relative;
  background: #161919;
  overflow: hidden;
}

#sect01 h1 .imgouter {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -64rem;
  width: 128rem;
  height: 30rem;
}

#sect02 {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}

h2 {
  color: #e4372f;
  text-align: center;
  font-family: 'Montserrat',
    "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    "メイリオ",
    sans-serif;
  line-height: 1;
  font-size: 2.9rem;
  margin-bottom: 6rem;
  letter-spacing: 0.5rem;
}

h2 span {
  display: block;
  color: #000;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  letter-spacing: 0.1rem;
}

section {
  overflow: hidden;
}

.bgGray {
  background: #f7f6f2;
}

.b-header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  margin-bottom: 0px;
  top: 0;
  left: 0;
  border-top: 1rem solid #e4372f;
}

.headerUl {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.headerUl li {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.headerUl li a {
  color: #000;
  display: flex;
  align-items: center;

}

.headerUl li a:hover {
  opacity: 0.7;
}

.headerUl li img {
  height: auto;
  width: 2.6rem;
  margin-right: 1.2rem;
}

.b-header_menu {
  display: flex;
  position: relative;
  align-items: center;
  height: 7.5rem;
  margin: auto;
}

.b-header_company_name {
  float: left;
  width: 45%;
  max-width: 40rem;
  margin: auto;
  margin-left: 2rem;
}

#drawer-checkbox {
  display: none;
}

.drawer-icon span {
  background: #000;
  display: block;
  height: 2px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}

.drawer-icon span::before,
.drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#drawer-checkbox:checked~.drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 65px;
  position: relative;
  width: 5rem;
  margin-right: 2rem;
  margin-top: 3px;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 9rem;
  left: 0;
  z-index: 40;
  width: 100%;
  margin: auto;
  height: 0%;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(0px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.drawer-content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#drawer-checkbox:checked~.drawer-content {
  height: 100%;
  transform: translateY(65);
}

#drawer-checkbox:checked~.drawer-icon span {
  background: rgba(128, 128, 128, 0);
}

.drawer-icon span::before {
  margin-top: -32%;
}

.drawer-icon span::after {
  margin-top: 30%;
}

#drawer-checkbox:checked~.drawer-icon span::before,
#drawer-checkbox:checked~.drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 51%;
  width: 100%;
}

#drawer-checkbox:checked~.drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#drawer-checkbox:checked~.drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#drawer-checkbox:checked~.drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-content ul {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  padding: 1px;
}

.drawer-content li {
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.drawer-content a {
  text-decoration: none;
  color: #FFFFFF !important;
}

.productUl {
  margin: 0-2.25rem;
  overflow: hidden;
}

.productUl li {
  text-align: center;
  float: left;
  margin: 0 2.25rem 4.5rem;
  width: calc(33.333% - 4.5rem);
}

#sect09 h2 {
  color: #000;
  font-size: 2.5rem;
}

.aboutUl {
  margin: 1rem -3rem;
  overflow: hidden;
}

.aboutUl li {
  float: left;
  margin: 0 3rem 6rem;
  width: calc(50% - 6rem);
}

.aboutUl li a:hover {
  opacity: 0.6;
}


.blogDl dt {
  width: 8.5rem;
  padding: 1rem 0 1rem 3rem;
  clear: both;
  float: left;
}

.blogDl dd {
  padding: 1rem 0 1rem 12.5rem;
  border-bottom: 1px dotted #e4372f;
}

.blogDl dd:last-child {
  border: none;
}

.b-footer {
  padding: 1rem 0;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
}

.b-footer a:hover {
  opacity: 0.5;
}

.b-footer_company_mark01 {
  margin: 0 auto 2rem;
  max-width: 24.5rem;

}

.b-footer_company_mark02 {
  margin: 0 auto 1.8rem;
  max-width: 18rem;
}S

#sect04,
#sect05,
#sect06,
#sect10 {
  padding: 6.5rem 0;
}

.toEC {
  display: inline-block;
  margin: 2.5rem auto;
  padding-right: 2.4rem;
  background: url(../img/icon03.png) no-repeat right;
  background-size: 1.4rem;
}

.toEC a {
  font-weight: bold;
  color: #e4372f;
  font-size: 11px;
  text-decoration: underline;
}

.slick-arrow {
  cursor: pointer;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  z-index: 9;
}

.productName {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.productName dd span {
  font-size: 1.1rem;
}

.slick01 .slick-arrow {
  top: 30%;
}

.slick02 .slick-arrow {
  top: 50%;
  margin-top: -4.4rem;
}

.slick01 .slick-arrow.b-slider__prev {
  left: -1.125rem;
}

.slick01 .slick-arrow.b-slider__next {
  right: -1.125rem;
}

.slick02 .slick-arrow.b-slider__prev {
  left: calc(17.5% - 3.25rem);
}

.slick02 .slick-arrow.b-slider__next {
  right: calc(17.5% - 3.25rem);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slide-dots {
  display: flex;
  margin: 1.5rem auto;
  justify-content: center;
}

.slick02 .slide-dots li {
  width: 1.5rem;
  margin: 0 0.75rem;
}

.slick02 .slide-dots button {
  cursor: pointer;
  text-indent: -999rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: none;
}

.slick02 .slide-dots li.slick-active button {
  background: #e4372f;
}

.slick02 .slide-dots li button:visited,
.slick02 .slide-dots li button:focus {
  outline: none;
}

.more {
  font-weight: bold;
  font-size: 1.8rem;
  color: #e4372f;
  border: 0.2rem solid #e4372f;
  width: 70%;
  max-width: 25.5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  position: relative;
  display: block;
  margin: 6.5rem auto 0;
  z-index: 2;
  transition: all 0.1s ease 0.1s;
}

.more:after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  z-index: -1;
  transition: .2s;
  background: #e4372f;
}

.more .fa {
  position: absolute;
  font-size: 2.6rem;
  top: 50%;
  right: 5.7rem;
  margin-top: -1.3rem;
}

.more:hover {
  color: #fff;
}

.more:hover::after {
  width: 100%;
}

.slick01 li {
  padding: 0 2.25rem;
  position: relative;
}

.slick02 .slick-slide {
  opacity: 0.5;
}

.slick02 .slick-slide.slick-current {
  opacity: 1;
}

#sect08 {
  height: 443px;
  background: #000;
  position: relative;
}

#sect08 img {
  position: absolute;
  width: 1280px;
  max-width: 1280px;
  top: 0;
  left: 50%;
  margin-left: -640px;
}

.rankNum,
.iconNew {
  font-weight: bold;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 5;
  color: #fff;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  top: 1.5rem;
  left: 1.25rem;
}

.rankNum {
  font-size: 2rem;
}

.num01,
.num04,
.num07 {
  background: #9d7c22;
}

.num02,
.num05,
.num08 {
  background: #666561;
}

.num03,
.num06,
.num09 {
  background: #894a27;
}

.iconNew {
  font-family: 'Montserrat',
    "游ゴシック体",
    YuGothic,
    "游ゴシック",
    "Yu Gothic",
    "メイリオ",
    sans-serif;
  background: #e4372f;
}

#sect07 {
  padding: 6.5rem 0 4.25rem;
  top: 1.5rem;
  left: 3.75rem;
}

#sect09 {
  padding: 6.5rem 0 0.5rem;
}

.footerLinks li {
  padding: 0 1.5rem;
  display: inline-block;
  border-right: 1px solid #000;
}

.footerLinks li a {
  color: #000;
  font-size: 1.3rem;
}

.footerLinks li:last-child {
  border-right: none;
}

.b-footer_company_info {
  font-size: 1.3rem;
}

.b-copyright {
  margin-top: 3.5rem;
  font-size: 1.1rem;
}

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

  .container {
    padding: 0 1.5rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  main {
    padding-top: 0;
    margin: 0 0 0 -22%;
    width: 140%;
  overflow: hidden;
  }

  .b-header {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1.4rem solid #e4372f;
  }

  h2 {
    margin-bottom: 3rem;
  }

  #sect01 h1 {
    height: auto;
  }

  #sect01 h1 .imgouter,
  #sect08 img {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .b-header_company_name {
    width: 45%;
    max-width: 20.5rem;
    margin-left: 1.5rem;
  }

  .drawer-icon {
    margin-right: 1.5rem;
  }


  .headerUl,
  .headerUl li img {
    margin-right: 0;
  }

  .headerUl li {
    margin-right: 2rem;
  }

  .slick-arrow {
    width: 3rem;
    height: 3rem;
  }

  .slick01 li {
    padding: 0 0.75rem;
  }

  .slick01 .slick-arrow {
    top: 22%;
  }

  .slick02 .slick-arrow {
    top: 50%;
    margin-top: -3.6rem;
  }

  .rankNum,
  .iconNew {
    height: 3.6rem;
    width: 3.6rem;
    font-size: 1.2rem;
    top: .75rem;
    left: .75rem;
  }

  .rankNum {
    font-size: 1.6rem;
  }

  .more {
    font-size: 2rem;
    max-width: 45rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    position: relative;
    display: block;
    margin: 3rem auto 0;
    z-index: 2;
    transition: all 0.1s ease 0.1s;
  }

  #sect02,
  #sect04,
  #sect05,
  #sect06,
  #sect10 {
    padding: 6rem 0;
  }

  #sect07 {
    padding: 6rem 0 4rem;
  }



  .slick02 .slick-arrow.b-slider__prev {
    left: .5rem;
  }

  .slick02 .slick-arrow.b-slider__next {
    right: .5rem;
  }

  .slide-dots {
    margin: 1rem auto;
  }

  .slick02 .slide-dots li {
    width: 1rem;
    margin: 0 0.5rem;
  }

  .slick02 .slide-dots button {
    width: 1rem;
    height: 1rem;
  }

  .productUl {
    margin: 0 -1.5rem;
  }

  .productUl li {
    text-align: center;
    float: left;
    margin: 0 1.5rem 2rem;
    width: calc(50% - 3rem);
  }

  #sect08 {
    height: auto;
  }


  .aboutUl {
    margin: 0;
    padding: 0 3rem;
  }

  .aboutUl li {
    float: none;
    width: 100%;
    margin: 0 0 3rem;
  }


  #sect09 {
    padding: 6.5rem 0 3.5rem;
  }
}