@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&display=swap");
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}

.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section:nth-of-type(odd) {
  background: initial;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

#header .header-fix-wrap,
#headerBody {
  position: absolute !important;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .Pagetop a:after {
    margin-top: -3px;
    margin-left: -4px;
  }
}

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

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

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.share-sns-column {
  position: relative;
  padding-bottom: 60px;
  background: #fff;
  z-index: 100;
}

.menu-column {
  position: relative;
  margin-top: 0;
  z-index: 100;
}

#kazenomori {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  background: #3E3A39;
  /* 第2弾 */
}
#kazenomori .kazenomori-inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #kazenomori .kazenomori-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#kazenomori .kazenomori-img {
  flex: 0 0 34%;
  max-width: 34%;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #kazenomori .kazenomori-img-wrapper {
    position: sticky;
    top: 0;
    left: 0;
  }
}
#kazenomori .kazenomori-img-wrapper#valueSticky[style*="position: fixed;"]::before, #kazenomori .kazenomori-img-wrapper#valueSticky[style*="position: fixed;"]::after {
  width: 59vw;
}
#kazenomori .kazenomori-img-slide {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: url(../img/slide1.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: all 1.2s ease-in;
}
#kazenomori .kazenomori-img-slide.is-hide {
  opacity: 0;
  visibility: hidden;
}
#kazenomori .kazenomori-img-slide:nth-child(7) {
  position: relative;
}
#kazenomori .kazenomori-img-slide:nth-child(1) {
  background-image: url(../img/slide1.jpg);
  z-index: 6;
}
#kazenomori .kazenomori-img-slide:nth-child(2) {
  background-image: url(../img/slide2.jpg);
  z-index: 5;
}
#kazenomori .kazenomori-img-slide:nth-child(3) {
  background-image: url(../img/slide3.jpg);
  z-index: 4;
}
#kazenomori .kazenomori-img-slide:nth-child(4) {
  background-image: url(../img/slide4.jpg);
  z-index: 3;
}
#kazenomori .kazenomori-img-slide:nth-child(5) {
  background-image: url(../img/slide5_2.jpg);
  z-index: 2;
}
#kazenomori .kazenomori-img-slide:nth-child(6) {
  background-image: url(../img/slide6.jpg);
  z-index: 1;
}
#kazenomori .kazenomori-img-slide:nth-child(7) {
  background-image: url(../img/slide7.jpg);
  z-index: 0;
}
#kazenomori .kazenomori-img-slide .slide-2-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#kazenomori .kazenomori-content {
  position: relative;
}
@media screen and (min-width: 769px) {
  #kazenomori .kazenomori-content {
    flex: 0 0 calc(100% - 34%);
    flex-basis: calc(100% - 34%);
    max-width: calc(100% - 34%);
  }
}
#kazenomori .kazenomori-article {
  counter-increment: number 1;
  position: relative;
  top: 0;
  min-height: 600px;
  margin: 0 auto;
  background: #b5b5b6;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #kazenomori .kazenomori-article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
}
#kazenomori .kazenomori-article:nth-child(even) {
  background: #c5c6c6;
}
#kazenomori .item--content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 180px 20px;
}
@media screen and (max-width: 768px) {
  #kazenomori .item--content {
    padding: 40px 22px 150px;
  }
}
@media screen and (min-width: 769px) {
  #kazenomori .item--content {
    display: flex;
    justify-content: space-between;
    background: transparent;
  }
}
#kazenomori .item--content--inner {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  z-index: 1;
}
#kazenomori .item--content--inner h3,
#kazenomori .item--content--inner p {
  color: #060001;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
}
#kazenomori .item--title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 20%;
  height: 75px;
  width: 60%;
  min-width: 300px;
  padding: 0 2em;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: right;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #kazenomori .item--title {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #kazenomori .item--img {
    display: none;
  }
}
#kazenomori .item--img img {
  vertical-align: bottom;
}
#kazenomori .notice {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  #kazenomori .notice {
    font-size: 1.2rem !important;
  }
}
#kazenomori .svg-wrap,
#kazenomori .svg-wrap-sp,
#kazenomori .svg-wrap-sp-bottom {
  position: relative;
}
#kazenomori .pc-wave::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none" height="150"><path fill="%23f3f75f" id="wave1" d="M100,10H0V9C49.83,9,50,2,100,2v8Z"><animate attributeType="XML" attributeName="d" dur="5s" repeatCount="indefinite" values="M100,10H0V9C49.83,9,50,2,100,2v8Z;M100,10H0V5.58C50.08,0,50.08,0,100,5.5V10Z;M100,10H0V2C49.83,2,50,9,100,9v1Z;M100,10H0V5.5C50,10,50,10,100,5.5V10Z;M100,10H0V9C49.83,9,50,2,100,2v8Z"/></path></svg>') no-repeat center;
  background-size: cover;
  transform: scaleX(-1); /* 左右反転 */
}
#kazenomori .svg-wrap-sp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none" height="300"><path fill="%23f3f75f" id="wave1" d="M100,10H0V9C49.83,9,50,7.5,100,7.5v2.5Z"><animate attributeType="XML" attributeName="d" dur="4.5s" repeatCount="indefinite" values="M100,10H0V9C49.83,9,50,7.5,100,7.5v2.5Z;M100,10H0V8.75C50.08,8.25,50.08,8.25,100,8.75V10Z;M100,10H0V8.5C49.83,8.5,50,8.75,100,8.75v1.25Z;M100,10H0V8.75C50,8.5,50,8.5,100,8.75V10Z;M100,10H0V9C49.83,9,50,7.5,100,7.5v2.5Z"/></path></svg>') no-repeat center;
  background-size: cover;
  transform: scaleX(-1); /* 左右反転 */
}
#kazenomori .svg-wrap-sp-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none" height="200"><path fill="%23f3f75f" id="wave1" d="M100,10H0V9C49.83,9,50,7.5,100,7.5v2.5Z"><animate attributeType="XML" attributeName="d" dur="4s" repeatCount="indefinite" values="M100,10H0V9C49.83,9,50,7.5,100,7.5v2.5Z;M100,10H0V8.75C50.08,8.25,50.08,8.25,100,8.75V10Z;M100,10H0V8.5C49.83,8.5,50,8.75,100,8.75v1.25Z;M100,10H0V8.75C50,8.5,50,8.5,100,8.75V10Z;M100,10H0V9C49.83,9,50,7.5,100,7.5v2.5Z"/></path></svg>') no-repeat center;
  background-size: cover;
  transform: scaleX(-1); /* 左右反転 */
}
#kazenomori .mv {
  margin-bottom: 132px;
}
@media screen and (max-width: 768px) {
  #kazenomori .mv {
    margin-bottom: 40px;
  }
}
#kazenomori .mv .mv-inner {
  width: 1020px;
  margin: 0px auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #kazenomori .mv .mv-inner {
    width: 92%;
    padding-top: 40px;
  }
}
#kazenomori .mv-img {
  position: relative;
}
#kazenomori .mv-img .mv-img-main1 {
  width: 990px;
}
@media screen and (max-width: 768px) {
  #kazenomori .mv-img .mv-img-main1 {
    width: 100%;
  }
}
#kazenomori .mv .mv-img-main4 {
  width: 493px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  #kazenomori .mv .mv-img-main4 {
    width: 80vw;
  }
}
#kazenomori .kazenomori-article {
  overflow: hidden;
}
#kazenomori .kazenomori-article .ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 500 !important;
  color: #f3f75f;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-left: 54px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .ttl {
    font-size: 3.4rem;
    font-weight: 500;
    padding-left: 1.1em;
    line-height: 1.2;
  }
}
#kazenomori .kazenomori-article .ttl .label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
  background: #f3f75f;
  border-radius: 100%;
  letter-spacing: -2px;
  transform: translateY(-110%);
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .ttl .label {
    left: calc(50% - 39px);
  }
}
#kazenomori .kazenomori-article .ttl .label span {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -2px;
}
#kazenomori .kazenomori-article .ttl + p {
  font-weight: 500;
}
#kazenomori .kazenomori-article .ttl::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  background: url("/shinsaibashi/kazenomoriweeks/assets/img/icon-advance.png") no-repeat;
  background-size: 50%;
  width: 84px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .ttl::before {
    width: 64px;
    top: 17px;
  }
}
#kazenomori .kazenomori-article .ttl-sub {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.03em;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .ttl-sub {
    margin-top: 30px;
    font-size: 1.7rem;
    line-height: 1.76;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .article-ttl-sp {
    margin-top: -80px !important;
  }
}
#kazenomori .kazenomori-article .text-content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .text-content {
    margin-top: 25px;
  }
}
#kazenomori .kazenomori-article .text-content .txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .text-content .txt {
    font-size: 1.6rem;
  }
}
#kazenomori .kazenomori-article .btn {
  margin-top: 30px;
}
#kazenomori .kazenomori-article .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f75f;
  min-width: 260px;
  padding: 13px 30px;
  text-align: center;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .btn a {
    max-width: 330px;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
#kazenomori .kazenomori-article .btn a::after {
  content: "";
  display: block;
  transform: rotate(135deg);
  width: 19px;
  height: 19px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
#kazenomori .kazenomori-article .btn .coming {
  display: inline-block;
  border: 1px solid #f3f75f;
  width: 260px;
  padding: 13px 0;
  text-align: center;
  border-radius: 28px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .btn .coming {
    max-width: 330px;
    width: 100%;
    font-size: 1.5rem;
  }
}
#kazenomori .kazenomori-article .btn .coming::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 115px;
  height: 35px;
  top: -10px;
  right: -80px;
  background: url(../img/coming.png) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article .btn .coming::after {
    top: -20px;
    right: 0px;
  }
}
#kazenomori .kazenomori-article .btn + p {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
#kazenomori .kazenomori-article-venue {
  background-color: #f3f75f;
  border-radius: 9999px;
  max-width: 255px;
  text-align: center;
  font-size: 2rem !important;
  font-weight: 400 !important;
  padding: 1px 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomori-article-venue {
    width: 100%;
    max-width: none;
    padding: 3px 0;
  }
}
#kazenomori .kazenomori-article-venue + p {
  margin-top: 10px;
  font-weight: 500;
}
#kazenomori .kazenomori-article .event-period {
  font-size: 2.3rem;
  line-height: 1.65;
  font-weight: 500;
}
#kazenomori .kazenomori-article .event-period::before {
  content: "●";
  display: inline-block;
  margin-right: 0.2em;
  text-indent: 0;
  color: #F4EA00;
}
@keyframes sway {
  0% {
    transform: translateX(0) scale(1) rotate(0deg);
  }
  25% {
    transform: translateX(1px) scale(1.01) rotate(1deg);
  }
  50% {
    transform: translateX(0) scale(1.01) rotate(0deg);
  }
  75% {
    transform: translateX(-1px) scale(1.01) rotate(-1deg);
  }
  100% {
    transform: translateX(0) scale(1) rotate(0deg);
  }
}
@keyframes transformEffect {
  0% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
  50% {
    transform: translate3d(0px, 0px, 0px) scale(1.03);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
}
#kazenomori .top-article .item--content {
  position: relative;
  padding-bottom: 100px;
  background: url("/shinsaibashi/kazenomoriweeks/assets/img/tree_base.png") top left no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article .item--content {
    padding-top: 120px;
  }
}
#kazenomori .top-article .item--content::before {
  content: "";
  position: absolute;
  background: url("/shinsaibashi/kazenomoriweeks/assets/img/tree1.png") top left no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  animation: tree 8s ease-in-out 0s infinite normal forwards;
  transform-origin: bottom left;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article .item--content::before {
    width: 110%;
  }
}
#kazenomori .top-article .item--content::after {
  content: "";
  position: absolute;
  background: url("/shinsaibashi/kazenomoriweeks/assets/img/tree2.png") top left no-repeat;
  bottom: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background-size: cover;
  animation: tree2 10s ease-out 0.5s infinite normal forwards;
  transform-origin: bottom right;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article .item--content::after {
    width: 120%;
  }
}
#kazenomori .top-article .item--content .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105%;
  height: 110%;
  background: url("/shinsaibashi/kazenomoriweeks/assets/img/tree3.png") top left no-repeat;
  background-size: cover;
  animation: tree 12s ease-in 0s infinite normal forwards;
  transform-origin: bottom right;
  overflow: hidden;
  z-index: -1;
}
@keyframes tree {
  0% {
    transform: skew(0deg, 0deg);
  }
  25% {
    transform: skew(0deg, -1deg);
  }
  50% {
    transform: skew(2deg, -3deg);
  }
  75% {
    transform: skew(2deg, -2deg);
  }
  to {
    transform: skew(0deg, 0deg);
  }
}
@keyframes tree2 {
  0% {
    transform: skew(0deg, 0deg);
  }
  25% {
    transform: skew(2deg, -1deg);
  }
  50% {
    transform: skew(4deg, -3deg);
  }
  75% {
    transform: skew(2deg, -2deg);
  }
  to {
    transform: skew(0deg, 0deg);
  }
}
#kazenomori .top-article .lead {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 2.07;
  letter-spacing: 0.03em;
}
#kazenomori .top-article .lead-l {
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article .lead {
    font-size: 1.7rem;
  }
  #kazenomori .top-article .lead span {
    font-size: 1.9rem;
  }
}
#kazenomori .top-article .text-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article .text-content {
    margin-top: 30px;
  }
}
#kazenomori .top-article .text-content p {
  font-size: 1.7rem;
  line-height: 2.35;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article .text-content p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#kazenomori .top-article .text-content .top-article-ttl {
  color: #f3f75f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article .text-content .top-article-ttl {
    font-size: 1.7rem;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.65;
  }
}
#kazenomori .top-article-period-ttl, #kazenomori .top-article-venue-ttl {
  background-color: #f3f75f;
  font-size: 2rem !important;
  letter-spacing: 0.03em;
  width: 134px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article-period-ttl, #kazenomori .top-article-venue-ttl {
    font-size: 1.6rem !important;
    width: 140px;
    margin-bottom: 12px;
  }
}
#kazenomori .top-article-period-txt, #kazenomori .top-article-venue-txt {
  font-size: 2.2rem !important;
  letter-spacing: 0.03em;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article-period-txt, #kazenomori .top-article-venue-txt {
    font-size: 1.6rem !important;
    line-height: 1.31;
  }
}
#kazenomori .top-article-period {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article-period {
    margin-top: 27px;
  }
}
#kazenomori .top-article-venue {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article-venue {
    margin-top: 23px;
  }
}
#kazenomori .top-article-venue-list-item {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 2.2rem !important;
  font-weight: 500;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article-venue-list-item {
    font-size: 1.6rem !important;
    padding-left: 1.1em;
  }
}
#kazenomori .top-article-venue-list-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .top-article-venue-list-item:before {
    width: 11px;
    height: 11px;
    top: 9px;
    transform: none;
  }
}
#kazenomori .top-article .item--img {
  position: relative;
  width: 52%;
  margin: 30px auto -80px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #kazenomori .advance-article .item--content {
    padding-top: 33px;
  }
}
#kazenomori .advance-article-ttl {
  display: block;
  -webkit-mask-image: url(../img/ttl_toku.png), none;
          mask-image: url(../img/ttl_toku.png), none;
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 143px;
  height: 143px;
  position: relative;
  background-color: #fff;
  margin: -80px auto 15px;
}
@media screen and (min-width: 769px) {
  #kazenomori .advance-article-ttl {
    margin: 0 0 15px;
  }
}
#kazenomori .ajiwau-article .item--content--inner .ajiwau-article-lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ajiwau-article-lead {
    margin-top: 25px;
  }
}
#kazenomori .ajiwau-article .item--content--inner .ajiwau-article-lead .txt {
  font-weight: 500;
}
#kazenomori .ajiwau-article .item--content--inner .ajiwau-article-ttl {
  -webkit-mask-image: url(../img/ttl_ajiwau.png);
          mask-image: url(../img/ttl_ajiwau.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  overflow: hidden;
  width: 430px;
  height: 100px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ajiwau-article-ttl {
    display: none;
  }
}
#kazenomori .ajiwau-article .item--content--inner .ajiwau-article-ttl-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ajiwau-article-ttl-sp {
    display: block;
    -webkit-mask-image: url(../img/ttl_ajiwau_sp1.png), none;
            mask-image: url(../img/ttl_ajiwau_sp1.png), none;
    background-color: #fff;
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 143px;
    height: 106px;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
  }
}
#kazenomori .ajiwau-article .item--content--inner .ajiwau-article-ttl-sp-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ajiwau-article-ttl-sp-bottom {
    display: block;
    -webkit-mask-image: url(../img/ttl_ajiwau_sp2.png), none;
            mask-image: url(../img/ttl_ajiwau_sp2.png), none;
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 232px;
    height: 46px;
    position: relative;
    background-color: #fff;
    margin: 10px auto 0;
  }
}
#kazenomori .ajiwau-article .item--content--inner .ttl {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ttl {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ttl:first-of-type::before {
    top: 34%;
  }
}
#kazenomori .ajiwau-article .item--content--inner .ajiwau-article-lead {
  margin-bottom: 100px;
}
#kazenomori .ajiwau-article .item--content--inner .ajiwau-article-lead .txt {
  font-size: 2.2rem !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ajiwau-article-lead .txt {
    font-size: 1.6rem !important;
  }
}
#kazenomori .ajiwau-article .item--content--inner .kazenomori-article-venue {
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 0.2em;
  font-size: 2.3rem !important;
}
#kazenomori .ajiwau-article .item--content--inner .text-content:nth-of-type(2) {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .text-content:nth-of-type(2) {
    margin-top: 22px;
  }
}
#kazenomori .ajiwau-article .item--content--inner .ttl:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .ttl:nth-of-type(2) {
    margin-top: 44px;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .text-content:first-of-type p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item--content--inner .text-content:last-of-type {
    margin-top: 26px;
  }
}
#kazenomori .ajiwau-article-section-inner {
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #f3f75f;
}
#kazenomori .ajiwau-article-section-inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#kazenomori .ajiwau-article-section-inner.section-drink .label {
  background: url(../img/label-drink.png) center no-repeat;
  background-size: contain;
}
#kazenomori .ajiwau-article-section-inner.section-buy .label {
  background: url(../img/label-buy.png) center no-repeat;
  background-size: contain;
}
#kazenomori .ajiwau-article-section-inner.section-try .label {
  background: url(../img/label-try.png) center no-repeat;
  background-size: contain;
}
#kazenomori .ajiwau-article-section-inner.kojuken .ttl {
  margin-top: 0;
}
#kazenomori .ajiwau-article-section .new.label::after {
  content: "NEW!!";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  padding: 0.2em;
  font-size: 2rem;
  letter-spacing: 2px;
  white-space: nowrap;
  color: #fff;
  transform: translate(120%, -50%);
  background: #d31818;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article-section .new.label::after {
    top: 0;
    right: 50%;
    font-size: 1.6rem;
    transform: translate(50%, -130%);
  }
}
#kazenomori .ajiwau-article .notice {
  margin-top: 25px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .notice {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
#kazenomori .ajiwau-article .bottle-img {
  max-width: 490px;
  height: auto;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .bottle-img {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .chocorate-img {
  margin: 40px auto 0;
}
#kazenomori .ajiwau-article .grandcercle .profile {
  margin: 40px auto 20px;
}
#kazenomori .fukameru-article .item--content--inner .fukameru-article-ttl {
  -webkit-mask-image: url(../img/ttl_fukameru.png), none;
          mask-image: url(../img/ttl_fukameru.png), none;
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 445px;
  height: 102px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .fukameru-article-ttl {
    display: none;
  }
}
#kazenomori .fukameru-article .item--content--inner .fukameru-article-ttl-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .fukameru-article-ttl-sp {
    display: block;
    -webkit-mask-image: url(../img/ttl_fukameru_sp1.png), none;
            mask-image: url(../img/ttl_fukameru_sp1.png), none;
    background-color: #fff;
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 143px;
    height: 106px;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
  }
}
#kazenomori .fukameru-article .item--content--inner .fukameru-article-sp-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .fukameru-article-sp-bottom {
    display: block;
    -webkit-mask-image: url(../img/ttl_fukameru_sp2.png), none;
            mask-image: url(../img/ttl_fukameru_sp2.png), none;
    background-color: #fff;
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 260px;
    height: 46px;
    position: relative;
    background-color: #fff;
    margin: 13px auto 0;
  }
}
#kazenomori .fukameru-article .item--content--inner .ttl {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .ttl {
    margin-top: 60px;
  }
}
#kazenomori .fukameru-article .item--content--inner .event-period {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .event-period {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
#kazenomori .fukameru-article .item--content--inner .notice {
  margin-top: 45px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .notice {
    margin-top: 40px;
    font-size: 1.3rem;
  }
}
#kazenomori .fukameru-article .item--content--inner .btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .text-content {
    margin-top: 22px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .item--content--inner .text-content p {
    font-size: 1.6rem;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .tanoshimu-article-ttl {
  -webkit-mask-image: url(../img/ttl_tanoshimu.png), none;
          mask-image: url(../img/ttl_tanoshimu.png), none;
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 450px;
  height: 102px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .tanoshimu-article-ttl {
    display: none;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .tanoshimu-article-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .tanoshimu-article-sp {
    display: block;
    -webkit-mask-image: url(../img/ttl_tanoshimu_sp1.png), none;
            mask-image: url(../img/ttl_tanoshimu_sp1.png), none;
    background-color: #fff;
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 143px;
    height: 106px;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .tanoshimu-article-sp-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .tanoshimu-article-sp-bottom {
    display: block;
    -webkit-mask-image: url(../img/ttl_tanoshimu_sp2.png), none;
            mask-image: url(../img/ttl_tanoshimu_sp2.png), none;
    background-color: #fff;
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 250px;
    height: 46px;
    position: relative;
    background-color: #fff;
    margin: 13px auto 0;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .ttl {
  margin-top: 65px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .ttl {
    margin-top: 60px;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .ttl--sub {
  margin-top: 38px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .ttl--sub {
    margin-top: 30px !important;
    text-align: center;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .ttl--sub p {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .ttl--sub p {
    flex-direction: column;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .ttl--sub p span {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1.2em;
  text-indent: 0.5em;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .ttl--sub p span {
    font-size: 2.4rem;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .ttl--sub p small {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .ttl--sub p small {
    font-size: 1.7rem;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .ttl--sub .icon-x {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 60px;
  margin: 0 10px;
  margin-top: 10px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .ttl--sub .icon-x {
    margin: 10px auto;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .text-content P {
    font-size: 1.6rem;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon {
  position: relative;
  margin: 40px auto 200px;
  width: 100%;
  padding: 40px 25px;
  border: 2px solid #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon {
    font-size: 1.5rem;
    margin-top: 30px;
    padding: 30px 20px;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon--item {
    margin: 0 auto;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--ttl {
  font-size: 1.9rem;
  max-width: 480px;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon--ttl {
    text-align: center;
    font-size: 1.5rem !important;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--venue {
  margin-top: 11px;
  max-width: 450px;
  width: 100%;
  padding: 4px 30px;
  font-size: 2rem;
  font-weight: 100;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon--venue {
    font-size: 1.6rem !important;
    margin: 6px auto 0;
    border-radius: 28px;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: flex;
  justify-content: space-between;
  width: 183px;
  margin-left: auto;
  transform: translateY(90%);
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon--img {
    margin: 26px auto 0;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-ball {
  position: relative;
  margin-top: auto;
  width: 65px;
  height: 36px;
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-ball--1 {
  position: absolute;
  left: 88px;
  bottom: 40px;
  animation: boll 4s infinite ease-in-out;
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-ball--2 {
  position: absolute;
  left: 25px;
  top: 0;
  animation-delay: 0.8s;
  animation: bounce 3s infinite ease-in-out;
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-ball--3 {
  position: absolute;
  left: 45px;
  top: 5px;
  z-index: 10;
  animation-delay: 0.4s;
  animation: bounce 2s infinite ease-in-out;
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-ball--4 {
  position: absolute;
  left: 52px;
  top: 7px;
  animation-delay: 0.6s;
  animation: bounce 3s infinite ease-in-out;
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-body {
  position: relative;
  width: 108px;
  height: 115px;
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-body--center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: rotate-center 4s linear infinite;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-body--center {
    top: 0;
    left: 56px;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-body--handle {
  position: absolute;
  top: 33%;
  left: 70%;
  transform-origin: 10px 10px;
  animation: rotate-center 4s linear infinite;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-body--handle {
    top: 37px;
    left: 75px;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-body--stand {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .garapon--img .garapon-body--stand {
    top: 27px;
    left: 54px;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .event-period {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .event-period {
    margin-top: -20px;
    font-size: 1.7rem;
  }
}
#kazenomori .tanoshimu-article .item--content--inner .text-content:last-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .item--content--inner .text-content:last-of-type {
    margin-top: 24px;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes boll {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-20px, 20px);
  }
  30% {
    transform: translate(-40px, 0);
  }
  45% {
    transform: translate(-60px, 20px);
  }
  60% {
    transform: translate(-80px, 10px);
  }
  75% {
    transform: translate(-100px, 20px);
  }
  90% {
    transform: translate(-120px, 10px);
  }
  100% {
    transform: translate(-140px, 20px);
  }
}
@keyframes rotate-center {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
#kazenomori .kazenomoritoha-article {
  background: #b5b5b6;
}
#kazenomori .kazenomoritoha-article .item--content {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomoritoha-article .item--content {
    margin-bottom: 70px;
    padding-top: 33px;
  }
}
#kazenomori .kazenomoritoha-article .item--content--inner .ttl {
  display: inline-block;
  padding-bottom: 0.5em;
  font-size: 3.1rem;
  letter-spacing: 0.05em;
  color: #060001;
  font-weight: 400 !important;
  padding-left: 0;
  font-weight: 100;
  border-bottom: 1px solid #060001;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomoritoha-article .item--content--inner .ttl {
    font-size: 2.2rem;
  }
}
#kazenomori .kazenomoritoha-article .item--content--inner .ttl::before {
  content: none;
}
#kazenomori .kazenomoritoha-article .item--content--inner .ttl-sub {
  color: #f3f75f;
  font-size: 2rem;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomoritoha-article .item--content--inner .ttl-sub {
    font-size: 1.7rem;
    margin-top: 35px;
  }
}
#kazenomori .kazenomoritoha-article .item--content--inner .kazenomoritoha-img {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomoritoha-article .item--content--inner .kazenomoritoha-img {
    margin-top: 20px;
  }
}
#kazenomori .kazenomoritoha-article .item--content--inner .text-content {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomoritoha-article .item--content--inner .text-content {
    margin-top: 20px;
  }
}
#kazenomori .kazenomoritoha-article .item--content--inner .text-content p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #kazenomori .kazenomoritoha-article .item--content--inner .text-content p {
    font-size: 1.6rem;
  }
}
#kazenomori .gokandetanoshimu-article {
  background: #c5c6c6 !important;
  min-height: auto;
}
#kazenomori .gokandetanoshimu-article .item--content {
  padding-top: 43px;
  padding-bottom: 440px;
}
@media screen and (max-width: 768px) {
  #kazenomori .gokandetanoshimu-article .item--content {
    padding-top: 0;
    padding-bottom: 150px;
  }
}
#kazenomori .gokandetanoshimu-article .item--content--inner .ttl {
  font-size: 2rem;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .gokandetanoshimu-article .item--content--inner .ttl {
    font-size: 1.7rem;
  }
}
#kazenomori .gokandetanoshimu-article .item--content--inner .ttl::before {
  content: none;
}
#kazenomori .gokandetanoshimu-article .item--content--inner .notice {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kazenomori .gokandetanoshimu-article .item--content .text-content {
    margin-top: 20px;
  }
}
#kazenomori .gokandetanoshimu-article .item--content .text-content p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #kazenomori .gokandetanoshimu-article .item--content .text-content p {
    font-size: 1.6rem;
  }
}
#kazenomori .gokandetanoshimu-article .item--content .btn {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #kazenomori .gokandetanoshimu-article .item--content .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .gokandetanoshimu-article .item--content .item--img {
    margin: 20px auto 60px;
  }
}
#kazenomori .note {
  position: relative;
  padding: 40px 20px;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #kazenomori .note {
    padding: 30px 20px;
  }
}
#kazenomori .note p {
  max-width: 1020px;
  margin: 0 auto;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #kazenomori .note p {
    font-size: 1.3rem;
  }
}
#kazenomori .ticket {
  position: relative;
  width: 100%;
  margin: 45px auto 50px;
  padding: 50px;
  background: #fff;
  border: 4px solid #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .ticket {
    padding: 20px 30px;
  }
}
#kazenomori .ticket ul {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #kazenomori .ticket ul {
    width: 100%;
  }
}
#kazenomori .ticket ul li {
  padding-left: 1.2em;
  padding-bottom: 0.4em;
  font-size: 1.8rem;
  font-weight: 700;
  text-indent: -0.6em;
  border-bottom: 2px solid #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .ticket ul li {
    font-size: 1.7rem;
  }
}
#kazenomori .ticket ul li:not(:last-child) {
  margin-bottom: 1.5em;
}
#kazenomori .ticket ul li::before {
  content: "●";
  display: inline-block;
  margin-right: 0.2em;
  color: #f3f75f;
}
#kazenomori .ticket ul li span {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 1.5rem;
  font-weight: 400;
  text-indent: 0;
  background: #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .ticket ul li span {
    font-size: 1.4rem;
  }
}
#kazenomori .ticket img {
  position: absolute;
  top: 5%;
  right: 20px;
  width: 37%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ticket img {
    position: static;
    width: 100%;
    margin-top: -40px;
    transform: translateY(20%);
  }
}
#kazenomori .btn.bold a {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #kazenomori .btn.bold a {
    padding: 1.2em 1em;
    font-size: 1.7rem;
  }
}
#kazenomori .tanoshimu-article .event-schedule {
  margin-top: 50px;
}
#kazenomori .tanoshimu-article .event-schedule li:first-child {
  margin-bottom: 40px;
}
#kazenomori .ajiwau-article .ttl2 {
  display: inline-block;
  padding: 0.6em 1em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4em;
  background: #f3f75f;
  transform: rotate(-4deg);
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .ttl2 {
    font-size: 1.5rem;
  }
}
#kazenomori .ajiwau-article .ttl2 span {
  font-size: 2.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .ttl2 span {
    font-size: 2.1rem;
  }
}
#kazenomori .ajiwau-article .limited {
  margin: 60px auto 0;
}
#kazenomori .ajiwau-article .limited .item-list {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .limited .item-list {
    width: 80%;
  }
}
#kazenomori .ajiwau-article .limited .item-list > li {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .limited .item-list > li {
    width: 100%;
    text-align: center;
  }
}
#kazenomori .ajiwau-article .limited .item-list > li:last-child {
  margin-top: 70px;
}
#kazenomori .ajiwau-article .limited .item-list > li figure {
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .limited .item-list > li figure {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#kazenomori .ajiwau-article .limited .item-list > li figure::before {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .limited .item-list > li figure::before {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .limited .item-list > li p {
  text-align: left;
}
#kazenomori .ajiwau-article .limited .item-list > li .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .limited .item-list > li .name {
    font-size: 1.8rem;
  }
}
#kazenomori .ajiwau-article .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#kazenomori .ajiwau-article .item-list > li {
  width: 46%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .item-list > li {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .item-list > li figure {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
#kazenomori .ajiwau-article .item-list > li figure::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f75f;
  z-index: -1;
}
#kazenomori .ajiwau-article .item-list > li figure img {
  max-width: 100%;
  height: auto;
}
#kazenomori .ajiwau-article .item-list > li .name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4em;
}
#kazenomori .ajiwau-article .event {
  margin: 120px auto 0;
}
#kazenomori .ajiwau-article .event-schedule {
  position: relative;
  margin: 0 auto 50px;
  margin-left: 20px;
  padding: 70px 20px 50px;
  text-align: center;
  background: #fff;
  border: 4px solid #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event-schedule {
    margin: 0 auto 50px;
    padding: 50px 20px;
  }
}
#kazenomori .ajiwau-article .event-schedule .ttl2 {
  position: absolute;
  top: -20px;
  left: -30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event-schedule .ttl2 {
    width: 90%;
    left: 5%;
  }
}
#kazenomori .ajiwau-article .event-schedule .ttl2 span {
  font-family: "Roboto", sans-serif;
}
#kazenomori .ajiwau-article .event-schedule ul {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event-schedule ul {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .event-schedule ul li {
  padding-left: 1.2em;
  padding-bottom: 0.2em;
  font-size: 2.3rem;
  font-weight: 500;
  text-indent: -0.6em;
  border-bottom: 1px solid #060001;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event-schedule ul li {
    font-size: 1.7rem;
  }
}
#kazenomori .ajiwau-article .event-schedule ul li:not(:last-child) {
  margin-bottom: 1.5em;
}
#kazenomori .ajiwau-article .event-schedule ul li::before {
  content: "●";
  display: inline-block;
  margin-right: 0.2em;
  color: #f3f75f;
}
#kazenomori .ajiwau-article .event-schedule ul li > span {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.4em;
  text-indent: 0;
  background: #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event-schedule ul li > span {
    font-size: 1.4rem;
  }
}
#kazenomori .ajiwau-article .event-schedule img {
  position: absolute;
  bottom: -15%;
  right: 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event-schedule img {
    bottom: -10%;
    right: 20px;
    width: 45%;
  }
}
#kazenomori .ajiwau-article .event .bartender-item {
  margin-bottom: 80px;
  padding-left: 190px;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-item {
    margin-bottom: 40px;
    padding-left: 0;
  }
}
#kazenomori .ajiwau-article .event .bartender-item:last-child {
  margin-bottom: 0;
}
#kazenomori .ajiwau-article .event .bartender-head {
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-head {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-head dl {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .event .bartender-head dl dt {
  display: inline-block;
  padding: 0.1em 50px;
  padding-right: 30px;
  font-size: 2.3rem;
  font-weight: 700;
  background-size: auto auto;
  background-color: rgb(244, 234, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(248, 241, 76) 5px, rgb(248, 241, 76) 10px);
}
#kazenomori .ajiwau-article .event .bartender-head dl dt small {
  font-size: 1.4rem;
  font-weight: 300;
}
#kazenomori .ajiwau-article .event .bartender-head dl dd {
  padding: 10px 0;
  padding-left: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-head dl dd {
    padding-left: 0;
    text-align: center;
  }
}
#kazenomori .ajiwau-article .event .bartender-head dl dd .btn-acc {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-head dl dd .btn-acc {
    margin: 10px auto 0;
  }
}
#kazenomori .ajiwau-article .event .bartender-head dl dd .btn-acc.is-open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#kazenomori .ajiwau-article .event .bartender-head dl dd .btn-acc::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 7px solid #060001;
  border-bottom: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.2s ease-in;
}
#kazenomori .ajiwau-article .event .bartender-head dl dd .btn-acc::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  background: #f3f75f;
  border-radius: 100%;
}
#kazenomori .ajiwau-article .event .bartender-head figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  transform: translate(-90%) rotate(-10deg);
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-head figure {
    position: static;
    margin: 0 auto 15px;
    transform: rotate(-10deg);
  }
}
#kazenomori .ajiwau-article .event .bartender-head figure::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f75f;
  z-index: -1;
}
#kazenomori .ajiwau-article .event .bartender-head figure img {
  max-width: 100%;
  height: auto;
}
#kazenomori .ajiwau-article .event .bartender-body {
  display: none;
  padding: 25px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-body {
    padding: 20px;
  }
}
#kazenomori .ajiwau-article .event .bartender-body p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .event .bartender-body p {
    font-size: 1.2rem !important;
  }
}
#kazenomori .ajiwau-article .event .bartender-body p + p {
  margin-top: 1em;
}
#kazenomori .ajiwau-article .tank .text-content,
#kazenomori .ajiwau-article .bar .text-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kazenomori .ajiwau-article .tank .text-content .txt,
#kazenomori .ajiwau-article .bar .text-content .txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .tank .text-content .txt,
  #kazenomori .ajiwau-article .bar .text-content .txt {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .tank .text-content figure,
#kazenomori .ajiwau-article .bar .text-content figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .tank .text-content figure,
  #kazenomori .ajiwau-article .bar .text-content figure {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .bar .text-content figure {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .bar .text-content figure {
    width: 100%;
  }
}
#kazenomori .ajiwau-article .newworld .item-list > li:first-child figure {
  width: 74%;
}
@media screen and (max-width: 768px) {
  #kazenomori .ajiwau-article .newworld .item-list > li:first-child figure {
    width: 100%;
  }
}
#kazenomori .fukameru-article .seminer {
  position: relative;
  margin: 40px auto 60px;
  padding: 30px 50px;
  text-align: left;
  background: #fff;
  border: 4px solid #f3f75f;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer {
    padding: 30px 20px;
  }
}
#kazenomori .fukameru-article .seminer-head {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-head {
    text-align: center;
  }
}
#kazenomori .fukameru-article .seminer-head .baloon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.1em 0.8em;
  font-size: 1.7rem;
  font-weight: 700;
  background: #f3f75f;
  border-radius: 12px;
}
#kazenomori .fukameru-article .seminer-head .baloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 40%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f3f75f transparent;
  transform: rotate(45deg);
}
#kazenomori .fukameru-article .seminer-head h4 {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-head h4 {
    font-size: 3rem;
  }
}
#kazenomori .fukameru-article .seminer-head h4 span {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0 0.2em;
  line-height: 1.2em;
  background: #f3f75f;
}
#kazenomori .fukameru-article .seminer-head h4 small {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-head h4 small {
    display: block;
    font-size: 2.3rem;
    line-height: 1.2em;
  }
}
#kazenomori .fukameru-article .seminer-head dl {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-head dl {
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
  }
}
#kazenomori .fukameru-article .seminer-head dl + dl {
  margin-bottom: 20px;
}
#kazenomori .fukameru-article .seminer-head dl dt {
  margin-top: 10px;
  padding: 0 0.5em;
  line-height: 1.2em;
  border: 1px solid #060001;
  border-radius: 9999px;
}
#kazenomori .fukameru-article .seminer-head dl dd {
  margin-top: 10px;
  padding: 0 1em;
  padding-left: 0.5em;
  line-height: 1.2em;
}
#kazenomori .fukameru-article .seminer-head p {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-head p {
    font-size: 1.4rem !important;
  }
}
#kazenomori .fukameru-article .seminer-body {
  counter-reset: number 0;
}
#kazenomori .fukameru-article .seminer-body > li {
  padding: 40px 0 30px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: top;
}
#kazenomori .fukameru-article .seminer-body > li h5 {
  position: relative;
  margin: 0 auto 15px;
  padding: 0.5em 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4em;
  background-size: auto auto;
  background-color: rgb(244, 234, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(248, 241, 76) 5px, rgb(248, 241, 76) 10px);
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body > li h5 {
    font-size: 1.8rem;
  }
}
#kazenomori .fukameru-article .seminer-body > li h5::before {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -10px;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 33px;
  background: #fff;
  border: 1px solid #f3f75f;
}
#kazenomori .fukameru-article .seminer-body > li p + p {
  margin-top: 10px;
}
#kazenomori .fukameru-article .seminer-body > li p.date {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body > li p.date {
    font-size: 1.7rem;
  }
}
#kazenomori .fukameru-article .seminer-body > li p.date::before {
  content: "●";
  display: inline-block;
  margin-right: 0.2em;
  color: #f3f75f;
}
#kazenomori .fukameru-article .seminer-body > li p.tasting {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 1.6rem;
  font-weight: 400;
  background: #DCDDDD;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body > li p.tasting {
    font-size: 1.4rem;
  }
}
#kazenomori .fukameru-article .seminer-body > li .speaker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
#kazenomori .fukameru-article .seminer-body > li .speaker figure {
  width: 100px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body > li .speaker figure {
    width: 30%;
  }
}
#kazenomori .fukameru-article .seminer-body > li .speaker dl {
  width: calc(100% - 120px);
}
#kazenomori .fukameru-article .seminer-body > li .speaker dl dt {
  font-size: 1.4rem;
}
#kazenomori .fukameru-article .seminer-body > li .speaker dl dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
}
#kazenomori .fukameru-article .seminer-body > li .speaker .profile {
  margin-top: -50px;
  margin-left: 120px;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body > li .speaker .profile {
    width: 100%;
    margin-top: -30px;
    margin-left: auto;
  }
}
#kazenomori .fukameru-article .seminer-body > li .speaker .profile-item {
  padding: 0;
}
#kazenomori .fukameru-article .seminer-body > li .speaker .profile-head {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body > li .speaker .profile-head {
    padding-left: 120px;
  }
  #kazenomori .fukameru-article .seminer-body > li .speaker .profile-head .btn-acc {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body > li .speaker .profile-body {
    padding: 20px 15px;
  }
}
#kazenomori .fukameru-article .seminer-body + p {
  font-size: 1.3rem;
  font-size: 400;
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer-body + p {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .fukameru-article .seminer + p {
    text-align: center;
  }
}
#kazenomori .tanoshimu-article .text-content {
  overflow: hidden;
}
#kazenomori .tanoshimu-article .text-content figure {
  float: right;
  width: 65%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .text-content figure {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
#kazenomori .tanoshimu-article .notice {
  margin-top: 1em;
}
#kazenomori .tanoshimu-article .map .new {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .map .new {
    display: block;
  }
}
#kazenomori .tanoshimu-article .map .new::after {
  content: "NEW!!";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  padding: 0.2em;
  font-size: 2rem;
  letter-spacing: 2px;
  white-space: nowrap;
  color: #fff;
  transform: translate(110%, -50%);
  background: #d31818;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .map .new::after {
    top: 0;
    right: 50%;
    font-size: 1.6rem;
    transform: translate(50%, -130%);
  }
}
#kazenomori .tanoshimu-article .map .text-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kazenomori .tanoshimu-article .map .text-content .txt {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .map .text-content .txt {
    width: 100%;
  }
}
#kazenomori .tanoshimu-article .map .text-content figure {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .map .text-content figure {
    width: 100%;
    text-align: center;
  }
  #kazenomori .tanoshimu-article .map .text-content figure img {
    width: 40%;
    margin: 0 auto;
  }
}
#kazenomori .tanoshimu-article .garapon {
  overflow: visible;
}
#kazenomori .tanoshimu-article .garapon ul > li {
  font-size: 1.7rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .garapon ul > li {
    font-size: 1.4rem;
  }
}
#kazenomori .tanoshimu-article .garapon ul > li:first-child {
  padding-left: 6.2em;
  text-indent: -6.2em;
}
@media screen and (max-width: 768px) {
  #kazenomori .tanoshimu-article .garapon ul > li:first-child {
    padding: 0;
    text-indent: 0;
  }
}
#kazenomori .tanoshimu-article .garapon ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
#kazenomori .tanoshimu-article .garapon ul > li::before {
  content: "●";
  display: inline-block;
  margin-right: 0.2em;
  text-indent: 0;
  color: #f3f75f;
}
#kazenomori .profile-item {
  margin-bottom: 80px;
  padding-left: 190px;
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-item {
    margin-bottom: 40px;
    padding-left: 0;
  }
}
#kazenomori .profile-item:last-child {
  margin-bottom: 0;
}
#kazenomori .profile-head {
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-head {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-head dl {
    width: 100%;
  }
}
#kazenomori .profile-head dl dt {
  display: inline-block;
  padding: 0.1em 50px;
  padding-right: 30px;
  font-size: 2.3rem;
  font-weight: 700;
  background-size: auto auto;
  background-color: rgb(244, 234, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(248, 241, 76) 5px, rgb(248, 241, 76) 10px);
}
#kazenomori .profile-head dl dt small {
  font-size: 1.4rem;
  font-weight: 300;
}
#kazenomori .profile-head dl dd {
  padding: 10px 0;
  padding-left: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-head dl dd {
    padding-left: 0;
    text-align: center;
  }
}
#kazenomori .profile-head .btn-acc {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-head .btn-acc {
    margin: 10px auto 0;
  }
}
#kazenomori .profile-head .btn-acc.is-open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#kazenomori .profile-head .btn-acc::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 7px solid #060001;
  border-bottom: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.2s ease-in;
}
#kazenomori .profile-head .btn-acc::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  background: #f3f75f;
  border-radius: 100%;
}
#kazenomori .profile-head figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  transform: translate(-90%) rotate(-10deg);
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-head figure {
    position: static;
    margin: 0 auto 15px;
    transform: rotate(-10deg);
  }
}
#kazenomori .profile-head figure::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f75f;
  z-index: -1;
}
#kazenomori .profile-head figure img {
  max-width: 100%;
  height: auto;
}
#kazenomori .profile-body {
  display: none;
  padding: 25px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-body {
    padding: 20px;
  }
}
#kazenomori .profile-body p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #kazenomori .profile-body p {
    font-size: 1.2rem !important;
  }
}
#kazenomori .profile-body p + p {
  margin-top: 1em;
}
#kazenomori .profile-body a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #kazenomori .profile-body a:hover {
    text-decoration: none;
  }
}
#kazenomori .profile-body figure {
  width: 80%;
  margin: 1em auto;
}
#kazenomori .profile-body figure img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */