* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'Koburina Gothic W3 JIS2004';
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #353535;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

.tuki-wrap {
  position: relative;
}

.tuki-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 164px;
  z-index: 1;
}

.tuki-hobonichi {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: 'Koburina Gothic W6 JIS2004';
  font-size: 15px;
  letter-spacing: 0.14em;
  color: #fff;
  z-index: 1;
}

.tuki-bg {
  padding: 150px 30px;
}

.tuki-bg--main {
  background-image: url(/store/tsukinomise/2021/articles/img/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 300px 30px 150px;
}

.tuki-bg--footer {
  background-color: #D2967C;
  padding-bottom: 60px;
}

.tuki-cnt {
  max-width: 900px;
  margin: auto;
}

.tuki-cnt--main {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 150px 30px;
}

.tuki-cnt-inner--main {
  max-width: 640px;
  margin: auto;
}

.tuki-ttl1 {
  color: #221F61;
  line-height: 1.5;
  margin-bottom: 80px;
}

.tuki-ttl1 img {
  max-width: 468px;
}

.tuki-txt {
  font-family: 'Gothic Medium BBB';
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.05em;
}

.tuki-link > a {
  display: block;
  padding: 50px 0;
  border-bottom: 1px solid #DBDBDB;
}

.tuki-link > a:first-of-type {
  padding-top: 100px;
}

.tuki-link > a:last-of-type {
  border-bottom: none;
}

.tuki-link > a.comingsoon {
  pointer-events: none;
  opacity: .4;
}

.tuki-link-circle {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/store/tsukinomise/2021/articles/img/bg-circle-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 31px;
  line-height: 1.48;
  margin-right: 20px;
  color: #000;
}

.tuki-link-circle--archive {
  background-image: url(/store/tsukinomise/2021/articles/img/bg-circle-2.svg);
  font-size: 14px;
  line-height: 158.5%;
  letter-spacing: 0.135em;
  font-family: 'Gothic Medium BBB';
  color: #353535;
}

.tuki-link-ttlWrap {
  display: flex;
  align-items: center;
}

.tuki-link-ttl {
  font-family: 'Gothic Medium BBB';
  font-weight: 500;
  font-size: 21px;
  line-height: 158.5%;
  letter-spacing: 0;
  color: #353535;
}

.tuki-link-time {
  font-size: 12px;
  line-height: 192%;
  letter-spacing: 0.05em;
  color: #999;
  margin: 0 0 0 145px;
}

.tuki-footerLinks {
  color: #fff;
  margin-top: 70px;
}

.tuki-footerLinks-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Koburina Gothic W6 JIS2004';
  margin: auto;
}

.tuki-footerLinks-sns > span {
  margin: 0 10px;
  font-size: 18px;
  letter-spacing: 0.07em;
}

.tuki-footerLinks-sns > a {
  margin: 0 10px;
}

.tuki-footerLinks-sns > a.tuki-tw {
  width: 36.89px;
}

.tuki-footerLinks-sns > a.tuki-fb {
  width: 30.35px;
}

.tuki-footerLinks-sns > a.tuki-li {
  width: 33.44px;
}

.tuki-footerLinks-txt {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-size: 18px;
  letter-spacing: 0.07em;
  margin: 20px 0 25px;
  text-align: center;
  line-height: 1.5;
}

.tuki-footerLinks-txt > a {
  color: #fff;
  display: inline-block;
}

.tuki-footerLinks-txt > a:nth-of-type(2), .tuki-footerLinks-txt > a:nth-of-type(3) {
  position: relative;
  margin: 0 16px 0 0;
}

.tuki-footerLinks-txt > a:nth-of-type(2)::after, .tuki-footerLinks-txt > a:nth-of-type(3)::after {
  content: '|';
  position: absolute;
  right: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 21px;
}

.tuki-footerLinks-txt > a:nth-of-type(2) {
  margin: 0 16px;
}

.tuki-footerLinks-txt > a:nth-of-type(2)::before {
  content: '|';
  position: absolute;
  left: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 21px;
}

.tuki-footerLinks-sitename {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 519px) {
  body {
    font-size: 14px;
  }
  .tuki-logo {
    position: fixed;
    top: 28vw;
    max-width: 100%;
    width: 42vw;
  }
  .tuki-logo.kotei {
    position: absolute;
  }
  .tuki-hobonichi {
    position: fixed;
    right: inherit;
    left: 20px;
    font-size: 12px;
  }
  .tuki-hobonichi.kotei {
    position: absolute;
  }
  .tuki-bg--main {
    background: none;
    padding: 0 20px;
    position: relative;
  }
  .tuki-bg--main::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(/store/tsukinomise/2021/articles/img/bg-2-sp.jpg) center repeat-y;
    background-size: contain;
  }
  .tuki-bg--footer {
    padding: 30px;
  }
  .tuki-cnt--main {
    padding: 50px 30px;
  }
  .tuki-ttl1 {
    margin-bottom: 50px;
  }
  .tuki-ttl1 > span:nth-of-type(1) {
    font-size: 25px;
  }
  .tuki-ttl1 > span:nth-of-type(2) {
    font-size: 18px;
  }
  .tuki-link > a {
    padding: 30px 0;
  }
  .tuki-link > a:first-of-type {
    padding-top: 50px;
  }
  .tuki-link-circle {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .tuki-link-circle--archive {
    font-size: 12px;
  }
  .tuki-link-ttlWrap {
    flex-direction: column;
    align-items: inherit;
  }
  .tuki-link-ttl {
    font-size: 18px;
  }
  .tuki-link-time {
    display: block;
    margin: 4px 0 0;
  }
  .tuki-footerLinks {
    margin-top: 40px;
  }
  .tuki-footerLinks-sns {
    justify-content: inherit;
  }
  .tuki-footerLinks-sns > span {
    font-size: 14px;
    margin-left: 0;
  }
  .tuki-footerLinks-txt {
    font-size: 14px;
    text-align: left;
    margin: 25px 0 45px;
  }
  .tuki-footerLinks-txt > a {
    display: block;
  }
  .tuki-footerLinks-txt > a:nth-of-type(2), .tuki-footerLinks-txt > a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tuki-footerLinks-txt > a:nth-of-type(2)::before, .tuki-footerLinks-txt > a:nth-of-type(2)::after, .tuki-footerLinks-txt > a:nth-of-type(3)::before, .tuki-footerLinks-txt > a:nth-of-type(3)::after {
    content: none;
  }
  .tuki-footerLinks-sitename {
    font-size: 10px;
    text-align: left;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 374px) {
  .tuki-bg--main {
    padding: 0 15px;
  }
  .tuki-cnt--main {
    padding: 50px 15px;
  }
  .tuki-ttl1 > span:nth-of-type(2) {
    font-size: 17px;
  }
  .tuki-bg--footer {
    padding: 30px 15px;
  }
}
