.mv-slide {
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 768px) {
.mv-slide {
    margin-bottom: 12px;
  }
	/* ↓ 縦幅見切れないようにするスライダー用 ↓ */
#slide .image {
	height: 960px;
	/* ↑ 縦幅見切れないようにするスライダー用 ↑ */
	}
}
@media all and (max-width: 767px) {
  .mv-slide {
    margin-bottom: 12px;
  }
}
.mv-slide .main-visual {
  margin-bottom: 0;
}
.main-visual {
  position: relative;
}
@media all and (min-width: 768px) {
  .main-visual {
    margin-bottom: 12px;
  }
}
@media all and (max-width: 767px) {
  .main-visual {
    margin-bottom: 12px;
  }
}
.main-visual .image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media all and (min-width: 768px) {
  .main-visual .image {
	/*height: calc(100vh - 120px);*/
	  height: calc(100vh - 10vh);
    min-height:700px;
  }
}
@media all and (min-width: 768px) {
  .main-visual .image img {
    height: auto;
    left: 50%;
    max-width: inherit;
    min-height: calc(100% + 2px);
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .main-visual .image img {
    width: 100%;
  }
}
.main-visual .over {
  position: absolute;
}
@media all and (min-width: 768px) {
  .main-visual .over {
    left: 30px;
    right: 0;
    top: 20px;
  }
  .main-visual .over img {
    max-width: 40%;
  }
}
@media all and (max-width: 767px) {
  .main-visual .over {
    left: 0;
    right: 0;
    top: 0;
  }
}
.mv-slide-pagination {
  bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .mv-slide-pagination {
    left: 10px;
  }
}
.mv-slide-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.4);
  opacity: 0.5;
}
@media all and (min-width: 768px) {
  .mv-slide-pagination .swiper-pagination-bullet {
    height: 4px;
    margin: 0 5px;
    width: 40px;
  }
}
@media all and (max-width: 767px) {
  .mv-slide-pagination .swiper-pagination-bullet {
    height: 8px;
    margin: 0 10px;
    width: 40px;
  }
}
.mv-slide-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.mv-button-prev,.mv-button-next {
  background-image: none;
  border-radius: 50%;
  display: block;
  height: 60px;
  left: 0;
  opacity: 0;
  right: 0;
  transition: opacity 100ms ease-in-out;
  width: 60px;
}
.mv-button-prev::before,.mv-button-next::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 40%;
  left: 50%;
  margin-left: -20%;
  margin-top: -20%;
  position: absolute;
  top: 50%;
  width: 40%;
}
.mv-button-prev::before {
  margin-left: -10%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mv-button-next::before {
  margin-left: -30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mv-button-wrapper {
  height: 60px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 100ms, -webkit-transform 100ms;
  transition: opacity 100ms, transform 100ms;
  transition: opacity 100ms, transform 100ms, -webkit-transform 100ms;
  width: 60px;
  z-index: 1;
}
.mv-button-wrapper.show {
  opacity: 1;
}
.mv-button-wrapper.prev,.mv-button-wrapper.next {
  pointer-events: all;
}
.mv-button-wrapper.prev .mv-button-prev {
  opacity: 1;
}
.mv-button-wrapper.next .mv-button-next {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .mv-button-wrapper {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .scroll-caution {
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    color: #fff !important;
    display: flex;
    display: -webkit-flex;
    font-size: 1.6rem;
    font-weight: bold;
    height: 80px;
    left: 50%;
    padding-left: 20px;
    position: absolute;
    text-decoration: none;
    z-index: 1;
  }
  .scroll-caution::before,.scroll-caution::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .scroll-caution::before {
    opacity: 0.5;
  }
  .scroll-caution::after {
    -webkit-animation: scroll-caution 1200ms ease-in-out 200ms infinite;
    animation: scroll-caution 1200ms ease-in-out 200ms infinite;
    height: 20%;
  }
}
@media all and (max-width: 767px) {
  .scroll-caution {
    display: none;
  }
}
@-webkit-keyframes scroll-caution {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
@keyframes scroll-caution {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
@media all and (min-width: 768px) {
  .first-column .column-box > div {
    margin-bottom: 0;
  }
}
.product-panel-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -1px;
  padding: 0;
}
@media all and (max-width: 767px) {
  .product-panel-link {
    margin: -1px -21px;
  }
}
.product-panel-link > li {
  display: -webkit-flex;
  display: flex;
  margin: 1px;
}
@media all and (min-width: 768px) {
  .product-panel-link > li {
    width: calc(33.33% - 2px);
  }
}
@media all and (max-width: 767px) {
  .product-panel-link > li {
    width: calc(50% - 2px);
  }
}

/*しぶさわジャック変えたところ*/
.product-panel-link .panel {
  -webkit-align-items: center;
  align-items: center;
  background-color: #f6c7ca;
  color: #575757 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 113px;
  padding: 10px;
  text-decoration: none;
  transition: opacity 200ms ease-in-out;
}

/*.product-panel-link .panel {
  -webkit-align-items: center;
  align-items: center;
  background-color: #555;
  color: #fff !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 113px;
  padding: 10px;
  text-decoration: none;
  transition: opacity 200ms ease-in-out;
}*/

@media all and (max-width: 767px) {
  .product-panel-link .panel {
    min-height: 110px;
  }
}
.product-panel-link .panel:hover {
  opacity: 0.7;
}
.product-panel-link .icon img {
  width: 56px;
}
.product-panel-link .caption {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .product-panel-link .caption {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .product-panel-link .caption {
    margin-top: 4px;
  }
}
@media all and (min-width: 768px) {
  .information {
    margin-bottom: 50px;
  }
}
.information-link {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .information-link {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .information-link {
    font-size: 1.4rem;
  }
}
.information-link:hover {
  text-decoration: underline;
}
.information-link .icon img {
  vertical-align: top;
  width: 56px;
}
.information-link .caption {
  display: block;
}
@media all and (min-width: 768px) {
  .information-link .caption {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .information-link .caption {
    margin-top: 4px;
  }
}

/*しぶさわジャック変えたところ*/
.recommend {
  background-color: #f6c7ca;
}
/*.recommend {
  background-color: #f2f2f2;
}*/

@media all and (min-width: 768px) {
  .recommend {
    margin-bottom: 115px;
  }
}
@media all and (max-width: 767px) {
  .recommend {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 768px) {
  .recommend-slide-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 0;
  }
}
@media all and (max-width: 767px) {
  .recommend-slide-wrapper {
    padding: 50px 0 45px;
  }
}
.recommend-button-prev,.recommend-button-next {
  background: none;
  display: block;
  height: 21px;
  position: absolute;
  width: 21px;
}
.recommend-button-prev::after,.recommend-button-next::after {
  border-right: 1px solid #575757;
  border-top: 1px solid #575757;
  content: "";
  display: block;
  height: 21px;
  width: 21px;
}
@media all and (min-width: 768px) {
  .recommend .swiper-button-prev,.recommend .swiper-button-next {
    display: none;
  }
}
.recommend .dummy-button-prev,.recommend .dummy-button-next {
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .recommend .dummy-button-prev,.recommend .dummy-button-next {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .recommend-button-prev {
    left: 50%;
    margin-left: -31px;
    margin-top: 0;
    top: 10px;
  }
}
@media all and (max-width: 767px) {
  .recommend-button-prev {
    left: 20px;
  }
}
@media all and (min-width: 768px) {
  .recommend-button-prev::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media all and (max-width: 767px) {
  .recommend-button-prev::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media all and (min-width: 768px) {
  .recommend-button-next {
    bottom: 10px;
    margin-right: 11px;
    margin-top: 0;
    right: 50%;
    top: auto;
  }
}
@media all and (max-width: 767px) {
  .recommend-button-next {
    right: 20px;
  }
}
@media all and (min-width: 768px) {
  .recommend-button-next::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@media all and (max-width: 767px) {
  .recommend-button-next::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.recommend-tag {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
@media all and (min-width: 768px) {
  .recommend-tag {
    padding-bottom: 20px;
    padding-right: 40px;
    padding-top: 20px;
    width: 300px;
  }
}
@media all and (max-width: 767px) {
  .recommend-tag {
    margin-bottom: 70px;
    padding-bottom: 35px;
  }
}
@media all and (min-width: 768px) {
  .recommend-tag-container {
    height: 340px;
  }
}
.recommend-tag::before {
  background-color: #b3b3b3;
  content: "";
  position: absolute;
}
@media all and (min-width: 768px) {
  .recommend-tag::before {
    bottom: 0;
    right: 0;
    top: 0;
    width: 1px;
  }
}
@media all and (max-width: 767px) {
  .recommend-tag::before {
    bottom: 0;
    height: 1px;
    left: -20px;
    right: -20px;
  }
}

/*しぶさわジャック変えたところ*/
.recommend-tag::after {
  background-color: #f6c7ca;
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  content: "";
  height: 42px;
  position: absolute;
  width: 42px;
}
/*.recommend-tag::after {
  background-color: #f2f2f2;
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  content: "";
  height: 42px;
  position: absolute;
  width: 42px;
}*/
@media all and (min-width: 768px) {
  .recommend-tag::after {
    margin-right: -20.5px;
    margin-top: -21px;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media all and (max-width: 767px) {
  .recommend-tag::after {
    bottom: 0;
    height: 42px;
    left: 50%;
    margin-bottom: -20.5px;
    margin-left: -21px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 42px;
  }
}
.recommend-tag-list {
  list-style: none;
  padding: 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  .recommend-tag-list {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .recommend-tag-list {
    margin: 0;
  }
}
.recommend-tag-list li {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0.5;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: opacity 300ms ease-in-out, -webkit-transform 100ms ease-in-out;
  transition: opacity 300ms ease-in-out, transform 100ms ease-in-out;
  transition: opacity 300ms ease-in-out, transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
@media all and (min-width: 768px) {
  .recommend-tag-list li {
    margin: 0 0;
  }
}
@media all and (max-width: 767px) {
  .recommend-tag-list li {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0;
    width: calc(100% - 20px * 2);
  }
}
.recommend-tag-list li.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.recommend-tag-list .item {
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .recommend-tag-list .image img {
    height: 44px;
  }
}
@media all and (max-width: 767px) {
  .recommend-tag-list .image img {
    height: 36px;
  }
}
.recommend-tag-list .caption {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .recommend-tag-list .caption {
    font-size: 1.68rem;
    margin-top: 7px;
  }
}
@media all and (max-width: 767px) {
  .recommend-tag-list .caption {
    font-size: 1.344rem;
    margin-top: 5px;
  }
}
.recommend-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .recommend-body {
    width: 850px;
  }
}
.recommend-slide {
  display: none;
  opacity: 0;
}
.recommend-slide.is-active {
  display: block;
  opacity: 1;
  transition: opacity 1200ms ease-in-out;
	/*メディアバナー欄画像表示秒数*/
}
.recommend-slide-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -2px;
  padding: 0;
}
.recommend-slide-list li {
  margin: 2px;
}
@media all and (min-width: 768px) {
  .recommend-slide-list li {
    width: calc(33.33% - 4px);
  }
  .recommend-slide-list li:nth-child(n + 4) {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .recommend-slide-list li {
    width: calc(50% - 4px);
  }
}
.recommend-slide-list a {
  display: block;
  position: relative;
}
.recommend-slide-list .image {
  position: relative;
}
.recommend-slide-list .image img {
  width: 100%;
}

/*しぶさわジャック変えたところ*/
.recommend-slide-list .caption {
  background-color: rgba(87,87,87,0.9);
  bottom: 0;
  color: #fff;
  left: 0;
  line-height: 1.3;
  padding: 10px;
  position: absolute;
  right: 0;
}
/*.recommend-slide-list .caption {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  left: 0;
  line-height: 1.3;
  padding: 10px;
  position: absolute;
  right: 0;
}*/

@media all and (min-width: 768px) {
  .recommend-slide-list .caption {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .recommend-slide-list .caption {
    font-size: 1.2rem;
  }
}
.recommend-slide-list .caption .date {
  font-weight: bold;
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  .news {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .news {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .banners {
    margin-bottom: 10px;
  }
  .banners .column-box.col5 > div {
    margin: 0 5px 10px;
  }
}
@media all and (max-width: 767px) {
  .topic-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .topic-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: auto;
  }
}
.topic-slide {
  text-align: left !important;
}
@media all and (max-width: 767px) {
  .topic-slide {
    margin: 5px 5px 15px;
    width: calc(50% - 10px);
  }
}
.topic a {
  color: #333 !important;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .topic .image {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .topic .image {
    margin-bottom: 9px;
  }
}
.topic .caption {
  padding-right: 20px;
}
.topic .date {
  font-weight: bold;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  .topic .date {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .topic .date {
    font-size: 1.2rem;
  }
}
.topic .title {
  font-weight: bold;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .topic .title {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .topic .title {
    font-size: 1.4rem;
  }
}
.topic .body {
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .topic .body {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .topic .body {
    font-size: 1.3rem;
  }
}
/*20210617追加*/
@media all and (min-width: 768px) {
  .slide .swiper-container {
    margin-left: 0;
    margin-right: 0;
  }
}
/*20210617追加 ここまで*/


@media all and (min-width: 768px) {

.box_in{
  width:300px;
 /* margin:30% 5% 5% 5%;*/
  text-align:center;
  background-color: #00BEBE;
  background-color:rgba(0,190,190,0.8);
  padding:5%;
  border:1px solid #333;
  transform:translateX(-300px);
  opacity:0;
  transition:opacity 1s,transform 0.7s;
  position:absolute;
  top:0px;left:0px;
}


/*.box_in:first-of-type{
  margin:80% 5% 5% 5%;
}*/
.fadein{
  opacity:1;
  transform:translateX(0);
}
.fadeout{
  opacity:0;
  transform:translateX(-300px);
}
}