@charset "UTF-8";
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}

/* CSS Document */
/* -------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    padding: 0 0 0 0;
  }
}

a {
  color: #1a1a1a;
}

.contents {
  padding: 0 0 0 0;
}

.map .contents {
  background-image: url(../img/map/map_back.jpg);
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .contents {
    padding: 0 0 0 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.visible-sp {
  display: block !important;
}

.visible-pc {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}

/* CSS Document */
/* --------------------------------
* header navigation
* -------------------------------- */
.header__inner {
  max-width: 1000px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .header__inner {
    height: 84px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2600;
  }
  .header__inner {
    height: 60px;
    width: auto;
  }
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 200px;
    height: auto;
    position: absolute;
    top: 9px;
    left: 9px;
  }
}

#navToggle.navToggle {
  display: none;
}

@media screen and (max-width: 767px) {
  #navToggle.navToggle {
    z-index: 101;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 21px;
    height: 20px;
  }
  #navToggle.navToggle span {
    width: 21px;
    height: 3px;
    background-color: #2bb0b0;
  }
  #navToggle.navToggle span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.25s;
  }
  #navToggle.navToggle span:nth-child(2) {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
  }
  #navToggle.navToggle span:nth-child(3) {
    position: absolute;
    top: 16px;
    right: 0;
    transition: 0.25s;
  }
  .openNav #navToggle.navToggle span:nth-child(1) {
    position: absolute;
    top: 9px;
    right: 0;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .openNav #navToggle.navToggle span:nth-child(2) {
    display: none;
  }
  .openNav #navToggle.navToggle span:nth-child(3) {
    position: absolute;
    top: 9px;
    right: 0;
    transform: rotate(-45deg);
    background-color: #fff;
  }
}

.gNav {
  position: absolute;
  top: 22px;
  left: 345px;
}

@media screen and (max-width: 1000px) {
  .gNav {
    position: absolute;
    top: 63px;
    left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .gNav {
    padding: 0 0 20px;
    z-index: 50;
    height: auto;
    background: #2bb0b0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    transition: 0.5s;
    display: none;
  }
  .openNav .gNav {
    display: block;
  }
}

.gNav__lists {
  display: flex;
}

.gNav__list {
  margin: 0 13px 0 0;
}

.gNav__list a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #00b2b2;
}

@media screen and (max-width: 1000px) {
  .gNav__lists {
    display: flex;
    flex-wrap: wrap;
  }
  .gNav__list {
    margin: 0 13px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .gNav__lists {
    display: block;
    width: 90%;
    margin: 44px auto 10px;
    border: none;
  }
  .gNav__list {
    height: auto;
    position: relative;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    width: 100%;
  }
  .gNav__list a {
    display: block;
    height: auto;
    background-repeat: no-repeat;
    text-indent: 0;
    overflow: hidden;
    font-size: 1.4rem;
    color: #fff;
    padding: 19px 0 17px 10px;
    text-align: left;
  }
  .gNav__list a span {
    padding: 0;
    display: block;
    line-height: 52px;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .gNav__list:before {
    display: none;
  }
  .gNav__list:last-child {
    border-bottom: none;
  }
}

.gNav__list_news a {
  background-image: url("../img/common/icon_news.png");
  background-size: 32px 29px;
  background-repeat: no-repeat;
  background-position: center 3px;
}

@media screen and (max-width: 767px) {
  .gNav__list_top a {
    padding: 0 0 0 38px;
  }
  .gNav__list_news a {
    background-image: url("../img/common/icon_news_nav_sp.png");
    background-size: 17px 16px;
    background-position: 35px center;
  }
}

.gNav__list_project a {
  background-image: url("../img/common/icon_project.png");
  background-size: 32px 29px;
  background-repeat: no-repeat;
  background-position: center 3px;
}

@media screen and (max-width: 767px) {
  .gNav__list_project a {
    background-image: url("../img/common/icon_project_nav_sp.png");
    background-size: 17px 16px;
    background-position: 35px center;
  }
}

.gNav__list_local a {
  background-image: url("../img/common/icon_chiki.png");
  background-size: 32px 29px;
  background-repeat: no-repeat;
  background-position: center 3px;
}

@media screen and (max-width: 767px) {
  .gNav__list_local a {
    background-image: url("../img/common/icon_chiki_nav_sp.png");
    background-size: 17px 16px;
    background-position: 35px center;
  }
}

.gNav__list_photo a {
  background-image: url("../img/common/icon_photo.png");
  background-size: 32px 29px;
  background-repeat: no-repeat;
  background-position: center 3px;
}

@media screen and (max-width: 767px) {
  .gNav__list_photo a {
    background-image: url("../img/common/icon_photo_nav_sp.png");
    background-size: 17px 16px;
    background-position: 35px center;
  }
}

.gNav__list_about a {
  background-image: url("../img/common/icon_about.png");
  background-size: 32px 29px;
  background-repeat: no-repeat;
  background-position: center 3px;
}

@media screen and (max-width: 767px) {
  .gNav__list_about a {
    background-image: url("../img/common/icon_about_nav_sp.png");
    background-size: 17px 16px;
    background-position: 35px center;
  }
}

.subNav {
  position: absolute;
  top: -53px;
  right: 7px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .subNav {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    right: auto;
  }
}

.subNav__list a {
  font-size: 1.2rem;
  font-weight: bold;
}

.subNav__list_inq {
  padding: 0;
  letter-spacing: 1px;
}

.subNav__list_jp {
  padding: 2px 6px 2px 5px;
  display: block;
  border: 1px solid #333;
  margin: -3px 0 0 22px;
  font-size: 1.2rem;
  font-weight: bold;
}

_:-ms-input-placeholder, :root .subNav__list_jp {
  padding: 4px 6px 1px 5px;
}

.subnav__list_eng {
  margin: 0 0 0 6px;
}

@media screen and (max-width: 767px) {
  .subnav__list_eng {
    margin: 0 0 0 0;
  }
}

.subNav__list_inq {
  display: block;
}

.subNav__list_jp {
  display: block;
}

.subnav__list_eng {
  display: block;
}

.subnav__list_eng2 {
  display: none;
}

.subnav__list_top {
  display: none;
}

.subnav__list_close {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact__map {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    margin: 0 5px 0 0;
  }
  .contact__map a {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    background-position: 0 10px;
    background-size: 3px;
    letter-spacing: 0;
    padding: 8px 0 0 6px;
    white-space: nowrap;
  }
  .subNav__list_jp {
    display: none;
  }
  .subNav__list_inq {
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .subNav__list_inq a {
    display: block;
    border: 2px solid #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
  }
  .subNav__list_jp {
    display: none;
  }
  .subnav__list_eng {
    display: none;
  }
  .subnav__list_eng2 {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .subnav__list_eng2 a {
    display: block;
    background-color: #fff;
    width: 100%;
    line-height: 40px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 2px;
    color: #025eae;
  }
  .subnav__list_top {
    display: block;
    width: 48.8%;
  }
  .subnav__list_top a {
    display: block;
    border: 2px solid #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
  }
  .subnav__list_close {
    display: block;
    width: 48.8%;
  }
  .subnav__list_close a {
    display: block;
    border: 2px solid #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
  }
  .subnav__list_closeback {
    position: relative;
    display: block;
  }
  .subnav__list_closeback:before,
  .subnav__list_closeback:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    left: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  .subnav__list_closeback:after {
    transform: rotate(45deg);
  }
}

.searchtable {
  position: absolute;
  right: 0;
  top: 7px;
  width: 237px;
  height: 43px;
  border: 2px solid #00b2b2;
}

.searchtable .search__text {
  width: 160px;
  height: 38px;
  padding: 3px 5px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .searchtable {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .searchtable {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50px;
    width: 100%;
    padding: 5px 0 0 0;
    height: 48px;
    background-color: #eee;
    border: none;
  }
  .searchtable .search__text {
    width: 200px;
    height: 39px;
    padding: 3px 5px;
    margin: 0 5px 0 0;
    background-color: #fff;
    font-size: 1.4rem;
  }
  .searchtable .search__btn {
    width: 75px;
    height: 39px;
  }
  .searchtable table {
    width: 280px;
    margin: 0 auto;
  }
}

/* CSS Document */
.footer {
  padding: 40px 0 30px 0;
  position: relative;
  z-index: 3000;
  background: #eee4c1;
}

.footer img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 10px 0;
  }
}

.ft-logo {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .ft-logo {
    margin: 0 auto 20px;
    width: 50%;
  }
}

.ft-cp {
  font-size: 1.0rem;
  text-align: center;
}

.originalMessage {
  position: fixed;
  bottom: 180px;
  right: 0px;
  width: 150px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .originalMessage {
    position: fixed;
    bottom: 145px;
    right: 0px;
    width: 100px;
    margin: 0 0px;
  }
}

.originalMessage.on {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.originalMessage.on:hover {
  opacity: 0.8 !important;
  transition: 0.2s;
}

.totop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  transition: 0.25s;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 45px;
  display: none;
  transition: 0.2s;
}

.totop:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/pagetop.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .totop {
    width: 60px;
    height: 60px;
    right: 5px;
    bottom: 82px;
  }
  .totop:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

.totop.on {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.totop.on:hover {
  opacity: 0.8 !important;
  transition: 0.2s;
}

.footer__inner {
  padding: 0 0 0;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0;
  }
}

.footer__logo {
  width: 111px;
  height: 111px;
  margin: 0 auto 14px;
}

.gNavFooter {
  display: flex;
  background-color: #00b2b2;
}

.gNavFooter__lists {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0 22px 0;
}

@media screen and (max-width: 767px) {
  .gNavFooter__lists {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 5px 0;
  }
}

.gNavFooter__list a {
  font-size: 1.43rem;
  color: #fff;
  margin: 0 8px;
}

.gNavFooter__list a:hover {
  color: #fff900;
}

@media screen and (max-width: 767px) {
  .gNavFooter__list {
    margin: 0 0 15px;
    font-size: 1.2rem;
    display: block;
    width: 48%;
  }
  .gNavFooter__list a {
    color: #fff;
  }
}

.gNavFooter__listChildList {
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  font-size: 1.2rem;
}

.gNavFooter__listChildList a {
  color: #1a1a1a;
}

.gNavFooter__lists.gNavFooter__lists_l {
  padding: 0 0 0 287px;
  font-weight: bold;
  width: 415px;
}

@media screen and (max-width: 767px) {
  .gNavFooter__lists.gNavFooter__lists_l {
    padding: 0 0 0 0px;
    font-weight: bold;
    width: auto;
    display: block;
  }
}

.copyright {
  color: #00b2b2;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 10px 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .copyright {
    color: #00b2b2;
    font-size: 1.0rem;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
  }
}

/* CSS Document */
/* --------------------------------
* top
* -------------------------------- */
.pagehead {
  height: 50px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
}

.fv {
  height: 863px;
  background: #7ecef4;
  margin: 0 0 50px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fv {
    height: 400px;
    background: #7ecef4;
    margin: 0 0 30px 0;
    position: relative;
  }
}

.fvLoopWrapper {
  opacity: 0;
}

.fvLoopWrapper_anime {
  animation-name: fvLoop_anime;
  animation-delay: 3.0s;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes fvLoop_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fvLoop {
  width: 100%;
  height: 863px;
  /* 画像の高さを指定 */
  position: relative;
  background: url("../img/fv_back01.png") repeat-x 0 0;
  background-size: auto 100%;
  animation: bg-slider 82s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
  animation-delay: 2.0s;
  margin: 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .fvLoop {
    width: 100%;
    height: 400px;
    /* 画像の高さを指定 */
    position: relative;
    background: url("../img/fv_back01.png") repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider-sp 82s linear infinite;
    /* 23sの部分背景画像の約数だとスムーズ */
    margin: 0 0;
    padding: 0;
  }
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2050px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

@keyframes bg-slider-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -709px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

.fv__ill01 {
  position: absolute;
  top: 146px;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  height: 304px;
  opacity: 0;
}

.fv__ill01_anime {
  animation-name: fv-fade01;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fv-fade01 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .fv__ill01 {
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 352px;
  }
}

.fv__ill02 {
  position: absolute;
  top: 344px;
  left: 0;
  right: 0;
  margin: auto;
  width: 520px;
  height: 165px;
}

.fv__ill02_anime {
  animation-name: bounceInDown;
  animation-delay: 1.1s;
  animation-duration: 0.8s;
  animation-fill-mode: backwards;
}

.fv__ill02_1 {
  position: absolute;
  top: 503px;
  left: 0;
  right: 0;
  margin: auto;
  width: 201px;
  height: 27px;
}

.fv__ill02_1_anime {
  animation-name: bounceInDown;
  animation-delay: 1.1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.bounce-in-top {
  animation: bounce-in-top 1.1s both;
  animation-delay: 1.0S;
}

.bounce-in-top2 {
  animation: bounce-in-top2 1.1s both;
  animation-delay: 1.3S;
}

@keyframes bounce-in-top {
  0% {
    transform: translateY(-300px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top2 {
  0% {
    transform: translateY(-200px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fv-fade02 {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(-50px);
  }
  95% {
    opacity: 1;
    transform: translateY(0);
  }
  97% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .fv__ill02 {
    position: absolute;
    top: 172px;
    left: 0;
    right: 0;
    margin: auto;
    width: 201px;
    height: 69px;
  }
  .fv__ill02_1 {
    position: absolute;
    top: 236px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85px;
    height: auto;
  }
}

.fv__ill03 {
  position: absolute;
  left: -490px;
  right: 0;
  bottom: 0.8%;
  margin: 0 auto;
  width: 260px;
  height: auto;
  animation-name: fuwa;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  transition: 0.2s;
}

.fv__ill03:hover {
  opacity: 0.9;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .fv__ill03 {
    position: absolute;
    left: -204px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 120px;
    height: auto;
    animation-name: fuwa;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    transition: 0.2s;
  }
}

.fv__ill04 {
  position: absolute;
  left: 34px;
  right: 0;
  bottom: 4.5%;
  margin: 0 auto;
  width: 260px;
  height: auto;
  animation-name: fuwa;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  transition: 0.2s;
}

.fv__ill04:hover {
  opacity: 0.9;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .fv__ill04 {
    position: absolute;
    left: 24px;
    right: 0;
    bottom: 11px;
    margin: 0 auto;
    width: 120px;
    height: auto;
    animation-name: fuwa;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    transition: 0.2s;
  }
}

.fv__ill06 {
  position: absolute;
  left: 380px;
  right: -106px;
  bottom: 25%;
  margin: auto;
  width: 177px;
  height: auto;
  animation-name: fuwa;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-delay: 1.75s;
  transition: 0.2s;
}

.fv__ill06:hover {
  opacity: 0.9;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .fv__ill06 {
    position: absolute;
    left: 214px;
    right: 0;
    bottom: 91px;
    margin: 0 auto;
    width: 100px;
    height: auto;
    animation-name: fuwa;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-delay: 1.75s;
    transition: 0.2s;
  }
}

.fv-fadeIn01 {
  opacity: 0;
  display: block;
  animation-name: fv-fadeIn;
  animation-duration: 1s;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
}

.fv-fadeIn02 {
  opacity: 0;
  display: block;
  animation-name: fv-fadeIn;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

.fv-fadeIn03 {
  opacity: 0;
  display: block;
  animation-name: fv-fadeIn;
  animation-duration: 1s;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
}

@keyframes fv-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fv__ill05 {
  position: absolute;
  top: 157px;
  left: -346px;
  right: 0;
  margin: auto;
  width: 155px;
  height: 138px;
}

.fv__ill05_anime {
  animation-name: bounceInLeft;
  animation-delay: 2.5s;
  animation-duration: 0.62s;
  animation-fill-mode: both;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
    transform: scale(1.3);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
    transform: scale(1);
  }
  90% {
    transform: translate3d(5px, 0, 0);
    transform: scale(1.1);
  }
  to {
    transform: translate3d(0, 0, 0);
    transform: scale(1);
  }
}

@keyframes fv-fade05 {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .fv__ill05 {
    position: absolute;
    top: 78px;
    left: -173px;
    right: 0;
    margin: auto;
    width: 77px;
    height: 69px;
  }
}

@keyframes fuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.lead {
  font-size: 3.0rem;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: bold;
}

.lead br {
  display: none;
}

@media screen and (max-width: 980px) {
  .lead {
    line-height: 1.5;
    padding: 0 20px;
  }
  .lead br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .lead {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0 20px;
  }
  .lead br {
    display: none;
  }
}

.pNav {
  max-width: 980px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 767px) {
  .pNav {
    width: auto;
    margin: 0 auto 50px;
    padding: 0 10px;
  }
}

.pNavTitle {
  font-size: 7.0rem;
  margin: 0 0 20px;
  width: 670px;
}

@media screen and (max-width: 767px) {
  .pNavTitle {
    font-size: 3.5rem;
    margin: 0 0 10px;
    width: auto;
  }
}

.pNav__lists {
  margin: 0 0 90px;
  display: flex;
  justify-content: space-between;
}

.pNav__lists_w {
  width: 66.32653%;
  margin: 0 auto;
}

.pNav__lists_w .pNav__list {
  width: 48.46154%;
}

@media screen and (max-width: 767px) {
  .pNav__lists {
    margin: 0 0 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .pNav__lists_w {
    width: auto;
    margin: 0 auto;
  }
}

.pNav__list {
  width: 32.14286%;
}

@media screen and (max-width: 767px) {
  .pNav__list {
    width: 48%;
    margin: 0 0 10px;
  }
}

.pNav__link {
  display: block;
}

.pNav__link:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.pNav__img img {
  margin: 0 auto;
}

.pNav__txt {
  background: #7ecef4;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 18px 10px 15px;
  text-align: center;
  border-radius: 9px;
  letter-spacing: -2px;
  line-height: 1.3;
}

@media screen and (max-width: 980px) {
  .pNav__txt {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .pNav__txt {
    background: #7ecef4;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 9px 0;
    text-align: center;
    border-radius: 4.5px;
    letter-spacing: -1px;
  }
}

.goodsWrap {
  margin: -50px 0 120px;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 767px) {
  .goodsWrap {
    margin: 0 0 60px 0;
    padding: 0 10px 0 10px;
  }
}

.goodsIntro {
  margin: 0 0 50px;
  padding: 0;
  background: #00b2b2;
}

@media screen and (max-width: 767px) {
  .goodsIntro {
    margin: 0 0 25px;
    padding: 10px 0 10px 0;
    background: #00b2b2;
  }
}

.goodsIntro_c01 {
  background: #7ecef4;
}

.goodsIntro_c02 {
  background: #00b2b2;
}

.goodsIntro_c03 {
  background: #d20515;
}

.goodsIntro_c04 {
  background: #eb6877;
}

.goodsIntro_c05 {
  background: #ffffff;
  background-image: url(../img/line01.png), url(../img/line01.png);
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  height: 188px;
}

@media screen and (max-width: 767px) {
  .goodsIntro_c05 {
    height: auto;
  }
}

.goodsIntroInner {
  margin: 0 auto;
  max-width: 980px;
}

@media screen and (max-width: 767px) {
  .goodsIntroInner {
    margin: 0 auto;
    width: auto;
    padding: 0 10px;
  }
  .goodsIntro_c05 .goodsIntroInner {
    padding: 0 0;
  }
}

.goodsIntro__title {
  font-size: 7rem;
  max-width: 980px;
  margin: 0 auto;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .goodsIntro__title {
    font-size: 3.5rem;
    width: auto;
    margin: 0 auto;
    font-weight: normal;
  }
}

.goodsIntro__l {
  max-width: 980px;
  height: 330px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.goodsIntro_c05 .goodsIntro__l {
  height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .goodsIntro__l {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .goodsIntro_c05 .goodsIntro__l {
    height: auto;
    margin: 0 auto;
    display: block;
    align-items: center;
  }
}

.goodsIntro__img {
  width: 360px;
  position: relative;
  height: 330px;
}

.goodsIntro__img img {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.goodsIntro_c05 .goodsIntro__img {
  margin: -56px 0 0 0;
}

@media screen and (max-width: 767px) {
  .goodsIntro_c05 .goodsIntro__img {
    margin: 0 0 0 0;
  }
}

.fadeBig {
  animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  20% {
    transform: scale3d(1.08, 1.08, 1.08);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.02, 1.02, 1.02);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.move-fade {
  animation-name: move-fade;
  animation-duration: 0.55s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes move-fade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .goodsIntro__img {
    width: auto;
    margin: 0 0 10px 0;
    height: auto;
  }
  .goodsIntro__img img {
    position: relative;
    bottom: auto;
  }
}

.goodsIntro__sentence {
  width: 63.26531%;
  padding: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .goodsIntro__sentence {
    width: auto;
    padding: 0;
  }
}

.goodsIntro__txt01 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .goodsIntro__txt01 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }
}

.goodsIntro__txt02 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  opacity: 0;
  letter-spacing: -2px;
}

.goodsIntro_c05 .goodsIntro__txt02 {
  margin: 4px 0 0 70px;
}

.goodsIntro__txt02_ls {
  letter-spacing: -4px;
}

@media screen and (max-width: 980px) {
  .goodsIntro__txt02 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsIntro__txt02 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 10px 0;
  }
  .goodsIntro__txt02_ls {
    letter-spacing: 0;
  }
  .goodsIntro_c05 .goodsIntro__txt02 {
    margin: 0;
    font-size: 2.0rem;
    padding: 0 0 30px 0;
  }
}

.goodsIntro__point {
  display: flex;
  align-items: flex-start;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .goodsIntro__point {
    display: block;
    align-items: flex-start;
  }
}

.goodsIntro__pointTitle {
  background: #333;
  color: #fff;
  font-size: 3rem;
  padding: 20px;
  border-radius: 7px;
  width: 32.25806%;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .goodsIntro__pointTitle {
    padding: 10px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsIntro__pointTitle {
    background: #333;
    color: #fff;
    font-size: 1.6rem;
    padding: 6px 6px 4px;
    border-radius: 7px;
    width: auto;
    line-height: 1.1;
    margin: 0 0 10px 0;
  }
}

.goodsIntro__pointTxt {
  font-size: 2.2rem;
  line-height: 1.5;
  width: 69.35484%;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 980px) {
  .goodsIntro__pointTxt {
    font-size: 1.8rem;
    padding: 0 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .goodsIntro__pointTxt {
    font-size: 1.5rem;
    line-height: 1.3;
    width: auto;
    padding: 0 0 0 0;
  }
}

.goodsBlkL {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.goodsBlkL_original {
  max-width: 980px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .goodsBlkL {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0;
    display: block;
    justify-content: space-between;
  }
  .goodsBlkL_original {
    width: auto;
    margin: 0 auto 20px;
  }
}

.goodsBlk {
  max-width: 980px;
  margin: 0 auto 70px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
  .goodsBlk {
    padding: 0 20px;
  }
  .goodsBlk.goodsBlk_col {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk {
    width: auto;
    margin: 0 auto 45px;
    display: block;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.goodsBlk_col {
  flex-direction: column;
  width: 46.22449%;
  margin: 0;
}

.goodsBlk_col .goodsBlk__img {
  width: 100%;
  margin: 0 0 20px 0;
}

.goodsBlk_col .goodsBlk__sentence {
  width: 100%;
}

.goodsBlk_col .goodsBlk__sentence .goodsBlk__title {
  font-size: 4.2rem;
}

@media screen and (max-width: 980px) {
  .goodsBlk_col .goodsBlk__sentence .goodsBlk__title {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk_col {
    flex-direction: column;
    width: auto;
    margin: 0 0 45px 0;
  }
  .goodsBlk_col .goodsBlk__img {
    margin: 0 0 10px 0;
  }
  .goodsBlk_col .goodsBlk__sentence {
    width: auto;
  }
  .goodsBlk_col .goodsBlk__sentence .goodsBlk__title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

.goodsBlk_rev {
  flex-direction: row;
}

.goodsBlk__img {
  width: 46.22449%;
}

@media screen and (max-width: 767px) {
  .goodsBlk__img {
    width: auto;
    margin: 0 0 10px 0;
  }
}

.goodsBlk__sentence {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .goodsBlk__sentence {
    width: auto;
  }
}

.goodsBlk__title {
  font-size: 4.2rem;
  line-height: 1.1;
  margin: 0 0 10px 0;
}

.goodsBlk__title_ls {
  letter-spacing: -2px;
}

@media screen and (max-width: 980px) {
  .goodsBlk__title {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk__title {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 0 0 10px 0;
  }
}

.goodsBlk__title_txt01 {
  color: #fb6879;
  font-size: 3.6rem;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 980px) {
  .goodsBlk__title_txt01 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk__title_txt01 {
    color: #fb6879;
    font-size: 1.8rem;
    line-height: 1.3;
    display: block;
  }
}

.goodsBlk__txt {
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  padding: 0 0 10px;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 980px) {
  .goodsBlk__txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    border-bottom: 1px solid #333;
    padding: 0 0 10px;
    margin: 0 0 15px 0;
  }
}

.goodsBlk__info {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .goodsBlk__info {
    margin: 0 0 5px 0;
  }
}

.goodsBlk__name {
  font-size: 2.8rem;
  line-height: 1.3;
  display: block;
}

@media screen and (max-width: 980px) {
  .goodsBlk__name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk__name {
    font-size: 1.5rem;
    line-height: 1.3;
    display: block;
  }
}

.goodsBlk__capa {
  font-size: 2.4rem;
  display: block;
}

@media screen and (max-width: 980px) {
  .goodsBlk__capa {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk__capa {
    font-size: 1.2rem;
    display: block;
  }
}

.goodsBlk__price {
  color: #e60012;
  font-size: 4.9rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .goodsBlk__price {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .goodsBlk__price {
    color: #e60012;
    font-size: 2.4rem;
  }
}

.goodsBlk__price_txt01 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .goodsBlk__price_txt01 {
    font-size: 1.6rem;
  }
}

.goodsBlk__btn,
.goodsBlk__btn::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.goodsBlk__btn::before,
.goodsBlk__btn::after {
  background: #000;
  content: '';
  position: absolute;
  z-index: -1;
}

.goodsBlk__btn:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .goodsBlk__btn:hover {
    color: #000;
  }
}

/* BUTTON 2 */
.goodsBlk__btn_st01::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.goodsBlk__btn_st01:hover:after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .goodsBlk__btn_st01:hover:after {
    width: auto;
  }
}

.goodsBlk__btn {
  display: block;
  width: 100%;
  line-height: 52px;
  border: 2px solid #333;
  font-size: 2.4rem;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.goodsBlk__btn span:after {
  content: ">";
  display: block;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}

.goodsBlk__btn:hover span:after {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .goodsBlk__btn span:after {
    font-size: 1.6rem;
  }
  .goodsBlk__btn {
    width: 275px;
  }
  .goodsBlk__btn span {
    font-size: 1.6rem;
    display: block;
    height: 100%;
    width: 100%;
  }
  .goodsBlk__btn:hover span:after {
    color: #000;
  }
  .goodsBlk__btn_sp {
    display: block;
    width: 275px;
    line-height: 52px;
    border: 2px solid #333;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .goodsBlk__btn_sp:after {
    content: ">";
    display: block;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
  }
}

@media screen and (max-width: 980px) {
  .goodsBlkL {
    padding: 0 20px;
  }
}

.goodsSlide {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 767px) {
  .goodsSlide {
    margin: 0 0 60px 0;
  }
}

.goodsSlide__lead {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .goodsSlide__lead {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 10px;
  }
}

.goodsSlide__list {
  margin: 0 5px;
}

.fixLink {
  max-width: 980px;
  width: 980px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9000;
  display: none;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (max-width:990px){
  .fixLink{
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .fixLink {
    width: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9000;
    display: none;
    transition: 0.5s;
    opacity: 0;
  }
}

.fixLink_on {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fixLink_lists {
  display: flex;
}

.fixLink__list {
  width: 490px;
}

@media screen and (max-width: 767px) {
  .fixLink__list {
    width: 50%;
  }
}

.fixLink__link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 4.8rem;
  text-align: center;
  color: #fff;
  padding: 21px 0 0 0;
}

.fixLink__link:hover {
  opacity: 0.9;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .fixLink__link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2.0rem;
    text-align: center;
    color: #fff;
    padding: 10px 0 0 0;
  }
}

/* ローディング */
.loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

.top {
  background-color: #fff;
  display: none;
}

@media screen and (max-width: 767px) {
  .top {
    background: none;
  }
}

.ball-spin-fade-loader > div {
  background-color: #d8d8d8 !important;
}

.ball-spin-fade-loader {
  position: relative;
  top: 40px !important;
  left: 40px !important;
}

.slick-prev {
  left: -890px !important;
  right: 0 !important;
  margin: auto !important;
  z-index: 100 !important;
  height: 133px !important;
  width: 80px !important;
}

@media screen and (max-width: 1000px) {
  .slick-prev {
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 10px !important;
    right: auto !important;
    margin: auto !important;
    z-index: 100 !important;
    height: 66px !important;
    width: 40px !important;
  }
}

.slick-next {
  left: 0 !important;
  right: -890px !important;
  margin: auto !important;
  z-index: 100 !important;
  height: 133px !important;
  width: 80px !important;
}

@media screen and (max-width: 1000px) {
  .slick-next {
    left: auto !important;
    right: 0 !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-next {
    left: auto !important;
    right: 10px !important;
    margin: auto !important;
    z-index: 100 !important;
    height: 66px !important;
    width: 40px !important;
  }
}

.slick-prev:before {
  content: "" !important;
  display: block;
  height: 133px !important;
  width: 80px !important;
  background-image: url(../img/ar-left.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  opacity: 0.9 !important;
  background-position: center;
}

.slick-next:before {
  content: "" !important;
  display: block;
  height: 133px !important;
  width: 80px !important;
  background-image: url(../img/ar-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  opacity: 0.9 !important;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .slick-prev:before {
    content: "" !important;
    display: block;
    height: 66px !important;
    width: 40px !important;
    background-image: url(../img/ar-left.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    opacity: 0.5 !important;
    background-position: center;
  }
  .slick-next:before {
    content: "" !important;
    display: block;
    height: 66px !important;
    width: 40px !important;
    background-image: url(../img/ar-right.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    opacity: 0.5 !important;
    background-position: center;
  }
}

.goodsBlk {
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}

.goodsFade {
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}

.goodsFadeAnim {
  animation-name: goodsFadeAnim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes goodsFadeAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* IE用 */
.goodsBlk_col .goodsBlk__img{
  height: 0;
  padding-top: 100%;
  position: relative;
}
.goodsBlk_col .goodsBlk__img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:767px){
  .goodsBlk_col .goodsBlk__img{
    height: auto;
    padding-top: 0;
    position: relative;
  }
  .goodsBlk_col .goodsBlk__img img{
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
