@charset "UTF-8";
@font-face {
  font-family: 'GJ';
  src: url("/landing/font/GenJyuuGothic-Medium.woff") format("woff");
}
@font-face {
  font-family: 'GJ_b';
  src: url("/landing/font/GenJyuuGothic-Bold.woff") format("woff");
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: inherit;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  font-family: 'GJ',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  -webkit-backface-visibility: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sp-visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-visible {
    display: none;
  }
}

.pc-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-visible {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    margin: 0 auto;
  }
}

/*-------------
footer
---------------*/
.footer {
  border-top: 1px solid #000;
  padding: 43px 0 53px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 20px 0 25px;
  }
}
.footer_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer_sns {
    margin-bottom: 0;
  }
}
.footer_sns a {
  display: inline-block;
  padding: 0 22px 8px;
}
@media screen and (min-width: 768px) {
  .footer_sns a {
    padding: 20px 20px 35px;
  }
}
.footer_sns a img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .footer_sns a img {
    width: 22px;
  }
}
.footer_copyright {
  font-size: 1rem;
  letter-spacing: .1rem;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    font-size: 1.2rem;
    padding-bottom: 15px;
  }
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 2;
}
.pageTop img {
  width: 21px;
}
@media screen and (min-width: 768px) {
  .pageTop img {
    width: auto;
  }
}

#sns {
  background-color: #ffffff;
  display: block;
  text-align: center;
  width: 90%;
  margin: 60px auto 60px;
  border: 1px solid #000;
  padding: 20px 0 15px;
}
@media screen and (min-width: 768px) {
  #sns {
    display: none;
  }
}

.sns_ttl {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.sns_list {
  display: flex;
  justify-content: center;
}
.sns_list li {
  width: 28%;
  border-radius: 6px;
  margin: 0 1.2%;
}
.sns_list li:first-child {
  background: #67a9dc;
}
.sns_list li:first-child a {
  padding-top: 13px;
}
.sns_list li:nth-child(2) {
  background: #3e5698;
}
.sns_list li:last-child {
  background: #2fc423;
}
.sns_list li:last-child a {
  padding-top: 13px;
}
.sns_list a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  font-size: 1.2rem;
  padding: 5px 0;
}

header {
  margin-bottom: 18.7vw;
}
@media screen and (min-width: 768px) {
  header {
    margin-bottom: 95px;
  }
}

.header {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    background: url(/landing/kimefuku2021/images2/mv.jpg) no-repeat center top;
    background-size: 1260px auto;
    height: 630px;
  }
}
@media screen and (min-width: 1300px) {
  .header {
    height: 900px;
    background-size: 1800px auto;
  }
}
@media screen and (min-width: 1800px) {
  .header {
    background-size: 100% auto;
    height: 49.6vw;
  }
}
@media screen and (min-width: 768px) {
  .header_in {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .header_in {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1800px) {
  .header_in {
    max-width: none;
  }
}
.header_logo {
  text-align: center;
  position: absolute;
  top: 5.3vw;
  left: 50%;
  margin-left: -93px;
}
@media screen and (min-width: 768px) {
  .header_logo {
    top: 27px;
  }
}
.header_ttl {
  width: 15%;
  position: absolute;
  right: 10.1%;
  top: 23vw;
}
@media screen and (min-width: 768px) {
  .header_ttl {
    width: 134px;
    top: 50px;
    right: 2px;
  }
}
@media screen and (min-width: 1300px) {
  .header_ttl {
    width: 192px;
    top: 82px;
  }
}
@media screen and (min-width: 1800px) {
  .header_ttl {
    width: 10.4vw;
    right: 11.7%;
  }
}
@media screen and (min-width: 1800px) {
  .header_ttl img {
    width: 100%;
  }
}
.header_txt {
  width: 32.8%;
  position: absolute;
  left: 6.9%;
  bottom: 4.3vw;
}
@media screen and (min-width: 768px) {
  .header_txt {
    width: 175px;
    bottom: 54px;
    left: 50px;
  }
}
@media screen and (min-width: 1300px) {
  .header_txt {
    width: 250px;
    bottom: 78px;
    left: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .header_txt {
    width: 13.9vw;
    left: 16.4%;
  }
}
@media screen and (min-width: 1800px) {
  .header_txt img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header_img {
    display: none;
  }
}
.header_img img {
  width: 100%;
}

.section_ttl {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .section_ttl {
    margin-bottom: 75px;
  }
}
.section_ttl img {
  width: 51.7%;
}
@media screen and (min-width: 768px) {
  .section_ttl img {
    width: 242px;
  }
}

.style {
  margin: 0 2.7%;
}
@media screen and (min-width: 768px) {
  .style {
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1380px;
  }
}
.style_tab {
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .style_tab {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .style_item {
    width: 34.1%;
    margin: 0 auto;
  }
}
.style_num {
  width: 58.4%;
  margin-bottom: 9.3vw;
}
@media screen and (min-width: 768px) {
  .style_num {
    width: 226px;
    margin-bottom: 30px;
  }
}
.style_lead {
  font-size: 3.7333333333vw;
  transform: rotate(0.05deg);
  line-height: 2.14;
  margin-bottom: 9.3vw;
}
@media screen and (min-width: 768px) {
  .style_lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.style_thumb {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .style_thumb {
    margin-bottom: 45px;
  }
}
.style_thumb_ttl {
  text-align: center;
  position: relative;
  margin-bottom: 9vw;
}
@media screen and (min-width: 768px) {
  .style_thumb_ttl {
    margin-bottom: 25px;
  }
}
.style_thumb_ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #20446a;
  position: absolute;
  top: 50%;
  left: 0;
}
.style_thumb_ttl span {
  display: inline-block;
  font-size: 3.7333333333vw;
  transform: rotate(0.05deg);
  font-family: 'GJ_b';
  color: #20446a;
  background: #fff;
  padding: 0 7%;
}
@media screen and (min-width: 768px) {
  .style_thumb_ttl span {
    font-size: 1.4rem;
  }
}
.style_thumb .slick-slide {
  padding: 0 2%;
}
.style_thumb_item {
  overflow: hidden;
  border: 1px solid #fff;
  height: 0;
  padding-top: 120%;
}
.style_thumb_item img {
  transform: scale(1.5);
  transform: scale(2) translateY(-26%);
}
.style_thumb .slick-current .style_thumb_item {
  border-color: #20446a;
}
.style_ttl {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .style_ttl {
    margin-bottom: 35px;
  }
}
.style_ttl img {
  width: 100%;
}
.style_detail_img {
  display: flex;
  justify-content: space-around;
  max-width: 86%;
  margin: 0 auto 12vw;
}
@media screen and (min-width: 768px) {
  .style_detail_img {
    max-width: 100%;
    margin: 0 auto 50px;
  }
}
.style_detail_img li {
  width: 39.3%;
}
@media screen and (min-width: 768px) {
  .style_detail_img li {
    width: 150px;
  }
}
.style_detail_img li:nth-child(2) {
  margin-top: 12vw;
}
@media screen and (min-width: 768px) {
  .style_detail_img li:nth-child(2) {
    margin-top: 42px;
  }
}
.style_detail_block {
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .style_detail_block {
    padding-bottom: 0;
  }
}
.style_credit {
  width: calc(100% - 2.7vw);
  border: 1px solid #20446a;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .style_credit {
    width: calc(100% - 20px);
    margin-right: 1px;
  }
}
.style_credit_in {
  background: #f5f5f5;
  transform: translate(-2.5vw, -2.5vw);
  padding: 3vw 5vw 3vw 7vw;
}
@media screen and (min-width: 768px) {
  .style_credit_in {
    transform: translate(-20px, -20px);
    padding: 15px 15px 15px 20px;
  }
}
.style_credit_item a, .style_credit_item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: normal;
  font-family: 'GJ_b';
  transform: rotate(0.05deg);
  padding: 1.5vw 0;
}
@media screen and (min-width: 768px) {
  .style_credit_item a, .style_credit_item div {
    font-size: 1.2rem;
    padding: 6px 0;
  }
}
.style_credit_item span {
  width: 13.3vw;
}
@media screen and (min-width: 768px) {
  .style_credit_item span {
    width: 50px;
  }
}
.style_credit_item span img {
  width: 100%;
}
.style_credit_btn {
  text-align: center;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .style_credit_btn {
    margin-top: 20px;
  }
}
.style_credit_btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #20446a;
  font-size: 3.7333333333vw;
  padding: 2.5vw 0;
  width: 90%;
  transform: rotate(0.05deg);
  letter-spacing: .1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .style_credit_btn a {
    font-size: 1.4rem;
    max-width: 290px;
    width: 100%;
    padding: 6px 0;
  }
}
.style_credit_btn a.disabled {
  background: #a0a0a0;
}
.style_credit_btn a.disabled span {
  display: none;
}
.style_credit_btn strong {
  font-weight: normal;
  display: none;
}

.disabled {
  pointer-events: none;
}
.disabled strong {
  display: block;
}

.style_credit_item a.disabled {
  opacity: .3;
}

article {
  margin-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  article {
    margin-bottom: 160px;
  }
}
article:nth-of-type(2) .slick-dots {
  left: auto;
  right: -2vw;
  transform: scale(-1, 1);
}
article:nth-of-type(2) .slick-dots button {
  transform: rotate(180deg) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  article:nth-of-type(2) .slick-dots {
    right: -59px;
  }
}
@media screen and (min-width: 768px) {
  article:nth-of-type(2) .style {
    flex-direction: row-reverse;
  }
}

.slick-dots {
  position: absolute;
  top: 0;
  left: -2vw;
  height: calc(100% - 1px);
  z-index: 0;
  overflow: hidden;
  padding-top: 3vw;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    left: -45px;
    padding-top: 20px;
  }
}
.slick-dots:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
}
.slick-dots li {
  background: url("../images/tab_off.png") no-repeat center;
  background-size: 100% auto;
  position: relative;
}
.slick-dots li.slick-active {
  background-image: url("../images/tab_on.png");
  z-index: 1;
}
.slick-dots li:nth-child(1) button {
  background: url("../images/tab_ttl01.png") no-repeat center;
  background-size: 100% auto;
}
.slick-dots li:nth-child(2) button {
  background: url("../images/tab_ttl02.png") no-repeat center;
  background-size: 100% auto;
}
.slick-dots li:nth-child(3) button {
  background: url("../images/tab_ttl03.png") no-repeat center;
  background-size: 100% auto;
}
.slick-dots button {
  width: 5.3vw;
  height: 30.5vw;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .slick-dots button {
    width: 28px;
    height: 155px;
  }
}

.recommend {
  margin-bottom: 13vw;
}
@media screen and (min-width: 768px) {
  .recommend {
    margin-bottom: 60px;
  }
}
.recommend img {
  width: 100%;
}

.item_btn {
  text-align: center;
  margin-bottom: 13vw;
}
@media screen and (min-width: 768px) {
  .item_btn {
    margin-bottom: 85px;
  }
}
.item_btn a {
  display: inline-block;
  width: 85.3%;
  background: #20446a;
  color: #fff;
  font-size: 3.7333333333vw;
  transform: rotate(0.05deg);
  text-decoration: none;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .item_btn a {
    width: 580px;
    font-size: 2rem;
    padding: 30px 0;
  }
}
.item_btn_txt {
  font-size: 3.2vw;
  color: #20446a;
  transform: rotate(0.05deg);
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .item_btn_txt {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.item_btn span {
  display: inline-block;
  position: relative;
}
.item_btn span:after {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: calc(100% + 3vw);
  top: 30%;
}
@media screen and (min-width: 768px) {
  .item_btn span:after {
    width: 10px;
    height: 10px;
    left: calc(100% + 20px);
  }
}

.slick-slide:not(.slick-active) a {
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
