@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo UI", Helvetica, sans-serif;
  background: #d83737 url(../img/noise.png) repeat;
  color: #000;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    padding: 35px 100px 35px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    margin: 0 auto;
    padding: 80px 13.75% 100px 6.25%;
    box-sizing: border-box;
  }
}

.section-ttl {
  font-family: "Oswald", sans-serif;
  border-bottom: 2px solid #000;
  color: #000;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .section-ttl {
    padding: 2px 10px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-ttl {
    padding: 0 95px 5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-ttl .section-main-ttl {
    display: inline-block;
    font-size: 3.3rem;
    line-height: 2.8rem;
    letter-spacing: -0.2rem;
    width: 235px;
  }
}
@media only screen and (min-width: 768px) {
  .section-ttl .section-main-ttl {
    font-size: 6rem;
    line-height: 1;
  }
}
.section-ttl .section-sub-ttl {
  color: #d83737;
  background-color: #000;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-ttl .section-sub-ttl {
    font-size: 1.1rem;
    padding: 3px 7px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .section-ttl .section-sub-ttl {
    font-size: 1.8rem;
    margin: 0 0 0 15px;
    padding: 3px 5px 7px;
  }
}

.wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap {
    font-size: 0.95rem;
  }
}

.local-nav__content {
  background: #d83737 url(../img/noise.png) repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .local-nav__content {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__content {
    border-left: 2px solid #000;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: calc(100% - 40px);
    box-sizing: border-box;
    writing-mode: vertical-rl;
    z-index: 99;
  }
}
.local-nav__ttl {
  line-height: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .local-nav__ttl {
    border-right: 2px solid #000;
    width: 170px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__ttl {
    border-bottom: 2px solid #000;
    width: 80px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .local-nav__icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 99;
    top: 10px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__icon {
    display: none;
  }
}
.local-nav__icon span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  transition: 0.3s;
}
.local-nav__icon span:nth-child(1) {
  top: 18px;
}
.local-nav__icon span:nth-child(2) {
  top: 25px;
}
.local-nav__icon span:nth-child(3) {
  top: 32px;
}
.local-nav__icon.local-nav-icon-active span {
  top: 25px;
}
.local-nav__icon.local-nav-icon-active span:nth-child(1) {
  transform: rotate(45deg);
}
.local-nav__icon.local-nav-icon-active span:nth-child(2), .local-nav__icon.local-nav-icon-active span:nth-child(3) {
  transform: rotate(-45deg);
}
.local-nav__links {
  list-style: none;
  margin: 0;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .local-nav__links {
    background-color: #d83737;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 200px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav__links {
    height: calc(100% - 200px);
    display: flex;
    align-items: center;
  }
}
.local-nav__links__item {
  margin: 15px 0;
}
.local-nav__links__item a {
  position: relative;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
}
.local-nav__links__item a::before {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0 7px;
  position: relative;
  right: 2px;
  transition: 0.3s;
}
.local-nav__links__item a:hover::before {
  background-color: #fff;
}
.local-nav a {
  cursor: pointer;
  transition: 0.3s;
}
.local-nav a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .local-nav .local-nav-sp-active {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav .local-nav-pc-fixed .local-nav__content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    height: 100%;
  }
}

.hero {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero {
    width: calc(100% - 80px);
    height: calc(100vh - 40px);
  }
}
.hero__text {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero__text {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) {
  .hero__text {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    position: absolute;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero__ttl {
  font-family: "Oswald", sans-serif;
  margin: 0;
  line-height: 1;
  animation: heroTtlAnime linear 1s forwards;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    font-size: 4.5rem;
    writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    font-size: 5.5rem;
  }
}
@keyframes heroTtlAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero__desc {
  animation: heroDescAnime linear 1s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .hero__desc {
    padding: 20px 10px 0 0;
  }
}
@keyframes heroDescAnime {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero__desc p {
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hero__desc p {
    writing-mode: vertical-rl;
    font-size: 0.9rem;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero__desc p {
    font-size: 0.95rem;
    line-height: 1.9rem;
    margin: 20px 0 0;
  }
}
.hero .scroll {
  position: absolute;
  bottom: 0;
  height: 70px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero .scroll {
    left: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .scroll {
    left: 50px;
  }
}
.hero .scroll::before, .hero .scroll::after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .scroll::before {
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .hero .scroll::before {
    background-color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .hero .scroll::before {
    background-color: #666;
  }
}
.hero .scroll::after {
  background-color: #fff;
  height: 50px;
  animation: scrollAnime 2s ease infinite;
}
@keyframes scrollAnime {
  0% {
    height: 0;
    top: 0;
  }
  40% {
    height: 50px;
  }
  100% {
    height: 0;
    top: 70px;
  }
}
.hero .scroll span {
  display: inline-block;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 90px;
  right: -14px;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    height: calc(100vh - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__img {
    width: 60vw;
    height: calc(100vh - 40px);
    overflow: hidden;
    margin: 0 0 0 auto;
  }
}
.hero__img .slide {
  width: 100%;
}
.hero__img .slide .add-anime {
  animation: slideAnime 10s linear 0s normal both;
}
@keyframes slideAnime {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.hero__img .slide__item {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .hero__img .slide__item {
    height: calc(100vh - 40px);
    background-position: right -50px center;
  }
}
@media only screen and (min-width: 768px) {
  .hero__img .slide__item {
    height: calc(100vh - 40px);
    background-position: top center;
  }
}
.hero__img .slide__item.slide01 {
  background-image: url(../img/hero_01.jpg);
}
.hero__img .slide__item.slide02 {
  background-image: url(../img/hero_02.jpg);
}
.hero__img .slide__arrow {
  background: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 10px;
}
.lineup {
  position: relative;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .lineup__content {
    width: calc(100% - 80px);
    margin: 0 auto 0 0;
  }
}
.lineup .lineup-ttl {
  color: #f1f1f1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .lineup .lineup-ttl {
    font-size: 5rem;
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup .lineup-ttl {
    font-size: 11rem;
    height: 103px;
  }
}
.lineup .lineup-ttl__content {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translateX(100%);
  display: flex;
  white-space: nowrap;
  animation: ttlLoopAnime 150s infinite linear;
}
@keyframes ttlLoopAnime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.lineup .lineup-ttl__content li {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lineup .lineup-ttl__content li {
    padding-right: 15px;
    top: -4px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup .lineup-ttl__content li {
    padding-right: 35px;
    top: -8px;
  }
}
.lineup__block {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .lineup__block {
    flex-direction: column;
  }
}
.lineup__visual {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .lineup__visual {
    display: flex;
    order: 1;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__visual {
    width: 50%;
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__visual_item {
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
    margin: 0 0 50px;
  }
}
.lineup__visual_item:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .lineup__visual_item img {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__visual .visual-item_left {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__visual .visual-item_right {
    width: 60%;
    margin: 0 0 50px auto;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__visual .visual-item_center {
    width: 100%;
  }
}
.lineup__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lineup__item {
    order: 2;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item {
    width: 50%;
    padding: 60px 40px;
    flex-grow: 1;
  }
}
.lineup__item:last-child {
  margin: 0;
}
.lineup__item__content {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .lineup__item__content {
    position: sticky;
    top: 25px;
  }
}
.lineup__item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .lineup__item__img {
    height: 300px;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__img {
    height: 450px;
    margin: 0 0 25px;
    padding: 30px;
  }
}
.lineup__item__img img {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .lineup__item__img img {
    max-height: 210px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__img img {
    max-height: 300px;
  }
}
.lineup__item__text {
  font-family: "Oswald", sans-serif;
}
.lineup__item__text p {
  margin: 0;
}
.lineup__item__text .lineup-name {
  margin: 0 0 25px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .lineup__item__text .lineup-name {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__text .lineup-name {
    font-size: 3rem;
  }
}
.lineup__item__text .lineup-name .lineup-sub-name {
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .lineup__item__text .lineup-name .lineup-sub-name {
    font-size: 1.3rem;
    margin: 8px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__text .lineup-name .lineup-sub-name {
    font-size: 1.9rem;
    margin: 10px 0 0;
  }
}
.lineup__item__text .lineup-name .lineup-sub-name::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin: 0 7px 0 0;
  vertical-align: baseline;
}
.lineup__item__text .lineup-detail {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .lineup__item__text .lineup-detail {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__text .lineup-detail {
    font-size: 1.2rem;
  }
}
.lineup__item__text .lineup-detail span {
  color: #888;
}
@media only screen and (max-width: 767px) {
  .lineup__item__text .lineup-price .price-yen {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__text .lineup-price .price-yen {
    font-size: 1.5rem;
    margin-right: 7px;
  }
}
.lineup__item__text .lineup-price .price-num {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .lineup__item__text .lineup-price .price-num {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__text .lineup-price .price-num {
    font-size: 1.9rem;
  }
}
.lineup__item__text .lineup-price .price-tax {
  color: #888;
}
@media only screen and (max-width: 767px) {
  .lineup__item__text .lineup-price .price-tax {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item__text .lineup-price .price-tax {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}
.lineup__order {
  margin: 40px 0 0;
}
.lineup__order .order-before {
  border: 1px solid #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .lineup__order .order-before {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__order .order-before {
    font-size: 1.1rem;
    padding: 10px 20px;
  }
}
.lineup__order__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .lineup__order__item {
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__order__item {
    margin: 0 0 18px;
  }
}
.lineup__order__item:last-child {
  margin: 0;
}
.lineup__order__item p {
  border-bottom: 1px solid #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .lineup__order__item p {
    width: calc(100% - 215px);
    padding: 0 0 7px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__order__item p {
    width: calc(100% - 245px);
    padding: 0 0 7px;
    font-size: 1.5rem;
  }
}
.lineup__order__link {
  border: 1px solid #fff;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lineup__order__link {
    width: 190px;
    height: 40px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__order__link {
    width: 220px;
    height: 45px;
    font-size: 0.9rem;
  }
}
.lineup__order__link:hover {
  background-color: #fff;
}
.lineup__order__link:hover a {
  color: #4e4848;
}
.lineup__order__link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineup-tshirt .lineup__visual {
  background-image: url(../img/bg-smoke-top.png), url(../img/bg-smoke-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
}

.lineup-sticker .lineup__visual {
  background: url(../img/bg-smoke-bottom.png) no-repeat bottom left;
  height: auto;
}
.lineup-sticker .lineup__visual .lineup__visual_item img {
  width: 100%;
  height: auto;
}

.benefit {
  color: #000;
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  .benefit__content {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .benefit .section-ttl {
    writing-mode: vertical-rl;
    border-bottom: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .benefit .section-ttl .section-sub-ttl {
    margin: 50px 0 0 0;
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .benefit__ttl {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 200px;
    padding: 15px 0 15px 5px;
    border-right: 2px solid #000;
  }
}
.benefit__item {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .benefit__item {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .benefit__item {
    width: calc(100% - 200px);
    padding: 100px 13.75% 120px 6.25%;
  }
}
.benefit__note {
  margin: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .benefit__note {
    font-size: 1rem;
  }
}
.benefit__note span {
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .benefit__note span {
    font-size: 1.05rem;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .benefit__note span {
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
}

.sale {
  border-bottom: 2px solid #000;
}
.sale__item {
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .sale__item {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sale__item:first-child {
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item:first-child {
    padding: 0 0 40px;
  }
}
.sale__item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .sale__item:last-child {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item:last-child {
    padding: 40px 0 0;
  }
}
.sale__item-ttl {
  display: inline-block;
  margin: 0 0 15px;
  padding: 2px 5px 4px;
  background: #000;
  color: #f1f1f1;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sale__item-ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item-ttl {
    font-size: 1.15rem;
  }
}
.sale p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale p {
    line-height: 1.6rem;
  }
}
.sale p span {
  font-weight: 600;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sale p span {
    font-size: 1.1rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sale p span {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
}
.sale .sale-note {
  margin: 15px 0 0;
}
.sale ul {
  margin: 0 0 0 17px;
  padding: 0;
}
.sale ul li {
  margin: 0 0 3px;
}
.sale ul li:last-child {
  -webkit-mask-origin: 0;
          mask-origin: 0;
}
.sale__tento {
  display: inline-block;
  font-weight: 700;
  border: 2px solid #000;
  background-color: #d83737;
  box-shadow: 5px 5px 0 #000;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .sale__tento {
    font-size: 1.15rem;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__tento {
    font-size: 1.6rem;
    padding: 20px 30px;
  }
}
.sale__tento span {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .sale__tento span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__tento span {
    font-size: 1.2rem;
  }
}

.profile {
  border-bottom: 2px solid #000;
}
.profile__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .profile__content {
    flex-direction: column;
    gap: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile__content {
    gap: 0 3%;
  }
}
.profile__item {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .profile__item {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item {
    width: 33.3333333333%;
    padding: 40px;
  }
}
.profile__item::before, .profile__item::after {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .profile__item::before, .profile__item::after {
    width: 100%;
    height: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item::before, .profile__item::after {
    width: 100%;
    height: 93%;
  }
}
.profile__item::before {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  top: 0;
  left: 0;
}
.profile__item::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  bottom: 0;
  right: 0;
}
.profile__item-img {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .profile__item-img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item-img {
    width: 100px;
    height: 100px;
    margin: 0 0 30px;
  }
}
.profile__item-text {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .profile__item-text {
    width: calc(100% - 100px);
  }
}
.profile__item-name {
  display: inline-block;
  padding: 0 0 2px;
  border-bottom: 2px solid #000;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .profile__item-name {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item-name {
    margin: 0 0 15px;
  }
}
.profile__item-desc {
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .profile__item-desc {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item-desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
  }
}
.profile__item .profile-sns {
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .profile__item .profile-sns {
    margin: 10px 0 0;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item .profile-sns {
    margin: 20px 0 0;
    width: 33px;
    height: 33px;
  }
}
.profile__item .profile-sns span::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .profile__item .profile-sns span::before {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item .profile-sns span::before {
    font-size: 1rem;
  }
}
.profile__item .profile-sns a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.profile__item .profile-sns:hover {
  background-color: transparent;
  border: 2px solid #000;
}
.profile__item .profile-sns:hover span::before {
  color: #000;
}

.contact__inner {
  text-align: center;
}
.contact p {
  margin: 0;
}
.contact .shop-name {
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .contact .shop-name {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .shop-name {
    margin: 0 0 10px;
    font-size: 1.1rem;
  }
}
.contact .shop-tel {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact .shop-tel {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .shop-tel {
    font-size: 1.7rem;
    margin: 0 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .shop-text {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact .shop-text {
    font-size: 0.9rem;
  }
}
.contact .shop-text a {
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.contact .shop-text a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.go-top {
  border-top: 2px solid #000;
  background-color: #000;
  color: #d83737;
  text-align: center;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .go-top {
    padding: 35px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .go-top {
    padding: 40px 80px 25px 0;
  }
}
.go-top a {
  position: relative;
  color: #fff;
  transition: 0.3s;
}
.go-top a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: -13px;
  left: 25px;
  transform: rotate(315deg);
  transition: 0.3s;
}
.go-top a:hover {
  color: #d83737;
}
.go-top a:hover::before {
  border-top: solid 2px #d83737;
  border-right: solid 2px #d83737;
}

@media only screen and (min-width: 768px) {
  .fadein-img {
    transform: translateY(-30px);
    transition: ease 1s;
    opacity: 0;
  }
  .fadein-img.scrollin {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */