@charset "UTF-8";
body {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  color: #000;
  background: #fff;
}

body a {
  color: #000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img { 
  vertical-align: text-bottom;
  max-width: 100%;
}

.inner {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .inner {
    padding: 0 4%;
  }

  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: block;
  }
}

/*----------------------------------------------------- */
/*  kv           */
/*----------------------------------------------------- */



@media screen and (max-width: 767px) {
  
}


/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */

.intro{
  padding: 80px 0 120px;
  text-align: center;
}

.intro_logo{
  max-width: 280px;
  margin: 0 auto 80px;
}
.intro_ttl{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.intro_txt {
  margin-top: 40px;
}


.intro_movie{
  max-width: 900px;
  margin: 80px auto 0;
}

.intro_movie video {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .intro{
    padding: 50px 0 60px;
    overflow: hidden;
  }
  
  .intro_logo{
    max-width: 35%;
    margin: 0 auto 40px;
  }
  .intro_ttl{
    font-size: 6.4vw;
  }
  
  .intro_txt {
    margin-top: 20px;
  }
  
  
  .intro_movie{
    margin: 60px -4.2% 30px;
  }
  
  .intro_movie video {
    width: 100%;
  }
}

/*----------------------------------------------------- */
/*  products           */
/*----------------------------------------------------- */

.products{
  padding-bottom: 120px;
}
.sec_ttl{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}
.products_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products_list li{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products_list li:nth-child(1),
.products_list li:nth-child(2){
  margin-bottom: 40px;
}

.products_list li .pic{
  width: 50%;
}

.products_list li .txt{
  width: 50%;
  padding-left: 30px;
}

.products_list li .txt p{
  font-size: 13px;
}

.products_list li .txt h3{
  font-size: 18px;
  font-weight: bold;
}

.products_list li .shop_btn{
  display: block;
  width: 110px;
  height: 25px;
  line-height: 21px;
  background: #000;
  text-align: center;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}

.products_list li .shop_btn:hover {
  opacity: .7;
}

.products_list li .shop_btn span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding-left: 18px;
  background: url(/static/full/canterbury/special/120years/assets/img/ico_cart.png) left center no-repeat;
  background-size: 13px;
}

@media screen and (max-width: 767px) {
  .products{
    padding-bottom: 60px;
  }
  .sec_ttl{
    font-size: 6.4vw;
    margin-bottom: 20px;
  }
  .products_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .products_list li{
    width: 47.5%;
    display: block;
  }
  
  .products_list li:nth-child(1),
  .products_list li:nth-child(2){
    margin-bottom: 40px;
  }
  
  .products_list li .pic{
    width: 100%;
  }
  
  .products_list li .txt{
    margin-top: 20px;
    width: 100%;
    padding-left: 0px;
  }
  
  .products_list li .txt p{
    font-size: 10px;
  }
  
  .products_list li .txt h3{
    font-size: 14px;
  }
  
  .products_list li .shop_btn{
    display: block;
    width: 110px;
    height: 25px;
    line-height: 21px;
    background: #000;
    text-align: center;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
  }

  
  .products_list li .shop_btn span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 18px;
    background: url(/static/full/canterbury/special/120years/assets/img/ico_cart.png) left center no-repeat;
    background-size: 13px;
  }
}




/*----------------------------------------------------- */
/*  event           */
/*----------------------------------------------------- */

.event_wrap a {
  transition: 0.3s ease-in-out;
}

.event_wrap a:hover {
  opacity: .7;
}

.event_wrap + .event_wrap {
  margin-top: 60px;
}

.event_contents{
  display: flex;
  margin-top: 20px;
}

.event_contents p {
  font-size: 18px;
  font-weight: bold;
  padding-right: 40px;
}

.event_contents span {
  flex: 1;
  font-size: 13px;
}


@media screen and (max-width: 767px) {

  .event_wrap + .event_wrap {
    margin-top: 40px;
  }
  
  .event_contents{
    display: block;
    margin-top: 10px;
  }
  
  .event_contents p {
    font-size: 17px;
    padding-right: 0;
  }
  
  .event_contents span {
    font-size: 12px;
  }
}






















/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */

.footer {
  margin-top: 160px;
  padding-bottom: 40px;
  font-size: 13px;
}

.footer .inner {
  display: flex;
  align-items: flex-end;
}

.footer_copyright {
  margin-right: 50px;
}

.footer_text {
  margin-right: 50px;
}

.footer_sns {
  display: flex;
}

.footer_sns li + li {
  margin-left: 20px;
}

.footer_logo {
  margin-left: auto;
}

.footer_logo a {
  display: block;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 120px;
    padding-bottom: 30px;
  }
  
  .footer .inner {
    flex-direction: column;
  }
  
  .footer_copyright {
    margin: 0 auto 40px;
    text-align: center;
    order: 3;
  }
  
  .footer_text {
    margin: 0 auto 10px; 
    text-align: center;
    order: 2;
  }
  
  .footer_sns {
    margin: 0 auto;
    order: 4;
  }
  
  .footer_sns li + li {
    margin-left: 15px;
  }
  
  .footer_logo {
    margin: 0 auto 40px;
    order: 1;
  }
  
  .footer_logo a {
    display: block;
    width: 100px;
  }
}


.timeline_slick {
  
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
    background: #fff;
}

.slick-prev:before,
.slick-next:before
{
    color: #000;
    line-height: 0.5;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '❮';
}
[dir='rtl'] .slick-prev:before
{
    content: '❮';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '❯';
}
[dir='rtl'] .slick-next:before
{
    content: '❯';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




.js-inview {
  position: relative;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1.5s ease, filter 1.5s ease;
  transition-delay: 0.2s;

  &.is-active {
    opacity: 1;
    filter: blur(0);
  }
}

.js-inview-trigger {
  position: absolute;
  top: 150px;
  display: block;
  height: 1px;
  width: 100px;

  @include media-breakpoint-up(md) {
    top: 300px;
  }
}