@charset "UTF-8";
/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

.forSP {
  display: none;
}
@media all and (max-width: 959px) {
  .forSP {
    display: block;
  }
}

.forPC {
  display: block;
}
@media all and (max-width: 959px) {
  .forPC {
    display: none;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

body {
  background: url(../img/parts/bg.png) repeat top center;
  margin: 0;
  padding: 0;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  color: #333;
}
@media all and (max-width: 959px) {
  body {
    font-size: 1.6rem;
  }
}

#contents {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
#contents::before {
  content: "";
  display: block;
  width: 40%;
  height: 400px;
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/kazari_l.png) no-repeat top center/contain;
}
#contents::after {
  content: "";
  display: block;
  width: 40%;
  height: 400px;
  max-width: 350px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/parts/kazari_r.png) no-repeat top center/contain;
}

/*---------------------------------------------------------------
　　　header
---------------------------------------------------------------*/
.slider {
  position: relative;
}
.slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/bg_slider.png) no-repeat center center/cover;
}

/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer {
  margin-top: 50px;
  text-align: center;
  padding: 30px 0 10px;
  background: url(../img/parts/bg_footer.png) repeat-x bottom center/70% 60px;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  width: 30%;
  height: 100px;
  background: url(../img/parts/footer_l.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 30px;
  left: 5%;
  z-index: 1;
}
footer::after {
  content: "";
  display: block;
  width: 40%;
  height: 150px;
  background: url(../img/parts/footer_r.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 30px;
  right: 5%;
  z-index: 1;
}
footer .logo {
  width: 60%;
  max-width: 300px;
  margin: 0 auto 15px;
}
footer p {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 50px;
}
footer h3 {
  font-family: "UD Shin Maru Go Medium";
  font-size: 2rem;
}
footer a.btn {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 15px auto 50px;
  background: #339831;
  color: white;
  font-size: 3rem;
  padding: 15px 0 15px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
}
footer a.btn:hover {
  background: #f8b62d;
}
footer a.btn::before {
  content: "";
  display: block;
  width: 27px;
  height: 42px;
  position: absolute;
  top: 15px;
  left: 80px;
  background: url(../img/parts/ico_phone.png) no-repeat center center/contain;
}
@media all and (max-width: 559px) {
  footer a.btn::before {
    top: 17px;
    left: 25px;
  }
}
footer a.kirin {
  display: block;
  background: white url(../img/parts/btn_kirin.png) no-repeat center center/contain;
  margin: 0 auto 160px;
  text-indent: -9999px;
  overflow: hidden;
  width: 300px;
  height: 104px;
  border: 5px solid #f8b62d;
  border-radius: 10px;
  transition: all 0.3s;
}
footer a.kirin:hover {
  border-color: red;
}
footer copyright {
  text-align: center;
  font-size: 1.2rem;
}

#pagetop {
  position: fixed;
  right: 12px;
  bottom: 14px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 9000 !important;
}
#pagetop a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 152, 49, 0.8) url(../img/parts/pagetop.svg) no-repeat top 17px center;
  background-size: 30px;
  border-radius: 50px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
  box-sizing: border-box;
  transition: all 0.3s;
}
#pagetop a:hover {
  background: rgba(225, 116, 0, 0.8) url(../img/parts/pagetop.svg) no-repeat top 17px center;
  background-size: 30px;
}

/*---------------------------------------------------------------
    common
---------------------------------------------------------------*/
#mainImage {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 100px 0 0;
}
@media all and (max-width: 959px) {
  #mainImage {
    width: 100%;
    padding: 120px 5% 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
}
#mainImage .logo {
  width: 60%;
  max-width: 400px;
  margin: 0 auto 30px;
  position: relative;
}
#mainImage .logo::before {
  content: "";
  display: block;
  width: 17%;
  height: 160px;
  max-width: 108px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/logo_l.png) no-repeat top center/contain;
  margin-top: -5%;
  margin-left: -27%;
}
@media all and (max-width: 559px) {
  #mainImage .logo::before {
    margin-top: -4%;
    margin-left: -20%;
  }
}
#mainImage .logo::after {
  content: "";
  display: block;
  width: 35%;
  height: 235px;
  max-width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/logo_r.png) no-repeat top center/contain;
  margin-top: -5%;
  margin-left: 102%;
}
@media all and (max-width: 559px) {
  #mainImage .logo::after {
    margin-top: -5%;
    margin-left: 92%;
  }
}
#mainImage .slider_area {
  display: block;
  position: relative;
}
#mainImage .slider_area .risu {
  content: "";
  display: block;
  width: 17%;
  height: 159px;
  max-width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/risu.png) no-repeat top center/contain;
  margin-top: 3%;
  margin-left: 0%;
  z-index: 10;
  transform-origin: center bottom;
  animation: yurayura 2s ease-in-out infinite;
}
@media all and (max-width: 559px) {
  #mainImage .slider_area .risu {
    width: 15%;
    margin-top: 0%;
    margin-left: -1%;
  }
}
#mainImage .slider_area .bear {
  content: "";
  display: block;
  width: 30%;
  height: 270px;
  max-width: 295px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/bear.png) no-repeat top center/contain;
  margin-top: 40%;
  margin-left: 75%;
  transform-origin: center bottom;
  animation: yurayura 5s ease-in-out infinite;
}
@media all and (max-width: 559px) {
  #mainImage .slider_area .bear {
    width: 28%;
    margin-top: 40%;
    margin-left: 75%;
  }
}
#mainImage .slider_area::before {
  content: "";
  display: block;
  width: 35%;
  height: 300px;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/main_kazari02.png) no-repeat top center/contain;
  margin-top: 40%;
  margin-left: -15%;
  z-index: 10;
}
#mainImage .slider_area::after {
  content: "";
  display: block;
  width: 25%;
  height: 200px;
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/parts/main_kazari01.png) no-repeat top center/contain;
  margin-top: -1%;
  margin-left: 85%;
}
@media all and (max-width: 559px) {
  #mainImage .slider_area::after {
    margin-top: -1%;
    margin-left: 82%;
  }
}

.cont_inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

h2.ribbon {
  color: white;
  font-family: "UD Shin Maru Go DemiBold";
  font-size: 3.2rem;
  font-weight: normal;
  background: url(../img/parts/ribbon_bg.png) no-repeat top center/cover;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 auto 30px;
  z-index: 0;
}
@media all and (max-width: 559px) {
  h2.ribbon {
    font-size: 2rem;
    padding: 10px 20px;
  }
}
h2.ribbon::before {
  content: "";
  width: 21px;
  height: 100%;
  background: url(../img/parts/ribbon_l.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: -21px;
  z-index: 2;
}
h2.ribbon::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url(../img/parts/ribbon_r.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 2;
}

p {
  text-align: left;
}
p.red {
  color: #cb0808;
}

#information {
  padding-top: 100px;
}
@media all and (max-width: 559px) {
  #information {
    padding-top: 60px;
  }
}
#information h2 {
  margin: -30px auto 20px;
  width: 80%;
  max-width: 400px;
}
#information .box {
  background: white;
  border-radius: 20px;
  border: dotted 7px #e4c32a;
  padding: 0 40px 40px;
  box-sizing: border-box;
  position: relative;
  position: relative;
  z-index: -1;
}
#information .box p {
  text-align: center;
  line-height: 2;
}
#information .box::after {
  content: "";
  display: block;
  width: 70px;
  height: 156px;
  background: url(../img/parts/osirase_tree.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: -20px;
  left: -15px;
  z-index: 0;
}
@media all and (max-width: 559px) {
  #information .box::after {
    width: 40px;
  }
}

#slogan {
  padding: 100px 0;
  position: relative;
}
#slogan::before {
  content: "";
  display: block;
  width: 20%;
  max-width: 135px;
  height: 224px;
  background: url(../img/parts/deer.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: -10px;
  left: 10%;
  z-index: 1;
  transform-origin: center bottom;
  animation: yurayura 2s ease-in-out infinite;
}
#slogan::after {
  content: "";
  display: block;
  width: 14%;
  max-width: 95px;
  height: 181px;
  background: url(../img/parts/greeting_tree.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: -10px;
  right: 10%;
  z-index: 1;
}
#slogan .cont_inner {
  background: url(../img/parts/bg_cloud.png) no-repeat top 100px center/contain;
}
@media all and (max-width: 559px) {
  #slogan .cont_inner {
    background: url(../img/parts/bg_cloud.png) no-repeat top 200px center/contain;
  }
}
#slogan h2,
#slogan p.large {
  color: #e17400;
  font-family: "UD Shin Maru Go DemiBold";
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: 1.6;
}
@media all and (max-width: 559px) {
  #slogan h2,
  #slogan p.large {
    font-size: 2.4rem;
  }
}
#slogan h2 {
  position: relative;
}
#slogan h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  background: url(../img/parts/blue_bird.png) no-repeat center center/contain;
  position: absolute;
  top: -10px;
  right: calc(50% - 280px);
  z-index: 0;
}
@media all and (max-width: 959px) {
  #slogan h2::after {
    right: 2%;
    width: 50px;
  }
}
#slogan p {
  color: #339831;
  font-family: "UD Shin Maru Go DemiBold";
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

#about {
  background: url(../img/parts/about_bg.jpg) repeat center top/contain;
  padding: 60px 0;
  position: relative;
  z-index: -1;
}
#about::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/parts/about_top.jpg) repeat-x center top/contain;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
#about::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/parts/about_bottom.jpg) repeat-x center top/contain;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
}
#about .box {
  background: white;
  border-radius: 20px;
  max-width: 760px;
  margin: auto;
  padding: 40px 60px;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 #f8b62d;
  position: relative;
}
@media all and (max-width: 559px) {
  #about .box {
    padding: 30px 30px;
  }
}
#about .box::after {
  content: "";
  display: block;
  width: 14%;
  max-width: 90px;
  height: 154px;
  background: url(../img/parts/bg_gaiyou_l.png) repeat-x center top/contain;
  position: absolute;
  bottom: -30px;
  left: -50px;
  z-index: 1;
}
@media all and (max-width: 959px) and (min-width: 560px) {
  #about .box::after {
    bottom: -30px;
    left: -25px;
  }
}
@media all and (max-width: 559px) {
  #about .box::after {
    bottom: -80px;
    left: -15px;
  }
}
#about .box dl {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
#about .box dl dt, #about .box dl dd {
  padding: 15px 0;
}
#about .box dl dt {
  color: #339831;
  width: 5em;
  text-align: left;
  font-weight: bold;
}
@media all and (max-width: 559px) {
  #about .box dl dt {
    width: 4em;
  }
}
#about .box dl dd {
  width: calc(100% - 5em);
  text-align: left;
  position: relative;
}
@media all and (max-width: 559px) {
  #about .box dl dd {
    width: calc(100% - 4em);
  }
}
#about .box dl dd::after {
  content: "";
  display: block;
  width: calc(100% + 5em);
  height: 4px;
  background: url(../img/parts/line.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: -5em;
}
@media all and (max-width: 559px) {
  #about .box dl dd::after {
    width: calc(100% + 4em);
    left: -4em;
  }
}

#day {
  padding: 100px 0 150px;
  background: url(../img/parts/loop_hana.png) repeat-x bottom center;
  background-size: 500px;
  position: relative;
}
@media all and (max-width: 959px) {
  #day {
    padding-bottom: 280px;
  }
}
#day::before {
  content: "";
  display: block;
  width: 25%;
  max-width: 140px;
  height: 180px;
  background: url(../img/parts/boy.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 100px;
  left: calc(50% - 460px);
  z-index: 1;
  animation: bound-anim 4s infinite;
}
@media all and (max-width: 959px) {
  #day::before {
    left: 20px;
    bottom: 100px;
  }
}
#day::after {
  content: "";
  display: block;
  width: 20%;
  max-width: 110px;
  height: 180px;
  background: url(../img/parts/girl.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 200px;
  right: calc(50% - 400px);
  z-index: 1;
  animation: bound-anim 5s infinite;
}
@media all and (max-width: 959px) {
  #day::after {
    right: 20px;
    bottom: 70px;
  }
}
#day dl {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 650px;
  position: relative;
  z-index: -1;
}
#day dl::after {
  content: "";
  display: block;
  width: 2px;
  height: 93%;
  background: #339831;
  position: absolute;
  top: 0.7em;
  left: 0.45em;
  z-index: 0;
}
#day dl dt, #day dl dd {
  padding: 0 0;
  line-height: 2;
  margin-bottom: 20px;
}
#day dl dt {
  color: #339831;
  width: 6.5em;
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  z-index: -1;
}
#day dl dt::after {
  content: "●";
  color: #339831;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#day dl dd {
  width: calc(100% - 8em);
  text-align: left;
}
#day dl dd strong {
  font-weight: bold;
  color: #339831 !important;
}

#event {
  padding: 100px 0;
}
#event h3 {
  width: 230px;
  height: 230px;
  display: block;
  background: url(../img/parts/bg_haru.png) no-repeat center center/contain;
  color: white;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 959px) {
  #event h3 {
    width: 170px;
    height: 160px;
  }
}
#event .half {
  display: flex;
  justify-content: space-between;
  margin-top: -80px;
}
@media all and (max-width: 559px) {
  #event .half {
    flex-wrap: wrap;
    margin-top: -20px;
  }
}
#event dl {
  display: flex;
  flex-wrap: wrap;
  margin: auto 0 auto 5%;
  width: 54%;
}
@media all and (max-width: 559px) {
  #event dl {
    width: 100%;
  }
}
#event dl dt, #event dl dd {
  padding: 15px 0;
}
#event dl dt {
  color: #fa85a6;
  width: 3em;
  font-family: "UD Shin Maru Go DemiBold";
  text-align: left;
  font-weight: bold;
}
#event dl dd {
  width: calc(100% - 3em);
  text-align: left;
  position: relative;
  z-index: -1;
}
#event dl dd::after {
  content: "";
  display: block;
  width: calc(100% + 3em);
  height: 4px;
  background: url(../img/parts/spring_line02.png) repeat-x center top/contain;
  position: absolute;
  bottom: 0;
  left: -3em;
  z-index: 1;
}
#event .photo {
  display: inline-block;
  width: 32%;
  margin-right: 3%;
  position: relative;
}
@media all and (max-width: 559px) {
  #event .photo {
    width: 50%;
    margin: 30px auto 40px;
  }
}
#event .photo img {
  border-radius: 200px;
}
#event .photo::before {
  content: "";
  display: block;
  width: 25%;
  height: 180px;
  background: url(../img/parts/spring03.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#event .photo::after {
  content: "";
  display: block;
  width: 30%;
  height: 200px;
  background: url(../img/parts/spring04.png) no-repeat center top/contain;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
#event .spring {
  background: url(../img/parts/spring_line.png) no-repeat top 15% center;
}
@media all and (max-width: 559px) {
  #event .spring {
    background-position: 0 7%;
  }
}
#event .summer {
  background: url(../img/parts/summer_line.png) no-repeat top 15% center;
}
@media all and (max-width: 559px) {
  #event .summer {
    background-position: 0 7%;
  }
}
#event .summer h3 {
  background: url(../img/parts/bg_summer.png) no-repeat center center/contain;
}
#event .summer dl dt {
  color: #0097c7;
}
#event .summer dl dd::after {
  background: url(../img/parts/summer_line02.png) repeat-x center top/contain;
}
#event .summer .photo::before {
  width: 40%;
  height: 100px;
  background: url(../img/parts/summer02.png) no-repeat center bottom/contain;
  bottom: 0;
  left: -20px;
}
#event .summer .photo::after {
  width: 30%;
  height: 200px;
  background: url(../img/parts/summer03.png) no-repeat center top/contain;
  position: absolute;
  top: -20px;
  right: -20px;
}
#event .autumn {
  background: url(../img/parts/autumn_line.png) no-repeat top 15% center;
}
@media all and (max-width: 559px) {
  #event .autumn {
    background-position: 0 7%;
  }
}
#event .autumn h3 {
  background: url(../img/parts/bg_autumn.png) no-repeat center center/contain;
}
#event .autumn dl dt {
  color: #f86600;
}
#event .autumn dl dd::after {
  background: url(../img/parts/autumn_line02.png) repeat-x center top/contain;
}
#event .autumn .photo::before {
  width: 40%;
  height: 100px;
  background: url(../img/parts/autamn03.png) no-repeat center bottom/contain;
  bottom: 0;
  left: -20px;
}
#event .autumn .photo::after {
  width: 30%;
  height: 200px;
  background: url(../img/parts/autamn04.png) no-repeat center top/contain;
  position: absolute;
  top: -20px;
  right: -20px;
}
#event .winter {
  background: url(../img/parts/winter_line.png) no-repeat top 15% center;
}
@media all and (max-width: 559px) {
  #event .winter {
    background-position: 0 7%;
  }
}
#event .winter h3 {
  background: url(../img/parts/bg_winter.png) no-repeat center center/contain;
}
#event .winter dl dt {
  color: #27b68c;
}
#event .winter dl dd::after {
  background: url(../img/parts/winter_line02.png) repeat-x center top/contain;
}
#event .winter .photo::before {
  width: 30%;
  height: 100px;
  background: url(../img/parts/winter03.png) no-repeat center top/contain;
  bottom: auto;
  top: -20px;
  left: -20px;
}
#event .winter .photo::after {
  width: 27%;
  height: 200px;
  background: url(../img/parts/winter04.png) no-repeat center bottom/contain;
  position: absolute;
  top: auto;
  bottom: -10px;
  right: -20px;
}
#event .other {
  margin-top: 60px;
  padding: 0;
  background: url(../img/parts/other_line.png) no-repeat top center;
}
#event .other .half {
  margin-top: 10px;
  justify-content: flex-start;
  padding: 40px 0 0;
  align-items: flex-start;
  background: url(../img/parts/other_01.png) no-repeat top 40px right/80px;
}
#event .other h3 {
  width: 160px;
  height: 160px;
  background: url(../img/parts/bg_other.png) no-repeat top center/contain;
}
@media all and (max-width: 559px) {
  #event .other h3 {
    width: 120px;
  }
}
#event .other ul {
  width: calc(100% - 130px);
  margin-left: 30px;
}
@media all and (max-width: 559px) {
  #event .other ul {
    width: 100%;
    margin-left: 0;
  }
}
#event .other ul li {
  position: relative;
  padding-left: 1.5em;
  text-align: left;
  z-index: -1;
  margin-bottom: 8px;
}
#event .other ul li::after {
  content: "●";
  color: #f8b62d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#event .under_photo ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
}
@media all and (max-width: 559px) {
  #event .under_photo ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
#event .under_photo ul li {
  width: 30%;
  border: 8px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg);
}
@media all and (max-width: 559px) {
  #event .under_photo ul li {
    width: 100%;
  }
}
#event .under_photo ul li:nth-child(2) {
  transform: rotate(3deg);
}

#foods {
  padding: 40px 0 60px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 100px;
}

#nyuen {
  padding: 100px 0 10px;
  position: relative;
  background: url(../img/parts/bg_green.png) repeat top center;
}
#nyuen::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../img/parts/bg_green_top.png) no-repeat center top/2000px 100%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}
#nyuen::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(../img/parts/bg_green_btm.png) no-repeat center top/cover;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#nyuen .cont_inner {
  background: white;
  border-radius: 20px;
  padding: 0 40px 40px;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 559px) {
  #nyuen .cont_inner {
    padding: 0 15px 40px;
  }
}
#nyuen .cont_inner::after {
  content: "";
  display: block;
  width: 10%;
  max-width: 95px;
  height: 181px;
  background: url(../img/parts/nyuen_tree.png) no-repeat center bottom/contain;
  position: absolute;
  bottom: -20px;
  right: -2%;
  z-index: 1;
}
#nyuen .cont_inner .cat {
  display: block;
  width: 14%;
  max-width: 95px;
  height: 200px;
  background: url(../img/parts/nyuen_l.png) no-repeat center bottom/contain;
  position: absolute;
  top: -160px;
  left: 5%;
  z-index: 1;
  transform-origin: center bottom;
  animation: yurayura 2s ease-in-out infinite;
}
@media all and (max-width: 559px) {
  #nyuen .cont_inner .cat {
    left: 1%;
  }
}
#nyuen .cont_inner .sheep {
  display: block;
  width: 16%;
  max-width: 185px;
  height: 200px;
  background: url(../img/parts/nyuen_r.png) no-repeat center bottom/contain;
  position: absolute;
  top: -160px;
  right: 5%;
  z-index: 1;
  transform-origin: center bottom;
  animation: yurayura 3s ease-in-out infinite;
}
@media all and (max-width: 559px) {
  #nyuen .cont_inner .sheep {
    right: 1%;
  }
}
#nyuen .half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
#nyuen .half > div {
  width: 46%;
  margin-bottom: 60px;
}
@media all and (max-width: 559px) {
  #nyuen .half > div {
    width: 100%;
  }
}
#nyuen h2.ribbon {
  margin: -100px auto 40px;
}
#nyuen p.txt {
  font-size: 2.2rem;
  text-align: center;
}
@media all and (max-width: 559px) {
  #nyuen p.txt {
    font-size: 1.8rem;
  }
}
#nyuen h3 {
  background: #339831;
  color: white;
  border-radius: 30px;
  padding: 5px 0;
  letter-spacing: 0.2em;
  font-size: 2rem;
}
@media all and (max-width: 559px) {
  #nyuen h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
#nyuen dl {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
#nyuen dl dt, #nyuen dl dd {
  padding: 15px 0;
}
#nyuen dl dt {
  color: #339831;
  width: 10em;
  text-align: left;
  font-weight: bold;
}
@media all and (max-width: 559px) {
  #nyuen dl dt {
    width: 7em;
  }
}
#nyuen dl dd {
  width: calc(100% - 10em);
  text-align: right;
  position: relative;
  z-index: 0;
  padding-right: 1em;
  box-sizing: border-box;
}
@media all and (max-width: 559px) {
  #nyuen dl dd {
    width: calc(100% - 7em);
    padding-right: 0;
  }
}
#nyuen dl dd::after {
  content: "";
  display: block;
  width: calc(100% + 10em);
  height: 6px;
  background: url(../img/parts/line.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: -10em;
  z-index: 1;
}
@media all and (max-width: 559px) {
  #nyuen dl dd::after {
    width: calc(100% + 7em);
    left: -7em;
  }
}
#nyuen dl.d03 dd {
  padding: 15px 0 5px;
}
#nyuen dl.d03 dd span.month,
#nyuen dl.d03 dd span.year {
  display: inline-block;
  background: #ffc600;
  color: #333;
  padding: 0 15px;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 0.5em;
}
#nyuen dl.d03 dd span.year {
  background: #8cd7d4;
}
#nyuen dl.d03 dd span.sp {
  display: inline-block;
  width: 0.53em;
}
#nyuen dl.d04 dt {
  width: 6em;
}
#nyuen dl.d04 dd {
  width: calc(100% - 6em);
}
#nyuen dl.d04 dd span {
  display: inline-block;
  font-weight: bold;
  color: #339831;
  margin-right: 1em;
}
#nyuen dl.d04 dd span.month {
  display: inline-block;
  background: #ffc600;
  color: #333;
  padding: 0 15px;
  border-radius: 30px;
  margin-bottom: 0;
  margin-right: 0.5em;
  font-weight: normal;
}
#nyuen dl.d04 dd::after {
  content: "";
  display: block;
  width: calc(100% + 6em);
  left: -6em;
}
#nyuen dl.homeclass dt {
  width: 400px;
}
@media all and (max-width: 959px) {
  #nyuen dl.homeclass dt {
    width: 12em;
  }
}
#nyuen dl.homeclass dd {
  text-align: center;
  width: calc(100% - 400px);
}
@media all and (max-width: 959px) {
  #nyuen dl.homeclass dd {
    padding-left: 1em;
    width: calc(100% - 12em);
  }
}
#nyuen dl.homeclass dd::after {
  content: "";
  display: block;
  width: calc(100% + 400px);
  left: -400px;
}
@media all and (max-width: 959px) {
  #nyuen dl.homeclass dd::after {
    width: calc(100% + 12em);
    left: -12em;
  }
}
#nyuen dl.price dt {
  width: 5em;
  text-align: left;
}
#nyuen dl.price dt span {
  display: inline-block;
  background: #ffc600;
  color: #333;
  padding: 0 15px;
  border-radius: 30px;
}
#nyuen dl.price dd {
  text-align: left;
  width: calc(100% - 5em);
}
#nyuen dl.price dd strong {
  color: #339831;
  font-weight: bold;
  font-size: 1.1em;
}
#nyuen dl.price dd::after {
  content: "";
  display: none;
}
#nyuen p.red {
  font-size: 1.5rem;
  padding: 10px 0 0;
}
#nyuen ul.pdflink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  max-width: 1000px;
  margin: 60px auto;
}
#nyuen ul.pdflink li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 5px;
}
@media all and (max-width: 959px) {
  #nyuen ul.pdflink li {
    width: calc((100% - 20px) / 2);
  }
  #nyuen ul.pdflink li.wide {
    width: 100%;
  }
}
#nyuen ul.pdflink li a {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  color: #333;
  padding: 10px 10px 10px 70px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  text-align: center;
  z-index: 0;
  transition: all 0.3s;
}
#nyuen ul.pdflink li a:hover {
  box-shadow: 3px 3px 0 #f8b62d;
  transform: rotate(-2deg);
}
@media all and (max-width: 559px) {
  #nyuen ul.pdflink li a {
    padding-left: 50px;
  }
}
#nyuen ul.pdflink li a:before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background: #f8b62d url(../img/parts/ico_pdf.svg) no-repeat center center/25px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s;
  z-index: 1;
}
@media all and (max-width: 559px) {
  #nyuen ul.pdflink li a:before {
    width: 40px;
  }
}
#nyuen ul.pdflink li a:hover:before {
  background: rgba(248, 182, 45, 0.6) url(../img/parts/ico_pdf.svg) no-repeat center center/25px;
}

/*   animation   */
@keyframes yurayura {
  0%, 100% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-7deg);
  }
}
@keyframes bound-anim {
  0%, 100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -50px);
  }
  90% {
    transform: translate(0, 0);
  }
}