@charset "UTF-8";

/*めも test クラス消す*/
body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  /*Medium*/
  font-weight: 500;
  line-height: 1.6;
}

.calendar-coverbg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/calendar/fiexd.jpg);
  background-size: cover;
}

/*==================================================
    パララックス
    ===================================*/
.marker {
  background: -webkit-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 255, 0, 0.4) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
  line-height: 1.2;
  display: inline;
}

.marker2 {
  background: -webkit-linear-gradient(left, rgb(69, 215, 185, 0.4) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(69, 215, 185, 0.4) 50%, transparent 50%);
  background: linear-gradient(left, rgb(69, 215, 185, 0.4) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
  line-height: 1.2;
  display: inline;
}

.marker.is-active {
  background-position: 0% .5em;
}

.marker2.is-active {
  background-position: 0% .5em;
}

/*==================================================
    TOP画像
    ===================================*/
.breadcrumb {
  position: absolute;
  top: 0;
}

.TOPheight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  background-image: url(../img/calendar/bg.jpg);
  background-size: cover;
  background-position: center;
}

.top-text {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5%;
}

.top-text svg {
  width: 100%;
  height: auto;
}

.top-text-p {
  font-size: 24px;
  line-height: 45px;
  margin-top: 20px;
  text-shadow:
    0 0 3px #fff,
    0 0 6px #fff,
    0 0 10px #fff,
    0 0 15px #fff,
    0 0 20px #fff,
    0 0 30px #fff;
}

@media screen and (max-width: 768px) {
  .TOPheight {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .top-text {
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .top-text-p {
    font-size: 3.2vw !important;
    text-align: center;
  }

}

@media screen and (max-width: 500px) {

  .TOPheight {
    max-height: 500px;
  }

}

.calendar-h2 {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 40px;
  padding-top: 100px;

}

.calendar-h2::after,
.calendar-h2::before {
  content: "";
  flex-grow: 1;
  border-top: 10px dotted #000;
  display: block;
  margin-top: 10px;
}

.calendar-h3 {
  background: #45D7B9;
  width: min(90vw, 1000px);
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 2rem !important;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
}

.inline-block {
  display: inline-block;
}

#calendar-wall,
#calendar-desk,
#calendar-unique {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .calendar-h2 {
    font-size: 5vw !important;
    justify-content: center;
  }

  .calendar-h2::after,
  .calendar-h2::before {
    display: none;
  }

  .calendar-h3 {
    font-size: 4.5vw !important;
  }
}

/*----------------------------------------------

------------------------------------------------*/
.calendar-contents {
  margin: 100px auto 30px;
}

.calendar-contents-h2 {
  font-size: 30px;
  text-align: center;
  margin: 50px 0 30px;
  font-weight: 900;
}

.calendar-contents-box {
  width: min(90vw, 900px);
  margin: 0 auto;
  padding: 30px 50px;
  background: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  align-items: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.calendar-contents-box img {
  max-width: 250px;
}

.calendar-contents-box li {
  font-size: 24px;
  margin: 5px 0;
}

.calendar-contents-box li::before {
  content: "▶";
  color: #45D7B9;
  display: inline-block;
  margin: 0 10px 0 0;
}

.calendar-contents-box li:nth-of-type(3):before,
.calendar-contents-box li:nth-of-type(4):before,
.calendar-contents-box li:nth-of-type(5):before {
  content: "▷";
  color: #45D7B9;
  margin: 0 10px 0 25px;
}

@media screen and (max-width: 1000px) {
  .calendar-contents-box li {
    font-size: min(3.8vw, 20px);
  }

  .calendar-contents-box {
    padding: 30px;
    gap: 50px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .calendar-contents-box {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 30px;
  }
}

/*==================================================
.reason
    ===================================*/
.reason_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 50px;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 0;
}

.reason_grid li {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding: 50px 30px 40px;
  place-items: center;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

.reason_grid>li>img {
  position: absolute;
  top: -70px;
  left: -15px;
  width: 100%;
  max-width: 150px;
}

.reason_grid_text h4 {
  font-size: min(6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  height: 80px;
}

.reason_grid_text img {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 15px auto 20px auto;
}

.reason_grid_text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}


@media screen and (max-width: 768px) {
  .reason_grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 80px 0 0;
  }

  .reason_grid_text h4 {
    height: auto;
  }
}

/*==================================================
calendar-item
    ===================================*/

.calendar-item>div>p {
  text-align: center;
  margin: 30px auto;
  width: min(85vw, 1000px);
}

.calendar-bg {
  position: relative;
  padding: 40px 60px;
  text-align: left;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
  width: min(90vw, 1000px);
  margin: 50px auto 100px;
  background: #fff;
}


.calendar-bg h4 {
  line-height: 50px;
  text-align: center;
}

.calendar-bg>p {
  border-bottom: solid 1px #707070;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.calendar-carbon {
  background: rgba(252, 255, 178, 0.6);
  margin: 50px auto 40px;
  border-radius: 10px;
  padding: 30px 0 40px;
}

.calendar-carbon>.calendar-carbon-p,
.calendar-carbon>.calendar-box {
  padding: 0 20px;
}

.calendar-carbon-p {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 20px;
  font-weight: 700;
}

.calendar-carbon-p::after,
.calendar-carbon-p::before {
  content: "";
  flex-grow: 1;
  border-top: 5px dotted #000;
  display: block;
  margin-top: 15px;
}

.calendar-carbon h5 {
  text-align: center;
  background: rgba(69, 215, 185, 0.4);
  border-radius: 10px;
  margin: 30px 0;
  padding: 3px;
}

.calendar-carbon-button {
  background-image: url(../img/calendar/accent.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 20px 20px 0;
  max-width: 400px;
  margin: 20px auto 0;
}

.calendar-carbon-button>a {
  display: block;
  background: #45D7B9;
  text-align: center;
  max-width: 400px;
  border-radius: 50px;
  padding: 5px;
  font-weight: 900;
  font-size: min(4vw, 16px);
}

.calendar-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-content: space-between;
}


.calendar-boxitem p:first-of-type {
  border-bottom: solid 1px #707070;
  font-weight: 700;
  margin-top: 20px;
}

.calendar-boxitem p:nth-of-type(2) {
  margin: 20px 0;
}

.calendar-boxitem>a {
  text-align: right;
  display: block;
}

.calendar-boxitem>ul {
  display: block;
  background: #F5F5F5;
  margin: 20px auto;
  padding: 10px 5px;
}

.calendar-boxitem>ul>li {
  display: inline-block;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .calendar-bg {
    padding: 40px 30px;
  }

  .calendar-box {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .calendar-item>p {
    text-align: left;
  }

  .calendar-carbon-p::after,
  .calendar-carbon-p::before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .calendar-bg {
    padding: 20px;
  }

  .calendar-bg>p {
    text-align: left;
  }
}
