@charset "utf-8";
/* CSS Document */

/* Add */
/* ============================================ */
* {
  transition-duration: 0.5s;
}
body {
  color: #121212;
  background-image: linear-gradient(0deg, rgba(200, 200, 180, .1) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(200, 200, 180, .1) 1px, transparent 1px);
  background-size: 20px 20px;
}

/*** .page-(n) ***/
:root {
  --p1-clr: #95897c;
  --p2-clr: #92a79f;
  --p3-clr: #dd9393;
  --p4-clr: #5d7e9f;
  --p5-clr: #a38cad;
}

/*** .loading ***/
.loading-animation img + p::first-letter {
  all: unset;
}
.loading p span {
  font-family: var(--ttl-sub-font);
}

/*** header ***/
header.fixed {
  display: flex;
  align-items: center;
}
header .hwrap {
  max-width: 1440px;
  padding: 0 20px;
}
header .navi {
  width: 830px;
}
header .navi ul li {
  width: calc(100% / 5 - .5%);
}
header .navi ul li a {
  color: #3f3f3f;
}

/*** .current ***/
header .navi ul li a:hover {
  border-bottom: 5px solid #81ccc4;
}
.f__link.current {
  border-bottom: 5px solid #81ccc4;
  color: #81ccc4;
}

/*** .logo ***/
header h1.logo {
  font-size: 2em;
  font-family: var(--font-en-gothic), "Noto Sans JP", "Yu Gothic UI", sans-serif;
}
header h1.logo .sIcon {
  width: 75px;
  margin-right: 0;
  margin-left: .2em;
  order: 2;
}
header h1.logo a {
  padding: 0 .4em 0 3.1em;
  color: #3f3f3f;
  font-size: .8em;
}
header h1.logo a::before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  background-image: url("../img/wheel_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
header h1.logo a::after {
  content: "\f521";
  display: block;
  position: absolute;
  left: 19%;
  bottom: -2px;
  color: #d4d59d;
  font-family: "Font Awesome 5 Free";
  font-size: .85em;
}
header h1.logo a p,
.loading p i {
  background: linear-gradient(90deg, #ff26fb, #00beff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
header h1.logo a span {
  position: unset;
  text-align: left;
  font-size: 10%;
  font-family: var(--ttl-sub-font);
  font-weight: 600;
  color: #6d6d6d;
}


/*** .mainCnt ***/
.mainCnt section img {
  max-width: 800px;
  display: block;
  margin: 0 auto 20px;
}
img.ph {
  background: #ccc;
}
a i.ex-link {
  margin-left: .5em;
  line-height: normal;
}

main .mainCnt section {
  margin: 300px auto 200px;
  padding: 0;
}
main .mainCnt section#Sec04 {
  padding-bottom: 0;
}
.snsArea {
  margin-top: 150px;
}

main .mainCnt section:nth-child(odd) {
  background-color: #e6f8f9;
  margin: 0 auto;
  padding: 150px 0 50px;
}
main .mainCnt section:nth-child(odd):before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100'><path d='M -224 41 C 96 41 96 10 416 10 C 736 10 736 59 1056 59 C 1376 59 1376 16 1696 16 L 1280 100 L 0 100 Z' fill='%23e6f8f9'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}
main .mainCnt section:nth-child(odd):after {
  content: "";
  position: absolute;
  top: unset;
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: unset;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100'><path d='M -224 41 C 96 41 96 10 416 10 C 736 10 736 59 1056 59 C 1376 59 1376 16 1696 16 L 1280 100 L 0 100 Z' fill='%23e6f8f9'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}
main .mainCnt section:nth-child(3n) {
  background-color: #f6f1ff;
}
main .mainCnt section:nth-child(3n):before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100'><path d='M -224 41 C 96 41 96 10 416 10 C 736 10 736 59 1056 59 C 1376 59 1376 16 1696 16 L 1280 100 L 0 100 Z' fill='%23f6f1ff'/></svg>");
}
main .mainCnt section:nth-child(3n):after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100'><path d='M -224 41 C 96 41 96 10 416 10 C 736 10 736 59 1056 59 C 1376 59 1376 16 1696 16 L 1280 100 L 0 100 Z' fill='%23f6f1ff'/></svg>");
}
main .mainCnt section b:not(.talk dt b):not(h3 b) {
  border-bottom: unset;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #fbe148;
  text-underline-offset: .45em;
}

main .intro {
  margin-top: 50px;
  margin-bottom: 100px;
}

/*** h2 ***/
h2 b {
  position: relative;
  margin: .7em 0;
  padding: 10px 0;
  color: #757575;
  font-size: .4em;
  text-align: center;
  letter-spacing: .1em;
}
h2 b:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 5em;
  height: 3.1em;
  border-radius: 50%;
  border: 5px solid #13ba7c;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .4;
}
main .intro h2 {
  position: relative;
  z-index: 1;
  font-size: 2.8em;
}

/*** h3 ***/
main .mainCnt section h3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-left: unset;
  font-size: 2.6em;
  text-align: center;
}
main .mainCnt section h3::before {
  top: -100px;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-image: url(../img/wheel_icon.png);
  animation: spin 10s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
main .mainCnt section h3::after {
  content: "\f521";
  display: block;
  position: absolute;
  top: -145px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: unset;
  animation: shake 3s infinite;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-size: 0.75em;
  color: #ba9f13;
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}
main .mainCnt section h3 span {
  margin-top: 0;
  margin-bottom: 15px;
  transform: unset;
  font-size: .5em;
  font-weight: 900;
  opacity: .5;
}
.page-01 .mainCnt section h3 span {
  color: var(--p1-clr);
}
.page-02 .mainCnt section h3 span {
  color: var(--p2-clr);
}
.page-03 .mainCnt section h3 span {
  color: var(--p3-clr);
}
.page-04 .mainCnt section h3 span {
  color: var(--p4-clr);
}
.page-05 .mainCnt section h3 span {
  color: var(--p5-clr);
}

main .mainCnt section h3 b::before,
main .mainCnt section h3 b::after {
  content: "～";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 1.2em;
  color: #121212;
}
main .mainCnt section h3 b::before {
  left: -.5em;
}
main .mainCnt section h3 b::after {
  right: -.5em;
}
main .mainCnt section h3 b {
  position: relative;
  display: inline-block;
  padding: 0 1em .2em;
  text-align: center;
  line-height: 1.4;
  white-space: pre-wrap;
  font-weight: 700;
  border-color: #81ccc4;
  border-width: 6px;
}

main .intro p.read_txt {
  position: relative;
  z-index: 1;
  color: #121212;
  margin-top: 30px;
}

/*** .x_icon ***/
.x_icon {
  background: #121212;
}

/*** .btn ***/
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  height: 70px;
  border: 3px solid #ffb07c;
  border-radius: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn.linkBtn {
  background: #fff;
  color: #ffb07c;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.btn.linkBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  background: #ffb07c;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.btn.linkBtn:hover {
  color: #fff;
  border: 3px solid #ffb07c;
  opacity: 1;
}
.btn.linkBtn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}
.btn.linkBtn:hover {
  color: #fff;
  transform: scale(0.97);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn.linkBtn:active {
  transform: scale(0.94);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.3);
}

/*** .content-block ***/
.content-block {
  width: 95%;
  max-width: 800px;
  margin: 20px auto 40px;
}
.content-block dl + dl {
  margin-top: 18px;
}
.content-block dl dd {
  margin-top: 10px;
}

/*** .leadTxt ***/
p.leadTxt {
  column-count: 2;
  column-gap: 2.6em;
}
p.leadTxt::first-letter {
  float: left;
  padding: 0 .2em 0 .1em;
  color: #736c6c;
  font-size: 5.5em;
  font-weight: bold;
  line-height: 1;
}
.page-01 p.leadTxt::first-letter {
  color: var(--p1-clr);
}
.page-02 p.leadTxt::first-letter {
  color: var(--p2-clr);
}
.page-03 p.leadTxt::first-letter {
  color: var(--p3-clr);
}
.page-04 p.leadTxt::first-letter {
  color: var(--p4-clr);
}
.page-05 p.leadTxt::first-letter {
  color: var(--p5-clr);
}

/*** .row_list ***/
.row_list h4:before {
  content: "\f02d" !important;
  color: var(--p4-clr) !important;
}
.row_list dl {
  padding: 20px;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.row_list dl {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}
.row_list dl.inview {
  opacity: 1;
  transform: translateY(0);
}
.row_list .image {
  margin: 15px auto;
}
.row_list .image img {
  width: 100%;
  max-width: 100%;
  height: 400px;
  object-fit: contain;
}
.row_list ul.images {
  display: flex;
  flex-wrap: wrap;
  gap: .4em;
  margin: 10px 0;
  padding: 0;
}
.row_list ul.images li {
  padding: 7px 15px;
  background: #eee;
  border-radius: 5px;
  font-size: 0.85em;
}
.row_list ul.images li img {
  width: 100%;
  max-width: 100%;
  height: 120px;
  margin: 0 auto;
  object-fit: cover;
}
.row_list .annotation {
  font-size: 0.85em;
  color: #333;
}
.row_list ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4em;
  margin: 10px 0;
  padding: 0;
}
.row_list ul.tags li {
  padding: 7px 15px;
  background: #eee;
  border-radius: 5px;
  font-size: 0.85em;
}
.row_list ul.tags li::before {
  content: "#";
  margin-right: .3em;
}

/*** light box ***/
#lightbox * {
  transition-duration: unset;
}
.lightboxOverlay {
  width: 100% !important;
  overflow: hidden !important;
}
.lightbox .lb-image {
  width: auto !important;
  max-width: 65vw !important;
  height: auto !important;
  max-height: 65vh !important;
  object-fit: contain;
}

/*** .card-list ***/
.card-list.grid > div {
  padding: 20px;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.card-list.grid > div p {
  display: block;
  width: 100%;
}
.card-list.grid > div p + p {
  margin-top: 10px;
}
.card-list.grid > div img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-list > div {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.card-list > div.inview {
  opacity: 1;
  transform: translateY(0);
}

/*** .talk ***/
.content-block dl.talk dt,
.content-block dl.talk dd {
  display:flex;
  justify-content: flex-start;
  margin: 30px 0;
  align-items: center;
}
.content-block dl.talk dd {
  justify-content:flex-end;
}
.faceicon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #eee;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  background-color: #fdfdfd;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.icon-a {
  background-image: url("../img/icon_a.png");
}
.icon-b {
  background-image: url("../img/icon_b.png");
}
.mainCnt section .faceicon img {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  background: #fdfdfd;
  overflow: hidden;
  object-fit: contain;
}
.content-block dl.talk dd .faceicon {
  margin-left:25px;
}
.content-block dl.talk dt .faceicon {
  margin-right:25px;
}
.content-block dl.talk dd .faceicon {
  order:2 !important;
}
.content-block dl.talk dt b,
.content-block dl.talk dd p {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 !important;
  padding: 17px 13px 15px 18px;
  border-radius: 16px;
  background: #e8ebf0;
  box-sizing: border-box;
  align-items: center;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}
.content-block dl.talk dd p {
  background: #d0efd5;
}

.content-block dl.talk dt b:before,
.content-block dl.talk dd p:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
}
.content-block dl.talk dt b:before {
  left: -20px;
  border-right: 16px solid #e8ebf0;
}
.content-block dl.talk dd p:before {
  right: -20px;
  border-left: 16px solid #d0efd5;
}

dl.talk dt {
  opacity: 0;
  transform: translateX(50px);
  transition: .6s;
}
dl.talk dt.is-show {
  opacity: 1;
  transform: translateX(0);
}
dl.talk dd {
  opacity: 0;
  transform: translateX(-50px);
  transition: .6s ease-out;
}
dl.talk dd.is-show {
  opacity: 1;
  transform: translateX(0);
}
.fadein {
  opacity: 0;
  transform: translateY(100%);
  transition: .6s ease-out;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
.delay_a {
  transition-delay: .8s;
}
.delay_b {
  transition-delay: 1.6s;
}

/*** .point_area ***/
.point_area {
  margin-top: 15px;
}
.point_area ul {
  margin-top: 15px;
  gap: 1em;
}
.point_area ul li {
  padding: 0.5em .8em;
  background-color: #e0f1fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  font-weight: 500;
}

/*** #breadcrumb ***/
#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 0 2%;
  color: #ccc;
  line-height: 1.5;
}
#breadcrumb a {
  margin: 0 .4em;
  color: #36c;
}
#breadcrumb span {
  margin: 0 .4em;
  color: #3f3f3f;
}

/*** #Lang ***/
#Lang {
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 2;
  background: rgba(0,0,0,.5);
  padding: 4px 10px;
  border-radius: 6px;
  transition: opacity 1.3s ease, bottom 0.3s ease;
  opacity: 1;
}
#Lang.hidden {
  opacity: 0;
  pointer-events: none;
}
#Lang > p {
  margin-bottom: 5px;
  color: #fff;
  font-size: .8em;
  font-weight: 600;
  text-align: center;
  line-height: normal;
}
.goog-te-gadget-simple {
  width: 100%;
}
.goog-te-gadget-simple > img,
.goog-te-gadget-simple a img {
  display: none;
}
.goog-te-gadget-simple span[style^="border"] {
  margin: 0 10px;
  display: inline-block;
}

/*** #Trivia ***/
#Trivia div + div {
  margin-top: 18px;
}
#Trivia.content-block dl dd dl {
  padding: 0;
}

/***** .TriviaNavi *****/
.TriviaNavi {
  width: 100%;
  margin: 0 auto 40px;
}
.TriviaNavi li {
  width: calc(100% / 4 - 2%);
  margin: 0 1%;
}
.TriviaNavi li a {
  display: block;
  padding: 5% 0;
  background: #fdfdfd;
  border: 2px solid #c3c3c3;
  text-align: center;
  font-weight: 600;
}
.TriviaNavi li a::after {
  content: "\f077";
  display: block;
  margin-top: 5px;
  font-family: "Font Awesome 5 Free";
  transform: rotate(180deg);
}
.TriviaNavi li a:hover {
  transform: scale(1.05);
}

/*** accordion ***/
.ac {
  width: 100%;
  margin: 1% auto;
}
.ac-parent {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: #eee;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.ac-child {
  position: relative;
  display: none;
  margin-top: 0 !important;
  margin-bottom: 3%;
  padding: 2%;
  background-color: #fefefe;
  text-align: center;
  transition-duration: unset;
}
.ac-parent:before,
.ac-child:before {
  position: absolute;
  left: 6%;
  font-size: 1.4em;
  font-weight: 600;
}
.ac-parent:before {
  content: "";
  top: 1em;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.ac-parent p {
  font-weight: 600;
}
.ac-parent p,
.ac-child p {
  padding: 0 5% 0 10%;
  text-align: left;
}
.ac-child p a {
  color: #0000ff;
  text-decoration: underline;
  letter-spacing: normal;
}
.ac-parent p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 2px;
  background: #333;
  transform: translateY(-50%);
}
.ac-parent p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 2px;
  height: 10px;
  background: #333;
  transform: translateY(-50%);
  transition: .3s;
}
.ac-parent.open p:after {
  top: 40%;
  opacity: 0;
  transform: rotate(90deg);
}

/*** .carousel-wrapper ***/
.carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  overflow: hidden;
}
.carousel-wrapper .swiper-container {
  width: 100%;
}
.carousel-wrapper .swiper-slide {
  width: 550px;
  box-sizing: border-box;
}
.carousel-wrapper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.9) !important;
  opacity: 0.6;
}
.carousel-wrapper .swiper-slide-active {
  transform: scale(1.05) !important;
  opacity: 1;
  z-index: 2;
}
.carousel-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/*** .cr_map ***/
.cr_map a {
  display: block;
  color: #36c;
}
.cr_map a + a {
  margin-top: 18px;
}
.cr_map a img {
  margin: 0 auto;
}
.cr_map ul {
  display: block;
  margin-top: 8px;
}
.cr_map ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.pdf::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  font-weight: 400;
  color: #121212;
}

/*** .movie_area ***/
.movie_area {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 40px auto;
}
.movie_frame {
  position: relative;
  padding-right: 90px;
  border: 16px solid #333;
  border-radius: 40px;
  background: #000;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.movie_frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 60px;
  background: #666;
  border-radius: 3px;
}
.movie_frame::after {
  content: "";
  position: absolute;
  bottom: 37%;
  right: -1%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #444;
  border-radius: 50%;
  box-shadow: inset 0 0 5px rgba(255,255,255,0.2);
}
.movie_wrap {
  margin: auto 60px auto 30px;
  aspect-ratio: 2 / 3;
  padding-top: calc(56.25%);
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 750px;
  height: auto;
  margin: auto;
}

/*** .showMoreBtn ***/
.showMoreBtn {
  display: block;
  margin: 35px auto;
  padding: 15px 30px;
  font-size: 1em;
  background-color: #0078D7;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.6s ease;
}
.showMoreBtn:hover {
  background-color: #005bb5;
  transform: scale(1.05);
}



/* SP */
/* ============================================ */
@media screen and (max-width: 820px) {
header .hwrap {
  padding: 0;
}
header h1.logo {
  padding-top: 1.2%;
  font-size: 1.7em;
}
header h1.logo a {
  padding: .2em .4em .2em 3.2em;
}
header h1.logo a::before {
  left: 30px;
}
header h1.logo .sIcon {
  width: 60px;
}
header h1.logo a span {
  letter-spacing: .01em;
}

main .mainCnt section p {
  width: 95%;
  margin: 0 auto;
}
main .intro p.read_txt {
  font-size: 1em;
}
main .intro figure img {
  height: auto;
  object-position: 80.5% 42%;
}

main .intro h2 {
  font-size: 2.1em;
  font-weight: 700;
}
main .intro h2 b {
  margin-bottom: .7em;
}
main .intro h2 b:before {
  top: -2px;
}

main .mainCnt section h3 {
  width: 100%;
  margin: 0 auto 20px;
  padding-left: unset;
  font-size: 1.7em;
  text-align: center;
}
main .mainCnt section h3 b::before {
  left: -.3em;
}
main .mainCnt section h3 b::after {
  right: -.3em;
}
main .mainCnt section h3::after {
  top: -135px;
  font-size: 1em;
}

a.btn {
  width: 85%;
}

p.leadTxt {
  column-count: 1;
}
p.leadTxt::first-letter {
  font-size: 3.5em;
}

.row_list .image img {
  height: auto;
}
.row_list ul.images {
  gap: 1em;
  justify-content: center;
}
.row_list ul.images li {
  padding: 7px;
}
.row_list ul.images li img {
  height: 75px;
}

.lightbox .lb-image {
  max-width: 100vw !important;
  max-height: 100vh !important;
}

.content-block {
  width: 95%;
  margin: 0 auto 30px;
}
.faceicon {
  width: 10vw;
  height: 10vw;
}
.faceicon img {
  height: 50px;
}

.content-block dl.talk {
  overflow: hidden;
}
.content-block dl.talk dt b,
.content-block dl.talk dd p {
  width: 85%;
  padding: 15px 18px;
  font-size: .9em;
}

#Lang {
  left: 10px;
}
#PageTop {
  right: 10px;
}

p.read_txt {
  text-align: left;
  width: 90%;
  margin: 5% auto 0;
}

.TriviaNavi {
  width: 100%;
}
.TriviaNavi li {
  width: calc(100% / 2 - 2%);
  margin: 0 1% 4%;
}

.ac-parent {
  padding: 4% 2%;
  border-bottom: 4px solid #fff;
}
.ac-parent p {
  padding: 0 10% 0 10%;
}
.ac-child p {
  padding: 0 5% 0 10%;
}

.movie_area {
  width: 90%;
  margin: 20px auto;
}
.movie_frame {
  all: unset; 
}
.movie_frame::before,
.movie_frame::after {
  display: none;
}
.movie_wrap {
  margin: 0 auto;
  border: unset;
}
}

@media (max-width: 480px) {
.carousel-wrapper .swiper-slide {
  width: 300px;
}
/*** #breadcrumb ***/
#breadcrumb {
  margin-top: 40px;
}
}
