@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  background: #fff; }

a {
  text-decoration: none;
  color: #333;
  transition: .4s; }

a:hover {
  opacity: .8; }

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

.wrap {
  width: 100%;
  margin: 0;
  padding: 0; }

.mv {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 599px) {
    .mv {
      height: 70vh; } }
  .mv::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/mv.jpg) no-repeat center bottom;
    background-size: cover; }
    @media screen and (max-width: 599px) {
      .mv::before {
        height: 70vh; } }
  .mv h1 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 121px;
    height: 29px; }

main {
  background: #fff;
  padding-bottom: 100px; }

.intro {
  text-align: center;
  padding: 150px 0;
  background: #fff; }
  @media screen and (max-width: 599px) {
    .intro {
      padding: 80px 10px; } }
  .intro h2 {
    font-size: 2.625rem;
    text-indent: 1px; }
    @media screen and (max-width: 599px) {
      .intro h2 {
        font-size: 5.6vw; } }
    .intro h2 span {
      display: block;
      font-size: 2rem;
      margin-top: 20px;
      font-weight: normal;
      font-family: Arial、Helvetica Neue、Helvetica、sans-serif; }
      @media screen and (max-width: 599px) {
        .intro h2 span {
          font-size: 4.27vw; } }
  .intro .intro-text {
    font-size: 1.25rem;
    margin-top: 40px;
    line-height: 1.7;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 10px; }
    @media screen and (max-width: 599px) {
      .intro .intro-text {
        font-size: 3.2vw; } }

.item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px; }
  .item:nth-of-type(odd) {
    flex-direction: row-reverse; }
  @media screen and (max-width: 599px) {
    .item {
      flex-direction: column; } }
  .item .item-img {
    width: 60%; }
    @media screen and (max-width: 599px) {
      .item .item-img {
        width: 100%; } }
  .item .item-text {
    width: 40%;
    padding: 2% 4%; }
    .item .item-text h3 {
      font-size: 1.25rem;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
      .item .item-text h3 img {
        width: 121px;
        height: 29px;
        margin-right: 10px; }
    .item .item-text .sub-title {
      font-family: Arial、Helvetica Neue、Helvetica、sans-serif;
      font-weight: 600;
      margin-top: 15px; }
    .item .item-text .item-detail {
      font-size: 1rem;
      line-height: 1.7;
      font-feature-settings: "palt";
      letter-spacing: 1px;
      margin-top: 20px; }
    @media screen and (max-width: 599px) {
      .item .item-text {
        width: 100%; } }

footer {
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  background: #fff; }
  footer .footer-logo {
    width: 180px;
    margin: 0px auto 20px; }
  footer .footer-link {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 599px) {
      footer .footer-link {
        flex-direction: column;
        margin-bottom: 8px; } }
    footer .footer-link li {
      margin: 20px;
      position: relative; }
      @media screen and (max-width: 599px) {
        footer .footer-link li {
          margin: 8px; } }
      footer .footer-link li + li::before {
        content: '|';
        position: absolute;
        left: -20px; }
        @media screen and (max-width: 599px) {
          footer .footer-link li + li::before {
            content: none; } }
  footer .copy {
    margin-top: 20px;
    padding: 10px;
    font-size: 0.75rem;
    font-family: Arial、Helvetica Neue、Helvetica、sans-serif;
    letter-spacing: 1px; }

.btn01 a,
.btn02 a{
  display: block;
  width: 100%;
  border: 1px solid #333;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
  font-size: 1.25rem;
  position: relative;
  transition: .3s; }
  .btn01 a:hover,
  .btn02 a:hover {
    background: #ddd; }
  .btn01 a::before,
  .btn02 a::before {
    content: '';
    background: url(../img/icon_cart.png) no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); }

.btn01 a:before {
  background: url(../img/icon_cart.png) no-repeat; }

.btn02 a:before {
  background: url(../img/icon_az.png) no-repeat; }

.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 50px; }
  @media screen and (max-width: 599px) {
    .scrolldown1 {
      bottom: -10px; } }
  .scrolldown1 span {
    position: absolute;
    left: -15px;
    top: -15px;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em; }
  .scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
.slide-dots {
  position: relative;
  z-index: 3;
  margin: 5px auto;
  text-align: right; }
  .slide-dots li {
    display: inline-block;
    margin: 0 5px; }
  .slide-dots button {
    padding: 0;
    color: transparent;
    outline: none;
    width: 30px;
    border: unset;
    height: 2px;
    display: block;
    background: #ccc;
    cursor: pointer; }
  .slide-dots .slick-active button {
    background: #333; }
