@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #EEE;
}

.contents {
  background: #FFF;
  min-height: 100dvh;
  flex: 1;
}
@media (min-width: 769px) {
  .contents {
    max-width: 900px;
    margin-inline: auto;
    box-shadow: 0 0 10px #333;
  }
}
@media (max-width: 768px) {
  .contents {
    width: 100%;
  }
}
.contents header {
  border-bottom: 1px solid #CCC;
}
@media (min-width: 769px) {
  .contents header .logo img {
    width: 270px;
    margin: 10px 0px 10px 12px;
  }
}
@media (max-width: 768px) {
  .contents header .logo img {
    width: 50vw;
    margin: 2vw 2vw 2vw 2vw;
  }
}
.contents h1 {
  display: flex;
  align-items: stretch;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents h1 {
    font-size: 1.6rem;
    line-height: 1.2;
    gap: 12px;
    margin: 20px 20px 0px 20px;
  }
}
@media (max-width: 768px) {
  .contents h1 {
    font-size: 5.2vw;
    line-height: 1.2;
    gap: 2vw;
    margin: 2vw 2vw 0vw 2vw;
  }
}
.contents h1::before {
  content: "";
  background: #1D7400;
  border-radius: 8px;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .contents h1::before {
    width: 9px;
  }
}
@media (max-width: 768px) {
  .contents h1::before {
    width: 1.5vw;
  }
}
@media (max-width: 768px) {
  .contents h1 br {
    display: none;
  }
}
.contents .headtext-hukidashi-A {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2589d0;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents .headtext-hukidashi-A {
    font-size: 1.6rem;
    margin-top: 20px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .contents .headtext-hukidashi-A {
    font-size: 5vw;
    margin-top: 2.5vw;
    padding: 2vw;
  }
}
.contents .headtext-hukidashi-A:before, .contents .headtext-hukidashi-A:after {
  width: 3px;
  background-color: #2589d0;
  content: "";
}
@media (min-width: 769px) {
  .contents .headtext-hukidashi-A:before, .contents .headtext-hukidashi-A:after {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .contents .headtext-hukidashi-A:before, .contents .headtext-hukidashi-A:after {
    height: 7vw;
  }
}
.contents .headtext-hukidashi-A:before {
  transform: rotate(-35deg);
}
@media (min-width: 769px) {
  .contents .headtext-hukidashi-A:before {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .contents .headtext-hukidashi-A:before {
    margin-right: 3vw;
  }
}
.contents .headtext-hukidashi-A:after {
  transform: rotate(35deg);
}
@media (min-width: 769px) {
  .contents .headtext-hukidashi-A:after {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .contents .headtext-hukidashi-A:after {
    margin-left: 3vw;
  }
}
.contents .photoswipe-column-A {
  border-color: #F0F0F0;
  border-style: solid;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .contents .photoswipe-column-A {
    width: 780px;
    border-width: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .contents .photoswipe-column-A {
    border-width: 5px;
    border-radius: 5px;
    margin: 0vw 6vw 0vw 6vw;
  }
}
@media (min-width: 769px) {
  .contents .photoswipe-column-A .flex {
    display: flex;
    justify-content: center;
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width: 768px) {
  .contents .photoswipe-column-A .flex {
    padding: 10px 10px 5px 10px;
  }
}
.contents .photoswipe-column-A .flex a {
  text-decoration: none;
}
.contents .photoswipe-column-A .flex a img {
  width: 100%;
}
@media (max-width: 768px) {
  .contents .photoswipe-column-A .flex a {
    width: 100%;
    display: block;
  }
}
.contents .photoswipe-column-A .flex a p {
  color: #333;
}
@media (min-width: 769px) {
  .contents .photoswipe-column-A .flex a p {
    font-size: 16px;
    padding: 10px 5px 0px 5px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .contents .photoswipe-column-A .flex a p {
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    line-height: 130%;
  }
}
@media (min-width: 769px) {
  .contents .photoswipe-column-A .flex a .single {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .contents .photoswipe-column-A .flex a .single {
    min-width: 100%;
  }
}
@media (min-width: 769px) {
  .contents .photoswipe-column-A .flex a .double {
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .contents .photoswipe-column-A .flex a .double {
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    line-height: 130%;
  }
}
@media (min-width: 769px) {
  .contents .btn {
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .contents .btn {
    margin: 4vw 6vw 0vw 6vw;
  }
}
.contents .btn a {
  position: relative;
  display: block;
  background-color: #21be78;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contents .btn a {
    font-size: 20px;
    border-radius: 8px;
    padding: 15px 0;
    transition: opacity 0.3s;
  }
}
@media (max-width: 768px) {
  .contents .btn a {
    font-size: 4vw;
    border-radius: 8px;
    padding: 3vw 0;
  }
}
@media (min-width: 769px) {
  .contents .btn a {
    width: 280px;
    margin-inline: auto;
  }
  .contents .btn a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .contents .btn a {
    width: 100%;
    margin-inline: auto;
  }
}
.contents .btn a::before, .contents .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contents .btn-circle-right a::before {
  right: 20px;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  background-color: #ffffff;
}
.contents .btn-circle-right a::after {
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #21be78;
}
.contents .page-top {
  position: sticky;
  top: 100dvh;
}
@media (min-width: 769px) {
  .contents .page-top {
    width: 100%;
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
  }
}
@media (max-width: 768px) {
  .contents .page-top {
    width: 100%;
    margin-top: 8vw;
  }
}
.contents .page-top .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.contents .page-top .inner .copyright {
  color: #B2B2B2;
  line-height: 1;
}
@media (min-width: 769px) {
  .contents .page-top .inner .copyright {
    font-size: 0.6rem;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .contents .page-top .inner .copyright {
    font-size: 2vw;
  }
}
.contents .page-top .inner .button img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .contents .page-top .inner .button img {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .contents .page-top .inner {
    flex-direction: column; /* 狭い画面では縦並びにする */
    align-items: center; /* 中央寄せ */
    gap: 10px; /* 要素間の隙間 */
    text-align: center;
  }
}/*# sourceMappingURL=article.css.map */