@charset "UTF-8";
/*
---
name: fontsize
category: -mixin
---

font-size:引数px; font-size:引数/10rem;
に設定
```scss
  @include fontsize(引数);
```
 */
/*
---
name: 別窓付きリンク
category: -mixin
---
```pug
  a(href="//www.google.com" target="_blank") テキストリンク
  |　target="_blank"が喜寿されている要素に付与される
```
*/
/*
---
name: ブレイクポイントで表示切り替え
category: -helper
---

```pug
._showSp SPで表示
._showPc PCで表示
```
*/
@media screen and (min-width: 760px) {
  ._showSp {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  ._showPc {
    display: none !important;
  }
}

main {
  overflow: hidden;
}

.m-hdr1 {
  position: relative;
  z-index: 1;
}

.container.beige {
  position: relative;
}

.container.beige::before {
  content: "";
  display: block;
  width: 300%;
  height: 1000%;
  background: #f6f1d3;
  position: absolute;
  top: 0;
  right: 50px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
}

@media screen and (min-width: 760px) {
  .container.beige::before {
    right: 80px;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
}

.chara-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0f9643;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 30px;
}

@media screen and (min-width: 760px) {
  .chara-title {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
    margin: 120px 0 60px;
  }
}

.chara-title:first-child {
  margin-top: 0;
}

.chara {
  margin: -25px auto 15px;
  padding: 33px 0 33px;
  max-width: 690px;
  position: relative;
}

.chara::before, .chara::after {
  content: "";
  display: block;
  position: absolute;
}

.chara::before {
  width: 52px;
  height: 33px;
  background: url("../images/leaf_l@2x.png");
  background-size: cover;
  top: 0;
  left: 0;
}

.chara::after {
  width: 60px;
  height: 52px;
  background: url("../images/leaf_r@2x.png");
  background-size: cover;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 760px) {
  .chara {
    margin: -30px auto 50px;
    padding: 0;
    max-width: 784px;
  }
  .chara::before {
    width: 87px;
    height: 173px;
    background: url("../images/leaf_l.png");
    background-size: cover;
    top: 40px;
    left: -87px;
  }
  .chara::after {
    width: 106px;
    height: 109px;
    background: url("../images/leaf_r.png");
    background-size: cover;
    bottom: 0;
    right: -106px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
  .chara::before {
    left: -50px;
  }
  .chara::after {
    right: -50px;
  }
}

@media screen and (max-width: 759px) {
  .chara div.size110 {
    margin: 0 -5%;
  }
  .chara div.size115 {
    margin: 0 -7.5%;
  }
  .chara div.size120 {
    margin: 0 -10%;
  }
}

.chara-name {
  color: #0f9643;
  text-align: center;
  line-height: 1em !important;
  font-weight: bold;
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 760px) {
  .chara-name {
    font-size: 62px;
    font-size: 6.2rem;
    margin-bottom: 40px;
  }
}

.chara-serif {
  color: #e3aa59;
  text-align: center;
  line-height: 1.5em !important;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 760px) {
  .chara-serif {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 759px) {
  .chara-serif {
    font-weight: bold;
  }
}

.chara-text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.7 !important;
}

@media screen and (min-width: 760px) {
  .chara-text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2em;
  }
}

.chara-images {
  margin: 30px auto;
}

.chara-images .chara-img {
  margin: 15px auto 0;
}

@media screen and (min-width: 760px) {
  .chara-images {
    margin: 55px auto;
  }
  .chara-images .chara-img {
    margin: 30px auto 0;
    text-align: center;
  }
  .chara-images .chara-img img {
    max-width: 754px;
  }
}

@media screen and (min-width: 760px) {
  .thumblinks .thumblinks-container {
    max-width: 1246px;
    margin: auto;
  }
}

.thumblinks {
  padding: 0;
  margin: -20px 8px 0 7px;
  letter-spacing: -.4em;
}

.thumblinks .thumblink {
  width: 50%;
  padding: 0 7px 0 8px;
  margin-top: 20px;
  vertical-align: top;
}

@media screen and (min-width: 760px) {
  .thumblinks {
    padding: 0;
    margin: -60px -10px 0;
    letter-spacing: -.4em;
  }
  .thumblinks .thumblink {
    width: 20%;
    padding: 0 10px;
    margin-top: 60px;
  }
}

.thumblink {
  letter-spacing: 0;
  display: inline-block;
  text-decoration: none;
  color: black;
}

.thumblink .thumblink-image {
  text-align: center;
  max-width: 300px;
  display: block;
}

.thumblink .thumblink-image img:nth-child(1) {
  display: block;
}

.thumblink .thumblink-image img:nth-child(2) {
  display: none;
}

.thumblink .thumblink-text {
  text-align: center;
  display: block;
  font-weight: bold;
  margin-top: 6px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 760px) {
  .thumblink .thumblink-text {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.thumblink .thumblink-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/thumblink-arrow@2x.png");
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (min-width: 760px) {
  .thumblink .thumblink-text::before {
    width: 27px;
    height: 27px;
    margin-right: 15px;
  }
}

.thumblink.is-active {
  color: black;
  color: #ff9729;
}

.thumblink.is-active .thumblink-image img:nth-child(1) {
  display: none;
}

.thumblink.is-active .thumblink-image img:nth-child(2) {
  display: block;
}

a.thumblink {
  color: black;
  text-decoration: none;
}

@media screen and (min-width: 760px) {
  a.thumblink:hover {
    color: black;
    position: relative;
    -webkit-animation: anim_mouseover 0.15s;
            animation: anim_mouseover 0.15s;
    color: #ff9729;
  }
  a.thumblink:hover .thumblink-image img:nth-child(1) {
    display: none;
  }
  a.thumblink:hover .thumblink-image img:nth-child(2) {
    display: block;
  }
}

footer .thumblinks {
  margin: 0 0px 0;
  padding: 0 10px 30px;
  border-bottom: 1px solid #66b188;
  background: #01953a;
}

footer .thumblinks .thumblink {
  width: 25%;
}

@media screen and (min-width: 760px) {
  footer .thumblinks {
    margin: 0 0px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #66b188;
    background: #01953a;
  }
  footer .thumblinks .thumblink {
    width: 12.5%;
    margin-top: 30px;
  }
}

@-webkit-keyframes anim_mouseover {
  0% {
    top: 0;
  }
  50% {
    top: -6px;
  }
  100% {
    top: 0;
  }
}

@keyframes anim_mouseover {
  0% {
    top: 0;
  }
  50% {
    top: -6px;
  }
  100% {
    top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
