@charset "UTF-8";

/* ------------------------------
    index
------------------------------ */

/* common
------------------------------ */
.bnr.orange a {
  display: block;
  position: relative;
}

.bnr.orange a:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #d46c00;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bnr.orange.yellow a:before {
  background: #ffe100;
}

.bnr.orange a img {
  position: relative;
  bottom: 5px;
  transition: .3s ease;
}

.image_bnr {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.image_bnr li {
  margin: 10px;
}

@media screen and (min-width: 769px) {
  .bnr.orange a:hover img {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .bnr.orange a:before {
    height: 5vw;
    border-radius: 2vw;
  }

  .bnr.orange a img {
    bottom: 1vw;
    transition: .3s ease;
  }

  .image_bnr {
    flex-direction: column;
    max-width: 62vw;
    margin: 10px auto 0;
  }
}

/* mv
------------------------------ */
#mv {
  overflow: hidden;
  padding: 32px 0;
}

#mv .slider .item {
  outline: none;
  position: relative;
  margin: 0 25px;
}

#mv .slider .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1s ease;
  opacity: 1;
}

#mv .slider .item.slick-center::before {
  transition: opacity 1s ease;
  opacity: 0;
  visibility: hidden;
}

#mv .slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 26px;
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
  width: 70px;
  height: 70px;
  background: #009944;
  border-radius: 50%;
  z-index: 1;
}

#mv .slider .slick-prev {
  left: calc(50% - 493px);
}

#mv .slider .slick-next {
  right: calc(50% - 493px);
}

#mv .slider .slick-prev:before,
#mv .slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#mv .slider .slick-prev:before {
  background-image: url(../img/common/ico_arw_prev.svg);
  left: 26px;
}

#mv .slider .slick-next:before {
  background-image: url(../img/common/ico_arw_next.svg);
  right: 26px;
}



/* news
------------------------------ */
#news {
  padding: 0 0 90px;
  position: relative;
  overflow: hidden;
}

#news::before {
  content: "";
  background: url(../img/common/bg_stripe.png) center top;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 160px;
}

#news .news_bnr {
  /* position: absolute;
  left: 50%;
  top: -162px;
  transform: translateX(-50%); */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

/* #news .news_bnr .bnr + .bnr {
  margin-left: 50px;
} */

#news .news_bnr li {
  margin-bottom: 5px;
  padding-top: 7px;
}

#news .news_bnr .bnr a:before {
  width: calc(100% - 9px);
  left: 9px;
}

#news .news_bnr .bnr.bnr03 a:before,
#news .news_bnr .bnr.bnr04 a:before {
  width: 100%;
  left: 0;
}

#news .box {
  background: #fff;
  border-radius: 10px;
  padding: 28px 80px 52px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
}

#news .box .mascot {
  position: absolute;
  right: 0px;
  top: -67px;
}

#news .box .secttl {
  margin-bottom: 30px;
}

#news .box .secttl img {
  width: 213px;
}

#news .box .btn a {
  margin-top: 35px;
}

#news .list {
  display: flex;
  justify-content: space-between;
}

#news .list .item {
  position: relative;
  width: 296px;
}

#news .list .item a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* padding: 21px 48px 21px 14px; */
  padding: 0;
  position: relative;
}

/*
#news .list .item a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #009944;
  position: absolute;
  right: 26px;
  top: 28px;
  transition: .3s ease;
}
*/

#news .list .item .img {
  margin-bottom: 20px
}

#news .list .item .img img {
  object-fit: contain;
  width: 296px;
  height: 196px;
  border-radius: 8px;
}

#news .list .item p {
  transition: .3s ease;
}

#news .list .item .date {
  width: 120px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.1em;
}

#news .list .item .cate {
  /* width: 110px; */
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  background: #009944;
  border-radius: 14px;
  margin-right: 20px;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
}

#news .list .item .ttl {
  line-height: 1.8;
  flex: 1;
  margin-top: 0.9em;
}

@media screen and (min-width: 769px) {

  #news .list .item a:hover::after {
    border-color: transparent transparent transparent #ff7800;
  }

  #news .list .item a:hover .date,
  #news .list .item a:hover .ttl {
    color: #ff7800;
  }

  #news .list .item a:hover .cate {
    background: #ff7800;
  }

  #news .news-feed {
    padding-top: 110px;
  }

  #news .news_bnr .bnr01 {
    margin-left: -10px;
  }
}

@media screen and (max-width:768px) {
  #news::before {
    background: url(../img/common/bg_stripe.png) center bottom / 70px 70px;
    top: 74vw;
  }
  #news .list {
    flex-direction: column;
  }
  #news .list .item .img {
    margin-bottom: 0;
    margin-right: 15px;
  }

  #news .list .item .img img {
    width: 27vw;
    height: 17.1vw;
    border-radius: 2vw;
  }
  
  #news .list .item .textwrap {
    width: calc(100% - 27vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #news .list .item::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skew(-23deg);
    background-image: linear-gradient(to right, #009944, #009944 8px, transparent 8px, transparent 16px);
    background-size: 16px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
  
}

/* top-banner
------------------------------ */

@media screen and (max-width:768px) {
  #top-banner {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  #top-banner {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  #top-banner a {
    transition: opacity 0.3s ease;
  }
  #top-banner a:hover {
    opacity: .7;
  }
}

/* about
------------------------------ */
#about {
  padding: 60px 0 116px;
  background: url(../img/index/about_bg_pc.png) no-repeat center bottom / cover;
}

#about::before,
#about::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
}

#about::before {
  background: linear-gradient(0deg, transparent 0%, rgba(153, 153, 153, .6) 100%);
  top: 0;
}

#about::after {
  background: linear-gradient(0deg, rgba(153, 153, 153, .6) 0%, transparent 100%);
  bottom: 0;

}

#about .wrap {
  display: flex;
  align-items: center;
}

#about .img {
  width: 460px;
  text-align: center;
  transition-delay: .5s;
}

#about .txtbox {
  width: 510px;
  transition-delay: 1s;
}

#about .txtbox .secttl {
  margin-bottom: 40px;
}

#about .txtbox .secttl img {
  width: 451px;
}

#about .txtbox .txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.16;
  letter-spacing: 0.02em;
  text-align: justify;
}

#about .txtbox .btn a {
  margin: 30px 0 0 0;
}


/* charm
------------------------------ */
#charm {
  padding: 65px 0 80px;
  background: url(../img/common/bg_green.png);
}

#charm .bg {
  position: absolute;
  top: 170px;
  left: 10px;
  z-index: 5;
  transition: 1.5s ease;
}

#charm .bg.is-show {
  top: -15px;
}

#charm .secttl {
  margin-bottom: 60px;
}

#charm .secttl img {
  width: 427px;
}

#charm .box_wrap {
  display: flex;
  justify-content: space-between;
}


#charm .box_wrap .box {
  width: 358px;
  position: relative;
  padding-top: 270px;
}

#charm .box_wrap .box .box_txt {
  width: 100%;
  height: 294px;
  position: relative;
  background: url(../img/index/charm_box.png) no-repeat center;
  padding: 26px 18px 26px;
  position: relative;
  z-index: 3;
}

#charm .box_wrap .box .box_txt .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: .4em;
}

#charm .box_wrap .box .img {
  width: 328px;
  position: absolute;
  overflow: hidden;
  /*
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
*/
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 2;
  /*
  transition: 1.5s ease;
  transition-delay: .5s;
  transform-origin: center top;
*/
}


#charm .box_wrap .box .img img {
  transform: translateY(100%);
  transition: 1.5s ease;
  transition-delay: .5s;
  transform-origin: center top;
}

#charm .box_wrap .box.is-show .img img {
  transform: translateY(0);
}

#charm .box_wrap .box .box_top {
  margin-bottom: 5px;
  transition: 1s ease;
  transform-origin: left bottom;
}

#charm .box_wrap .box.is-show .box_top {
  transform: rotate(-8deg);
}

/* info
------------------------------ */
#info {
  padding: 68px 0 90px;
  background: url(../img/common/bg_yellow.png);
}

#info::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/bg_stripe.png) repeat left top;
}


#info .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#info .secttl {
  margin-bottom: 36px;
}

/*cm*/
#info .cm {
  width: 689px;
  padding-right: 54px;
  position: relative;
}

#info .mascot {
  position: absolute;
  left: 0;
  bottom: -88px;
  animation: jump .3s ease infinite alternate;
}

#info .cm .secttl img {
  width: 351px;
}

#info .cm .btn a {
  margin-top: 44px;
}

/*fb*/
#info .fb {
  width: 410px;
  padding-left: 50px;
  border-left: 4px dotted #d2bf94;
}

#info .fb .secttl img {
  width: 352px;
}

#info .fb .box_fb {
  text-align: center;
  padding-left: 10px;
}

#info .fb .box_fb iframe {
  width: 100%;
  height: 500px;
}


/* postarea
------------------------------ */
#postarea {
  padding: 48px 0;
  background: url(../img/index/postarea_bg_pc.jpg) no-repeat center top/ cover;
}

#postarea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s ease;
}

#postarea .secttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#postarea .secttl img.ttlimg {
  width: 686px;
}

#postarea .secttl .ico {
  margin-right: 20px;
}

#postarea .secttl .ico img {
  width: 402px;
}

ul.instafeed {
  display: flex;
  width: 1104px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

ul.instafeed li {
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
}

ul.instafeed li a {
  width: 100%;
  padding-top: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

ul.instafeed li a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  ul.instafeed {
    width: 93%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  ul.instafeed li {
    width: 50%;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 769px) {
  #postarea > a:hover::before {
    background: rgba(255, 255, 255, .85);
  }
}

/* other
------------------------------ */
#other {
  padding: 100px 0 0;
}


#other .other_bnr {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width:768px) {

  /* mv
  ------------------------------ */
  #mv {
    padding: 15px 0;
  }

  #mv .slider .item {
    margin: 0 4vw;
    width: 92vw;
  }

  #mv .slider .item img {
    width: 100%;
  }

  #mv .slider .item::before {
    content: none;
  }

  #mv .slider .slick-arrow {
    top: 46%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
  }

  #mv .slider .slick-prev {
    left: 1%;
  }

  #mv .slider .slick-next {
    right: 1%;
  }

  #mv .slider .slick-prev:before,
  #mv .slider .slick-next:before {
    width: 7px;
    height: 12px;
  }

  #mv .slider .slick-prev:before {
    background-image: url(../img/common/ico_arw_prev.svg);
    left: 13px;
  }

  #mv .slider .slick-next:before {
    background-image: url(../img/common/ico_arw_next.svg);
    right: 13px;
  }

  #mv .slider .slick-dots {
    text-align: center;
    margin: 10px 0 0;
    height: 10px;
  }

  #mv .slider .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c9c9c9;
    border-radius: 50%;
    margin: 0 10px;
    line-height:
  }

  #mv .slider .slick-dots li.slick-active {
    background: #ff7800;
  }

  #mv .slider .slick-dots button {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    background: transparent;
  }

  /* news
  ------------------------------ */
  #news {
    padding: 0 0 50px;
  }

  #news .news_bnr {
    width: 100%;
    padding: 0 4% 0 2%;
    display: block;
    margin-bottom: 15vw;
  }

  #news .news_bnr .bnr {
    width: 100%;
  }

  #news .news_bnr .bnr + .bnr {
    margin-left: 0;
    margin-top: 2%;
  }

  #news .news_bnr .bnr a:before {
    width: calc(100% - 1.7vw);
    left: auto;
    right: 0;
  }

  #news .news_bnr .bnr.bnr03,
  #news .news_bnr .bnr.bnr04 {
    padding-left: 1.7vw;
  }

  #news .box {
    border-radius: 5px;
    padding: 23px 5% 30px;
  }

  #news .box .mascot {
    width: 18%;
    right: 0;
    top: -9vw;
  }

  #news .box .secttl {
    margin-bottom: 15px;
  }

  #news .box .secttl img {
    width: auto;
    height: 50px;
  }

  #news .list .item {
    width: 100%;
  }

  #news .list .item::before {
    height: 3px;
    background-image: linear-gradient(to right, #009944, #009944 4px, transparent 4px, transparent 8px);
    background-size: 8px 3px;
  }

  #news .list .item a {
    /* flex-wrap: wrap; */
    /* padding: 15px 50px 15px 0; */
    padding: 15px 0;
    flex-direction: row;
  }

  #news .list .item a::after {
    border-width: 6px 0 6px 6px;
    right: 12px;
    top: 50%;
    margin-top: -6px;
  }

  #news .list .item .date {
    width: 5.5em;
    font-size: 3vw;
    line-height: 1.6;
    margin-bottom: 0;
  }

  #news .list .item .cate {
    font-size: 2vw;
    /* width: 6.6em; */
    border-radius: 10px;
    margin-right: 10px;
  }

  #news .list .item .ttl {
    width: 100%;
    flex: auto;
    font-size: 1.3rem;
    margin-top: 0;
  }


  /* about
------------------------------ */
  #about {
    padding: 50px 0 80px;
    background-image: url(../img/index/about_bg_top_sp.png), url(../img/index/about_bg_bottom_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top, left bottom;
  }

  #about::before,
  #about::after {
    content: none;
  }

  #about .wrap {
    display: block;
  }

  #about .img {
    width: 52%;
    margin: 0 auto;
  }

  #about .txtbox {
    width: 100%;
  }

  #about .txtbox .secttl {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  #about .secttl img {
    width: auto;
    height: 23px;
  }

  #about .txtbox .txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  #about .txtbox .btn a {
    margin: 35px auto 0;
  }


  /* charm
------------------------------ */
  #charm {
    padding: 40px 0 35px;
    overflow: hidden;
  }

  #charm .secttl {
    margin-bottom: 40px;
  }

  #charm .secttl img {
    width: auto;
    height: 50px;
  }

  #charm .box_wrap {
    display: block;
  }

  #charm .box .bg {
    top: 120px;
  }

  #charm .box01 .bg {
    width: 325px;
    left: -38px;
  }

  #charm .box02 .bg {
    width: 310px;
    left: -12px;
  }

  #charm .box03 .bg {
    width: 314px;
    left: -24px;
  }

  #charm .box01 .bg.is-show {
    top: -16px;
  }

  #charm .box02 .bg.is-show {
    top: -16px;
  }

  #charm .box03 .bg.is-show {
    top: 0;
  }

  #charm .box_wrap .box {
    width: 267px;
    margin: 0 auto;
    padding-top: 200px;
  }

  #charm .box_wrap .box + .box {
    margin-top: 35px;
  }

  #charm .box_wrap .box .box_txt {
    width: 100%;
    height: auto;
    background: url(../img/index/charm_box.png) no-repeat center / 100% 100%;
    padding: 16px 12px;
  }

  #charm .box_wrap .box .box_txt .ttl {
    font-size: 1.7rem;
    margin-bottom: .4em;
  }

  #charm .box_wrap .box .img {
    width: 245px;
  }

  #charm .box_wrap .box .box_txt .txt {
    font-size: 1.2rem;
    margin-bottom: .4em;
  }


  /* info
  ------------------------------ */
  #info {
    padding: 35px 0 60px;
  }

  #info::before {
    height: 15px;
    background: url(../img/common/bg_stripe.png) repeat left top / 70px 70px;
  }

  #info .wrap {
    display: block;
  }

  #info .secttl {
    margin-bottom: 20px;
  }

  /*cm*/
  #info .cm {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }

  #info .mascot {
    width: 18.8%;
    bottom: 0;
    left: -2%;
  }

  #info .cm .secttl img {
    width: auto;
    height: 50px;
  }

  #info .cm .box_movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  #info .cm .box_movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  #info .cm .btn a {
    margin-top: 30px;
  }

  /*fb*/
  #info .fb {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    margin-top: 0;
    border-left: none;
    border-top: 4px dotted #d2bf94;
  }

  #info .fb .secttl img {
    width: auto;
    height: 50px;
  }

  #info .fb .box_fb {
    padding-left: 0;
  }

  #info .fb .box_fb iframe {
    width: 100%;
    max-width: 340px;
    height: 400px;
  }


  /* postarea
------------------------------ */
  #postarea {
    padding: 0 0 40px;
    height: auto;
    background: url(../img/index/postarea_bg_sp.jpg) no-repeat center top/ cover;
  }

  #postarea .wrap {
    width: 100%;
  }

  #postarea a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  #postarea .secttl {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  #postarea .secttl img.ttlimg {
    width: 245px;
  }

  #postarea .secttl .ico {
    display: block;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 0;
  }

  #postarea .secttl .ico img {
    width: 248px;
  }
  .instafeed {
    margin-bottom: 20px;
  }
  .btn-hash.sp {
    width: 270px !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* other
------------------------------ */
  #other {
    padding: 40px 0 0;
  }

  #other .other_bnr {
    display: block;
  }

  #other .other_bnr .bnr {
    width: 100%;
  }

  #other .other_bnr .bnr + .bnr {
    margin-left: 0;
    margin-top: 20px;
  }

}


/* animation
------------------------------ */
@keyframes jump {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-24px);
  }
}

.charm-logo {
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .charm-logo {
    margin-top: 1rem;
  }
  .charm-logo img {
    max-width: 180px;
  }
}
