@charset "UTF-8";
/* -------------------- resetCSS -------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------- restCSS end -------------------- */
/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  width: 100%;
  color: #000000;
  font-family: "a-one", serif;
  font-size: 62.5%;
  font-feature-settings: "palt";
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class],
li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  vertical-align: bottom;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

/* その他 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0px;
  padding: 0px;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.scroll-lock {
  overflow: hidden;
}

.unlink {
  color: #dedede !important;
  pointer-events: none;
}

.marugo {
  font-family: zen-maru-gothic, sans-serif, sans-serif;
}

@font-face {
  font-family: "dunkin";
  src: url(/fonts/DunkinBold.otf);
}
.dunkin {
  font-family: dunkin, sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}

.js-fade01 {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.fade-off {
  opacity: 0;
  transition: 2s;
}

.fade-on {
  opacity: 1;
  transition: 2s;
}

.js-fade02 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* PC ================================================== */
@media all and (min-width: 960px) {
  .tablet,
.sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
  .pc,
.sp {
    display: none;
  }

  .tablet {
    display: block;
  }
}
/* SP ================================================== */
@media all and (max-width: 559px) {
  .pc,
.tablet {
    display: none;
  }

  .sp {
    display: block;
  }
}
.pic {
  width: 100%;
  transform: scale(1.2);
}

.pic.isActive {
  transform: scale(1);
  transition: all 1s ease-out;
  transform: rotate(0deg);
}

.elem {
  width: 200px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: rotate(10deg);
}
@media screen and (max-width: 959px) {
  .elem {
    width: 230px;
  }
}
.elem img {
  width: 100%;
}

.elem_even {
  transform: rotate(-10deg);
}

.elem.isActive {
  opacity: 1;
  transition: all 0.3s;
  transform: rotate(0deg);
  transition-delay: 0.7s;
}

.ashiato_A {
  top: -180px;
  left: -130px;
}
@media screen and (max-width: 959px) {
  .ashiato_A {
    top: 0px;
    right: -100px;
    left: auto;
  }
}

.ashiato_A-2 {
  top: -40px;
  left: 730px;
}
@media screen and (max-width: 959px) {
  .ashiato_A-2 {
    top: 800px;
    right: auto;
    left: -60px;
  }
}

.ashiato_A-3 {
  top: -180px;
  left: 1500px;
}
@media screen and (max-width: 959px) {
  .ashiato_A-3 {
    top: 1600px;
    right: -100px;
    left: auto;
  }
}

.ashiato_B {
  top: -40px;
  left: -170px;
}
@media screen and (max-width: 959px) {
  .ashiato_B {
    top: -100px;
    left: -100px;
  }
}

.ashiato_C {
  top: -250px;
  left: -330px;
}
@media screen and (max-width: 959px) {
  .ashiato_C {
    top: -180px;
    right: -100px;
    left: auto;
  }
}

.ashiato_D {
  top: -40px;
  right: -230px;
}
@media screen and (max-width: 959px) {
  .ashiato_D {
    bottom: 200px;
    left: -100px;
    top: auto;
    right: auto;
  }
}

.ashiato_E {
  top: -180px;
  left: -40px;
}
@media screen and (max-width: 959px) {
  .ashiato_E {
    top: -180px;
    right: -100px;
    left: auto;
  }
}

.ashiato_F {
  top: -40px;
  right: -150px;
}
@media screen and (max-width: 959px) {
  .ashiato_F {
    bottom: 200px;
    left: -100px;
    top: auto;
    right: auto;
  }
}

.ashiato_G {
  top: -100px;
  right: -100px;
}

.shop-list {
  width: 1560px;
  height: 62vh;
  margin-right: 20vh;
  position: relative;
}
@media screen and (max-width: 959px) {
  .shop-list {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}
.shop-list__inner {
  width: auto;
  height: 100%;
  min-height: 515px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .shop-list__inner {
    width: 100%;
    height: auto;
    flex-direction: row;
  }
}
.shop-list__box {
  width: 130px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .shop-list__box {
    width: calc(50% - 5px);
    height: auto;
  }
}
.shop-list__box__image {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid #f2f2f2;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.shop-list__box__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.shop-list__box__image img {
  width: 100%;
}
.shop-list__box__links {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shop-list__box__links .link__image {
  width: 18px;
  margin-right: 8px;
}
.shop-list__box__links .link__image img {
  width: 100%;
}
.shop-list__box__links .link__EC {
  width: 34px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.shop-list__box__links .link__EC a {
  width: 100%;
  height: 100%;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.main {
  opacity: 0;
}

.main.is-show {
  opacity: 1;
  transition: 0.5s;
}

.main-inner {
  height: 100vh;
}
@media screen and (max-width: 959px) {
  .main-inner {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

.main-fixed {
  height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .main-fixed {
    width: 100%;
    height: auto;
    white-space: normal;
  }
}

.main-visual {
  width: auto;
  height: 100%;
  padding-left: 15vw;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-visual {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}
.main-visual h1 {
  opacity: 0;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual h1 {
    width: 100%;
    height: auto;
  }
}
.main-visual h1.is-show {
  opacity: 1;
  transition: all 1.5s 0s ease;
}
.main-visual img {
  height: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.main-visual .main_logo {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .main-visual .main_logo {
    width: 70%;
    bottom: 0;
    left: 5%;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .main-visual .main_logo {
    width: 50%;
    bottom: 0;
    left: 5%;
  }
}
.main-visual .main_logo img {
  width: 480px;
}
@media screen and (max-width: 959px) {
  .main-visual .main_logo img {
    width: 255px;
  }
}
.main-visual .main_logo.is-show {
  opacity: 1;
  transition: all 1.5s 1.3s ease;
}

.top-page {
  width: auto;
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .top-page {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
.top-page__inner {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .top-page__inner {
    display: block;
  }
}
.top-page-txt-area {
  width: 1260px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .top-page-txt-area {
    width: 100%;
    margin-top: 80px;
  }
}
.top-page-txt-area__inner {
  width: auto;
}
@media screen and (max-width: 959px) {
  .top-page-txt-area__inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .top-page-txt-area__inner {
    text-align: center;
  }
}
.top-page-txt-area__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #6d3c17;
  margin-bottom: 49px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .top-page-txt-area__ttl {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
  }
}
.top-page-txt-area__txt {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .top-page-txt-area__txt {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}

.contents {
  width: auto;
  height: 100%;
  display: inline-block;
  margin-right: 430px;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: hidden;
  }
}
.contents__inner {
  height: 100%;
  padding-top: 10vh;
}
@media screen and (max-width: 959px) {
  .contents__inner {
    width: 84%;
    height: auto;
    padding: 0;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .contents__inner {
    width: 80%;
    max-width: 800px;
  }
}
.contents__lists {
  width: 100%;
  height: 100%;
  padding-top: 5vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contents__lists {
    display: block;
    padding-top: 10px;
  }
}
.contents__lists__box {
  width: 625px;
  height: auto;
  margin-right: 20vh;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contents__lists__box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contents__lists__box:last-child {
  margin-right: 0;
}
.contents__lists__box__ttl-area .sub-ttl {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
  color: #6d3c17;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__ttl-area .sub-ttl {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.contents__lists__box__ttl-area .ttl-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__ttl-area .ttl-flex {
    display: block;
  }
}
.contents__lists__box__ttl-area .ttl {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #6d3c17;
  line-height: 1.2;
  margin-bottom: 1.5vh;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__ttl-area .ttl {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.contents__lists__box__ttl-area .top-ttl {
  font-size: 50px;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__ttl-area .top-ttl {
    font-size: 28px;
  }
}
.contents__lists__box__ttl-area .lead {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__ttl-area .lead {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
}
.contents__lists__box__ttl-area .lead-note {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin-top: 9px;
}
.contents__lists__box__ttl-area .lead-note dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4;
}
.contents__lists__box__ttl-area .lead-note dt {
  width: 60px;
}
.contents__lists__box__shops {
  margin-top: 5vh;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__shops {
    margin-top: 40px;
  }
}
.contents__lists__box__shops .ttl {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__shops .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.contents__lists__box__shops .shop-name-list {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 2vh;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__shops .shop-name-list {
    font-size: 14px;
    margin-bottom: 36px;
  }
}
.contents__lists__box__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__images {
    width: 100%;
    display: block;
  }
}
.contents__lists__box__images .image {
  width: calc(50% - 10px);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .contents__lists__box__images .image {
    width: 100%;
  }
}
.contents__lists__box__images .image img {
  width: 100%;
}
.contents__lists .first-contents {
  width: 300px;
  margin-top: 22vh;
}
@media screen and (max-width: 959px) {
  .contents__lists .first-contents {
    width: 100%;
    margin-top: 20px;
  }
}

.day-time-pc {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #6d3c17;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .day-time-pc {
    display: none;
  }
}
.day-time-pc__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}
.day-time-pc__image {
  width: 70px;
  margin-right: 10px;
}
.day-time-pc__image img {
  width: 100%;
}

.day-time-area {
  margin: 10px 0 0;
}

.day-time {
  display: none;
}
@media screen and (max-width: 959px) {
  .day-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .day-time__sp-image {
    display: block;
    width: 100px;
    margin: 0 10px 0 0;
  }
  .day-time__sp-image img {
    width: 100%;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .day-time__sp-image {
    display: block;
    width: 100px;
    margin: 0 10px 0 0;
  }
  .day-time__sp-image img {
    width: 100%;
  }
}
.day-time .time {
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .day-time .one-day {
    width: 70px;
  }
}

.talkshow {
  display: none;
}
@media screen and (max-width: 959px) {
  .talkshow {
    font-family: zen-maru-gothic, sans-serif;
    font-weight: bold;
    color: #6d3c17;
    line-height: 1.2;
    display: block;
    font-size: 20px;
    margin-top: 20px;
  }
}

.sub-box {
  width: 820px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .sub-box {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.sub-box .contents__lists__box__ttl-area {
  margin-bottom: 10vh;
}
@media screen and (max-width: 959px) {
  .sub-box .contents__lists__box__ttl-area {
    margin-bottom: 95px;
  }
}
.sub-box .contents__lists__box__txt-area {
  width: calc(100% - 360px);
}
@media screen and (max-width: 959px) {
  .sub-box .contents__lists__box__txt-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sub-box .image {
  width: 260px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .sub-box .image {
    width: 100%;
  }
}
.sub-box .image img {
  width: 100%;
}

.dogyoga {
  margin-bottom: 8vh;
}
@media screen and (max-width: 959px) {
  .dogyoga {
    margin-bottom: 0;
  }
}
.dogyoga .ttl {
  margin-left: -10px;
}
@media screen and (max-width: 959px) {
  .dogyoga .ttl {
    margin-left: -6px;
  }
}

@media screen and (max-width: 959px) {
  .guide-dog .lead {
    margin-top: 30px;
  }
}
.guide-dog .image {
  width: 190px;
  margin: 0 auto;
  overflow: hidden;
}
.guide-dog .image img {
  width: 100%;
}

.contents-third {
  width: 800px;
  margin-right: 100px;
}
@media screen and (max-width: 959px) {
  .contents-third {
    width: 100%;
  }
}
.contents-third .second-box {
  padding: 0;
}
.contents-third .second-box .ttl {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .contents-third .txt-area-flex {
    display: block;
  }
}
.contents-third .note-font {
  font-size: 10px;
}

.top-line {
  width: 100%;
  border-bottom: 1px solid #6d3c17;
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-line {
    display: none;
  }
}
.top-line__day-icon {
  width: 200px;
  position: absolute;
  bottom: -23px;
  left: 0;
}
@media screen and (max-width: 959px) {
  .top-line__day-icon {
    width: 160px;
    position: static;
  }
}
.top-line__day-icon img {
  width: 100%;
}
.top-line .one-day {
  width: 110px;
}

.sub-contents {
  margin-bottom: 6vh;
}
@media screen and (max-width: 959px) {
  .sub-contents {
    margin-bottom: 20px;
  }
}

.workshop-area {
  width: 190px;
  height: 90vh;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .workshop-area {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .workshop-area {
    width: 80%;
  }
}
.workshop-area .workshop-ttl {
  width: 100%;
  height: 600px;
  position: relative;
  top: auto;
}
@media screen and (max-width: 959px) {
  .workshop-area .workshop-ttl {
    width: 80vw;
    height: auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .workshop-area .workshop-ttl {
    width: 40vw;
  }
}
.workshop-area .workshop-ttl picture {
  display: block;
  width: 100%;
  height: 100%;
}
.workshop-area .workshop-ttl img {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-logo {
  display: inline-block;
  width: 500px;
  padding: 9vh 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .footer-logo {
    width: 55%;
    padding: 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .footer-logo {
    width: 100%;
    margin: 0 auto 0 0;
  }
}
.footer-logo__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer-logo__inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .footer-logo__inner {
    width: 80%;
    justify-content: flex-start;
  }
}
.footer-logo .image {
  width: 100%;
  margin-bottom: 7vh;
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .footer-logo .image {
    max-width: 360px;
  }
}
.footer-logo .image img {
  width: 100%;
}

.top-link {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #6d3c17;
  z-index: 20;
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  .top-link {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: auto;
    bottom: 30px;
    right: 30px;
  }
}
.top-link a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .top-link a {
    font-size: 12px;
  }
}

.scroll {
  font-size: 16px;
  position: fixed;
  bottom: 2%;
  right: 200px;
  color: #6d3c17;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .scroll {
    display: none;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .scroll {
    display: none;
  }
}
.scroll::before {
  content: "";
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 120px;
  height: 20px;
  background-image: url(../image/scroll-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#scroll.isActive {
  opacity: 0;
  transition: all 0.3s;
}

.main-fixed::before {
  display: none;
}

.archive_wrap .mv {
  width: auto;
  height: 100vh;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .archive_wrap .mv {
    width: 100%;
    height: auto;
  }
  .archive_wrap .mv img {
    width: 100%;
  }
}
.archive_wrap .mv .mv_image {
  height: 100%;
}
.archive_wrap .mv img {
  height: 100%;
}
.archive_wrap .photoGallery-area {
  margin: 0 0 0 150px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .archive_wrap .photoGallery-area {
    width: 100%;
    margin: 30px auto;
  }
}
.archive_wrap .photoGallery-area .photoGallery-ttl {
  width: 100%;
  height: 750px;
  position: relative;
  top: auto;
}
@media screen and (max-width: 959px) {
  .archive_wrap .photoGallery-area .photoGallery-ttl {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
.archive_wrap .photoGallery-area .photoGallery-ttl img {
  width: 100%;
  height: 100%;
}
.archive_wrap .contents {
  margin-right: 30px;
}
.archive_wrap .contents__inner {
  margin-left: 150px;
}
@media screen and (max-width: 959px) {
  .archive_wrap .contents__inner {
    padding: 30px 0;
    margin: 0 auto;
  }
}
.archive_wrap .contents__inner h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "a-one", serif;
  background-color: #87caac;
  padding: 8px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  width: 315px;
}
@media screen and (max-width: 959px) {
  .archive_wrap .contents__inner h2 {
    font-size: 16px;
    margin-bottom: 20px;
    background-color: #87caac;
    padding: 8px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    width: 100%;
  }
}
.archive_wrap .contents__inner .shop-list {
  width: 1400px;
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .archive_wrap .contents__inner .shop-list {
    width: 100%;
  }
}
.archive_wrap .contents__inner .shop-list__inner {
  min-height: 565px;
}
.archive_wrap .contents__inner .shop-list__inner::after {
  display: none;
}
.archive_wrap .contents__inner .shop-list__box {
  width: 150px;
}
@media screen and (max-width: 959px) {
  .archive_wrap .contents__inner .shop-list__box {
    width: 47%;
  }
}
.archive_wrap .spring {
  margin-left: 250px;
}
@media screen and (max-width: 959px) {
  .archive_wrap .spring {
    margin: 0 auto;
  }
}
.archive_wrap .end-section {
  width: 500px;
}

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

.gs-pet-link {
  font-size: 14px;
  color: #6d3c17;
  text-decoration: underline;
  margin-left: 20px;
}
.gs-pet-link-footer {
  display: none;
  opacity: 0;
  z-index: 50;
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  .gs-pet-link-footer {
    display: block;
    opacity: 1;
    display: none;
    position: fixed;
    bottom: 20px;
    left: 23px;
  }
}
.gs-pet-link-footer a {
  color: #6d3c17;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .gs-pet-link-footer a {
    font-size: 12px;
  }
}

.archive-link-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .archive-link-sp {
    display: inline-block;
    position: absolute;
    bottom: -18%;
    left: 10%;
  }
}
.archive-link-sp a {
  font-size: 14px;
  font-weight: 600;
  color: #6d3c17;
  text-decoration: underline;
}

.sec_footer {
  display: inline-block;
  width: 480px;
  height: 100%;
  margin-left: 150px;
  padding-right: 50px;
  position: relative;
  vertical-align: top;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .sec_footer {
    width: 80%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .sec_footer {
    width: 100%;
    margin: 0 auto 0 0;
  }
}
.sec_footer .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .sec_footer .inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .sec_footer .inner {
    width: 80%;
    justify-content: flex-start;
  }
}
.sec_footer .footer_lead {
  position: absolute;
  bottom: 270px;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .sec_footer .footer_lead {
    position: static;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.sec_footer .image {
  position: absolute;
  bottom: 0;
  width: 350px;
  margin-bottom: 5vh;
}
@media screen and (max-width: 959px) {
  .sec_footer .image {
    width: 100%;
    max-width: 300px;
    position: static;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .sec_footer .image {
    max-width: 360px;
  }
}
.sec_footer .image img {
  width: 100%;
}
.sec_footer .image .footer_note {
  margin-top: 30px;
  font-size: 10px;
  line-height: 1.4;
}

.top-link {
  position: absolute;
  bottom: 50px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #191919;
  z-index: 20;
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  .top-link {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: auto;
    bottom: 20px;
    right: 20px;
  }
}
.top-link a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
}