@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8; } }
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 160%; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  list-style: none; }

body {
  color: #aa841f;
  font-size: 1.2em;
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%; }

a {
  color: #aa841f;
  outline: none;
  text-decoration: none;
  transition: 0.3s; }

a:hover {
  opacity: 0.7; }

a:active {
  text-decoration: under-line; }

a img {
  border-style: none;
  transition: 0.3s; }

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box; }

.tt,
.tt5 {
  display: none; }

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none; } }
/* Tablet */
@media screen and (max-width: 960px) {
  html {
    font-size: 6.25%; }

  body {
    font-size: 15rem; }

  #wrapper img {
    width: 100%; }

  .pc {
    display: none; } }
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block; } }
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block; }

  /*SP縦以外を表示*/
  .ta {
    display: none; } }
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block; } }
@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s; }

  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px); }

  .fade00a {
    opacity: 1.0;
    transform: translate(0, 0); } }
body {
  color: #000; }

@media screen and (max-width: 668px) {
  .pconly {
    display: none; } }

.sponly {
  display: none; }
  @media screen and (max-width: 668px) {
    .sponly {
      display: block; } }

small {
  font-size: 12px; }

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top: #92214d solid 25px;
  background-image: url("../images/bg_top.png"), url("../images/bg_bottom.png");
  background-position: top center, bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-color: #faf8f5; }
  @media screen and (max-width: 668px) {
    #wrapper {
      background-size: 160% auto, 160% auto;
      background-position: top center, bottom 55px center; } }

header {
  margin-top: 9vw;
  margin-bottom: 3vw; }
  header h1.ttl img {
    width: 100%; }
    @media screen and (max-width: 668px) {
      header h1.ttl img.pconly {
        display: block; } }
    @media all and (max-width: 640px) {
      header h1.ttl img.pconly {
        display: none; } }
    @media screen and (max-width: 668px) {
      header h1.ttl img.sponly {
        display: none; } }
    @media all and (max-width: 640px) {
      header h1.ttl img.sponly {
        display: block; } }

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 1099px) {
    .inner {
      width: 94%; } }
  @media screen and (max-width: 668px) {
    .inner {
      width: 92%; } }
  .inner img {
    max-width: 100%; }
  .inner .art img {
    max-width: 100%;
    margin: 0; }
    @media screen and (max-width: 1320px) {
      .inner .art img {
        max-width: 80% !important; } }
    @media screen and (max-width: 668px) {
      .inner .art img {
        display: none; } }
  .inner .a-l {
    text-align: left; }
    .inner .a-l img {
      margin-left: 0; }
  .inner .a-r {
    text-align: right; }
    .inner .a-r img {
      margin-right: 0; }

.area_do {
  margin-bottom: 80px;
  position: relative; }
  @media screen and (max-width: 668px) {
    .area_do {
      margin-bottom: 40px; } }
  .area_do .img1 {
    position: absolute;
    top: 30px;
    left: 0; }
  .area_do .img2 {
    position: absolute;
    top: 0;
    right: 0; }
  .area_do .title {
    padding: 30px 0;
    text-align: center; }
    .area_do .title img {
      max-height: 80px; }
  .area_do ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .area_do ul li {
      width: calc(100% / 2 - 30px);
      max-width: 550px;
      padding: 50px;
      margin-bottom: 30px;
      background-color: #fff;
      border-radius: 8px; }
      @media screen and (max-width: 668px) {
        .area_do ul li {
          width: 100%;
          max-width: 100%;
          padding: 30px; } }
      .area_do ul li h3 {
        padding-bottom: 20px;
        border-bottom: 1px solid #555; }
        @media screen and (max-width: 668px) {
          .area_do ul li h3 img {
            max-width: 70%; } }
      .area_do ul li p.img {
        margin: 20px auto; }
      .area_do ul li p.txt {
        font-size: 0.74em;
        text-align: left; }
        @media screen and (max-width: 1320px) {
          .area_do ul li p.txt {
            font-size: 0.7em; } }
        @media screen and (max-width: 668px) {
          .area_do ul li p.txt {
            font-size: 1em; } }
  .area_do .kome {
    display: block;
    margin: 0 auto; }
    .area_do .kome p {
      display: inline-block;
      font-size: 0.84em;
      text-align: left;
      font-weight: bold; }

.youtube__aspect-ratio {
  width: 100%;
  margin-bottom: 30px;
  aspect-ratio: 16 / 9; }
  .youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%; }

.area_howto {
  padding: 80px 0;
  margin-bottom: 20px;
  position: relative;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000; }
  @media screen and (max-width: 668px) {
    .area_howto {
      padding: 50px 0; } }
  .area_howto .img3 {
    position: absolute;
    top: -20px;
    right: 0; }
  .area_howto .title {
    padding: 30px 0;
    text-align: center; }
    .area_howto .title img {
      max-height: 80px; }
  .area_howto ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media screen and (max-width: 960px) {
      .area_howto ul {
        flex-wrap: wrap;
        flex-direction: column; } }
    .area_howto ul li.set {
      width: calc(100% / 3 - 20px);
      max-width: 320px;
      background-color: #fff;
      border-radius: 8px;
      border: 1px solid #000;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .area_howto ul li.set {
          width: 100%;
          max-width: 100%; } }
      .area_howto ul li.set h3 {
        font-size: 1em;
        line-height: 1.6;
        padding: 4px;
        background-color: #000;
        color: #fff; }
        .area_howto ul li.set h3 span {
          font-weight: bold;
          margin-left: 5px; }
      .area_howto ul li.set p.txt {
        font-size: 0.7em;
        padding: 20px; }
        @media screen and (max-width: 1320px) {
          .area_howto ul li.set p.txt {
            font-size: 0.6em; } }
        @media screen and (max-width: 960px) {
          .area_howto ul li.set p.txt {
            font-size: 1em; } }
    .area_howto ul li.ya {
      position: relative;
      padding: 8px; }
      @media screen and (max-width: 960px) {
        .area_howto ul li.ya {
          padding: 20px; } }
      .area_howto ul li.ya::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border: 5px solid transparent;
        border-left: 8px solid #555; }
        @media screen and (max-width: 960px) {
          .area_howto ul li.ya::before {
            border-left: 5px solid transparent;
            border-top: 8px solid #555;
            left: 50%; } }

.area_last {
  padding: 30px 0;
  margin-bottom: 4vw;
  position: relative; }
  .area_last .img4 {
    position: absolute;
    top: 0;
    left: -5px; }
    @media all and (max-width: 900px) {
      .area_last .img4 {
        top: -60px; } }
  .area_last .title {
    padding: 30px 0;
    text-align: center; }
    .area_last .title img {
      max-width: 650px; }

footer {
  width: 100%;
  background-color: #92214d;
  padding: 10px; }
  footer h2 {
    text-align: center;
    line-height: 0; }
    footer h2 img {
      max-width: 176px; }

.gotop {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding-bottom: 30px; }
  @media screen and (max-width: 960px) {
    .gotop {
      right: 15px;
      bottom: 0;
      padding-bottom: 20px; } }
  .gotop a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin-top: 10px;
    background-color: #aa841f;
    width: 50px;
    line-height: 50px; }
    @media all and (-ms-high-contrast: none) {
      .gotop a {
        padding-top: 15px;
        line-height: 35px; } }
    @media screen and (max-width: 960px) {
      .gotop a {
        width: 45px;
        line-height: 45px; } }
    @media screen and (max-width: 668px) and (orientation: portrait) {
      .gotop a {
        width: 35px;
        line-height: 35px; } }
    .gotop a:hover {
      transform: translate(0, -5px); }

@media print {
  .gotop {
    display: none; } }
@keyframes slide {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
