@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
*::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
*::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
*::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
*::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
*::-ms-backdrop b, *::-ms-backdrop i,
*::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
*::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
*::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
*::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
*::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
*::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
.-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
.-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
.-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
.-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
.-frame a b, .-frame a i,
.-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
.-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
.-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
.-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
.-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
.-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-weight: normal;
  }
}
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

br {
  color: rgba(255, 255, 255, 0);
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: normal;
}

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

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table;
}

.fix:after {
  clear: both;
}

.fix {
  *zoom: 1;
}

/*  Color  */
/*  Font  */
p {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]::after {
    content: none;
  }
}

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

.t-c {
  text-align: center;
}

.block {
  display: block;
}

.table {
  display: table;
}

@media all and (-ms-high-contrast: none\0 ) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 640px) {
  .br::before {
    content: "\a";
    white-space: pre;
  }
}

@media all and (-ms-high-contrast: none\0 ) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0);
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  br.-pc {
    display: none;
  }
}

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
          box-shadow: 0px 8px 18px -7px #b0b0b0;
}

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  border-radius: 5px;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: gray;
  color: #FFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  opacity: 0.7;
}
.btn:hover i:last-child {
  right: -1rem;
}
.btn.-center {
  margin-left: auto;
  margin-right: auto;
}

/*   見出し
------------------------------------------ */
.ttl {
  position: relative;
  line-height: 1.6;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 80px;
}
.ttl.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .ttl {
    font-size: 1.8rem;
    margin-bottom: 10%;
  }
}

.ttl-img {
  max-width: 450px;
  width: 90%;
  margin-bottom: 40px;
}
.ttl-img.-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.8;
  font-size: 1rem;
  color: #242424;
}
.txt.-bold {
  font-weight: bold;
}
.txt.-white {
  color: #FFF;
}
.txt.-black {
  color: #242424;
}
.txt.-center {
  text-align: center;
}
.txt.-copy {
  font-size: 0.8rem;
}

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0;
}
.breadcrumb ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  position: relative;
  color: #606060;
}
.breadcrumb ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul a {
  font-size: 0.9rem;
  color: #3fadff;
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumb ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 639px) {
  .breadcrumb ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pen-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: -o-linear-gradient(transparent 60%, #ffea77 0%);
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold;
}

.pen-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #189a5e));
  background: -o-linear-gradient(transparent 70%, #189a5e 0%);
  background: linear-gradient(transparent 70%, #189a5e 0%);
}

.start {
  background: #ffd581;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 450px;
}
@media screen and (max-width: 639px) {
  .start p {
    width: 95%;
  }
}

#header {
  position: relative;
  z-index: 1;
  border-top: 5px solid #006a39;
}
#header .marusu-logo {
  position: absolute;
  top: 0;
  left: 4%;
  max-width: 145px;
}
#header .marusu-logo img {
  width: 100%;
}
#header .site-link {
  position: absolute;
  top: 0;
  right: 4%;
  color: #fff;
  background: #006a39;
  border-radius: 0 0 8px 8px;
  padding: 8px 12px 13px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9rem;
}
#header .site-link i {
  margin-left: 4px;
}
#header .site-link:hover {
  background: #ff8801;
}
@media screen and (max-width: 425px) {
  #header .marusu-logo {
    width: 28%;
  }
  #header .site-link {
    font-size: 0.85rem;
  }
}

.fv {
  background: url(../../assets/img/fv_bg.jpg) no-repeat center bottom/cover;
  padding: 80px 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.fv .main-catch {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.fv .main-catch img, .fv .main-catch source {
  width: 100%;
}
.fv .chara-wrap {
  display: block;
  width: 96%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.fv .chara-wrap .main-chara {
  display: block;
}
.fv .chara-wrap .main-chara.-nyaru {
  width: 55%;
  margin: auto;
  z-index: 1;
  position: relative;
}
.fv .chara-wrap .main-chara.-myaru {
  width: 45%;
  position: absolute;
  bottom: -3rem;
  left: 4rem;
  z-index: 0;
}
.fv .chara-wrap .main-chara.-mari {
  width: 45%;
  position: absolute;
  bottom: -3rem;
  right: 4rem;
  z-index: 0;
  -webkit-animation: animMari 4.7s linear 0s infinite;
          animation: animMari 4.7s linear 0s infinite;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 9rem 0 0;
    background: url(../../assets/img/fv_bg_sp.jpg) no-repeat center bottom/cover;
  }
  .fv .chara-wrap .main-chara.-nyaru {
    width: 50%;
  }
  .fv .chara-wrap .main-chara.-myaru {
    width: 46%;
    bottom: -5%;
    left: 1%;
  }
  .fv .chara-wrap .main-chara.-mari {
    width: 44%;
    position: absolute;
    bottom: -15%;
    right: 0rem;
  }
}
@media screen and (max-width: 639px) {
  .fv .main-catch {
    margin: 0 auto 3%;
  }
}

@-webkit-keyframes animMari {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  89% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  90% {
    -webkit-transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
            transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
  }
  91% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  92% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  93% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
  }
  94% {
    -webkit-transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
            transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
  }
  95% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  96% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  97% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
  }
  98% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  99% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes animMari {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  89% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  90% {
    -webkit-transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
            transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
  }
  91% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  92% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  93% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
  }
  94% {
    -webkit-transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
            transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
  }
  95% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  96% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  97% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
  }
  98% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  99% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes charaA {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes charaA {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.logo_pop {
  -webkit-animation: charaA 1.2s forwards;
          animation: charaA 1.2s forwards;
}

.fade {
  -webkit-animation: charaA 0.9s forwards;
          animation: charaA 0.9s forwards;
}

.top-info {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 4%;
  background: #FFF;
  border-radius: 6px;
  border: 2px solid #563813;
}
.top-info .info-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-info .info-ttl, .top-info .info-txt {
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 8px 8px;
}
.top-info .info-ttl {
  color: #fff;
  background: #563813;
  text-align: center;
}
.top-info .info-txt {
  color: #4d3819;
}
.top-info .info-txt .day {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px dotted #563813;
}
@media screen and (max-width: 639px) {
  .top-info {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 0;
  }
}

.stamp-wrap {
  background: #fffaee;
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
}
.stamp-wrap .stamp-imglink {
  margin: 0 auto 40px;
  display: table;
}
.stamp-wrap .stamp-img {
  width: 100%;
  max-width: 960px;
  display: block;
}
.stamp-wrap .stamp-img img {
  width: 100%;
  display: block;
  margin: auto;
}
.stamp-wrap .stamp-link {
  background: #00bb00;
  padding: 12px 60px;
  border-radius: 50px;
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.stamp-wrap .stamp-link i {
  margin-left: 8px;
  position: relative;
  right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.stamp-wrap .stamp-link:hover {
  opacity: 0.7;
}
.stamp-wrap .stamp-link:hover i {
  right: -1rem;
}
@media screen and (max-width: 639px) {
  .stamp-wrap {
    padding: 15% 0 0;
  }
  .stamp-wrap .stamp-imglink {
    margin-bottom: 20px;
  }
  .stamp-wrap .stamp-link {
    width: 100%;
    padding: 12px 20px;
    display: block;
  }
}

.top-greeting {
  background: #fffaee;
  padding: 80px 0;
  overflow: hidden;
}
.top-greeting .greeting-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-greeting .greeting-wrap .txt {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #fffaee), color-stop(50%, #fffaee)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #dbc184), to(#dbc184));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fffaee 50%, #fffaee 50%), -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #dbc184 97%, #dbc184 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fffaee 50%, #fffaee 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #dbc184 97%, #dbc184 100%);
  background-size: 8px 100%, 100% 2.2em;
  line-height: 2.2;
  color: #4d3819;
  font-family: "ta-pop-tomo",  sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  width: 45%;
  position: relative;
  z-index: 1;
}
.top-greeting .greeting-wrap .txt::after {
  content: "";
  display: block;
  background: url(../../assets/img/nikukyu01.png) no-repeat center center/contain;
  width: 3em;
  height: 3em;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: -1;
}
.top-greeting .defo-nyaru {
  width: 25%;
  max-width: 250px;
  margin-right: 40px;
}
.top-greeting .defo-nyaru img {
  -webkit-animation: pururun 3s linear 0s infinite;
          animation: pururun 3s linear 0s infinite;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-greeting .greeting-wrap .txt {
    width: 65%;
  }
  .top-greeting .defo-nyaru {
    width: 28%;
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .top-greeting {
    padding: 15% 0;
  }
  .top-greeting .greeting-wrap .txt {
    width: 100%;
    font-size: 1rem;
  }
  .top-greeting .defo-nyaru {
    width: 40%;
    margin-bottom: 5%;
  }
}

@-webkit-keyframes pururun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
            transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes pururun {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
            transform: scale(1, 1.06) translate(-1%, -1%) skew(0deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
            transform: scale(1, 0.94) translate(1%, 1%) skew(-1deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-1deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(1deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.top-profile {
  background: #ffd581;
  padding: 80px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-profile .ttl-img {
  position: relative;
  z-index: 1;
}
.top-profile .prof-list {
  padding: 100px 40px 40px;
  margin-top: -90px;
  border-radius: 40px;
  border: 4px solid #563813;
  background: #fff;
  margin-bottom: 80px;
}
.top-profile .prof-list > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #cccccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-profile .prof-list > li.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-profile .prof-list > li.-reverse .chara-img {
  margin-right: 0;
  margin-left: 40px;
}
.top-profile .prof-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.top-profile .prof-list .chara-img {
  width: 30%;
  margin-right: 40px;
}
.top-profile .prof-list .chara-img img {
  width: 100%;
}
.top-profile .prof-list .prof-item {
  width: 60%;
}
.top-profile .prof-list .chara-name {
  margin-bottom: 12px;
}
.top-profile .prof-list .chara-name img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.top-profile .prof-list .chara-name .truth {
  margin-left: 1%;
  font-family: "toppan-bunkyu-midashi-go-std",  sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #ff8801;
}
.top-profile .prof-list .birth {
  color: #4d3819;
  font-weight: bold;
  border-bottom: 4px dotted #ff8801;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.top-profile .prof-list .birth span {
  background: #ff8801;
  color: #fff;
  font-size: 0.9rem;
  padding: 4px 16px;
  border-radius: 50px;
  margin-right: 8px;
  font-weight: bold;
}
.top-profile .prof-list .txt {
  font-family: "toppan-bunkyu-midashi-go-std",  sans-serif;
  line-height: 2;
}
.top-profile .cloud {
  position: absolute;
  z-index: -1;
}
.top-profile .cloud img {
  width: 100%;
}
.top-profile .cloud.-item01 {
  max-width: 500px;
  width: 40%;
  top: 3%;
  right: -3%;
  -webkit-animation: 4s fuwafuwa infinite;
          animation: 4s fuwafuwa infinite;
}
.top-profile .cloud.-item02 {
  max-width: 350px;
  width: 30%;
  top: 20%;
  left: -3%;
  -webkit-animation: 5s fuwafuwa infinite;
          animation: 5s fuwafuwa infinite;
}
.top-profile .cloud.-item03 {
  max-width: 450px;
  width: 40%;
  bottom: 10%;
  right: 3%;
  -webkit-animation: 3.5s fuwafuwa infinite;
          animation: 3.5s fuwafuwa infinite;
}
@media screen and (max-width: 959px) {
  .top-profile .prof-list .chara-name .truth {
    display: block;
    margin-top: 3%;
  }
}
@media screen and (max-width: 639px) {
  .top-profile {
    padding: 15% 0 0%;
  }
  .top-profile .prof-list {
    padding: 15% 6% 4%;
    border-radius: 12px;
    margin-top: -20%;
  }
  .top-profile .prof-list > li.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-profile .prof-list > li.-reverse .chara-img {
    margin-left: 0;
  }
  .top-profile .prof-list .chara-img {
    width: 45%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .top-profile .prof-list .prof-item {
    width: 100%;
  }
  .top-profile .prof-list .chara-name {
    width: 80%;
    text-align: center;
    margin: auto auto 2%;
  }
  .top-profile .prof-list .chara-name.-mari img {
    height: 45px;
  }
  .top-profile .prof-list .birth {
    text-align: center;
    font-size: 0.85rem;
  }
  .top-profile .prof-list .birth span {
    padding: 4px 6px;
    margin-right: 4px;
  }
  .top-profile .cloud.-item03 {
    bottom: 5%;
    right: -3%;
  }
}
@media screen and (max-width: 425px) {
  .top-profile .prof-list .txt {
    font-size: 0.9rem;
  }
  .top-profile .prof-list .birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.6;
    font-size: 0.85rem;
  }
  .top-profile .prof-list .birth span {
    min-width: 4rem;
    font-size: 0.8rem;
  }
  .top-profile .prof-list .chara-name .truth {
    font-size: 0.85rem;
  }
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.nyaru-anim {
  max-width: 200px;
  display: block;
  width: 30%;
  position: relative;
  bottom: -0.5rem;
  -webkit-animation: flowing 8s linear infinite;
          animation: flowing 8s linear infinite;
  -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
          transform: translateX(2000px); /*初期位置*/
}
@media screen and (max-width: 639px) {
  .nyaru-anim {
    -webkit-animation: flowingSP 8s linear infinite;
            animation: flowingSP 8s linear infinite;
    -webkit-transform: translateX(800px);
        -ms-transform: translateX(800px);
            transform: translateX(800px); /*初期位置*/
  }
}

@-webkit-keyframes flowing {
  100% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}

@keyframes flowing {
  100% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@-webkit-keyframes flowingSP {
  100% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
}
@keyframes flowingSP {
  100% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
}
.ticket-renewal {
  padding: 80px 0 0;
  background: #fffaee;
}
.ticket-renewal .column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket-renewal .ticket-img {
  width: 52%;
  display: block;
}
.ticket-renewal .ticket-img img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.ticket-renewal .atten-wrap {
  width: 46%;
}
.ticket-renewal .attention {
  display: block;
  padding: 28px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  margin-top: 20px;
}
.ticket-renewal .attention li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: bold;
  color: #242424;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 2rem;
}
.ticket-renewal .attention li:last-child {
  margin-bottom: 0;
}
.ticket-renewal .attention li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background: url(../../assets/img/check.png) no-repeat left center/contain;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.ticket-renewal .atten-txt {
  color: #fff;
  background: #E83836;
  padding: 8px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  .ticket-renewal .ticket-img {
    width: 100%;
  }
  .ticket-renewal .atten-wrap {
    width: 100%;
  }
  .ticket-renewal .attention {
    margin-top: 20px;
  }
  .ticket-renewal .attention li {
    font-size: 1rem;
  }
  .ticket-renewal .atten-txt {
    margin-top: 20px;
  }
}

footer {
  background: #563813;
  padding: 60px 4%;
  text-align: center;
}
footer .footer-copy, footer .footer-logo {
  width: 100%;
  margin: auto;
}
footer .footer-copy {
  max-width: 200px;
  width: 60%;
  margin: 20px auto 40px;
}
footer .footer-logo {
  max-width: 350px;
  width: 60%;
}

.re-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 100px;
  opacity: 0.7;
}
.re-btn img {
  width: 100%;
}
.re-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width: 639px) {
  .re-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 50;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 30%;
    z-index: 200;
    max-width: 80px;
    opacity: 0.7;
  }
  .re-btn img {
    width: 100%;
  }
  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

/*  navigation  */
/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center;
  }
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}