@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body {
    background: #ddd url(../img/bg-logo.png?v2) no-repeat center/350px;
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 768px) {
  body {
    background: #ddd url(../img/bg-logo.png?v2) no-repeat center;
    background-attachment: fixed;
  }
}

a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.global_head {
  margin: 0;
}

footer {
  position: relative;
  z-index: 10;
}

.content {
  position: relative;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 767px) {
  .content {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1150px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

.ttl {
  font-family: "Oswald", sans-serif;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ttl {
    margin: 0 0 50px;
    font-size: 3.8rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .ttl {
    margin: 0 0 80px;
    font-size: 6.5rem;
    letter-spacing: 0.1rem;
  }
}
.ttl .ttl-sub {
  color: #ccc;
  display: block;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .ttl .ttl-sub {
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl .ttl-sub {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    margin: 30px 0 0;
  }
}

.logo {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .logo {
    top: 18px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    top: 25px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .logo img {
    width: 125px;
  }
}

.hero {
  background: url(../img/hero-bg.png) no-repeat center/cover;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: calc(100vh - 40px);
  }
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.hero__inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__inner {
    box-sizing: border-box;
    padding: 100px 0;
  }
}
.hero h1 {
  margin: 0;
  position: relative;
  z-index: 2;
}
.hero h1 img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}
.hero__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .hero__img__inner {
    width: 330px;
  }
}
.hero__img__inner img {
  -webkit-animation: rotate-anime 70s linear infinite;
          animation: rotate-anime 70s linear infinite;
}
@-webkit-keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero .lang {
  position: absolute;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hero .lang {
    top: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .lang {
    top: 30px;
    left: 30px;
  }
}
.hero .lang__item {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero .lang__item {
    width: 33px;
    height: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .lang__item {
    width: 40px;
    height: 40px;
    transition: 0.4s;
  }
  .hero .lang__item:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .hero .lang__item:first-child {
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero .lang__item:first-child {
    margin: 0 13px 0 0;
  }
}
.hero .lang__item.select {
  pointer-events: none;
  border: 1px solid #888;
}
.hero .lang__item.select a {
  color: #888;
}
.hero .lang__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .intro {
    background: #15151a url(../img/intro-bg.png) no-repeat right bottom/contain;
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    background: #15151a url(../img/intro-bg.png) no-repeat right bottom;
    padding: 100px 0 120px;
  }
}
.intro p {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 1rem;
    line-height: 1.9rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.35rem;
    line-height: 2.9rem;
    letter-spacing: 0.15rem;
  }
}

.prod,
.topics {
  color: #000;
}
.prod .ttl-sub,
.topics .ttl-sub {
  color: #555;
}

.note {
  box-sizing: border-box;
  text-shadow: 0 0 3px #ddd;
}
@media only screen and (max-width: 767px) {
  .note {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    margin: 0 0 80px;
  }
}
.note__ttl {
  background: #111;
  color: #ddd;
  text-shadow: 0 0 0 transparent;
}
@media only screen and (max-width: 767px) {
  .note__ttl {
    margin: 0 0 25px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .note__ttl {
    margin: 0 0 30px;
    padding: 15px 25px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .note__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .note__item {
    margin: 0 0 30px;
  }
}
.note__item span {
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .note__item span {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__item span {
    margin: 0 0 10px;
    font-size: 1.15rem;
  }
}
.note .note-border {
  border: 2px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .note .note-border {
    padding: 20px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .note .note-border {
    padding: 20px 25px;
  }
}
.note p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .note p {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .note p {
    font-size: 1rem;
    line-height: 1.65rem;
  }
}
.note p:last-child {
  margin: 0;
}
.note p.text-l {
  font-feature-settings: "palt";
}
.note ul, .note ol {
  margin: 0 0 0 20px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .note ul, .note ol {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .note ul, .note ol {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .note ul li, .note ol li {
    margin: 0 0 1px;
  }
}
@media only screen and (min-width: 768px) {
  .note ul li, .note ol li {
    margin: 0 0 5px;
  }
}
.note ul li:last-child, .note ol li:last-child {
  margin: 0;
}
.note dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.note dl dt {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .note dl dt {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .note dl dt {
    font-size: 1.15rem;
  }
}
.note dl dd {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .prod {
    padding: 80px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    padding: 100px 0 50px;
  }
}
.prod .soldout {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .prod .soldout {
    margin: 0 0 27px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod .soldout {
    margin: 0 0 40px;
    font-size: 1.3rem;
  }
}
.prod__container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prod__container {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .prod__item {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item {
    width: 30%;
    margin: 0 30px 20px;
  }
}
.prod__item img {
  filter: drop-shadow(0 0 5px #ddd);
}
@media only screen and (min-width: 768px) {
  .prod__item img {
    transition: 0.3s;
  }
  .prod__item img:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 0 0 120px;
  }
}
.topics__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics__list__item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__list__item {
    width: 48%;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__item {
    width: 23.5%;
    margin: 0 0 40px;
  }
  .topics__list__item:hover .topics__list__ttl {
    color: #e87740;
  }
  .topics__list__item:hover .topics__list__ttl a {
    color: #e87740;
  }
  .topics__list__item:hover .topics__list__date {
    color: #e87740;
  }
  .topics__list__item:hover .topics__list__pic img {
    transform: scale(1.1);
  }
}
.topics__list__pic {
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topics__list__pic {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__pic {
    margin: 0 0 17px;
  }
}
.topics__list__pic img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .topics__list__pic img {
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__pic img {
    height: 190px;
    transition: 0.4s;
  }
}
.topics__list__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-shadow: 0 0 3px #ddd;
}
@media only screen and (max-width: 767px) {
  .topics__list__ttl {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__ttl {
    margin: 0 0 15px;
    transition: 0.4s;
  }
}
.topics__list__ttl a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .topics__list__ttl a {
    transition: 0.4s;
  }
}
.topics__list__ttl a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__list__date {
  color: #777;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topics__list__date {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list__date {
    font-size: 0.95rem;
    transition: 0.4s;
  }
}
.topics__link {
  border: 2px solid #000;
  background-color: #dddddd;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__link {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 0.9rem;
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link {
    width: 450px;
    height: 75px;
    line-height: 75px;
    transition: 0.4s;
    cursor: pointer;
    margin: 30px auto 0;
  }
  .topics__link:hover {
    background-color: lightgray;
  }
  .topics__link:hover::before {
    right: 34px;
  }
  .topics__link:hover::after {
    right: 21px;
  }
}
.topics__link::before {
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .topics__link::before {
    width: 6px;
    height: 6px;
    top: 23.5px;
    right: 33.5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link::before {
    width: 8px;
    height: 8px;
    top: 32.5px;
    right: 41.5px;
    transition: 0.4s;
  }
}
.topics__link::after {
  content: "";
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .topics__link::after {
    width: 25px;
    height: 25px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__link::after {
    width: 30px;
    height: 30px;
    right: 28px;
    transition: 0.4s;
  }
}
.topics__link a {
  color: #000;
}
.topics__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop {
  background: url(../img/hero-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .shop {
    padding: 100px 0 120px;
  }
}
.shop::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9) 95%);
  position: absolute;
  top: 0;
  left: 0;
}
.shop .block {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .shop .block {
    display: flex;
  }
}
.shop .block .ttl-head {
  text-shadow: 0 0 7px black;
}
@media only screen and (min-width: 768px) {
  .shop .block .ttl-head {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .shop .block .ttl-head .ttl {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop__container {
    width: calc(100% - 500px);
  }
}
@media only screen and (max-width: 767px) {
  .shop__map {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__map {
    margin: 0 0 35px;
  }
}
.shop__info {
  text-shadow: 0 0 7px black;
}
.shop__info__name {
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .shop__info__name {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__name {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__info dl {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl {
    display: flex;
    margin: 0 0 15px;
  }
}
.shop__info dl:last-child {
  margin: 0;
}
.shop__info dl dt {
  color: #ccc;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dt {
    font-size: 0.95rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dt {
    margin: 0;
    width: 170px;
    font-size: 1.05rem;
  }
}
.shop__info dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dd {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dd {
    width: calc(100% - 170px);
  }
}
.shop__info dl dd p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dd p {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dd p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
.shop__info dl dd p span {
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .shop__info dl dd p span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info dl dd p span {
    font-size: 0.9rem;
  }
}
.shop__info__link {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  margin: 35px 0 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shop__info__link {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__link {
    width: 350px;
    height: 65px;
    line-height: 65px;
    transition: 0.4s;
    cursor: pointer;
  }
  .shop__info__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .shop__info__link:hover::before {
    right: 34px;
  }
  .shop__info__link:hover::after {
    right: 21px;
  }
}
.shop__info__link::before {
  content: "";
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .shop__info__link::before {
    width: 6px;
    height: 6px;
    top: 23.5px;
    right: 33.5px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__link::before {
    width: 6px;
    height: 6px;
    top: 28px;
    right: 40.5px;
    transition: 0.4s;
  }
}
.shop__info__link::after {
  content: "";
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .shop__info__link::after {
    width: 25px;
    height: 25px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .shop__info__link::after {
    width: 27px;
    height: 27px;
    right: 28px;
    transition: 0.4s;
  }
}
.shop__info__link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sns {
  background: #15151a;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 100px 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block .ttl-head {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .sns .block .ttl-head .ttl {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__container {
    width: calc(100% - 500px);
  }
}
.sns__item {
  border: 2px solid #ccc;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    padding: 20px 20px 20px 90px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    padding: 35px 35px 35px 120px;
    transition: 0.4s;
    cursor: pointer;
  }
  .sns__item:hover {
    background-color: rgba(255, 255, 255, 0.07);
  }
  .sns__item:hover .text::before {
    right: 55px;
  }
  .sns__item:hover .text::after {
    right: 33px;
  }
}
.sns__item:first-child {
  margin: 0 0 25px;
}
.sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2rem;
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter::before, .sns__item.sns-instagram::before {
    font-size: 2.6rem;
    left: 40px;
  }
}
.sns__item.sns-twitter::before {
  content: "\f099";
}
.sns__item.sns-instagram::before {
  content: "\f16d";
}
.sns__item .text::before {
  content: "";
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sns__item .text::before {
    width: 8px;
    height: 8px;
    top: 48px;
    right: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::before {
    width: 12px;
    height: 12px;
    top: 54.5px;
    right: 62px;
    transition: 0.4s;
  }
}
.sns__item .text::after {
  content: "";
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sns__item .text::after {
    width: 38px;
    height: 38px;
    right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text::after {
    width: 50px;
    height: 50px;
    right: 40px;
    transition: 0.4s;
  }
}
.sns__item .text p {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item .text p {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item .text p {
    font-size: 1.2rem;
    line-height: 100%;
    margin: 0 0 10px;
  }
}
.sns__item .text a {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .sns__item .text a {
    font-size: 0.9rem;
  }
}
.sns__item .text a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.soon {
  color: #777;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .soon {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .soon {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.en {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", Meiryo, sans-serif !important;
}
.en .content {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", Meiryo, sans-serif !important;
}
.en .intro p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .en .intro p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .intro p {
    font-size: 1.35rem;
    line-height: 2.6rem;
  }
}
.en .topics__note__ttl {
  border: 2px solid #333;
}
@media only screen and (max-width: 767px) {
  .en .topics__note__ttl {
    margin: 0 0 25px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note__ttl {
    margin: 0 0 30px;
    padding: 15px 25px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .en .topics__note__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note__item {
    margin: 0 0 30px;
  }
}
.en .topics__note__item span {
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .en .topics__note__item span {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note__item span {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
}
.en .topics__note p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .en .topics__note p {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note p {
    font-size: 1.05rem;
    line-height: 1.75rem;
  }
}
.en .topics__note dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.en .topics__note dl dt {
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .en .topics__note dl dt {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__note dl dt {
    font-size: 1.15rem;
  }
}
.en .topics__note dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .en .topics__list__ttl {
    font-size: 0.95rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__list__ttl {
    font-size: 1.05rem;
    line-height: 1.45rem;
  }
}
.en .topics__list__date {
  color: #777;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .en .topics__list__date {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__list__date {
    font-size: 0.95rem;
    transition: 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  .en .topics__link {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .en .topics__link {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */