@charset "UTF-8";

.main h2, .main h3, .main p, .main a { font-family: 'Noto Sans JP', sans-serif;}
.main .font-en {
  font-family: din-2014, sans-serif !important;
  font-style: normal;
}

.main { padding-bottom: 0;}
.main p, .main a { color: #000; text-decoration: none !important;}
.main p { font-size: 13px; line-height: 1.6;}
.main a { -webkit-tap-highlight-color: rgba(0,0,0,0);}
.main a:hover { opacity: 1;}

.bg { background: rgba(0,0,0,0.02);}

.sec { padding: 60px 0 70px;}
.sec .sec-ttl { 
  margin-bottom: 40px;
  font-size: 38px; text-align: center; line-height: 1.4;
}
.sec .sec-ttl span { display: block; font-size: 12px;}

.top-inr { padding: 0 50px;}

.effect { opacity: 0; transform: translateY(50px); transition: all 1000ms;}
.effect.act { opacity: 1; transform: translateY(0px);}

@media screen and (max-width: 768px) {
  .main p { font-size: 12px; line-height: 1.6;}
  .sec { padding: 30px 0;}
  .sec .sec-ttl { margin-bottom: 20px; font-size: 26px;}
  .sec .sec-ttl span { font-size: 10px;}
  .top-inr { padding: 0 15px !important;}
}


/* Hover : Zoom */
.zoom-img { overflow: hidden;}
.zoom-img img { transition: all 3s;}
@media screen and (min-width:768px){
  .zoom-img:hover img { transform: scale3d(1.05,1.05,1);}
}



/*-------------------------------------------------------------------------------
 Button
-------------------------------------------------------------------------------*/

.btn-style {
  display: flex; justify-content: center; align-items: center;
  font-family: din-2014, sans-serif !important;
  transition: all 300ms;
}

/* VIEW MORE : Button */
.more-btn {
  width: 420px; height: 65px;
  margin: 50px auto 0;
  background: #fff; border: #000 2px solid;
  font-size: 18px; 
}
/* SHOP NOW : Button */
.shop-btn {
  width: 100%; height: 40px;
  background: #000;
  font-size: 14px; color: #fff !important;
}
.shop-btn img { width: 18px; margin-right: 6px;}

@media screen and (min-width:768px){
  /* Hover */
  .more-btn:hover { background-color: #000; color: #fff !important;}
  .shop-btn:hover { background-color: #444; color: #fff !important;}
}

@media screen and (max-width: 768px) {

  .more-btn, .shop-btn {
    width: 100%; height: 45px;
    font-size: 14px;
  }
  .more-btn { margin-top: 30px;}
}


/*-------------------------------------------------------------------------------
 Swiper
-------------------------------------------------------------------------------*/

.swiper-container { border-bottom: #ddd 1px solid;}
.swiper-button-next, .swiper-button-prev {
  width: 21px; height: 36px;
  background-image: url(../images/scrl_arrow.png);
  background-size: 21px 36px;
}
.swiper-button-prev { left: 15px; transform: rotate(180deg);}
.swiper-button-next { right: 15px;}


@media screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 10px; height: 18px;
    background-size: 10px 18px;
    margin-top: -9px;
  }
  .swiper-button-prev { left: 5px;}
  .swiper-button-next { right: 5px;}
}


/*-------------------------------------------------------------------------------
 Page Nav
-------------------------------------------------------------------------------*/

#pageNav::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: #EEEEEE 1px solid;
  margin-top: -1px;
}
#pageNav > p {
  display: flex; justify-content: center; align-items: center;
  width: 100%;
  height: 80px;
  border-bottom: #EEEEEE 1px solid;
}
#pageNav .pageNav-cols {
  display: flex; flex-wrap: wrap;
  width: 100%;
}
#pageNav .pageNav-col {
  display: flex;
  width: calc(100% / 4);
}
#pageNav .pageNav-col .pageNav-ttl {
  display: flex; align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 50px;
  border-bottom: #EEEEEE 1px solid;
  font-size: 18px; line-height: 1.3;
  position: relative;
}
#pageNav .pageNav-col .pageNav-ttl::after {
  content: "";
  width: 30px; height: 10px;
  background: url(/static/full/canterbury/images/top/arrow.svg) no-repeat;
  position: absolute; right: 30px; top: 50%;
  margin-top: -5px;
  opacity: 0.2;
  transition: all 300ms;
}
#pageNav .pageNav-childs { display: none;}


@media screen and (min-width:768px){
  /* Hover */
  #pageNav .pageNav-col .pageNav-ttl:hover::after { right: 15px; opacity: 1;}
}
@media screen and (max-width: 980px) {
  #pageNav .pageNav-col .pageNav-ttl { padding-left: 30px; font-size: 14px;}
}

@media screen and (max-width: 768px) {

  #pageNav > p { height: 55px;}
  #pageNav .pageNav-cols { display: block;}
  #pageNav .pageNav-col { display: block; width: 100%;}
  #pageNav .pageNav-col .pageNav-ttl { height: 45px; padding-left: 15px; font-size: 14px;}
  #pageNav .pageNav-childs li a {
    display: flex; align-items: center;
    width: 100%; height: 45px;
    padding-left: 20px;
    border-bottom: #EEEEEE 1px dotted;
    position: relative;
  }
  #pageNav .pageNav-childs li:last-child a {
    border-bottom: #EEEEEE 1px solid;
  }
  #pageNav .pageNav-col .pageNav-ttl::after,
  #pageNav .pageNav-childs li a::after {
    content: "";
    width: 10px; height: 6px;
    background: url(/static/full/canterbury/images/top/arrow_sp.svg) no-repeat;
    position: absolute; right: 15px; top: 50%;
    opacity: 1;
    margin: 0;
    transform: translateY(-50%);
    transition: all 300ms;
  }
  #pageNav .pageNav-childs li a::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  #pageNav .pageNav-col .pageNav-ttl.open::after{
    transform: translateY(-50%) rotate(-180deg);
  }

  #pageNav .pageNav-col .pageNav-ttl.disopen::after {
    background: none!important;
    cursor:pointer;
  }

}


/*-------------------------------------------------------------------------------
 PICK UP
-------------------------------------------------------------------------------*/

#pickup .pickup-items { 
  display: flex; justify-content: center;
  width: 100%;
}
#pickup .pickup-items li { width: 50%;}
#pickup .pickup-items li a.zoom-img { position: relative;}
#pickup .pickup-items li a.zoom-img::before {
  content: "";
  display: block; width: 100%; height: 100%;
  background: #000;
  position: absolute; top: 0; left: 0; z-index: 1;
  opacity: 0;
  transition: all 600ms;
}

#pickup .pickup-text { padding: 25px 50px 0;}
#pickup .pickup-ttl {
  padding-bottom: 15px;
  font-size: 24px; font-weight: bold; line-height: 1.3;
}
#pickup .pickup-ttl span { 
  display: block; 
  padding-bottom: 5px; 
  font-size: 12px; line-height: 1;
}
#pickup .pickup-ttl::after {
  content: "";
  display: block;
  width: 15px;
  margin-top: 15px;
  border-bottom: #000 2px solid;
}

#pickup .pickup-detail { display: flex; align-items: center;}
#pickup .pickup-detail p { flex: 1; padding-right: 30px; font-size: 13px;}
#pickup .pickup-detail a { width: 130px;}

@media screen and (min-width:768px){
  /* Hover */
  #pickup .pickup-items li a.zoom-img:hover::before { opacity: 0.15;}
}

@media screen and (max-width: 980px) {
  #pickup .pickup-detail { display: block;}
  #pickup .pickup-detail p { padding-right: 0; font-size: 12px;}
  #pickup .pickup-detail a { margin-top: 15px; width: 100%;}
}

@media screen and (max-width: 768px) {
  #pickup .pickup-items { display: block;}
  #pickup .pickup-items li { width: 100%; margin-bottom: 30px;}
  #pickup .pickup-items li:last-child { margin-bottom: 0;;}
  #pickup .pickup-text { padding: 15px 15px 0;}
  #pickup .pickup-ttl { padding-bottom: 10px; font-size: 18px;}
  #pickup .pickup-ttl span { font-size: 10px;}
  #pickup .pickup-ttl::after { display: none;}
}


/*-------------------------------------------------------------------------------
 STAFF STYLE
-------------------------------------------------------------------------------*/

#styling_container { display: flex; justify-content: space-between; flex-wrap: wrap;}
#styling_container .item_listItem { width: calc((100% - 60px)/5); background: #fff;}
#styling_container .item_photoArea img { transition: all 300ms;}
#styling_container .item_info_textArea { padding: 10px 10px 15px;}
#styling_container .info_textWrap dt { font-size: 10px; color: #BBBBBB; padding-bottom: 5px;}
#styling_container .info_textWrap dd span { display: inline-block; font-size: 11px; font-weight: bold; line-height: 1.4;}

@media screen and (min-width:768px){
  #styling_container .item_photoArea:hover img { opacity: 0.7;}
}
@media screen and (max-width: 768px) {
  #styling_container .item_listItem { width: calc((100% - 10px)/2); margin-bottom: 10px;}
}


/*-------------------------------------------------------------------------------
 MOVIE
-------------------------------------------------------------------------------*/

#movie .top-inr { padding: 0 150px;}
#movie .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .movie-wrap iframe {
  position: absolute; top: 0; right: 0;
  width: 100%; height: 100%;
}


/*-------------------------------------------------------------------------------
 FEATURES
-------------------------------------------------------------------------------*/

#movie + #features.sec { padding-top: 0 !important;}

#features .feature-items { display: flex; flex-wrap: wrap;}
#features .feature-items li { width: calc((100% - 20px)/2); margin-bottom: 30px;}
#features .feature-items li:nth-child(odd) { margin-right: 20px;}
#features .feature-items li img { transition: all 300ms;}
#features .feature-items li p { padding-right: 90px; margin-top: 15px; font-size: 12px; position: relative;}
#features .feature-items li p span { display: block; font-size: 18px;}
#features .feature-items li p::after {
  content: "";
  width: 30px; height: 10px;
  background: url(/static/full/canterbury/images/top/arrow.svg) no-repeat;
  position: absolute; right: 30px; top: 50%;
  margin-top: -5px;
  opacity: 0.2;
  transition: all 300ms;
}

@media screen and (min-width:768px){
  /* Hover */
  #features .feature-items li a:hover img { opacity: 0.7;}
  #features .feature-items li a:hover p::after { right: 15px; opacity: 1;}
}

@media screen and (max-width: 768px) {
  #features .feature-items { display: block;}
  #features .feature-items li { width: 100%; margin-bottom: 20px; margin-right: 0 !important;}
  #features .feature-items li:last-child { margin-bottom: 0;}
  #features .feature-items li p { padding-right: 30px; margin-top: 10px;}
  #features .feature-items li p span { font-size: 14px;}
  #features .feature-items li p::after {
    content: "";
    width: 10px; height: 6px;
    background: url(/static/full/canterbury/images/top/arrow_sp.svg) no-repeat;
    position: absolute; right: 0; top: 50%;
    opacity: 1;
    margin: 0;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 300ms;
  }
}


/*-------------------------------------------------------------------------------
 NEWS
-------------------------------------------------------------------------------*/

#news .news-items { display: flex;}
#news .news-items li {
  width: calc((100% - 20px)/2);
  padding: 20px 0;
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
  margin-right: 20px;
}
#news .news-items li:nth-child(even) { margin-right: 0;}
#news .news-items li:nth-child(n + 3) { display: none;}
#news .news-items li a { 
  display: flex; align-items: flex-start; 
  padding-right: 90px; 
  position: relative;
}
#news .news-items li a img { width: 120px; transition: all 300ms;}
#news .news-items li a::after {
  content: "";
  width: 30px; height: 10px;
  background: url(/static/full/canterbury/images/top/arrow.svg) no-repeat;
  position: absolute; right: 30px; top: 50%;
  margin-top: -5px;
  opacity: 0.2;
  transition: all 300ms;
}

#news .news-items .news-text { padding-left: 30px; flex: 1;}
#news .news-items .news-text .date { margin-bottom: 10px;}

@media screen and (min-width:768px){
  /* Hover */
  #news .news-items li a:hover img { opacity: 0.7;}
  #news .news-items li a:hover::after  { right: 15px; opacity: 1;}
}

@media screen and (max-width: 768px) {
  #news .news-items { display: block; margin-bottom: -20px;}
  #news .news-items li { width: 100%; padding: 15px 0; border-bottom: none; margin-right: 0 !important; }
  #news .news-items li a { padding-right: 30px;}
  #news .news-items li a::after {
    content: "";
    width: 10px; height: 6px;
    background: url(/static/full/canterbury/images/top/arrow_sp.svg) no-repeat;
    position: absolute; right: 0; top: 50%;
    opacity: 1;
    margin: 0;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 300ms;
  }
  #news .news-items li a img { width: 80px;}
  #news .news-items .news-text { padding-left: 15px;}
  #news .news-items .news-text .date { margin-bottom: 2px;}
}


/*-------------------------------------------------------------------------------
 SNS
-------------------------------------------------------------------------------*/

.sns-list { display: flex; justify-content: center; margin-top: 60px;}
.sns-list li { margin: 0 25px;}
.sns-list li a { transition: all 300ms;}

@media screen and (min-width:768px){
  /* Hover */
  .sns-list li a:hover { opacity: 0.7;}
}

@media screen and (max-width: 768px) {
  .sns-list { margin-top: 30px;}
  .sns-list li img { width: 30px;}
}
