@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


.introduction-card-en,
.introduction-pager-current,
.introduction-pager-max,
.introduction-pickup-en {
  letter-spacing: .05em
}
.introduction-pickup-title {
  font-weight: 700;
  letter-spacing: .05em
}
.icon-arrow:before {
  content: "⇦"
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-slide, .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.media, .media-inner {
  position: relative;
  display: block
}

.media-inner {
  overflow: hidden
}

.media-inner:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181818;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.media-image {
  width: 100%;
  height: auto;
  padding-top: 66.67%;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

@media screen and (max-width:768px) {
  .media-image {
    height: auto;
    padding-top: 67%
  }
}

a:hover .media-image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.media-introduction {
  width: 100%;
  height: auto;
  padding-top: 139.3%;
  -webkit-transition: padding .25s ease, -webkit-transform .5s ease;
  transition: padding .25s ease, transform .5s ease;
  transition: padding .25s ease, transform .5s ease, -webkit-transform .5s ease
}

@media screen and (max-width:768px) {
  .media-introduction {
    width: 100%;
    height: auto;
    padding-top: 171px
  }
}
.introduction {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1260px;
  padding: 0 0 24px;
  overflow: hidden
}

@media screen and (max-width:768px) {
  .introduction {
    min-width: 0;
    padding: 0 0 8px
  }
}

.introduction:before {
  content: '';
  position: absolute;
  top: 120px;
  left: 0;
  display: block;
  background: #f5f5f5;
  width: 100%;
  height: 400px
}
.is-introduction-show .introduction-pickup, .is-introduction-show .introduction-slider {
  opacity: 1;
  -webkit-transition: opacity .25s ease .5s;
  transition: opacity .25s ease .5s
}

.is-introduction-show .introduction-pager {
  opacity: 1;
  -webkit-transition: opacity .25s ease .5s, background .25s ease;
  transition: opacity .25s ease .5s, background .25s ease
}

.introduction-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  opacity: 0
}

.introduction-slider .swiper-wrapper {
  margin-left: -20px
}

@media screen and (max-width:768px) {
  .introduction-slider .swiper-wrapper {
    margin-left: 0
  }
}

.introduction-slider .swiper-container {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 641px;
  padding: 42px 0 24px 30px;
  margin-left: calc(((100% - 1260px)/2) + 0px)
}

@media screen and (min-width:769px) and (max-width:1280px) {
  .introduction-slider .swiper-container {
    padding-right: 60px
  }
}

@media screen and (max-width:768px) {
  .introduction-slider .swiper-container {
    padding: 18px 0 8px;
    height: 220px;
    margin-left: calc((100% - 323.5px)/2);
    overflow: inherit
  }
}

.introduction-slider .swiper-slide {
  width: 270px;
  height: 444px;
  -webkit-transition: width .5s ease, height .5s ease;
  transition: width .5s ease, height .5s ease
}

@media screen and (max-width:768px) {
  .introduction-slider .swiper-slide {
    width: 303.5px;
    height: 170.5px
  }
}

.introduction-slider .swiper-slide-prev .introduction-card, .introduction-slider .swiper-slide-prev-second .introduction-card {
  opacity: 0
}

.introduction-slider .swiper-slide-active {
  width: 320px;
  height: 570px
}

@media screen and (min-width:769px) {
  .introduction-slider .swiper-slide-active {
    margin-right: 20px!important;
    margin-left: 20px!important
  }
}

@media screen and (max-width:768px) {
  .introduction-slider .swiper-slide-active {
    width: 303.5px;
    height: 170.5px
  }
}

.introduction-slider .swiper-slide-active .media-introduction {
  width: 100%;
  height: auto;
  padding-top: 178.2%
}

@media screen and (max-width:768px) {
  .introduction-slider .swiper-slide-active .media-introduction {
    width: 100%;
    height: auto;
    padding-top: 171px
  }
}

.introduction-card {
  display: block;
  height: 100%;
  box-shadow: 0 5px 30px -7px rgba(25, 25, 25, .7);
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .25s ease .25s, box-shadow .25s ease;
  transition: opacity .25s ease .25s, box-shadow .25s ease
}

@media screen and (max-width:768px) {
  .introduction-card {
    box-shadow: 0 10px 30px -7px rgba(25, 25, 25, .3)
  }
}

.introduction-card:hover {
  box-shadow: 0 10px 30px -7px rgba(25, 25, 25, 0)
}

.introduction-card-inner {
  display: block;
  color: inherit
}

.introduction-card-content {
  position: relative;
  display: block;
  height: 68px;
  padding: 0 16px;
  background: #fff;
  overflow: hidden;
  opacity: 1
}

@media screen and (max-width:768px) {
  .introduction-card-content {
    display: none
  }
}

.introduction-card-title {
  margin: 18px 0 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #999
}

.introduction-card-en {
  margin: 5px 0 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1
}

.introduction-card-logo {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100px
}

.introduction-card-logo-guest-house {
  width: 78px;
  height: 22px
}

.introduction-card-logo-coworking {
  width: 35px;
  height: 37px
}

.introduction-card-text {
  display: none
}

.introduction-pager {
  position: absolute;
  top: 535px;
  left: 50%;
  z-index: 1;
  margin-left: -656px;
  width: 114px;
  height: 114px;
  padding: 7px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: background .25s ease;
  transition: background .25s ease
}

@media screen and (min-width:769px) and (max-width:1280px) {
  .introduction-pager {
    margin-left: -626px
  }
}

@media screen and (max-width:768px) {
  .introduction-pager {
    top: 134px;
    margin-left: -182px;
    width: 63px;
    height: 63px;
    padding: 4px
  }
}

@media screen and (max-width:320px) {
  .introduction-pager {
    margin-left: -156px
  }
}

.is-introduction-pager-show .introduction-pager-current, .is-introduction-pager-show .introduction-pager-inner, .is-introduction-pager-show .introduction-pager-max, .is-introduction-pager-show .introduction-pager-sprit {
  opacity: 1
}

.is-introduction-pager-show .introduction-pager-inner:after, .is-introduction-pager-show .introduction-pager-inner:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
/** 色の変更 **/
.is-introduction-pager-web-production .introduction-pager-inner:before {
  background: rgba(141, 186, 230, 0.7)
}

.is-introduction-pager-web-production .introduction-pager-inner:after {
  background: #75A8DB
}

.is-introduction-pager-content-creation .introduction-pager-inner:before {
  background: rgba(216, 247, 231, 0.97)
}

.is-introduction-pager-content-creation .introduction-pager-inner:after {
  background: #A4E9C5
}

.is-introduction-pager-guest-house .introduction-pager-inner:before {
  background: rgba(242, 243, 154, 0.97)
}

.is-introduction-pager-guest-house .introduction-pager-inner:after {
  background: #ECEE62
}

.is-introduction-pager-coworking .introduction-pager-inner:before {
  background: rgba(246, 222, 246, 0.97)
}

.is-introduction-pager-coworking .introduction-pager-inner:after {
  background: #F7BABD
}

.is-introduction-pager-education .introduction-pager-inner:before {
  background: rgba(199, 200, 254, 0.97)
}

.is-introduction-pager-education .introduction-pager-inner:after {
  background: #A5A6FD
}

.is-introduction-pager-food-and-drink .introduction-pager-inner:before {
  background: rgba(255, 219, 219, 0.97)
}

.is-introduction-pager-food-and-drink .introduction-pager-inner:after {
  background: #FEA9AA
}

.is-introduction-pager-regionalactivation .introduction-pager-inner:before {
  background: rgba(231, 210, 254, 0.97)
}

.is-introduction-pager-regionalactivation .introduction-pager-inner:after {
  background: #D2A9FE
}

.is-introduction-pager-artbusiness .introduction-pager-inner:before {
  background: rgba(225, 242, 206, 0.97)
}

.is-introduction-pager-artbusiness .introduction-pager-inner:after {
  background: #BEE395
}
/** 色の変更 ここまで */

.introduction-pager-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff
}

.introduction-pager-inner:after, .introduction-pager-inner:before {
  content: '';
  display: block;
  border-radius: 50% 0 50% 0 / 100% 0 100% 0;
}

.introduction-pager-inner:before {
  width: 114px;
  height: 114px;
  position: absolute;
  top: -7px;
  left: -7px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: background .25s ease .5s, opacity .5s ease, -webkit-transform .5s ease;
  transition: background .25s ease .5s, transform .5s ease, opacity .5s ease;
  transition: background .25s ease .5s, transform .5s ease, opacity .5s ease, -webkit-transform .5s ease
}

@media screen and (max-width:768px) {
  .introduction-pager-inner:before {
    width: 63px;
    height: 63px;
    top: -4px;
    left: -4px
  }
}

.introduction-pager-inner:after {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: background .25s ease .75s, opacity .75s ease, -webkit-transform .75s ease;
  transition: background .25s ease .75s, transform .75s ease, opacity .75s ease;
  transition: background .25s ease .75s, transform .75s ease, opacity .75s ease, -webkit-transform .75s ease;
  -webkit-transform: scale(0);
  transform: scale(0)
}
.introduction-pager-current {
  position: absolute;
  top: 9px;
  right: 50%;
  margin-right: 4px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

@media screen and (max-width:768px) {
  .introduction-pager-current {
    top: 6px;
    margin-right: 1px;
    font-size: 18px
  }
}

.introduction-pager-sprit {
  position: absolute;
  top: 50px;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  margin-left: -12px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

@media screen and (max-width:768px) {
  .introduction-pager-sprit {
    top: 27px;
    width: 16px;
    margin-left: -6px
  }
}

.introduction-pager-max {
  display: block;
  font-size: 20px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: 4px;
  font-weight: 700;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease
}

@media screen and (max-width:768px) {
  .introduction-pager-max {
    top: 27px;
    margin-left: 2px;
    font-size: 13px
  }
}

.introduction-pickup {
  position: absolute;
  top: 546px;
  right: 50%;
  margin-right: -605px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  z-index: 2;
  opacity: 0
}

@media screen and (min-width:769px) and (max-width:1280px) {
  .introduction-pickup {
    margin-right: -635px
  }
}

@media screen and (max-width:768px) {
  .introduction-pickup {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: -17px auto 0;
    padding: 0 25px
  }
}

.introduction-pickup-heading:before, .is-introduction-pickup-animation-start .introduction-pickup-heading:before {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s, -webkit-transform .5s ease .5s
}

.is-introduction-pickup-animation-start .introduction-pickup-en, .is-introduction-pickup-animation-start .introduction-pickup-title {
  opacity: 0;
  -webkit-transition: opacity .5s ease .25s, -webkit-transform .5s ease .25s;
  transition: opacity .5s ease .25s, transform .5s ease .25s;
  transition: opacity .5s ease .25s, transform .5s ease .25s, -webkit-transform .5s ease .25s
}

.is-introduction-pickup-animation-end .introduction-pickup-heading:before, .is-introduction-pickup-animation-start .introduction-pickup-text {
  opacity: 0;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease
}

.is-introduction-pickup-animation-end .introduction-pickup-heading:before {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

.is-introduction-pickup-animation-end .introduction-pickup-en, .is-introduction-pickup-animation-end .introduction-pickup-text, .is-introduction-pickup-animation-end .introduction-pickup-title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity .5s ease .25s, -webkit-transform .5s ease .25s;
  transition: opacity .5s ease .25s, transform .5s ease .25s;
  transition: opacity .5s ease .25s, transform .5s ease .25s, -webkit-transform .5s ease .25s
}

.is-introduction-pickup-animation-end .introduction-pickup-text {
  -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s, -webkit-transform .5s ease .5s
}

.introduction-pickup-heading {
  position: relative;
  display: block
}

@media screen and (max-width:768px) {
  .introduction-pickup-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }
}

.introduction-pickup-heading:before {
  content: '';
  position: absolute;
  top: 32px;
  left: -188px;
  display: block;
  width: 177px;
  height: 1px;
  background: #004098;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .85s ease .1s, -webkit-transform .85s ease .1s;
  transition: opacity .85s ease .1s, transform .85s ease .1s;
  transition: opacity .85s ease .1s, transform .85s ease .1s, -webkit-transform .85s ease .1s
}

@media screen and (max-width:768px) {
  .introduction-pickup-heading:before {
    top: 12px;
    left: -183px
  }
}
/** 色の変更 */
.is-introduction-pickup-heading-web-production:before {
  background-color: #76A9D9
}

.is-introduction-pickup-heading-content-creation:before {
  background-color: #76D9A6
}

.is-introduction-pickup-heading-guest-house:before {
  background: #D5D21A
}

.is-introduction-pickup-heading-coworking:before {
  background: #F352A5
}

.is-introduction-pickup-heading-education:before {
  background: #9D89E6
}

.is-introduction-pickup-heading-food-and-drink:before {
  background: #F9518C
}

.is-introduction-pickup-heading-regionalactivation:before {
  background: #875CF3
}

.is-introduction-pickup-heading-artbusiness:before {
  background: #54E79B
}
/** 色の変更 ここまで */

.introduction-pickup-title {
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s, -webkit-transform .5s ease .5s
}

@media screen and (max-width:768px) {
  .introduction-pickup-title {
    margin: 2px 0 0;
    font-size: 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
}

.introduction-pickup-en {
  margin: 5px 30px 0 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s;
  transition: opacity .5s ease .5s, transform .5s ease .5s, -webkit-transform .5s ease .5s
}

@media screen and (max-width:768px) {
  .introduction-pickup-en {
    margin: 0;
    font-size: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

.introduction-pickup-text {
  padding: 7px 0 0;
  font-size: 12px;
  color: #666;
  max-height: 2.8rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease .75s, -webkit-transform .5s ease .75s;
  transition: opacity .5s ease .75s, transform .5s ease .75s;
  transition: opacity .5s ease .75s, transform .5s ease .75s, -webkit-transform .5s ease .75s
}

@media screen and (max-width:768px) {
  .introduction-pickup-text {
    display: none
  }
}

.introduction-pickup-text-inner {
  display: block;
  line-height: 1.5;
  height: 36px;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  text-align: justify
}

.introduction-pickup-text-inner:after, .introduction-pickup-text-inner:before {
  position: absolute
}

.introduction-pickup-text-inner:before {
  /*content: '...';*/
  background: #fff;
  background: transparent;
  right: 0;
  text-align: center;
  width: 1.1em;
  top: 18px
}

.introduction-pickup-text-inner:after {
  content: '';
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #fff;
  background: transparent; 
}

.introduction-title {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  margin-left: -604px;
  font-size: 76px;
  font-weight: 700;
  color: #ffeedd;
  letter-spacing: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0% 0;
  transform-origin: 0% 0% 0;
  opacity: .2;
  -webkit-transition: color .25s ease;
  transition: color .25s ease
}

@media screen and (min-width:769px) and (max-width:1280px) {
  .introduction-title {
    left: 84px;
    margin-left: 0
  }
}

@media screen and (max-width:768px) {
  .introduction-title {
    top: -3px;
    left: 32px;
    display: block;
    margin-left: 0;
    font-size: 28px;
    letter-spacing: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

/** 色の変更 */
.is-introduction-title-web-production {
  color: #76A9D9
}

.is-introduction-title-content-creation {
  color: #76D9A6
}

.is-introduction-title-guest-house {
  color: #D5D21A
}

.is-introduction-title-coworking {
  color: #F352A5
}

.is-introduction-title-education {
  color: #9D89E6
}

.is-introduction-title-food-and-drink {
  color: #F9518C
}

.is-introduction-title-regionalactivation {
  color: #875CF3
}

.is-introduction-title-artbusiness {
  color: #54E79B
}
/** 色の変更 ここまで */
.slidernavi {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1
}
.slidernavi-pagenation {
  display: inline-block;
  position: relative;
  text-align: center
}
.sliderbutton-next, .sliderbutton-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 16px 0 0;
  font-size: 0;
  letter-spacing: 0;
  background: rgba(24, 24, 24, .5);
  border-radius: 50%;
  text-align: center;
  z-index: 8;
  cursor: pointer
}

@media screen and (max-width:768px) {
  .sliderbutton-next, .sliderbutton-prev {
    width: 24px;
    height: 24px;
    padding: 6px 0 0
  }
}

.sliderbutton-prev.sliderbutton-prev-introduction {
  top: 217px;
  left: 50%;
  margin-left: -713px
}

@media screen and (min-width:769px) and (max-width:1280px) {
  .sliderbutton-prev.sliderbutton-prev-introduction {
    left: 10px;
    margin-left: 0
  }
}

@media screen and (max-width:768px) {
  .sliderbutton-prev.sliderbutton-prev-introduction {
    display: none;
    top: 86px
  }
}
.sliderbutton-next {
  display: none
}

@media screen and (max-width:768px) {
  .sliderbutton-next {
    display: block;
    right: 30px;
    margin: 0
  }
}

.sliderbutton-next .sliderbutton-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width:768px) {
  .sliderbutton-next .sliderbutton-icon {
    -webkit-transform: rotate(180deg) scale(.6);
    transform: rotate(180deg) scale(.6)
  }
}

.sliderbutton-next.sliderbutton-next-introduction {
  display: block;
  top: 217px;
  right: 50%;
  margin-right: -713px
}

@media screen and (min-width:769px) and (max-width:1280px) {
  .sliderbutton-next.sliderbutton-next-introduction {
    right: 10px;
    margin-right: 0
  }
}

@media screen and (max-width:768px) {
  .sliderbutton-next.sliderbutton-next-introduction {
    top: 86px;
    margin-right: -163px
  }
  .sliderbutton-next.sliderbutton-next-sidepr {
    right: -10px;
    top: 50%;
    margin-top: -12px
  }
}

.sliderbutton-icon {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .sliderbutton-icon {
    font-size: 10px;
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }
}
.slidernavi-pagenation-item {
  display: inline-block;
  margin: 0 5px;
  width: 9px;
  height: 9px;
  background: #b9b9b9;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background .25s ease;
  transition: background .25s ease
}

@media screen and (max-width:768px) {
  .slidernavi-pagenation-item {
    width: 5px;
    height: 5px;
    margin: 0 4px
  }
}

.slidernavi-pagenation-item.is-slidernavi-item-active {
  background: #181818
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
/**モバイルのフッター **/
.sns-menu-content {
  transition: .3s ease-in-out;
  position: fixed;
  top: 40%;
  z-index: 9999;
  width: 90%;
  left: 5%;
  right: 5%;
  -webkit-transform: translateY(600%);
  transform: translateY(600%);
}
/*チェックが入ったらもろもろ表示*/
.sns-menu-button #sns-menu-input:checked ~ #sns-menu-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

.sns-menu-button #sns-menu-input:checked ~ #sns-menu-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.sns-menu-button .sns-box {
  margin: 1em 0 2em;
  position: relative;
  color: #fff;
}

/*閉じる用の薄黒カバー*/
.sns-menu-button #sns-menu-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: .3s ease-in-out;
}

/* -- SNS エリア -- */
.sns-menu-button .sns-buttons a.hidden-spacer {
  background: transparent;
}
/** ===== 以下/energywork/wp-content/themes/cocoon-master/style.css のオーバーライド ===== **/
/************************************
** ヘッダー
************************************/
/************************************
** ヘッダーレイアウト
************************************/
.header-container-in.hlt-top-menu .site-name-text-link {
  margin: 0;
}
.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
  margin: 0;
}
/**
 * 2022-10-24追加：cocoonのバージョンアップにともなうと思われるスタイルの変更に対応
 **/
.header-container-in.hlt-top-menu.hlt-tm-small .item-description {
	display:none;
}
/************************************
** フッター
************************************/
/************************************
** フッターボトム
************************************/
.footer-bottom-logo .logo-image {
  max-width: 360px;
}
.footer-bottom-content {
	padding-left:360px;
}
/*1240px以下*/
@media screen and (max-width: 1240px){
 .footer-bottom-logo .logo-image {
  max-width: 360px;
}
}
/*1030px以下*/
@media screen and (max-width: 1030px){
.footer-bottom-logo .logo-image {
  max-width: 360px;
}
.footer-bottom-content {
	padding:0;
}
}
/*768px以下*/
@media screen and (max-width: 768px){
.footer-bottom-logo .logo-image {
  max-width: 360px;
}
.footer-bottom-content {
	padding:0;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
  .navi-footer-in > .menu-footer li.menu-item {
    display:none;
  }
}
.footer-bottom-logo img {
  height: auto;
  width: auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
	/** cocoon-master/style.css のオーバーライド **/
  .navi-footer-in > .menu-footer li.menu-item {
    display:none;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
	/** cocoon-master/style.css のオーバーライド **/
  .navi-footer-in > .menu-footer li.menu-item {
    display:none;
  }
}

/*サイドバー*/
.sidebar h3 {
    background: none; /*背景色を解除*/
    padding: 0; /*余白をなしに*/
    font-size: 16px; /*文字サイズを小さく*/
    letter-spacing: 2px; /*文字の間隔を少し広く*/
}
.sidebar h3:first-letter {
    font-size: 1.5em; /*最初の文字を1.5文字分に大きく*/
}
.sidebar h3:after { /*グラデーションのラインを引く*/
    content:"";
    display:block;
    height:2.5px;
    width:100%;
    background: -webkit-linear-gradient(left, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
    background: linear-gradient(to right, #40bfa0 0%,#fef785 82%,#f37b7b 100%);
}
a.a-wrap:hover{
  text-decoration: none;  /* ブログカードで下線が出るので追加 */
}

/*確認画面のズレ*/
.entry-content .editbox02 {
  float: none;
}

/* ヘッダーメニューがコンテンツに隠れてしまうことを防ぐ */
.js-clingify-wrapper {
	z-index:1;
	position: relative;
}
/* chromeブラウザPC幅で、ヘッダーロゴが縦長になるのを防ぐ */
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 60px;
  height: auto; /* 100%; */
  width: auto;
}
/* SNSボタンの文字が灰色になるのを防ぐ(カートのcssが効いてしまうので上書き) */
a.share-button:link, a.follow-button:link {
	color:#ffffff;
}
a.share-button:visited, a.follow-button:visited {
	color:#ffffff;
}
/* カートのcssが効いてしまうので上書き */
.cat-link:visited {
  color: #fff;
}




/*画像リンクにカーソルをおくと薄くなる*/
a img:hover {
    /* IE */
    filter: alpha(opacity=70);
    /* Safari Opera */
    opacity:0.7;
    /* Firefox Netscape */
    -moz-opacity:0.7;
}



/*テキストリンクにカーソルをおくと赤くなる*/
a:hover {
  color: #C03;
}

/* 2020/06/17 追記 */
/* ヘッダーロゴの位置調整 */
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
  height: inherit;
}
/* ヘッダーロゴの縦幅を規定しない */
.header .header-in {
  min-height:inherit;
}