@charset "UTF-8";
/* CSS Document */

/*--リセットCSS--*/
html,
body,
h1,
p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body {
  font-family: MazdaTypeRegular, Noto Sans CJK JP, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, Meiryo, Yu Gothic Medium, sans-serif;
}
img {
  vertical-align: middle;
  border: none;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
div {
  display: block;
}
p {
  text-decoration: none;
}

/*-- メインCSS --*/
.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background: #fff;
}
.container img {
  max-width: 100%;
  margin: 0 auto;
}
.wrap {
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  text-align: center;
}

/*-- ボタン --*/
.btn-01 {
  margin-top: calc(6.4 / 60 * -100%);
  margin-bottom: calc(2.1 / 60 * 100%);
}
.btn-01 img {
  max-width: 74.5%;
  margin-left: auto;
  margin-right: auto;
}
.btn-02 {
  margin-top: calc(8 / 60 * -100%);
  margin-bottom: calc(4 / 60 * 100%);
}
.btn-02 img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.opty a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-06 {
  margin-top: calc(7 / 60 * -100%);
  margin-bottom: calc(2.5 / 60 * 100%);
}

/*-- フローティングボタン --*/
.floating-banner {
  position: fixed;
  z-index: 99999;
  width: 920px;
  max-width: 50%;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.floating-banner_image {
  max-width: 100%;
  width: 100%;
  filter: drop-shadow(5px 5px 5px #000000);
}
.floating-banner:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .floating-banner {
    width: 100%;
    max-width: 85%;
  }
}

/*footer*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background: #fff;
  padding-top: 3%;
}
.tct {
  width: 750px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
address {
  clear: both;
  padding: 0 0 1.5em 0;
  font-style: normal;
  font-size: 1.2rem;
  color: #000;
}
@media (max-width: 650px) {
  address {
    font-size: 0.8rem;
  }
}
@media (max-width: 435px) {
  address {
    font-size: 0.5rem;
  }
}

/*--slick変更--*/
.slider-box img {
  width: 100%;
  margin: 0 auto;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 6%;
  top: 40%;
}
.prev-arrow {
  left: 20px;
  z-index: 999;
}
.next-arrow {
  right: 20px;
  z-index: 999;
}
@media (max-width: 535px) {
  .prev-arrow {
    left: 10px;
  }
  .next-arrow {
    right: 10px;
  }
}
@media (max-width: 470px) {
  .prev-arrow {
    left: 10px;
  }
  .next-arrow {
    right: 10px;
  }
}
.slick-slide {
  transition: 0.05s ease;
}

/*RETURN TO TOP & FOOTER*/
#PGtop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#PGtop a {
  position: relative;
  display: table;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#PGtop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
#PGtop a:hover,
#PGtop a:active,
#PGtop a:focus {
  text-decoration: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
}

/*調整*/
.mg-btm {
  margin-bottom: 5%;
}
.mg-btm01 {
  margin-bottom: 6%;
}
.mg-btm02 {
  margin-bottom: 3%;
}
.mg-btm03 {
  margin-bottom: 8%;
}
.mg01 {
  margin: 5% 0;
}
.mg02 {
  margin: 5% 0 7%;
}
.mg03 {
  margin: 3% 3%;
}
.mt-5 {
  margin-top: 5%;
}
.mt-10 {
  margin-top: 10%;
}
.mb-5 {
  margin-bottom: 5%;
}
.mb-10 {
  margin-bottom: 10%;
}

/*-- オフィシャルボタン --*/
.btn-official-box {
  padding: 0 0.5rem;
  margin: 0 0 1.5rem 0;
}
.btn-official {
  width: 750px;
  color: #4c4948;
  border: 1.5px solid #4c4948;
  border-radius: 10px;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
.btn-official:hover {
  color: #fff;
  background-color: #4c4948;
}
@media (min-width: 750px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .btn-official {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .btn-official {
    width: 85%;
  }
}
@media (max-width: 550px) {
  .btn-official {
    font-size: 1rem;
  }
}
/* 背景 */
.bg-y {
  background-color: #fff100;
}
.bg-g {
  background-color: #f4f4f4;
}

/* LINEボタン */
.line-btn {
  max-width: 740px;
  width: 100%;
  margin: auto;
  /* 上 | 右 | 下 | 左 */
  padding: 2em 0 4em 0;
  filter: drop-shadow(5px 5px 5px #696868);
}

.copy {
  font-size: 1.2rem;
  font-feature-settings: "palt";
  line-height: 1.5;
}

/* 改行 */
@media (min-width: 768px) {
  .br-none {
    display: none;
  }
}
