body {
  background-image: url(../img/common/bg-loop.jpg);
  background-position: 50% 0;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  body {
    background-image: url(../img/common/bg-loop-sp.jpg);
  }
}

.wrap {
  background-image: url(../img/common/bg-top.jpg);
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .wrap {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    background-image: url(../img/common/bg-top-sp.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
  }
}

.headline {
  position: relative;
}

.headline .mark {
  position: absolute;
  top: -160px;
  left: -30px;
}

@media only screen and (max-width: 768px) {
  .headline .mark {
    top: -80px;
    left: 10px;
    width: 120px;
  }
}

.headline__title {
  position: relative;
}

.headline__title-en {
  font-weight: 700;
  font-size: 7.5rem;
  font-family: "Rajdhani", sans-serif;
}

@media only screen and (max-width: 768px) {
  .headline__title-en {
    font-size: 3.6rem;
    line-height: 1;
  }
}

.headline__title-jp {
  margin-left: 1em;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .headline__title-jp {
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.headline .btn {
  position: absolute;
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .headline .btn {
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .headline .btn {
    bottom: 0;
  }
}

.headline .btn a.more {
  padding-top: .75em;
  padding-bottom: .75em;
}

.breadcrumbs {
  margin: 0 auto;
  max-width: 1280px;
}

.label {
  display: inline-block;
  padding: 0 1.5em;
  background-color: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 2.0rem;
  font-family: "Rajdhani", sans-serif;
}

@media only screen and (max-width: 768px) {
  .label {
    font-size: 1.4rem;
  }
}

.label.cat-event {
  background: #ed609c;
  background: linear-gradient(140deg, #ed609c 0%, #b565d7 100%);
}

.label.cat-seminar {
  background: #1cd94e;
  background: linear-gradient(140deg, #1cd94e 0%, #e2c712 100%);
}

.label.cat-tournament {
  background: #027ddd;
  background: linear-gradient(140deg, #027ddd 0%, #06e7bd 100%);
}

.label.cat-news {
  background: #027ddd;
  background: linear-gradient(140deg, #027ddd 0%, #06e7bd 100%);
}

.label.is-close {
  padding: .15em 2em !important;
  font-size: 1.4rem !important;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}

.transition-mask {
  position: fixed;
  top: -100%;
  left: 200%;
  z-index: 99999;
  display: block;
  width: 200vw;
  height: 200vw;
  border-radius: 50%;
  background-color: #fcc;
  transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(-50%, -50%);
}

.fade-in-circle.animsition {
  opacity: 1;
}

.fade-out-circle .transition-mask {
  top: 50%;
  left: 50%;
}

.animsition-overlay-slide {
  z-index: 9999;
  background-color: #0196D1;
}

@media only screen and (min-width: 768px) {
  a.hover img.scale {
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  a.hover img.scale:hover {
    transform: scale(1.2);
  }
}

.localnav {
  padding: 5em 0;
  background-color: #f5f5f5;
}

.localnav a {
  display: block;
  background-color: #fff;
  padding-bottom: 2em;
  box-shadow: 9px 9px 12px rgba(50, 50, 50, 0.1);
}

@media only screen and (min-width: 768px) {
  .localnav a {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .localnav a:hover {
    opacity: 0.8;
  }
}

.lnav {
  text-align: center;
}

.lnav__title {
  padding: 1.5em 0;
}

.lnav__title-jp {
  font-size: 2.4rem;
}

.lnav__title-en {
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  margin-top: 0.25em;
  color: #0196D1;
}

.lnav .btn {
  margin: 0 10% 0;
  text-align: center;
}

.lnav .more {
  display: inline-block;
  width: 100%;
  padding: 1.25em 0;
  background-color: #192D4A;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  max-width: 360px;
  border-radius: 3px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.section-hero {
  overflow: hidden;
}

.section-hero .section-content {
  border-radius: 20px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .section-hero .section-content {
    border-radius: 10px;
    height: 60px;
    background-size: cover;
    background-position: 50% 50%;
  }
}

.section-hero a {
  color: #fff;
}

.section-hero .nav {
  position: absolute;
  right: 50px;
  top: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.section-hero .nav-list {
  display: flex;
  font-size: 1.8rem;
}

.section-hero .nav li {
  margin: 0 1.5em;
}

.section-hero .nav a {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-hero .nav a:hover .gnav__jp {
    opacity: 1;
  }
  .section-hero .nav a:hover .gnav__en {
    opacity: 0;
  }
}

.section-hero .nav .gnav__jp {
  opacity: 0;
  position: absolute;
  font-size: 1.4rem;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.section-hero .nav .gnav__en {
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.section-hero .headline {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.section-hero .brand-logo {
  top: 40px;
  left: 60px;
  position: absolute;
}

.section-hero .img {
  background-image: url(../img/top/hero-img.jpg);
  display: block;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}

.section-hero .gn-nav {
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .section-hero .gn-nav {
    display: none !important;
  }
}

.section-tournament {
  overflow: hidden;
}

.section-tournament .section-content {
  padding: 80px 0 100px;
}

@media only screen and (max-width: 768px) {
  .section-tournament .section-content {
    padding: 30px 0;
  }
}

.section-tournament .entry {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry {
    padding: 0 20px;
  }
}

.section-tournament .entry .badge {
  position: absolute;
  top: 30px;
  z-index: 1;
  transform: translate(0, -100%);
}

.section-tournament .entry .badge img {
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry .badge {
    right: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry .badge {
    right: 50%;
    width: 80px;
    transform: translate(156px, -100%);
  }
}

.section-tournament .entry .grid-x {
  align-items: center;
  position: relative;
}

.section-tournament .entry .figure {
  max-width: 480px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 9px 9px 12px rgba(34, 34, 34, 0.1);
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry .figure {
    border-radius: 10px;
  }
}

.section-tournament .entry__img {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry__img {
    padding-right: 20px;
  }
}

.section-tournament .entry__title {
  font-weight: bold;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry__title {
    font-size: 1.5rem;
  }
}

.section-tournament .entry .txt {
  margin: 1.5em 0;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry .txt {
    font-size: 1.4rem;
  }
}

.section-tournament .entry .btn {
  margin-top: 5em;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-tournament .entry .btn {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .section-tournament .entry .btn {
    text-align: center;
  }
}

.section-tournament .entry .more {
  max-width: 200px;
  padding: 1em 0;
}

@media only screen and (max-width: 768px) {
  .section-tournament .content {
    padding-top: 1em;
  }
}

.section-event .section-content {
  padding: 90px 0;
}

.section-event .entry {
  padding-bottom: 2em;
}

.section-event .entry .figure {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 9px 9px 12px rgba(34, 34, 34, 0.15);
  position: relative;
}

.section-event .entry .panel {
  padding: 20px;
}

.section-event .entry__title {
  font-weight: bold;
}

.section-event .entry__text {
  margin: 1.25em 0 2em;
}

.section-event .entry__img {
  position: relative;
}

.section-event .entry .txt {
  font-size: 1.4rem;
}

.section-event .entry .badge {
  position: absolute;
  top: -50px;
  right: -40px;
  max-width: 110px;
  z-index: 1;
}

.section-event .entry .badge img {
  width: 80px;
}

@media only screen and (max-width: 768px) {
  .section-event .entry .badge {
    max-width: 100px;
  }
}

.section-event .entry .label {
  margin: 20px 0 0 20px;
}

.section-event .entry .btn {
  margin-top: 4em;
}

.section-event .content {
  margin-top: 2em;
}

.section-article .headline__title {
  text-align: right;
  line-height: 1;
}

.section-article .headline__title-en {
  font-size: 5.0rem;
  line-height: 1;
}

.section-article .headline__title-jp {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .section-article .headline__title {
    display: none;
  }
}

.section-article .headline__cat {
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .section-article .headline .label {
    margin-left: -100px;
    padding: .15em 3em .15em 120px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-article .headline .label {
    padding: .5em 2em .5em 2em;
    width: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .section-article .content {
    padding: 0 20px;
  }
}

.section-article .section-event .section-content {
  overflow: hidden;
}

.section-article .article .btn {
  margin: 5em 0 2em;
  text-align: center;
  position: relative;
}

.section-article .article .btn .badge {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(200px, -70%);
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .section-article .article .btn .badge {
    width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .section-article .article .btn a {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .section-article .article .btn a:hover {
    opacity: .8;
  }
}

.section-article .article .btn__entry {
  display: block;
  margin: 0 auto;
  padding: 1.25em 0;
  max-width: 360px;
  border-radius: 50px;
  background-color: #e51974;
  color: #fff;
  line-height: 1.2;
}

.section-article .article .btn__entry.inactive {
  pointer-events: none;
  background-color: #969696;
}

.section-article .article .btn__entry span {
  display: inline-block;
  width: 100%;
}

.section-article .article .btn__entry .jp {
  font-weight: bold;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .section-article .article .btn__entry .jp {
    font-size: 1.6rem;
  }
}

.section-article .article .btn__entry .en {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Rajdhani", sans-serif;
  margin-top: 0.25em;
}

@media only screen and (max-width: 768px) {
  .section-article .article .btn__entry .en {
    font-size: 1.0rem;
  }
}

.section-article .article .btn__back {
  padding: 1em 3em;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}

.section-article .article .btn.back-to-home {
  margin-top: 5em;
}

.section-article .article__headline {
  padding: 1.5em 0;
}

.section-article .article__headline .title {
  font-weight: bold;
  font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .section-article .article__headline .title {
    font-size: 1.8rem;
  }
}

.section-article .article__headline .lead {
  margin: 1em 0;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .section-article .article__headline .lead {
    font-size: 1.2rem;
  }
}

.section-article .article__headline .term {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Rajdhani", sans-serif;
}

@media only screen and (max-width: 768px) {
  .section-article .article__headline .term {
    font-size: 1.4rem;
  }
}

.section-article .article__content {
  padding: 0 0 2em;
}

.section-article .article__content h1,
.section-article .article__content h2,
.section-article .article__content h3 {
  margin: 1em 0;
  font-weight: bold;
}

.section-article .article__content p {
  margin: 1.5em 0;
  line-height: 2.2;
}

.section-article .article__content img {
  margin: 1.5em 0;
  max-width: 100%;
}

.section-article .article__content figure {
  max-width: 100%;
}

.section-article .article__content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.section-article .article__content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.section-article .article__content .aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.section-article .article__content iframe {
  display: block;
  margin: 1em auto;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-article .article__content iframe {
    height: 52vw;
  }
}

.section-archives .headline .mark {
  top: -200px;
}

@media only screen and (max-width: 768px) {
  .section-archives .headline .mark {
    top: -100px;
  }
}

.section-archives .content {
  margin-top: 40px;
  position: relative;
}

.section-archives .entry {
  position: relative;
}

.section-archives .entry .thumb {
  position: absolute;
  bottom: 70%;
  right: -20px;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(0, 10px);
  width: 40%;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
}

.section-archives .entry .thumb img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry .thumb {
    display: none;
  }
}

.section-archives .entry .panel {
  padding: 1em 80px;
  border-radius: 10px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry .panel {
    padding: 1em 20px 1em 40px;
  }
}

.section-archives .entry > a {
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(../img/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry > a {
    padding: 1em 0 1em 3em;
    background-size: 20px auto;
  }
}

@media only screen and (min-width: 768px) {
  .section-archives .entry > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 30px 50%;
    padding-left: 100px;
  }
  .section-archives .entry > a:hover .thumb {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.section-archives .entry + .entry {
  margin-top: 5px;
}

.section-archives .entry__title {
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry__title {
    font-size: 1.6rem;
  }
}

.section-archives .entry__date {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry__date {
    font-size: 1.4rem;
  }
}

.section-archives .entry__date .md {
  font-size: 3.0rem;
  margin-left: 0.25em;
}

@media only screen and (max-width: 768px) {
  .section-archives .entry__date .md {
    font-size: 1.8rem;
  }
}

.section-archives .entry__loc {
  margin-top: 0.5em;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-archives .entry__loc {
    font-size: 1.4rem;
  }
}

.wrap {
  padding: 40px 40px 0;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 10px;
  }
}

.section {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .section-hero {
    margin-bottom: 10px;
  }
}

.section-hero .gn-nav {
  position: absolute;
  top: 60px;
}

.section-hero .nav {
  right: 140px;
  top: 86px;
}

@media only screen and (max-width: 768px) {
  .section-hero .nav {
    display: none;
  }
}

.section-hero .brand-logo {
  left: 50px;
}

.section-hero .brand-logo img {
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .section-hero .brand-logo {
    display: none;
  }
}

.section-hero .page-title {
  position: absolute;
  color: #fff;
  left: 190px;
  top: 50%;
  transform: translate(0, -48%);
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .section-hero .page-title {
    left: 80px;
  }
}

.section-hero .page-title__jp {
  font-weight: bold;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .section-hero .page-title__jp {
    font-size: 1.0rem;
  }
}

.section-hero .page-title__en {
  font-size: 4.5rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .section-hero .page-title__en {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .headline {
    padding-left: 20px !important;
  }
}

.page--tournament .section-hero .section-content {
  background-image: url(../img/tournament/hero-bg.png);
}

.page--tournament .section-tournament {
  border: 20px solid #FFF800;
  background-color: #FFF800;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .page--tournament .section-tournament {
    border: none;
    border-radius: 10px;
  }
}

.page--tournament .section-tournament .entry {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page--tournament .section-tournament .entry {
    border-radius: 10px;
    padding: 15px;
  }
}

.page--tournament .section-tournament .entry__title {
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .page--tournament .section-tournament .entry__title {
    font-size: 1.5rem;
    margin-top: 2em;
  }
}

@media only screen and (min-width: 768px) {
  .page--tournament .section-tournament .entry__body {
    padding-left: 20px;
  }
}

.page--tournament.single .section-article {
  border: 20px solid #FFF800;
  background-color: #fff;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .page--tournament.single .section-article {
    border: 10px solid #FFF800;
    border-radius: 10px;
  }
}

.page--tournament.single .section-article .headline {
  height: 800px;
}

@media only screen and (max-width: 768px) {
  .page--tournament.single .section-article .headline {
    height: 30vh;
  }
}

.page--tournament.single .section-article .headline__title {
  text-align: center;
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .page--tournament.single .section-article .headline__title {
    margin: 0 10%;
  }
}

.page--tournament.single .section-article .headline__title .title {
  font-size: 3.6rem;
  line-height: 1.6;
}

.page--tournament.single .section-article .headline__title .lead {
  font-size: 2.4rem;
  margin-top: 1.5em;
}

.page--tournament.single .section-article .headline__cat {
  top: auto;
  bottom: 0;
  left: 0;
}

.page--tournament.single .section-article .headline__cat .label {
  margin-left: 0;
}

.page--tournament.single .section-article .content {
  padding-top: 4em;
}

.page--tournament.single .section-article .bgimg {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.page--news .section-hero .section-content {
  background-image: url(../img/event/hero-bg.png);
}

.page--news .section-event {
  border: 20px solid #f3f2f3;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .page--news .section-event {
    border: 10px solid #f3f2f3;
    border-radius: 10px;
  }
  .page--news .section-event .section-content {
    padding: 40px 0;
  }
}

.page--news .section-event .catnav {
  z-index: 9;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .page--news .section-event .catnav {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .page--news .section-event .catnav {
    position: relative;
  }
}

.page--news .section-event .catnav__title {
  padding-right: 1em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page--news .section-event .catnav__title {
    display: none;
  }
}

.page--news .section-event .catnav__current {
  position: relative;
  padding: .75em 2em;
  width: 200px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .page--news .section-event .catnav__current {
    margin: 1.5em auto 0;
  }
}

.page--news .section-event .catnav__current::after {
  position: absolute;
  top: 14px;
  right: 18px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico-arrow-bl.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: ' ';
  transition: transform 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page--news .section-event .catnav__current.is-open::after {
  transform: rotateZ(180deg);
}

.page--news .section-event .catnav__content {
  position: relative;
  font-size: 1.4rem;
}

.page--news .section-event .catnav__list {
  position: absolute;
  top: 50px;
  visibility: hidden;
  padding: 2em 3em;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 9px 9px 9px rgba(100, 100, 100, 0.2);
  opacity: 0;
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(0, -20px);
}

.page--news .section-event .catnav__list.is-active {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.page--news .section-event .catnav__list li {
  padding: .5em 0;
  font-weight: bold;
}

.page--news .section-event .catnav__list a {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page--news .section-event .catnav__list a {
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .page--news .section-event .catnav__list a:hover {
    color: #0196D1;
  }
}

.page--news .section-event .catnav__list:after {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-bottom: 16px solid #fff;
  content: ' ';
}

.page--news.single .section-article {
  border: 20px solid #F3F2F3;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .page--news.single .section-article {
    border: 10px solid #F3F2F3;
    border-radius: 10px;
  }
}

.page--news.single .section-article .section-content {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .page--news.single .section-article .section-content {
    padding-top: 60px;
  }
}

.page--news.single .section-article .headline {
  padding-bottom: 30px;
}

.page--news.single .section-article .title {
  position: relative;
  display: inline-block;
}

.page--news.single .section-article .badge {
  position: absolute;
  right: 0%;
  top: 0;
  width: 120px;
  transform: translate(70%, -40%);
}

@media only screen and (max-width: 768px) {
  .page--news.single .section-article .badge {
    width: 80px;
  }
}

.page--archives .section-hero .section-content {
  background-image: url(../img/archives/hero-bg.png);
}

.page--archives .section-archives {
  border: 20px solid #f3f2f3;
  border-radius: 20px;
  background-color: #fff;
}

.page--archives .section-archives .section-content {
  padding: 70px 0;
}

@media only screen and (max-width: 768px) {
  .page--archives .section-archives {
    border: 10px solid #f3f2f3;
    border-radius: 10px;
  }
  .page--archives .section-archives .section-content {
    padding: 40px 0;
  }
}

.page--archives .section-archives .entry > a {
  background-image: url(../img/common/ico-arrow-bk.png);
  position: relative;
}

.page--archives.single .section-article {
  border: 20px solid #F3F2F3;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .page--archives.single .section-article {
    border: 10px solid #F3F2F3;
    border-radius: 10px;
  }
}

.page--archives.single .section-article .date {
  font-family: "Rajdhani", sans-serif;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .page--archives.single .section-article .date {
    font-size: 1.4rem;
  }
}

.page--archives.single .section-article .date__md {
  font-size: 3.0rem;
}

@media only screen and (max-width: 768px) {
  .page--archives.single .section-article .date__md {
    font-size: 2.0rem;
  }
}

.page--archives.single .section-article .location {
  font-weight: bold;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .page--archives.single .section-article .section-content {
    padding-top: 60px;
  }
}

.page--archives.single .section-article .headline {
  padding-bottom: 30px;
}

.page--goods .section-hero .section-content {
  background-image: url(../img/goods/hero-bg.png);
}

.page--goods .section-goods {
  border-radius: 20px;
  background: #bdd6da;
  background-image: url(../img/goods/main.png);
  background-position: -4% -2%;
  background-repeat: no-repeat;
}

.page--goods .section-goods .headline {
  padding-top: 106px;
  padding-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page--goods .section-goods .headline {
    color: #fff;
  }
}

.page--goods .section-goods .headline__title {
  font-weight: 700;
  font-size: 70px;
  font-family: 'Rajdhani', sans-serif;
}

.page--goods .section-goods .headline__subtitle {
  font-size: 18px;
}

.page--goods .section-goods .content {
  padding: 0 120px 110px;
}

.page--goods .section-goods .content .panel__items {
  position: relative;
  height: 520px;
  border-radius: 20px;
  background: #fff;
}

.page--goods .section-goods .content .panel__items .figure img {
  display: block;
  margin: 0 auto 70px;
  padding-top: 30px;
  width: 250px;
}

.page--goods .section-goods .content .panel__items p.goods-description, .page--goods .section-goods .content .panel__items p.goods-description-price {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.page--goods .section-goods .content .panel__items .onsalse {
  position: absolute;
  top: -30px;
  right: -30px;
}

.page--goods .btn {
  margin-top: 5em;
}

@media only screen and (max-width: 768px) {
  .page--goods .btn {
    margin-top: 2em;
  }
}

.page--goods .btn__buy {
  display: block;
  margin: 0 auto;
  padding: 1.25em 0;
  max-width: 400px;
  border-radius: 50px;
  background-color: #fff800;
  text-align: center;
  line-height: 1.2;
}

.page--goods .btn__buy span {
  display: inline-block;
  width: 100%;
}

.page--goods .btn__buy .jp {
  font-weight: bold;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .page--goods .btn__buy .jp {
    font-size: 1.8rem;
  }
}

.page--goods .btn__buy .en {
  margin-top: .25em;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Rajdhani', sans-serif;
}

@media only screen and (max-width: 768px) {
  .page--goods .btn__buy .en {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .page--goods .section-goods .section-content {
    border-radius: 10px;
    background-position: -24% 20px;
    background-size: 44%;
  }
  .page--goods .section-goods .section-content .headline {
    padding-top: 50px;
    padding-left: 0 !important;
  }
  .page--goods .section-goods .section-content .headline .headline__title {
    font-size: 38px;
    line-height: 1.0;
  }
  .page--goods .section-goods .section-content .headline .headline__subtitle {
    font-size: 13px;
  }
  .page--goods .section-goods .section-content .content {
    padding: 0 30px 50px 30px;
  }
  .page--goods .section-goods .section-content .content .panel__items {
    margin-bottom: 20px;
    padding: 42px 40px 40px 40px;
    height: auto;
    border-radius: 10px;
  }
  .page--goods .section-goods .section-content .content .panel__items .figure img {
    margin: 0 auto 0;
    padding-top: 0;
    max-width: 100%;
    width: auto;
  }
  .page--goods .section-goods .section-content .content .panel__items p.goods-description {
    padding-top: 40px;
    font-size: 13px;
  }
  .page--goods .section-goods .section-content .content .panel__items p.goods-description-price {
    padding-top: 5px;
    font-size: 12px;
  }
}

.page--about .for-sp {
  display: none;
}

.page--about .section-hero .section-content {
  background-image: url(../img/about/hero-bg.png);
}

.page--about .section-about {
  border-radius: 20px 20px 0 0;
  background-color: #f3f3f3;
}

.page--about .section-about .headline img {
  display: block;
  margin: 0 auto;
  padding-top: 110px;
}

.page--about .section-about .content {
  padding-top: 70px;
  text-align: center;
}

.page--about .section-about .content p.larger-txt {
  font-weight: bold;
  font-size: 24px;
}

.page--about .section-about .content p.txt {
  padding-top: 50px;
  font-size: 16px;
}

.page--about .section-about .content p.smaller-txt {
  padding-top: 50px;
  font-size: 14px;
}

.page--about .section-outline {
  padding-top: 90px;
  background-color: #f3f3f3;
}

.page--about .section-outline .section-content {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.page--about .section-outline .section-content .headline h2.headline__title {
  display: flex;
  font-weight: 700;
  font-size: 50px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.0;
  align-items: baseline;
}

.page--about .section-outline .section-content .headline h2.headline__title::before, .page--about .section-outline .section-content .headline h2.headline__title::after {
  height: 1px;
  background: #00aedc;
  content: '';
  flex-grow: 1;
}

.page--about .section-outline .section-content .headline h2.headline__title::before {
  margin-right: 30px;
}

.page--about .section-outline .section-content .headline h2.headline__title::after {
  margin-left: 30px;
}

.page--about .section-outline .section-content .headline p.headline__subtitle {
  font-weight: bold;
  font-size: 16px;
}

.page--about .section-outline .section-content .content .content__title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.page--about .section-outline .section-content .content .txt {
  font-size: 18px;
}

.page--about .section-outline .section-content .content .outline-sns-list ul {
  display: flex;
  margin-top: 40px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page--about .section-outline .section-content .content .outline-sns-list ul li {
  margin-left: 20px;
  width: 75px;
}

.page--about .section-outline .section-content .content .outline-sns-list ul li:first-child {
  margin-left: 0;
}

.page--about .section-outline .section-content .content .outline-sns-list ul li img {
  max-width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}

.page--about .section-outline .section-content .content .outline-sns-list ul li img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}

.page--about .section-member {
  padding-top: 100px;
  background-color: #f3f3f3;
}

.page--about .section-member .section-content {
  margin: 0 auto;
  max-width: 760px;
}

.page--about .section-member .section-content .headline h2.headline__title {
  display: flex;
  font-weight: 700;
  font-size: 50px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.0;
  align-items: baseline;
}

.page--about .section-member .section-content .headline h2.headline__title::before, .page--about .section-member .section-content .headline h2.headline__title::after {
  height: 1px;
  background: #00aedc;
  content: '';
  flex-grow: 1;
}

.page--about .section-member .section-content .headline h2.headline__title::before {
  margin-right: 30px;
}

.page--about .section-member .section-content .headline h2.headline__title::after {
  margin-left: 30px;
}

.page--about .section-member .section-content .headline p.headline__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.page--about .section-member .section-content .content .member-list {
  margin-top: 70px;
  margin-right: 90px;
  margin-left: 90px;
}

.page--about .section-member .section-content .content .member-list li {
  padding-bottom: 10px;
}

.page--about .section-partner {
  padding-top: 100px;
  padding-bottom: 150px;
  border-radius: 0 0 20px 20px;
  background-color: #f3f3f3;
}

.page--about .section-partner .section-content {
  margin: 0 auto;
  max-width: 760px;
}

.page--about .section-partner .section-content .headline h2.headline__title {
  display: flex;
  font-weight: 700;
  font-size: 50px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.0;
  align-items: baseline;
}

.page--about .section-partner .section-content .headline h2.headline__title::before, .page--about .section-partner .section-content .headline h2.headline__title::after {
  height: 1px;
  background: #00aedc;
  content: '';
  flex-grow: 1;
}

.page--about .section-partner .section-content .headline h2.headline__title::before {
  margin-right: 30px;
}

.page--about .section-partner .section-content .headline h2.headline__title::after {
  margin-left: 30px;
}

.page--about .section-partner .section-content .headline p.headline__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.page--about .section-partner .section-content .content {
  margin-top: 40px;
}
/*add 角丸*/
.page--about .section-partner .section-content .content ul li{
  border-radius: 5px;
  overflow: hidden;
}


.page--about .section-partner .section-content .content .partner-list-oversize ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page--about .section-partner .section-content .content .partner-list-oversize ul li {
  margin-bottom: 20px;
  margin-left: 40px;
  width: 360px;
}

.page--about .section-partner .section-content .content .partner-list-oversize ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

.page--about .section-partner .section-content .content .partner-list-oversize ul li img {
  max-width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}

.page--about .section-partner .section-content .content .partner-list-oversize ul li img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}

.page--about .section-partner .section-content .content .partner-list01 ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.page--about .section-partner .section-content .content .partner-list01 ul li {
  margin-bottom: 20px;
  margin-left: 20px;
  width: 240px;
}

.page--about .section-partner .section-content .content .partner-list01 ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

.page--about .section-partner .section-content .content .partner-list01 ul li img {
  max-width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}

.page--about .section-partner .section-content .content .partner-list01 ul li img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}

.page--about .section-partner .section-content .content .partner-list02 ul {
  display: flex;
/*chg 240502 l.1869を入れるための幅調整
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;*/
  margin: 30px auto 40px;
  width: 99%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page--about .section-partner .section-content .content .partner-list02 ul li {
  margin-bottom: 20px;
  margin-left: 20px;
  width: 180px;
}

.page--about .section-partner .section-content .content .partner-list02 ul li:first-child {
  margin-left: 0;
}
/*add 240502 fukuyama 中サイズ改行対応*/
.page--about .section-partner .section-content .content .partner-list02 ul li:nth-of-type(3n+1) {
  margin-left: 0;
}


.page--about .section-partner .section-content .content .partner-list02 ul li img {
  max-width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}

.page--about .section-partner .section-content .content .partner-list02 ul li img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}

.page--about .section-partner .section-content .content .partner-list03 ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page--about .section-partner .section-content .content .partner-list03 ul li {
  margin-bottom: 20px;
  margin-left: 15px;
  width: 140px;
}

.page--about .section-partner .section-content .content .partner-list03 ul li:nth-of-type(5n+1) {
  margin-left: 0;
}

.page--about .section-partner .section-content .content .partner-list03 ul li img {
  max-width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}

.page--about .section-partner .section-content .content .partner-list03 ul li img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}

.page--about .section-partner .section-content .content .txt {
  padding-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page--about .for-sp {
    display: inherit;
  }
  .page--about .section-about {
    border-radius: 10px 10px 0 0;
  }
  .page--about .section-about .headline img {
    padding-top: 45px;
    width: 95px;
    height: auto;
  }
  .page--about .section-about .content {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .page--about .section-about .content p.larger-txt {
    font-size: 14px;
  }
  .page--about .section-about .content p.txt {
    padding-top: 30px;
    text-align: left;
    font-size: 13px;
  }
  .page--about .section-about .content p.txt-r {
    text-align: right;
  }
  .page--about .section-about .content p.smaller-txt {
    padding-top: 30px;
    text-align: left;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .page--about .section-outline {
    padding-top: 45px;
  }
  .page--about .section-outline .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page--about .section-outline .section-content .headline {
    padding-left: 0 !important;
  }
  .page--about .section-outline .section-content .headline h2.headline__title {
    font-size: 32px;
  }
  .page--about .section-outline .section-content .headline h2.headline__title::before {
    margin-right: 15px;
  }
  .page--about .section-outline .section-content .headline h2.headline__title::after {
    margin-left: 15px;
  }
  .page--about .section-outline .section-content .headline p.headline__subtitle {
    font-size: 12px;
  }
  .page--about .section-outline .section-content .content .content__title {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .page--about .section-outline .section-content .content .txt {
    font-size: 13px;
  }
  .page--about .section-outline .section-content .content .outline-sns-list ul {
    margin-top: 30px;
  }
  .page--about .section-outline .section-content .content .outline-sns-list ul li {
    margin-left: 10px;
    width: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .page--about .section-member {
    padding-top: 45px;
  }
  .page--about .section-member .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .page--about .section-member .section-content .headline {
    padding-left: 0 !important;
  }
  .page--about .section-member .section-content .headline h2.headline__title {
    font-size: 32px;
  }
  .page--about .section-member .section-content .headline h2.headline__title::before {
    margin-right: 15px;
  }
  .page--about .section-member .section-content .headline h2.headline__title::after {
    margin-left: 15px;
  }
  .page--about .section-member .section-content .headline p.headline__subtitle {
    font-size: 12px;
  }
  .page--about .section-member .section-content .content .member-list {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }
  .page--about .section-member .section-content .content .member-list li {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .page--about .section-partner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .page--about .section-partner .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  /*230508 add stt*/
  .page--about .section-partner .section-content .headline {
    padding-left: 0 !important;
  }
  .page--about .section-partner .section-content .headline h2.headline__title {
    font-size: 32px;
  }
  .page--about .section-partner .section-content .headline h2.headline__title::before {
    margin-right: 15px;
  }
  .page--about .section-partner .section-content .headline h2.headline__title::after {
    margin-left: 15px;
  }
  .page--about .section-partner .section-content .headline p.headline__subtitle {
    font-size: 12px;
  }
  /*230508 add end*/ 
  .page--about .section-partner .section-content .content .partner-list-oversize ul {
    align-items: center;
    justify-content: center;
  }
  .page--about .section-partner .section-content .content .partner-list-oversize ul li {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
  .page--about .section-partner .section-content .content .partner-list-oversize ul li:nth-of-type(3n+1) {
    margin-left: 20px;
  }
  .page--about .section-partner .section-content .content .partner-list-oversize ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
    
  .page--about .section-partner .section-content .content .partner-list01 ul {
    align-items: center;
    justify-content: center;
  }
  .page--about .section-partner .section-content .content .partner-list01 ul li {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
  .page--about .section-partner .section-content .content .partner-list01 ul li:nth-of-type(3n+1) {
    margin-left: 20px;
  }
  .page--about .section-partner .section-content .content .partner-list01 ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .page--about .section-partner .section-content .content .partner-list02 ul li {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
  .page--about .section-partner .section-content .content .partner-list02 ul li.tyukan {
    margin-bottom: 20px;
    margin-left: 0;
    width: calc((100% - 20px) / 2);
  }
/*add 240502 fukuyama 中サイズ改行対応*/
.page--about .section-partner .section-content .content .partner-list02 ul li:nth-of-type(3n+1) {
  margin-left: 20px;
}    
.page--about .section-partner .section-content .content .partner-list02 ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }    
    
  .page--about .section-partner .section-content .content .partner-list03 ul {
    align-items: center;
    justify-content: center;
  }
  .page--about .section-partner .section-content .content .partner-list03 ul li {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
  .page--about .section-partner .section-content .content .partner-list03 ul li:nth-of-type(5n+1) {
    margin-left: 20px;
  }
  .page--about .section-partner .section-content .content .partner-list03 ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .page--about .section-partner .section-content .content .txt {
    padding-top: 30px;
    font-size: 13px;
  }
}

.page--guideline .section-hero .section-content {
  background-image: url("../img/guideline/hero-bg.png");
  background-size: 100%;
}

.page--guideline .section-guideline {
  border-radius: 20px;
  background-color: #f3f3f3;
}

.page--guideline .section-guideline .section-content {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 160px;
  max-width: 760px;
}

.page--guideline .section-guideline .section-content .headline h2.headline__title {
  display: flex;
  font-weight: 700;
  font-size: 50px;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.0;
  align-items: baseline;
}

.page--guideline .section-guideline .section-content .headline h2.headline__title::before, .page--guideline .section-guideline .section-content .headline h2.headline__title::after {
  height: 1px;
  background: #00aedc;
  content: '';
  flex-grow: 1;
}

.page--guideline .section-guideline .section-content .headline h2.headline__title::before {
  margin-right: 30px;
}

.page--guideline .section-guideline .section-content .headline h2.headline__title::after {
  margin-left: 30px;
}

.page--guideline .section-guideline .section-content .headline p.headline__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.page--guideline .section-guideline .section-content .content {
  margin-top: 60px;
}

.page--guideline .section-guideline .section-content .content .guideline-list {
  margin-bottom: 30px;
}

.page--guideline .section-guideline .section-content .content .guideline-list li {
  padding-bottom: 10px;
  padding-left: 1rem;
  text-indent: -1rem;
}

.page--guideline .section-guideline .section-content .content .photo-box-wrap {
  display: flex;
  margin-top: 60px;
}

.page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box {
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
}

.page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box:first-child {
  margin-left: 0;
}

.page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box img {
  max-width: 100%;
  height: auto;
}

.page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box p {
  margin-top: 18px;
  font-size: 1.4rem;
}

.page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box p span {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .page--guideline .section-guideline {
    border-radius: 10px;
  }
  .page--guideline .section-guideline .section-content {
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .page--guideline .section-guideline .section-content .headline {
    padding-left: 0 !important;
  }
  .page--guideline .section-guideline .section-content .headline h2.headline__title {
    font-size: 32px;
  }
  .page--guideline .section-guideline .section-content .headline h2.headline__title::before {
    margin-right: 15px;
  }
  .page--guideline .section-guideline .section-content .headline h2.headline__title::after {
    margin-left: 15px;
  }
  .page--guideline .section-guideline .section-content .headline p.headline__subtitle {
    font-size: 12px;
  }
  .page--guideline .section-guideline .section-content .content {
    margin-top: 50px;
  }
  .page--guideline .section-guideline .section-content .content .guideline-list {
    margin-bottom: 10px;
  }
  .page--guideline .section-guideline .section-content .content .guideline-list li {
    font-size: 1.3rem;
  }
  .page--guideline .section-guideline .section-content .content p {
    font-size: 1.3rem;
  }
  .page--guideline .section-guideline .section-content .content .photo-box-wrap {
    display: block;
    margin-top: 60px;
  }
  .page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 60%;
  }
  .page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box:first-child {
    margin-left: auto;
  }
  .page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box p {
    margin-top: 15px;
    text-align: center;
    font-size: 1.2rem;
  }
  .page--guideline .section-guideline .section-content .content .photo-box-wrap .photo-box p span {
    font-weight: bold;
    font-size: 1.3rem;
  }
}
