@charset "UTF-8";
/*
	Author: nag-design
	Last Update: 2025-01-07
	Google Fonts: Noto Sans JP 300, 600
*/
/* ==============================

    Default

==============================*/
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75em;
  font-size: 16px;
  color: #f0f0f0;
  background-color: black;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body::before {
  content: none;
}
@media screen and (min-width: 414px) {
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background-image: url(../asset/images/bg-tb.webp);
    background-position: center bottom;
    background-size: cover;
  }
}
@media screen and (min-width: 414px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 414px) and (min-resolution: 2dppx) {
  body::before {
    background-image: url(../asset/images/bg-tb@2x.webp);
  }
}
@media screen and (min-width: 1024px) {
  body::before {
    min-width: 100%;
    background-image: url(../asset/images/bg-md.webp);
  }
}
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (min-resolution: 2dppx) {
  body::before {
    background-image: url(../asset/images/bg-md@2x.webp);
  }
}

table {
  font-size: inherit;
  font: 100%;
}

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

a:hover img {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

input {
  vertical-align: middle;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

p {
  padding-bottom: 0.5em;
}

ruby rt {
  font-size: 50%;
  line-height: 1em;
}

.wp-block-image {
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .wp-block-image {
    margin-bottom: 0;
  }
}

.wp-block-image .alignleft {
  float: none;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
  }
}

.wp-block-image .alignright {
  float: none;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-image .alignright {
    float: right;
    margin-left: 1em;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

/* ========================
    共通
======================== */
#Wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #f0f0f0;
  background-color: #181a25;
  overflow-y: scroll;
}
@media screen and (min-width: 414px) {
  #Wrapper {
    margin: 24px auto;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 1024px) {
  #Wrapper {
    margin: 40px auto;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.6);
  }
}

section {
  clear: both;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.p05 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

/* Page and Post */
.page-content {
  margin: 24px auto;
  width: 90%;
  max-width: 960px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-content {
    margin: 40px auto;
  }
}
@media screen and (min-width: 1024px) {
  .page-content {
    margin: 54px auto;
  }
}
.page-content h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 21px;
  margin: 1em auto 1em;
  padding: 0;
  text-align: center;
}
.page-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 2.5em auto 1em;
  padding: 0;
  text-align: center;
}
.page-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 2em auto 1em;
  padding: 0;
  text-align: center;
}
.page-content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 2em auto 1em;
  padding: 0;
  text-align: center;
}
.page-content h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 2em auto 1em;
  padding: 0;
  text-align: center;
}

.post-content {
  margin: 24px auto;
  width: 90%;
  max-width: 960px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .post-content {
    margin: 40px auto;
  }
}
@media screen and (min-width: 1024px) {
  .post-content {
    margin: 54px auto;
  }
}
.post-content h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 21px;
  margin: 1.5em 0 0.5em;
  padding: 2px 0 2px 0.5em;
  border-left: #bf5848 10px solid;
}
.post-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 1.5em 0 0.5em;
  padding: 2px 0 2px 0.3em;
  border-left: #bf5848 8px solid;
}
.post-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin: 1.5em 0 0.5em;
  padding: 1px 0 1px 0.3em;
  border-left: #c0c0c0 6px solid;
}
.post-content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 1.5em 0 0.5em;
  padding: 0;
}
.post-content h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 1.5em 0 0.5em;
  padding: 0;
}

.notice {
  font-size: 12px;
}

/* ========================
    ヘッダー
======================== */
#Header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  background-color: transparent;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #Header {
    height: 80px;
  }
}
#Header h1 {
  display: block;
  width: 124px;
  height: 49px;
  margin: 0;
  padding: 12px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #Header h1 {
    width: 200px;
    height: 80px;
    padding: 20px;
  }
}
#Header h1 a {
  display: block;
  width: 190px;
  height: 0;
  padding-top: 20px;
  margin: 0;
  line-height: 20px;
  text-indent: -9999px;
  background: url("../asset/images/logo-myfortune-jp.webp") left center/contain no-repeat;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  #Header h1 a {
    width: 160px;
    padding-top: 40px;
    line-height: 40px;
    background: url("../asset/images/myfortune-jp@2x.webp") left center/contain no-repeat;
  }
}
#Header.view h1 {
  opacity: 1;
}

#HeaderMenu {
  display: none;
}
@media screen and (min-width: 1024px) {
  #HeaderMenu {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: calc(100% - 200px);
    height: 50px;
  }
  #HeaderMenu .headermenu {
    display: block;
    height: 100%;
  }
  #HeaderMenu .headermenu__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    pointer-events: auto;
  }
  #HeaderMenu .headermenu__navi li {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    height: 100%;
  }
  #HeaderMenu .headermenu__navi li a {
    display: block;
    height: 100%;
    font-size: 0.9rem;
    color: #bf5848;
    padding: 0 2em 0 0;
    line-height: 50px;
  }
}

/* ========================
    フロントページ
======================== */
/* HeroArea */
#HeroArea {
  position: relative;
  display: block;
  width: 100%;
  height: 100lvh;
  max-height: 800px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#HeroArea .heroinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#HeroArea #photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  background-color: transparent;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all ease-out 1000ms;
  transition: all ease-out 1000ms;
}
#HeroArea #photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#HeroArea #logo {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 60%;
  max-width: 188px;
  height: auto;
  aspect-ratio: 188/20;
  margin: auto auto;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all ease 1000ms 1000ms;
  transition: all ease 1000ms 1000ms;
}
#HeroArea #logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#HeroArea #maincopy {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  color: white;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all ease 1000ms 2000ms;
  transition: all ease 1000ms 2000ms;
}
#HeroArea .scroll-down {
  position: absolute;
  bottom: 24px;
  left: auto;
  right: 24px;
  margin: 0;
  display: block;
  width: 50px;
  height: 64px;
  background-color: transparent;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}
#HeroArea .scroll-down .scroll-text {
  width: 100%;
  height: 14px;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
#HeroArea .scroll-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 14px auto 0;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#HeroArea .scroll-down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 14px auto 0;
  width: 1px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-animation: scrolldown 2000ms ease forwards infinite;
          animation: scrolldown 2000ms ease forwards infinite;
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
#HeroArea.loaded #photo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#HeroArea.loaded #logo {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#HeroArea.loaded #maincopy {
  opacity: 1;
}
#HeroArea.loaded .scroll-down {
  opacity: 1;
}
@-webkit-keyframes scrolldown {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scrolldown {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}

/* Products */
.products {
  width: 100%;
  margin: 32px auto;
  text-align: center;
  background-color: transparent;
}
.products__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
}
.products__body li {
  position: relative;
  display: block;
  width: calc(50% - 8px);
  height: auto;
}
.products .product-item {
  margin: 0;
  padding: 0;
}
.products .product-item a {
  display: block;
}
.products .product-item .item-photo {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 6px;
  overflow: hidden;
}
.products .product-item .item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products .product-item .item-info {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  text-align: center;
}
.products .product-item .item-info .item-name {
  display: inline-block;
  margin: 0 auto;
  color: white;
  font-size: 0.8rem;
  line-height: 1.2em;
  padding: 0.2em 0;
}

/* Topics */
.topics {
  margin: 50px auto 50px;
  text-align: center;
}
.topics__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  margin: 1em auto 0.25em;
  padding: 0;
}
.topics__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120%;
  margin: 0 auto;
  border-bottom: 1px solid #bf5848;
  -webkit-transform: translateX(-8.3%);
          transform: translateX(-8.3%);
}
.topics__list {
  display: block;
  width: 100%;
  margin: 12px auto;
  overflow: hidden;
}
.topics__list .topic {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
  font-size: clamp(14px, 1.5vw, 16px);
  color: #f0f0f0;
  font-weight: 400;
  text-align: left;
}
.topics__list .topic__date {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topics__list .topic__date {
    display: inline-block;
    width: 10em;
  }
}
.topics__list .topic__title {
  display: block;
}
@media screen and (min-width: 768px) {
  .topics__list .topic__title {
    display: inline-block;
  }
}
.topics__list .topic__link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  right: 2px;
  margin: auto 0;
}
.topics__list .topic a {
  color: #bf5848;
}
.topics__more {
  text-align: right;
  margin: 0.25em 0;
}

/* Message */
.message {
  width: 90%;
  max-width: 960px;
  margin: 50px auto;
  text-align: center;
}
.message__title {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  aspect-ratio: 1;
  margin: 16px auto;
  padding: 0;
}
.message__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.message__body {
  padding: 0;
  text-align: justify;
}
.message__note {
  margin: 1em auto;
  font-size: 12px;
  line-height: 1.5em;
  text-align: justify;
}

/* アクセス地図 */
.gmap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.gmap__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  margin: 1.5em auto;
  padding: 0.25em 0;
}
.gmap__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120%;
  margin: 0 auto;
  border-bottom: 1px solid #bf5848;
  -webkit-transform: translateX(-8.3%);
          transform: translateX(-8.3%);
}
.gmap__text {
  margin: 0.5em auto;
  font-size: 1rem;
  text-align: center;
}

#gMap {
  display: block;
  width: 100%;
  margin: 0;
  height: 400px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #gMap {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #gMap {
    height: 600px;
  }
}

a#btn-applemap {
  display: inline-block;
  margin: 0 2px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}

a#btn-googlemap {
  display: inline-block;
  margin: 0 2px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}

/* ========================
    シングルページ
======================== */
.pagetitle {
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  max-height: 200px;
  background: #bf5848 url("../asset/images/pagetitle-bg-xs.webp") center center/cover no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .pagetitle {
    background: #bf5848 url("../asset/images/pagetitle-bg-xs@2x.webp") center center/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .pagetitle {
    aspect-ratio: 4/1;
    width: 100%;
    background: #bf5848 url("../asset/images/pagetitle-bg-tb.webp") center center/cover no-repeat;
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .pagetitle {
    background: #bf5848 url("../asset/images/pagetitle-bg-tb@2x.webp") center center/cover no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .pagetitle {
    aspect-ratio: 5/1;
    width: 100%;
  }
}
.pagetitle__logo {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1em;
  margin: 0 auto;
  padding: 0;
  font-size: clamp(18px, 2.4vw, 32px);
  font-weight: 600;
  color: white;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-single {
  margin: 30px auto;
}
.product-single__title {
  margin: 30px auto;
  width: auto;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600;
  text-align: center;
  background-color: transparent;
}
.product-single__title span {
  display: inline-block;
}
.product-single__photo {
  margin: 30px auto;
  width: 100%;
  min-width: 240px;
  max-width: 600px;
}
.product-single__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-single__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
}
.product-single__spec:first-of-type {
  border-top: 1px solid rgba(240, 240, 240, 0.3);
}
.product-single__spec.price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-single__spec dt {
  font-weight: 600;
  width: 5em;
  padding: 6px 0;
}
.product-single__spec dd {
  font-weight: 400;
  padding: 6px 0;
}
.product-single__content {
  margin: 30px auto;
  line-height: 1.75em;
  text-align: justify;
}
.product-single__content p {
  margin: 0 0 1em 0;
}

.single__date {
  margin: 1em auto 0;
  font-size: 1rem;
  text-align: left;
}
.single__title {
  margin: 1em auto;
  font-size: 1.2rem;
  text-align: left;
}
.single__body {
  display: block;
  overflow: hidden;
  text-align: justify;
}

.page-nation {
  width: 90%;
  max-width: 960px;
  margin: 20px auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-nation {
    margin: 50px auto;
  }
}
.page-nation .nav-links {
  display: block;
  line-height: 1.4em;
  border-top: 1px solid rgba(240, 240, 240, 0.5);
}
.page-nation .nav-links .nav-previous {
  display: block;
  float: left;
  margin: 0.75em 0;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-nation .nav-links .nav-previous {
    width: 48%;
  }
}
.page-nation .nav-links .nav-next {
  display: block;
  float: right;
  margin: 0.75em 0;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-nation .nav-links .nav-next {
    width: 48%;
  }
}
.page-nation .nav-links a {
  color: #bf5848;
}
.page-nation .nav-links a i {
  color: #bf5848;
}
.page-nation::after {
  content: "";
  height: 1px;
  clear: both;
}

/* ========================
    アーカイブ
======================== */
.archive__title {
  margin: 1em auto;
  font-size: 1.5rem;
  text-align: center;
}
.archive__list {
  display: block;
  width: 100%;
  overflow: hidden;
}
.archive__list .entry {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}
.archive__list .entry__date {
  font-size: 0.9rem;
  margin: 0;
}
.archive__list .entry__title {
  font-weight: 600;
  margin: 0.25em 0 0.5em;
}
.archive__list .entry__photo {
  display: block;
  float: left;
  width: 30%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 4/3;
  margin-right: 20px;
}
.archive__list .entry__photo img {
  width: 100%;
  height: auto;
}
.archive__list .entry__excerpt {
  font-size: 0.9rem;
  text-align: justify;
}

/* ========================
    Ad
======================== */
.advertising {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.advertising::after {
  content: "広告";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 1;
  background: black;
  color: white;
}

.ad-banner-type {
  display: block;
}

/* ========================
    フッター
======================== */
.footer {
  clear: both;
  margin: 0;
  width: 100%;
  padding: 40px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: transparent;
}
.footer .breadcrumbs {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1em 0;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: left;
  color: #f0f0f0;
  background-color: transparent;
  border-top: 1px solid rgba(240, 240, 240, 0.3);
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
}
.footer .breadcrumbs__innerbox {
  width: 90%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.footer__innerbox--navi .footer-navi {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
  border-top: 1px solid rgba(240, 240, 240, 0.2);
}
@media screen and (min-width: 768px) {
  .footer__innerbox--navi .footer-navi {
    text-align: center;
    border-bottom: 1px solid rgba(240, 240, 240, 0.2);
  }
}
.footer__innerbox--navi .footer-navi li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid rgba(240, 240, 240, 0.2);
}
@media screen and (min-width: 768px) {
  .footer__innerbox--navi .footer-navi li {
    display: inline-block;
    border-bottom: none;
  }
}
.footer__innerbox--navi .footer-navi li a {
  display: block;
  width: auto;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .footer__innerbox--navi .footer-navi li a::before {
    content: "｜";
    color: rgba(240, 240, 240, 0.8);
  }
}
.footer__innerbox--navi .footer-navi li:first-child a::before {
  content: none;
}
.footer__innerbox--sns {
  display: block;
  width: auto;
  max-width: 960px;
  margin: 30px auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .footer__innerbox--sns {
    margin: 50px auto;
  }
}
.footer__innerbox--sns li {
  display: inline-block;
  margin: 0 12px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  border: none;
}
.footer__innerbox--footerlogo {
  display: block;
  width: 188px;
  aspect-ratio: 188/40;
  margin: 40px auto 0;
  overflow: hidden;
}
.footer__innerbox--footerlogo img {
  width: 188px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__copyright {
  clear: both;
  display: block;
  margin: 40px auto 0;
  width: 100%;
  padding: 0;
  height: auto;
  line-height: 1.5em;
  color: rgba(240, 240, 240, 0.5);
  background-color: transparent;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
}

/* ページトップへ */
.gotop {
  position: absolute;
  bottom: 60px;
  right: 20px;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
  border-radius: 20px;
}
.gotop a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  line-height: 40px;
  color: #f0f0f0;
}

/* ホームへ */
.gohome {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
  border-radius: 20px;
}
.gohome a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  line-height: 40px;
  color: #f0f0f0;
}

/* ========================
    BOGO
======================== */
.bogo-language-switcher.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 20px auto;
  padding: 0;
}
.bogo-language-switcher.list-view li {
  margin: 0 0.5em;
  font-size: clamp(12px, 1.3vw, 14px);
  padding: 0 8px;
}
.bogo-language-switcher.list-view li.current {
  background-color: #1a1c28;
}

/* ========================
    WordPress
======================== */
.wp-block-file .wp-block-file__button {
  display: inline-block;
  background: #096;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
}/*# sourceMappingURL=myfortune.css.map */