@import "./reset.css";
@import "./common.css";
h3 {
  font-size: 40px;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  position: relative;
}
h3 span {
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  top: 0;
  right: -14px;
}

@media (max-width: 780px) {
  h3 {
    font-size: 5.641025641vw;
    font-weight: 400;
    writing-mode: horizontal-tb;
    letter-spacing: 0.02em;
    position: relative;
  }
  h3 span {
    position: absolute;
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    top: 7vw;
    right: 0;
  }
}
.cp {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
}
.cp img {
  max-width: 100%;
}

@media (max-width: 780px) {
  .cp {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    padding: 11.5vw 0 0;
  }
  .cp img {
    max-width: 100%;
  }
}
.s1 {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0;
  position: relative;
  margin-bottom: 160px;
}
.s1 .inner {
  width: 100%;
  max-width: 1138px;
  height: 697px;
  position: relative;
  z-index: 3;
}
.s1 .inner .bg_img {
  position: absolute;
  top: 165px;
  right: 0;
  mix-blend-mode: multiply;
}
.s1 h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin: 0 0 15px;
}
.s1 h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.s1 p {
  font-size: 16px;
  line-height: 2;
  margin: 40px 0 0;
}

@media (max-width: 780px) {
  .s1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 15.3846153846vw 0 0;
    position: relative;
    margin: 0;
  }
  .s1 .inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
  }
  .s1 .inner .bg_img {
    position: absolute;
    top: 9vw;
    right: 0;
    left: 0;
    mix-blend-mode: multiply;
  }
  .s1 .inner .bg_img img {
    max-width: 100%;
  }
  .s1 h1 {
    font-size: 6.4102564103vw;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #000;
    margin: 0 0 1.5vw;
  }
  .s1 h6 {
    font-size: 2.8205128205vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .s1 p {
    font-size: 2.8205128205vw;
    line-height: 2;
    margin: 56vw 5vw 0;
  }
}
.s2 {
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 160px;
}
.s2 .bg_img {
  position: absolute;
  top: -163px;
  left: calc(50% - 703px);
}
.s2 .bg_img img {
  max-width: 80%;
}
.s2 h3 {
  position: absolute;
  bottom: 180px;
  left: calc(50% - 430px);
}
.s2 .slider01 {
  width: 100%;
  margin-left: calc(50% - 180px);
  position: relative;
}
.s2 .slider01 .slide {
  width: 300px;
  text-align: center;
}
.s2 .slider01 .slide .img-wrap {
  overflow: hidden;
  height: 400px;
  margin: 0 10px;
}
.s2 .slider01 .slide img {
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.s2 .slider01 .slide a {
  text-decoration: none;
  color: #000;
}
.s2 .slider01 .slide a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #000;
  margin: 5px auto 0;
}
.s2 .slider01 .slick-slide:not(.slick-cloned) .slide img {
  overflow: hidden;
  transition: 1s all;
  width: 300px;
  height: 400px;
  transition: transform 0.6s ease;
}
@media (hover: hover) and (pointer: fine) {
  .s2 .slider01 .slick-slide:not(.slick-cloned):hover .slide img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease;
  }
}
.s2 .slider01 .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.s2 .slider01 .slick-prev {
  position: absolute;
  top: -24px;
  left: 10px;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
}
.s2 .slider01 .slick-prev:before {
  background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_prev.svg) !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}
.s2 .slider01 .slick-next {
  position: absolute;
  top: -24px;
  left: 55px;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
}
.s2 .slider01 .slick-next:before {
  background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_next.svg) !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}

@media (max-width: 780px) {
  .s2 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 5vw;
  }
  .s2 .bg_img {
    position: absolute;
    top: 0;
    left: -15vw;
  }
  .s2 .bg_img img {
    max-width: 88vw;
  }
  .s2 h3 {
    position: absolute;
    bottom: inherit;
    top: 32vw;
    left: inherit;
    right: 5vw;
  }
  .s2 .slider01 {
    width: 100%;
    margin: 0 0 0 5vw;
    padding-top: 60vw;
    position: relative;
  }
  .s2 .slider01 .slide {
    width: 40vw;
    text-align: center;
  }
  .s2 .slider01 .slide .img-wrap {
    overflow: hidden;
    height: 53.3333333333vw;
    margin: 0 1vw;
  }
  .s2 .slider01 .slide img {
    width: 40vw;
    height: 53.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease;
  }
  .s2 .slider01 .slide a {
    text-decoration: none;
    color: #000;
  }
  .s2 .slider01 .slide a p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    color: #000;
    margin: 1vw auto 0;
  }
  .s2 .slider01 .slick-slide:not(.slick-cloned) .slide img {
    overflow: hidden;
    transition: 1s all;
    width: 40vw;
    height: 53.3333333333vw;
    transition: transform 0.6s ease;
  }
  .s2 .slider01 .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .s2 .slider01 .slick-prev {
    position: absolute;
    top: 48vw;
    left: 75vw;
    transform: translateY(-50%);
    z-index: 10;
    width: 7vw;
    height: 7vw;
  }
  .s2 .slider01 .slick-prev:before {
    background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_prev.svg) !important;
    background-size: contain !important;
    width: 8vw;
    height: 8vw;
  }
  .s2 .slider01 .slick-next {
    position: absolute;
    top: 48vw;
    left: 83vw;
    transform: translateY(-50%);
    z-index: 10;
    width: 7vw;
    height: 7vw;
  }
  .s2 .slider01 .slick-next:before {
    background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_next.svg) !important;
    background-size: contain !important;
    width: 7vw;
    height: 7vw;
  }
}
.s3 {
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 80px;
}
.s3 .bg_img {
  position: absolute;
  top: -181px;
  right: calc(50% - 772px);
}
.s3 .bg_img img {
  max-width: 80%;
}
.s3 h3 {
  position: absolute;
  bottom: 180px;
  right: calc(50% - 430px);
}
.s3 .slider02 {
  margin-right: calc(50% - 180px);
  position: relative;
}
.s3 .slider02 .slide {
  width: 300px;
  text-align: center;
}
.s3 .slider02 .slide .img-wrap {
  overflow: hidden;
  height: 400px;
  margin: 0 10px;
}
.s3 .slider02 .slide img {
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.s3 .slider02 .slide a {
  text-decoration: none;
  color: #000;
}
.s3 .slider02 .slide a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #000;
  margin: 5px auto 0;
}
.s3 .slider02 .slick-slide:not(.slick-cloned) .slide img {
  overflow: hidden;
  transition: 1s all;
  width: 300px;
  height: 400px;
  transition: transform 0.6s ease;
}
@media (hover: hover) and (pointer: fine) {
  .s3 .slider02 .slick-slide:not(.slick-cloned):hover .slide img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease;
  }
}
.s3 .slider02 .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.s3 .slider02 .slick-prev {
  position: absolute;
  top: -24px;
  right: 55px;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
}
.s3 .slider02 .slick-prev:before {
  background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_prev.svg) !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}
.s3 .slider02 .slick-next {
  position: absolute;
  top: -24px;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
}
.s3 .slider02 .slick-next:before {
  background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_next.svg) !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}

@media (max-width: 780px) {
  .s3 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 25vw;
  }
  .s3 .bg_img {
    position: absolute;
    top: 0;
    right: -15vw;
  }
  .s3 .bg_img img {
    max-width: 78vw;
  }
  .s3 h3 {
    position: absolute;
    bottom: inherit;
    top: 32vw;
    right: inherit;
    left: 5vw;
  }
  .s3 h3 span {
    top: 7vw;
    right: inherit;
    left: 0;
  }
  .s3 .slider02 {
    margin: 0 5vw 0 0;
    padding-top: 60vw;
    position: relative;
  }
  .s3 .slider02 .slide {
    width: 40vw;
    text-align: center;
  }
  .s3 .slider02 .slide .img-wrap {
    overflow: hidden;
    height: 53.3333333333vw;
    margin: 0 1vw;
  }
  .s3 .slider02 .slide img {
    width: 40vw;
    height: 53.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease;
  }
  .s3 .slider02 .slide a {
    text-decoration: none;
    color: #000;
  }
  .s3 .slider02 .slide a p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    color: #000;
    margin: 1vw auto 0;
  }
  .s3 .slider02 .slick-slide:not(.slick-cloned) .slide img {
    overflow: hidden;
    transition: 1s all;
    width: 40vw;
    height: 53.3333333333vw;
    transition: transform 0.6s ease;
  }
  .s3 .slider02 .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .s3 .slider02 .slick-prev {
    position: absolute;
    top: 48vw;
    right: 82vw;
    transform: translateY(-50%);
    z-index: 10;
    width: 7vw;
    height: 7vw;
  }
  .s3 .slider02 .slick-prev:before {
    background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_prev.svg) !important;
    background-size: contain !important;
    width: 7vw;
    height: 7vw;
  }
  .s3 .slider02 .slick-next {
    position: absolute;
    top: 48vw;
    right: 74vw;
    transform: translateY(-50%);
    z-index: 10;
    width: 7vw;
    height: 7vw;
  }
  .s3 .slider02 .slick-next:before {
    background: url(https://gigaplus.makeshop.jp/okashikurata/img/top/slide_next.svg) !important;
    background-size: contain !important;
    width: 7vw;
    height: 7vw;
  }
}
.s4 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 180px;
}
.s4 h4 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 50px;
}
.s4 h4 span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  margin: 10px auto 0;
}
.s4 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.s4 ul li {
  width: 300px;
}
.s4 ul li .img-wrap {
  width: 300px;
  height: 400px;
  overflow: hidden;
}
.s4 ul li img {
  width: 300px;
  height: 400px;
  transition: transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .s4 ul li:hover img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease;
  }
}
.s4 ul li a {
  text-decoration: none;
  text-align: center;
}
.s4 ul li a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #000;
  margin: 5px auto 0;
}

@media (max-width: 780px) {
  .s4 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20vw;
  }
  .s4 h4 {
    font-size: 5.641025641vw;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 1vw;
  }
  .s4 h4 span {
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: block;
    margin: 2vw auto 0;
  }
  .s4 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 5vw auto 0;
    width: 84vw;
  }
  .s4 ul li {
    width: 40vw;
    margin: 0 1vw 4vw;
  }
  .s4 ul li .img-wrap {
    width: 40vw;
    height: 53.3333333333vw;
    overflow: hidden;
  }
  .s4 ul li img {
    width: 40vw;
    height: 53.3333333333vw;
    transition: transform 0.6s ease;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s4 ul li a {
    text-decoration: none;
    text-align: center;
  }
  .s4 ul li a p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    color: #000;
    margin: 1vw auto 0;
  }
}
.s5 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 100px;
}
.s5 h4 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 50px;
}
.s5 h4 span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  margin: 10px auto 0;
}
.s5 .information-list-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.s5 .information-list-wrap .information-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.s5 .information-list-wrap .information-list .information-label {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #003571;
  text-align: center;
  width: 160px;
  padding: 10px 0;
  flex-basis: 160px;
}
.s5 .information-list-wrap .information-list .information-contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  flex-basis: 780px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.s5 .information-list-wrap .information-list .information-contents a {
  text-decoration: none;
  color: #000;
}
.s5 .information-list-wrap .information-list dd:last-child {
  border-bottom: none;
}
.s5 a {
  text-decoration: none;
}
.s5 .news-link {
  text-align: right;
  display: block;
  margin-top: 15px;
  width: 960px;
  margin: 25px auto 0;
}
.s5 .news-link span {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: block;
}

@media (max-width: 780px) {
  .s5 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20vw;
  }
  .s5 h4 {
    font-size: 5.641025641vw;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 5vw;
  }
  .s5 h4 span {
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: block;
    margin: 2vw auto 0;
  }
  .s5 .information-list-wrap {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
  }
  .s5 .information-list-wrap .information-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .s5 .information-list-wrap .information-list .information-label {
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #fff;
    background-color: #003571;
    text-align: center;
    width: 30vw;
    padding: 1.5vw 0;
    flex-basis: 30vw;
    margin-bottom: 1vw;
  }
  .s5 .information-list-wrap .information-list .information-contents {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 2;
    flex-basis: 90vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-bottom: 1px solid #ccc;
  }
  .s5 .information-list-wrap .information-list .information-contents a {
    text-decoration: none;
    color: #000;
  }
  .s5 .information-list-wrap .information-list dd:last-child {
    border-bottom: none;
  }
  .s5 a {
    text-decoration: none;
  }
  .s5 .news-link {
    text-align: right;
    display: block;
    margin-top: 5vw;
    width: 90vw;
    margin: 3vw auto 0;
  }
  .s5 .news-link span {
    font-size: 3.0769230769vw;
    color: #000;
    text-decoration: none;
    display: block;
  }
}
.s6 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0;
}
.s6 h4 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 50px;
}
.s6 h4 span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  margin: 10px auto 0;
}
.s6 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.s6 ul li {
  width: 300px;
}
.s6 ul li .img-wrap {
  width: 300px;
  height: 400px;
  overflow: hidden;
}
.s6 ul li img {
  width: 300px;
  height: 400px;
  transition: transform 0.6s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .s6 ul li:hover img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease;
  }
}
.s6 ul li a {
  text-decoration: none;
  text-align: center;
}
.s6 ul li a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #000;
  margin: 5px auto 0;
}

@media (max-width: 780px) {
  .s6 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10vw;
  }
  .s6 h4 {
    font-size: 5.641025641vw;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 1vw;
  }
  .s6 h4 span {
    font-size: 2.3076923077vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: block;
    margin: 2vw auto 0;
  }
  .s6 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 5vw auto 0;
    width: 84vw;
  }
  .s6 ul li {
    width: 40vw;
    margin: 0 1vw 4vw;
  }
  .s6 ul li .img-wrap {
    width: 40vw;
    height: 53.3333333333vw;
    overflow: hidden;
  }
  .s6 ul li img {
    width: 40vw;
    height: 53.3333333333vw;
    transition: transform 0.6s ease;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s6 ul li a {
    text-decoration: none;
    text-align: center;
  }
  .s6 ul li a p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    color: #000;
    margin: 1vw auto 0;
  }
}
.s7 {
  width: 100%;
  height: auto;
  padding-top: 41.6666666667%;
  position: relative;
  background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/top/s7_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .s7 {
    background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/top/s7_bg@2x.png);
  }
}
.s7 .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: auto;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
.s7 .inner .copy {
  text-align: right;
  margin: 0 90px 0 0;
}
.s7 .inner .copy img {
  width: 6.6vw;
  max-width: 66px;
  min-width: 33px;
}

@media (max-width: 780px) {
  .s7 {
    width: 100%;
    height: auto;
    min-height: 85.641025641vw;
    padding-top: 0;
    position: relative;
    background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/top/s7_bg-s.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: 12.8205128205vw;
  }
  .s7 .inner {
    width: 100%;
    max-width: 80vw;
    margin: 0 auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .s7 .inner .copy {
    text-align: right;
    margin: 0 0 0 0;
  }
  .s7 .inner .copy img {
    max-width: 9vw;
    margin: 0 0 25vw 0;
  }
}/*# sourceMappingURL=home.css.map */