@charset "UTF-8";
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/YakuHanJP-Regular.woff2") format("woff2"), url("fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "a-maru";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/unocorona2.woff2") format("woff2"), url("fonts/unocorona2.woff") format("woff");
}
.wf1 {
  font-family: "a-maru", san-serif;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 1;
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 1;
  }
}
@-webkit-keyframes zoomin_fade {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomin_fade {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
html {
  height: 100%;
}

body {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
  font-size: 14px;
  color: #332b1c;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #504a3d;
}
body.ie {
  font-family: "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 599px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) {
  body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (min-width: 960px) {
  body {
    width: 100%;
  }
}
@media (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .notsp {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .nottab {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (min-width: 340px) {
  .ip5only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .tabonly {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .tabonly {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mobonly {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .pconly {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pcwonly {
    display: none !important;
  }
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

a {
  color: #332b1c;
}
a, a:focus {
  outline: none;
}

p {
  text-align: justify;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #cbbb9d;
  z-index: 200;
}

header {
  position: relative;
  padding: 80px 0 50px;
  background-color: #cbbb9d;
}
@media (min-width: 600px) {
  header {
    padding-top: 100px;
  }
}
header .logo {
  position: absolute;
  width: 115px;
  top: 15px;
  left: 10px;
  z-index: 10;
}
@media (min-width: 600px) {
  header .logo {
    width: 150px;
    top: 25px;
  }
}
@media (min-width: 960px) {
  header .logo {
    top: 35px;
    left: 35px;
  }
}
header .main_illust {
  position: relative;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
header .ttl_area {
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}
header .ttl_area .ttl img:first-child {
  width: 84%;
  margin-bottom: 3px;
}
header .message {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
}

.bottom_half {
  background-color: #504a3d;
}

.taisaku_list {
  width: calc(100% - 30px);
  max-width: 840px;
  margin: 50px auto;
}
@media (min-width: 768px) {
  .taisaku_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.taisaku_list .taisaku_item {
  background-color: #f7f1eb;
  border-radius: 7px;
  text-align: center;
  padding: 10px 20px 20px;
  max-width: 400px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .taisaku_list .taisaku_item {
    width: calc(50% - 20px);
    margin: 0 0 40px;
  }
}
.taisaku_list .taisaku_item .illust {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 160px;
  overflow: hidden;
  background: url(images/illust2.png) no-repeat;
  background-size: 100% 900%;
  background-position: 0 0%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.5;
}
.taisaku_list .taisaku_item .illust.ani {
  -webkit-animation: zoomin_fade 0.5s forwards;
          animation: zoomin_fade 0.5s forwards;
}
.taisaku_list .taisaku_item:nth-child(1) .illust {
  background-position: 0 12.5%;
}
.taisaku_list .taisaku_item:nth-child(2) .illust {
  background-position: 0 25%;
}
.taisaku_list .taisaku_item:nth-child(3) .illust {
  background-position: 0 37.5%;
}
.taisaku_list .taisaku_item:nth-child(4) .illust {
  background-position: 0 50%;
}
.taisaku_list .taisaku_item:nth-child(5) .illust {
  background-position: 0 62.5%;
}
.taisaku_list .taisaku_item:nth-child(6) .illust {
  background-position: 0 75%;
}
.taisaku_list .taisaku_item:nth-child(7) .illust {
  background-position: 0 100%;
}
.taisaku_list .taisaku_item .ttl {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .taisaku_list .taisaku_item .ttl {
    font-size: 20px;
  }
}
.taisaku_list .taisaku_item .ttl span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 2px 5px;
}
.taisaku_list .taisaku_item .ttl span::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 5px;
  bottom: 0;
  left: -2px;
  background: url(images/line.svg) no-repeat;
}
.taisaku_list .taisaku_item .txt {
  text-align: justify;
}

.takeshima {
  color: #fff;
  width: calc(100% - 30px);
  margin: 60px auto;
  opacity: 0.7;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  padding: 1em;
}
@media (min-width: 600px) {
  .takeshima {
    width: 400px;
    margin: 60px auto 80px;
  }
  .takeshima p {
    text-align: center;
  }
}
.takeshima a {
  color: #fff;
}

footer {
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */