@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のデフォルトを定義 */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #000000;
  font-family: "a-one", serif;
  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;
}

@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;
}

.cancel {
  display: inline-block;
  color: #fff;
  background-color: red;
  padding: 3px 5px;
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
}

.rainy {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 1.2rem;
  background-color: blue;
  padding: 3px 5px;
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
}

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

  .pc {
    display: block;
  }

  .pc-inline {
    display: inline-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,
.pc-inline {
    display: none;
  }

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

  .sp {
    display: block;
  }
}
.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_B.isActive,
.ashiato_C.isActive,
.ashiato_D.isActive,
.ashiato_E.isActive {
  transform: rotate(30deg);
}

.ashiato_F.isActive,
.ashiato_G.isActive,
.ashiato_H.isActive,
.ashiato_I.isActive {
  transform: rotate(-30deg);
}

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

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

.ashiato_A-3 {
  bottom: 50px;
  left: 1290px;
}
@media screen and (max-width: 959px) {
  .ashiato_A-3 {
    display: none;
    top: 1600px;
    right: -100px;
    left: auto;
  }
}

.ashiato_A-4 {
  bottom: 140px;
  left: 1000px;
}
@media screen and (max-width: 959px) {
  .ashiato_A-4 {
    display: none;
    top: 1600px;
    right: -100px;
    left: auto;
  }
}

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

.ashiato_C {
  top: 0px;
  left: 700px;
}
@media screen and (max-width: 959px) {
  .ashiato_C {
    top: -100px;
    left: -50px;
  }
}

.ashiato_D {
  top: -40px;
  left: 1200px;
}
@media screen and (max-width: 959px) {
  .ashiato_D {
    display: none;
  }
}

.ashiato_E {
  top: 40px;
  left: 1700px;
}
@media screen and (max-width: 959px) {
  .ashiato_E {
    display: none;
  }
}

.ashiato_F {
  bottom: 0;
  left: 200px;
}
@media screen and (max-width: 959px) {
  .ashiato_F {
    bottom: auto;
    top: -180px;
    left: -50px;
  }
}

.ashiato_G {
  bottom: 20px;
  left: 600px;
}
@media screen and (max-width: 959px) {
  .ashiato_G {
    bottom: auto;
    top: -20px;
    left: 200px;
  }
}

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

.ashiato_I {
  bottom: 60px;
  left: 1600px;
}
@media screen and (max-width: 959px) {
  .ashiato_I {
    display: none;
    top: -180px;
    right: -100px;
    left: auto;
  }
}

.ashiato_footer01 {
  top: 60px;
  left: 0px;
}
@media screen and (max-width: 959px) {
  .ashiato_footer01 {
    top: -230px;
    right: -100px;
    left: auto;
  }
}

.ashiato_footer02 {
  top: -50px;
  left: 250px;
}
@media screen and (max-width: 959px) {
  .ashiato_footer02 {
    top: 0px;
    right: -220px;
    left: auto;
  }
}

.ashiato_footer03 {
  top: 150px;
  left: 500px;
}
@media screen and (max-width: 959px) {
  .ashiato_footer03 {
    display: none;
    top: -180px;
    right: -100px;
    left: auto;
  }
}

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

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

.shop-list {
  width: 2150px;
  height: 45vh;
  margin-right: 300px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .shop-list {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.shop-list_inner {
  width: auto;
  height: 100%;
  min-height: 390px;
  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: 150px;
  padding-bottom: 25px;
  position: relative;
}
.shop-list_box:nth-of-type(15) {
  pointer-events: none;
}
.shop-list_box:nth-of-type(24) {
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .shop-list_box {
    width: calc(50% - 5px);
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .shop-list_box {
    margin-bottom: 20px;
  }
}
.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: 1.2rem;
  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;
}
.shop-list .shopmap {
  width: 150px;
  height: 175px;
  padding-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .shop-list .shopmap {
    width: calc(50% - 5px);
    height: auto;
  }
}
.shop-list .shopmap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  background-color: #87caac;
}
@media screen and (max-width: 959px) {
  .shop-list .shopmap a::after {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.main {
  opacity: 0;
}

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

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

.main-fixed {
  height: 100vh;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .main-fixed {
    width: 100%;
    height: auto;
    white-space: normal;
    overflow: hidden;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .main-fixed {
    white-space: normal;
  }
}
.main-fixed::before {
  content: "";
  height: 100%;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .main-fixed::before {
    display: none;
  }
}

.logo-unit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 20px;
  right: -100px;
  z-index: 50;
}
@media screen and (max-width: 959px) {
  .logo-unit {
    position: fixed;
    right: auto;
    left: 20px;
  }
}

.gs-pet-link {
  font-size: 1.2rem;
  color: #191919;
  text-decoration: underline;
  margin-left: 20px;
  font-weight: 600;
}
.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: #191919;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .gs-pet-link-footer a {
    font-size: 1.2rem;
  }
}

.archive-link {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: -260px;
}
@media screen and (max-width: 959px) {
  .archive-link {
    display: none;
  }
}
.archive-link a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #191919;
  text-decoration: underline;
}

.sns {
  position: absolute;
  top: 10px;
  right: -150px;
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .sns {
    display: none;
  }
}
.sns.sp-sns {
  display: none;
}
@media screen and (max-width: 959px) {
  .sns.sp-sns {
    position: static;
    width: 80%;
    margin: 50px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .sns.sp-sns {
    width: 80%;
  }
}
.sns-item {
  width: 20px;
}
@media screen and (max-width: 959px) {
  .sns-item {
    width: 30px;
    margin-right: 10px;
  }
}
.sns-item a {
  width: 100%;
}
.sns-item a img {
  width: 100%;
}

.main-visual {
  width: auto;
  height: 100%;
  display: inline-block;
  padding-left: 0;
  margin-right: 440px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-visual {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}
.main-visual h1 {
  opacity: 0;
  height: 96%;
}
@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-unit {
  opacity: 0;
  position: absolute;
  bottom: 7%;
  right: 14%;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .main-visual .main_logo-unit {
    position: static;
    right: auto;
    left: 20px;
  }
}
.main-visual .main_logo {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .main-visual .main_logo {
    position: static;
    margin: -15px auto 0;
    width: 80%;
  }
}
.main-visual .main_logo img {
  width: 480px;
}
@media screen and (max-width: 959px) {
  .main-visual .main_logo img {
    width: 100%;
  }
}
.main-visual .main_logo-unit.is-show {
  opacity: 1;
  transition: all 1.5s 1.3s ease;
}
.main-visual .thanks-txt {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #6d3c17;
  position: absolute;
  top: -20%;
  left: 0;
}
@media screen and (max-width: 959px) {
  .main-visual .thanks-txt {
    display: none;
  }
}

.thanks-txt-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .thanks-txt-sp {
    font-family: zen-maru-gothic, sans-serif;
    display: block;
    position: absolute;
    bottom: -12%;
    left: 10%;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.075em;
    color: #6d3c17;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .thanks-txt-sp {
    bottom: -2%;
  }
}

.archive-link-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .archive-link-sp {
    display: block;
    width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .archive-link-sp {
    width: 80%;
  }
}
.archive-link-sp a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #191919;
  text-decoration: underline;
}

.concept {
  width: auto;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .concept {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
.concept_block {
  width: 700px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .concept_block {
    width: 100%;
    margin-top: 160px;
  }
}
.concept_block picture {
  text-align: center;
}
.concept_block img {
  width: 90px;
}
@media screen and (max-width: 959px) {
  .concept_block img {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .concept_block img {
    width: 60%;
  }
}

.marche {
  width: max-content;
  height: 100%;
  display: inline-block;
  margin-right: 0px;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .marche {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: hidden;
  }
}
.marche .inner {
  height: 100%;
  padding-top: 6vh;
}
@media screen and (max-width: 959px) {
  .marche .inner {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .marche .inner {
    width: 80%;
    max-width: 800px;
  }
}
.marche .lists {
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  position: relative;
}
@media screen and (max-width: 959px) {
  .marche .lists {
    display: block;
    padding-top: 10px;
  }
}
.marche .lists .day-icon {
  position: absolute;
  top: -110px;
  left: 0;
}
@media screen and (max-width: 959px) {
  .marche .lists .day-icon {
    position: static;
    margin-bottom: 20px;
  }
}
.marche .lists .day-icon img {
  height: 35px;
}
@media screen and (max-width: 959px) {
  .marche .lists .day-icon img {
    height: 25px;
  }
}
.marche .lists_box {
  width: 625px;
  height: auto;
  margin-right: 20vh;
  position: relative;
}
@media screen and (max-width: 959px) {
  .marche .lists_box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.marche .lists_box_ttl-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .marche .lists_box_ttl-area {
    display: block;
  }
}
.marche .lists_box_ttl-area .ttl-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .marche .lists_box_ttl-area .ttl-flex {
    display: block;
  }
}
.marche .lists_box_ttl-area .sub-ttl {
  font-size: 1.4rem;
  position: absolute;
  top: -25px;
  left: 0;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .marche .lists_box_ttl-area .sub-ttl {
    position: static;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}
.marche .lists_box_ttl-area .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #191919;
  line-height: 1.2;
  margin-bottom: 1.5vh;
}
@media screen and (max-width: 959px) {
  .marche .lists_box_ttl-area .ttl {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
.marche .lists_box_ttl-area .top-ttl {
  font-size: 2.7rem;
}
@media screen and (max-width: 959px) {
  .marche .lists_box_ttl-area .top-ttl {
    font-size: 2.2rem;
  }
}
.marche .lists_box_ttl-area .lead {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 30px;
  font-weight: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .marche .lists_box_ttl-area .lead {
    font-size: 1.4rem;
    margin-top: 1.9vh;
    margin-left: 0;
  }
}
.marche .lists_box_ttl-area .lead-note {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin-top: 9px;
}
.marche .lists_box_ttl-area .lead-note dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4;
}
.marche .lists_box_ttl-area .lead-note dt {
  width: 60px;
}
@media screen and (max-width: 959px) {
  .marche .lists_box_ttl-area .lead-note dt {
    width: 70px;
  }
}
.marche .lists_box__shops {
  margin-top: 5vh;
}
@media screen and (max-width: 959px) {
  .marche .lists_box__shops {
    margin-top: 40px;
  }
}
.marche .lists_box__shops .ttl {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .marche .lists_box__shops .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.marche .lists_box__shops .shop-name-list {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2vh;
}
@media screen and (max-width: 959px) {
  .marche .lists_box__shops .shop-name-list {
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
}
.marche .lists_box__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .marche .lists_box__images {
    width: 100%;
    display: block;
  }
}
.marche .lists_box__images .image {
  width: calc(50% - 10px);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .marche .lists_box__images .image {
    width: 100%;
  }
}
.marche .lists_box__images .image img {
  width: 100%;
}

.contents {
  display: inline-block;
  width: 1840px;
  margin-right: 250px;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .contents {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.contents.workshop_content {
  width: 2800px;
  margin-right: 140px;
}
@media screen and (max-width: 959px) {
  .contents.workshop_content {
    display: block;
    width: 100%;
    margin: 0 auto 160px;
  }
}
.contents.topics_content {
  width: 500px;
  margin-right: 140px;
}
@media screen and (max-width: 959px) {
  .contents.topics_content {
    display: block;
    width: 100%;
    margin: 0 auto 160px;
  }
}
.contents .inner {
  height: 100%;
  padding-top: 6vh;
}
@media screen and (max-width: 959px) {
  .contents .inner {
    width: 80%;
    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: 12vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contents .lists {
    display: block;
    padding-top: 0;
  }
}
.contents .box {
  width: 320px;
  height: 70vh;
  max-height: 530px;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .contents .box {
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0 0 70px;
  }
}
.contents .box.last_box {
  margin-right: 120px;
}
@media screen and (max-width: 959px) {
  .contents .box.last_box {
    margin: 0 0 110px;
  }
}
.contents .box .day-icon {
  position: absolute;
  top: -90px;
  left: 0;
}
@media screen and (max-width: 959px) {
  .contents .box .day-icon {
    position: static;
    margin-bottom: 20px;
    width: 55%;
  }
}
.contents .box .day-icon img {
  height: 35px;
}
@media screen and (max-width: 959px) {
  .contents .box .day-icon img {
    height: 25px;
  }
}
.contents .box .box_inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.contents .box .sub-title {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .contents .box .sub-title {
    position: static;
    margin-bottom: 5px;
  }
}
.contents .box .title {
  font-size: 2.4rem;
  margin-bottom: 18px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 959px) {
  .contents .box .title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.contents .box .title span {
  font-size: 1.8rem;
}
.contents .box .days {
  margin: 0 auto 20px;
  font-weight: normal;
}
.contents .box .days span {
  font-size: 10px;
}
.contents .box .days dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 959px) {
  .contents .box .days dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}
.contents .box .days dl dt {
  width: 100px;
  background-color: #87caac;
  padding: 4px 2px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  .contents .box .days dl dt {
    width: 110px;
    background-color: #87caac;
    padding: 6px 4px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.contents .box .days_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contents .box .days_wrap dt {
  width: 70px !important;
}
.contents .box .days_wrap .days {
  margin: 0 0 20px 10px;
}
.contents .box .talkshow_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 0 20px;
  border: 1px solid #191919;
}
@media screen and (max-width: 959px) {
  .contents .box .talkshow_text {
    height: 53px;
    padding: 0 15px;
  }
}
.contents .box .text_area {
  font-weight: normal;
  width: 320px;
}
.contents .box .text_area .lead {
  font-size: 1.3rem;
  margin-bottom: 0px;
  line-height: 1.6;
  height: 120px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 959px) {
  .contents .box .text_area .lead {
    height: auto;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
  }
}
.contents .box .text_area .lead_note {
  font-size: 1.4rem;
  line-height: 1.4;
}
.contents .box .text_area .lead_note .small {
  font-size: 10px;
}
.contents .box .text_area .lead_note .muraco_text {
  font-size: 1.2rem;
}
.contents .box .text_area .lead_note dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
}
.contents .box .text_area .lead_note dl dt {
  width: 50px;
  display: flex;
  justify-content: space-between;
}
.contents .box .text_area .lead_note dl dd {
  margin-left: 5px;
}
.contents .box .text_area .lead_note dl .ml0 {
  margin-left: 0 !important;
}
.contents .box .text_area .lead_note .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contents .box .text_area .lead_note .row {
    display: block;
  }
}
.contents .box .image {
  width: 100%;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .contents .box .image {
    margin-top: 15px;
  }
}
.contents .box .image img {
  width: 100%;
}
.contents .box .mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .contents .box .mt20 {
    margin-top: 0;
  }
}
.contents .box .mt63 {
  margin-top: 63px;
}
@media screen and (max-width: 959px) {
  .contents .box .mt48 {
    margin-top: 0;
  }
  .contents .box .mt63 {
    margin-top: 0;
  }
}
.contents .nosework .text_area .lead {
  height: 100px;
}
@media screen and (max-width: 959px) {
  .contents .txt-area-flex {
    display: block;
  }
}
.contents .note-font {
  font-size: 1rem;
}
.contents a {
  color: #191919;
  text-decoration: underline;
}

.vertical_title {
  width: 190px;
  height: 90vh;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .vertical_title {
    display: block;
    width: 80%;
    height: auto;
    margin: 100px auto 0;
    position: static;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .vertical_title {
    width: 80%;
  }
}
.vertical_title .title {
  width: 100%;
  height: 750px;
  position: relative;
  top: auto;
}
@media screen and (max-width: 959px) {
  .vertical_title .title {
    width: 80vw;
    height: auto;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .vertical_title .title {
    width: 40vw;
  }
}
.vertical_title .title.marche_title {
  height: 520px;
}
@media screen and (max-width: 959px) {
  .vertical_title .title.marche_title {
    width: 55vw;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .vertical_title .title.workshop_title {
    width: 65vw;
    height: auto;
  }
}
.vertical_title .title.topics_title {
  height: 450px;
}
@media screen and (max-width: 959px) {
  .vertical_title .title.topics_title {
    width: 50vw;
    height: auto;
  }
}
.vertical_title img {
  width: 100%;
  height: 100%;
}

.txt-area-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec_footer {
  display: inline-block;
  width: 480px;
  height: 100%;
  padding-right: 50px;
  position: relative;
  vertical-align: top;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .sec_footer {
    width: 80%;
    padding: 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: 340px;
  font-size: 3rem;
}
@media screen and (max-width: 959px) {
  .sec_footer .footer_lead {
    position: static;
    font-size: 1.8rem;
    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: 1rem;
  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: 1.2rem;
}
@media screen and (max-width: 959px) {
  .top-link a {
    font-size: 1.2rem;
  }
}

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

.end-section {
  width: 1000px;
}
@media screen and (max-width: 959px) {
  .end-section {
    width: 100%;
  }
}

.hp-link {
  color: #191919;
  font-size: 1.2rem;
  text-decoration: underline;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 10;
}

@media screen and (max-height: 680px) and (min-width: 960px) {
  .marche .inner {
    padding-top: 3vh;
  }

  .contents .box .title {
    margin-bottom: 10px;
  }

  .contents .box .text_area .lead {
    font-size: 1.2rem;
    height: 80px;
  }

  .contents .box .text_area .lead_note {
    font-size: 1.1rem;
  }
}