/*/////////////////////////////////////////
//  common setting
/////////////////////////////////////////*/
.sec-header {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .sec-header {
    margin-bottom: 0.7rem;
  }
}
.sec-header h2 {
  font-size: 0.4rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .sec-header h2 {
    font-size: 0.45rem;
    margin-bottom: 0.7rem;
  }
}
.sec-header h2::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0.5rem;
  height: 0.01rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .sec-header h2::after {
    width: 0.5rem;
  }
}

.inner {
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.2rem;
  }
}

/*/////////////////////////////////////////
//  Header
/////////////////////////////////////////*/
.catch {
  background: #393939;
  height: 0.3rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .catch {
    height: 0.9rem;
  }
}
.catch p {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 0.15rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .catch p {
    font-size: 0.27rem;
    line-height: 1.2;
  }
}

#gHeader {
  top: 0.3rem;
  transition: linear 0.2s all;
}
@media screen and (max-width: 768px) {
  #gHeader {
    top: 0.9rem;
  }
  #gHeader .siteTitle {
    width: 3.5rem;
  }
  #gHeader .siteTitle img {
    width: 100%;
  }
}
#gHeader.is-animation {
  top: 0;
}
#gHeader * {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.01em;
}
#gHeader .wrap {
  justify-content: space-between;
  gap: 0.9rem;
  align-items: center;
  max-width: 12.2rem;
  width: 100%;
}
@media screen and (max-width: 1220px) {
  #gHeader .wrap {
    box-sizing: border-box;
    padding: 0 0.3rem;
    gap: 0.2rem;
  }
}
#gHeader .operation {
  justify-content: space-between;
}
@media screen and (max-width: 1220px) {
  #gHeader .operation {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  #gHeader .operation {
    justify-content: flex-end;
  }
}
#gHeader .operation .location {
  margin: initial;
}
#gHeader .h-menu {
  display: flex;
  align-items: center;
  gap: 0.73rem;
}
@media screen and (max-width: 1220px) {
  #gHeader .h-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #gHeader .h-menu {
    display: none;
  }
}
#gHeader .h-menu .menu-item > a {
  font-size: 0.2rem;
  font-weight: 600;
}
#gHeader .h-menu .has-child > a {
  display: flex;
  gap: 0.08rem;
  align-items: center;
}
#gHeader .h-menu .has-child > a:after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: relative;
  transition: transform 0.1s;
}
#gHeader .h-menu .has-child:hover > a:after {
  transform: rotate(-45deg) scale(1, -1);
  top: 0.04rem;
}
#gHeader .h-menu .has-child .menu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.1rem;
  z-index: 10;
  min-width: 1.5rem;
}
#gHeader .h-menu .has-child .menu li a {
  display: block;
  padding: 0.05rem 0.1rem;
  font-size: 0.16rem;
}
#gHeader .h-menu .has-child .menu li a:hover {
  background: #f0f0f0;
}
#gHeader .h-menu-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.2rem;
}
#gHeader .h-menu-right .nav-mypage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 1.25rem;
  height: 0.41rem;
  background: #ff2600;
  border-radius: 4px;
  color: #fff;
  font-size: 0.15rem;
  font-weight: 600;
  border: 1px solid #ececec;
}
@media screen and (max-width: 768px) {
  #gHeader .h-menu-right .nav-mypage {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #gHeader .h-menu-right .search {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #gHeader .h-menu-right .search {
    display: none;
  }
}
#gHeader .h-menu-right .btn--menu {
  margin: 0;
}

/*/////////////////////////////////////////
//  MV
/////////////////////////////////////////*/
#mv {
  position: relative;
}
#mv img {
  width: 100%;
}
#mv .mv-txt {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
}
#mv .mv-txt h1 {
  font-size: 0.48rem;
  color: #fff;
  font-weight: 500;
}
#mv .mv-txt p {
  font-size: 0.3rem;
  color: #fff;
  margin-top: 0.4rem;
}

/*/////////////////////////////////////////
//  recommended
/////////////////////////////////////////*/
#recommend {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #recommend {
    margin-top: 1.1rem;
  }
}
#recommend .list-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem 0.3rem;
}
@media screen and (max-width: 768px) {
  #recommend .list-recommend {
    gap: 0.9rem 0;
  }
}
#recommend .list-recommend .items {
  width: calc((100% - 0.6rem) / 3);
}
@media screen and (max-width: 768px) {
  #recommend .list-recommend .items {
    width: 100%;
  }
}
#recommend .list-recommend .items * {
  font-family: "Shippori Mincho", serif;
  box-sizing: border-box;
}
#recommend .list-recommend .items img {
  width: 100%;
  height: auto;
}
#recommend .list-recommend .items h3 {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.12rem;
}
@media screen and (max-width: 768px) {
  #recommend .list-recommend .items h3 {
    font-size: 0.3rem;
    line-height: 1.2666666667;
    margin-top: 0.3rem;
  }
}
#recommend .list-recommend .items .ctg-tag {
  display: flex;
  justify-content: flex-start;
  gap: 0.1rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 768px) {
  #recommend .list-recommend .items .ctg-tag {
    margin-top: 0.3rem;
  }
}
#recommend .list-recommend .items .ctg-tag li {
  min-width: 0.68rem;
}
@media screen and (max-width: 768px) {
  #recommend .list-recommend .items .ctg-tag li {
    min-width: 1.3rem;
  }
}
#recommend .list-recommend .items .ctg-tag li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #393939;
  border-radius: 0.5rem;
  padding: 0 0.1rem 0.02rem;
  font-size: 0.13rem;
}
@media screen and (max-width: 768px) {
  #recommend .list-recommend .items .ctg-tag li a {
    font-size: 0.24rem;
  }
}
#recommend .list-recommend .items .ctg-tag li a.samurai {
  background: #ff2600;
}

/*/////////////////////////////////////////
//  Message & image
/////////////////////////////////////////*/
.img-message {
  position: relative;
  width: 100%;
  display: block;
}
.img-message img {
  width: 100%;
}

.message-area {
  position: relative;
}
.message-area .inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-self: stretch;
  z-index: 1;
}
.message-area .message-txt {
  height: -moz-fit-content;
  height: fit-content;
}

#message-top {
  margin-top: 1.1rem;
}
#message-top .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#message-top .message-txt {
  font-size: 0.3rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #message-top .message-txt {
    font-size: 0.4rem;
    line-height: 1.25;
  }
}

#message-middle {
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  #message-middle {
    margin-top: 1.28rem;
  }
}
#message-middle .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#message-middle .message-txt {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.3rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #message-middle .message-txt {
    font-size: 0.4rem;
    line-height: 1.25;
  }
}

#message-bottom .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#message-bottom .message-txt {
  font-size: 0.3rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #message-bottom .message-txt {
    font-size: 0.4rem;
    line-height: 1.25;
  }
}

/*/////////////////////////////////////////
//  Location
/////////////////////////////////////////*/
#location {
  margin-top: 1.2rem;
}
#location .list-location {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  #location .list-location {
    gap: 0.9rem;
  }
}
#location .list-location .items {
  width: calc((100% - 0.6rem) / 3);
}
@media screen and (max-width: 768px) {
  #location .list-location .items {
    width: 100%;
  }
}
#location .list-location .items a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.85rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 0.36rem;
}
@media screen and (max-width: 768px) {
  #location .list-location .items a {
    height: 5.33rem;
  }
}
#location .list-location .items.tokyo a {
  background-image: url("../images/img-tokyo.jpg");
}
@media screen and (max-width: 768px) {
  #location .list-location .items.tokyo a {
    background-image: url("../images/img-tokyo_sp.jpg");
  }
}
#location .list-location .items.saitama a {
  background-image: url("../images/img-saitama.jpg");
}
@media screen and (max-width: 768px) {
  #location .list-location .items.saitama a {
    background-image: url("../images/img-saitama_sp.jpg");
  }
}
#location .list-location .items.kyoto a {
  background-image: url("../images/img-kyoto.jpg");
}
@media screen and (max-width: 768px) {
  #location .list-location .items.kyoto a {
    background-image: url("../images/img-kyoto_sp.jpg");
  }
}
#location .list-location .items.hyogo a {
  background-image: url("../images/img-hyogo.jpg");
}
@media screen and (max-width: 768px) {
  #location .list-location .items.hyogo a {
    background-image: url("../images/img-hyogo_sp.jpg");
  }
}
#location .list-location .items.kagawa a {
  background-image: url("../images/img-kagawa.jpg");
}
@media screen and (max-width: 768px) {
  #location .list-location .items.kagawa a {
    background-image: url("../images/img-kagawa_sp.jpg");
  }
}
#location .list-location .items.online a {
  background-image: url("../images/img-online.jpg");
}
@media screen and (max-width: 768px) {
  #location .list-location .items.online a {
    background-image: url("../images/img-online_sp.jpg");
  }
}
#location .list-location .items.others a {
  background-image: url("../images/img-others.jpg");
}
@media screen and (max-width: 768px) {
  #location .list-location .items.others a {
    background-image: url("../images/img-others_sp.jpg");
  }
}

/*/////////////////////////////////////////
//  News
/////////////////////////////////////////*/
#news {
  padding-top: 1.2rem;
  padding-bottom: 0.94rem;
}
@media screen and (max-width: 768px) {
  #news {
    padding-bottom: 1.2rem;
  }
}
#news .sec-header {
  margin-bottom: 0.54rem;
}
#news .list-news {
  display: flex;
  flex-direction: column;
}
#news .list-news div {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #8f8f8f;
}
@media screen and (max-width: 768px) {
  #news .list-news div {
    gap: 0.16rem;
    flex-direction: column;
    padding: 0.64rem 0 0.32rem;
    padding-left: 0.1rem;
  }
}
#news .list-news div:nth-child(1) {
  border-top: 1px solid #8f8f8f;
}
#news .list-news dt,
#news .list-news dd {
  font-family: "Shippori Mincho", serif;
  font-size: 0.14rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #news .list-news dt,
  #news .list-news dd {
    font-size: 0.27rem;
  }
}
#news .list-news dt {
  font-weight: 500;
  width: 1.1rem;
  padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  #news .list-news dt {
    padding-left: 0;
  }
}
#news .list-news dd {
  width: calc(100% - 1.1rem);
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
#gFooter {
  background: #393939;
}
#gFooter .inner {
  padding-top: 0.56rem;
  padding-bottom: 0.08rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #gFooter .inner {
    flex-direction: column;
    gap: 0.78rem;
  }
}
#gFooter .f-logo {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  #gFooter .f-logo {
    width: 6.64rem;
    margin: 0 auto;
  }
}
#gFooter .f-logo img {
  width: 100%;
}
#gFooter .nav-area {
  padding-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #gFooter .nav-area {
    width: 100%;
  }
}
#gFooter .nav-area .f-nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  #gFooter .nav-area .f-nav {
    flex-direction: column;
    gap: 0.48rem;
    width: 100%;
  }
}
#gFooter .nav-area .f-nav li {
  padding: 0 0.1rem;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #gFooter .nav-area .f-nav li {
    border-right: none;
    padding: 0;
  }
}
#gFooter .nav-area .f-nav li:nth-last-child(1) {
  border-right: none;
  padding-right: 0;
}
#gFooter .nav-area .f-nav li a {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 0.15rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gFooter .nav-area .f-nav li a {
    font-size: 0.36rem;
  }
}
#gFooter .nav-area .sns {
  display: flex;
  justify-content: flex-end;
  gap: 0.3rem;
  align-items: center;
  margin-top: 0.28rem;
}
#gFooter .nav-area .sns .ig {
  width: 0.3rem;
}
#gFooter .nav-area .sns .fb {
  width: 0.3rem;
}
#gFooter .nav-area .sns .yt {
  width: 0.44rem;
}
@media screen and (max-width: 768px) {
  #gFooter .nav-area .sns {
    justify-content: center;
    margin-top: 0.78rem;
    gap: 0.7rem;
  }
  #gFooter .nav-area .sns .ig {
    width: 0.69rem;
  }
  #gFooter .nav-area .sns .fb {
    width: 0.69rem;
  }
  #gFooter .nav-area .sns .yt {
    width: 1rem;
  }
}
#gFooter small {
  display: block;
  max-width: 12.2rem;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  text-align: right;
  padding: 0.15rem 0;
  font-size: 0.12rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #gFooter small {
    font-size: 0.24rem;
    text-align: center;
    padding: 1rem 0;
  }
}/*# sourceMappingURL=style.css.map */