@charset "UTF-8";


main, .section-eyecatch {
  max-width: none;
}

.section-eyecatch {
  width: 100%;
}

.section-eyecatch {
  margin-top: 0;
  background: #fff;
  padding: 60px 0;
}

.section-eyecatch a {
  text-decoration: none;
  transition: 0.3s;
}

.section-eyecatch a:hover {
  opacity: 0.5;
}

.section-eyecatch img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

.section-eyecatch p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
  text-align: left;
}

.section-eyecatch h3 {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
}

li {
  list-style: none;
}

.watch_wrap {
  margin: 0 10px;
}

.top_mv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.top_mv img {
  width: 100%;
}

/* intro */

.intro {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.intro_heading {
  font-size: 40px;
  margin: 30px 0;
}

.txt {
  display: inline-block;
  line-height: 2.5;
}

.intro p {
  font-size: 16px;
}

p.intro_font {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  margin: 0 auto;
  max-width: 2200px;
  font-size: 100px;
  color: rgb(167, 156, 142, 0.2);
  transform: rotate(-7deg);
  margin-top: -32px;
}

@media screen and (max-width: 1000px) {
  .intro_heading {
    font-size: 35px;
  }

  p.intro_font {
    font-size: 90px;
  }
}

@media screen and (max-width: 850px) {
  .intro_heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section-eyecatch {
    padding: 10px 0 0 0;
  }
  .intro_heading {
    line-height: 1.3;
  }

  p.intro_font {
    font-size: 70px;
  }

  .intro P {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .intro P br {
    display: none;
    margin: 2px;
  }

  p.intro_font {
    font-size: 50px;
  }
}

@media screen and (max-width: 450px) {
  p.intro_font {
    font-size: 40px;
  }
}

@media screen and (max-width: 375px) {
  .intro_heading {
    font-size: 25px;
  }

  p.intro_font {
    font-size: 34px;
  }
}

@media screen and (max-width: 300px) {
  .intro_heading {
    font-size: 18px;
  }
}

/* 年代別ボタン */

.select {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 45px;
}

.select_btn {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 280px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background: linear-gradient(rgb(167, 156, 142, 0.6), rgb(167, 156, 142));
  border: 1px solid #c9c0b3;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  font-size: 30px;
  margin-top: 15px;
  padding: 10px 0;
}

a.select_btn:hover {
  opacity: 0.7;
}

a.select_btn::before {
  content: "";
  width: 145%;
  height: 100%;
  background-color: #edebe8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: top left;
  transform: skewX(-45deg) translateX(80%);
  transition: inherit;
}

#select1020 {
  padding-top: 101px;
}

@media screen and (max-width: 1000px) {
  a.select_btn {
    width: 250px;
  }
}

@media screen and (max-width: 850px) {
  a.select_btn {
    width: 250px;
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  .select {
    padding-bottom: 20px;
  }

  a.select_btn {
    width: 265px;
    padding: 10px;
  }

  a.select_btn::before {
    width: 150%;
  }
}

@media screen and (max-width: 550px) {
  a.select_btn {
    width: 185px;
    padding: 0;
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {
  a.select_btn {
    width: 150px;
  }
}

@media screen and (max-width: 375px) {
  a.select_btn {
    width: 138px;
    font-size: 20px;
    padding: 0;
  }
}

/* 10-20 */
.selectwrap1020 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.rec_wrap {
  width: 100%;
  display: flex;
}

.rec_desc {
  width: 180%;
}

h3.rec_heading {
  font-size: 70px;
}

.rec_span1 {
  display: block;
  margin-top: -2%;
  margin-left: 6%;
  width: 20%;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #181818;
}

.rec_span2 {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
  display: block;
  margin-top: -2%;
  margin-left: 18%;
  font-size: 42px;
}

.rec_text {
  padding-left: 10%;
  margin-top: 20px;
}

.rec_text p {
  line-height: 2.5;
  font-size: 16px;
}

.br-sp {
  display: none;
}

.watch_photo {
  position: relative;
  padding-top: 4%;
  width: 100%;
}

.watch_photo_sp {
  display: none;
  text-align: center;
}

.wrap_sp {
  position: relative;
}

/* 30-40 */
.container3040 {
  margin: 0 auto;
  position: relative;
  top: -225px;
}

.container3040::before {
  content: "";
  position: absolute;
  top: 195px;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgb(141, 162, 177, 0.2);
  transform: skewY(-5deg);
  z-index: 0;
  margin: 0 calc(50% - 50vw);
}

.selectwrap3040 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 200px 10px 0 10px;
}

/* 50-60 */

.selectwrap5060 {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -150px;
  padding: 80px 10px 0 10px;
}

/* 全体 */

.br-tab {
  display: initial;
}

#select3040 {
  padding-top: 150px;
}

@media screen and (max-width: 1000px) {
  .selectwrap1020 {
    max-width: 900px;
  }

  .selectwrap3040 {
    max-width: 900px;
  }

  .selectwrap5060 {
    max-width: 900px;
  }

  h3.rec_heading {
    font-size: 50px;
  }

  .rec_span1 {
    width: 15%;
    margin-top: -2%;
    margin-left: 5%;
  }

  .rec_span2 {
    font-size: 35px;
  }

  .rec_desc {
    width: 200%;
  }

  .rec_text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .rec_text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .selectwrap1020 {
    max-width: 768px;
    margin: 0 auto;
  }

  .selectwrap3040 {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
  }

  .container3040 {
    top: -300px;
  }

  #select3040 {
    padding-top: 400px;
  }

  .container3040::before {
    top: 11px;
    bottom: 85px;
  }

  .selectwrap5060 {
    max-width: 768px;
    margin: 0 auto;
    margin-top: -260px;
  }

  .rec_text {
    padding: 0 50px 50px 50px;
    text-align: center;
  }

  .rec_text p {
    font-size: 16px;
    list-style: 1.8;
  }

  h3.rec_heading {
    font-size: 50px;
    margin-left: 20%;
  }

  .rec_span2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .br-sp {
    display: initial;
  }

  p.bottom-right {
    top: 80%;
    right: 10%;
  }

  .br-tab {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  h3.rec_heading {
    font-size: 40px;
    margin-left: 15%;
  }

  .rec_span2 {
    font-size: 26px;
  }

  .selectwrap3040 {
    padding: 50px 0 20px 0;
  }

  .container3040 {
    top: -114px;
  }

  #select3040 {
    padding-top: 180px;
  }

  .container3040::before {
    top: 50px;
  }

  .selectwrap5060 {
    margin-top: -125px;
  }
}

@media screen and (max-width: 450px) {
  h3.rec_heading {
    margin-left: 8%;
    font-size: 35px;
    margin-top: 20px;
  }

  .rec_span2 {
    font-size: 24px;
    margin-top: -5%;
    margin-left: 18%;
  }

  .rec_text {
    padding: 0 10px 10px 10px;
  }
}

@media screen and (max-width: 375px) {
  h3.rec_heading {
    margin-left: 8%;
    font-size: 30px;
  }

  .rec_span2 {
    font-size: 20px;
  }

  .container3040 {
    top: -150px;
  }

  .select5060 {
    margin-top: -110px;
  }
}

/* moreボタン */

.more_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background: linear-gradient(rgba(141, 162, 177, 0.6), rgba(141, 162, 177));
  border: 1px solid #b6becd;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  font-size: 30px;
  margin-top: 50px;
}

.more_btn:hover {
  color: #818fad;
  border: 1px solid #d1dbef;
}
.more_btn:hover::before {
  transform-origin: top right;
  transform: skewX(-45deg) translateX(0);
}
.more_btn::before {
  content: "";
  width: 135%;
  height: 100%;
  background-color: #d4e0e9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: top left;
  transform: skewX(-45deg) translateX(84%);
  transition: inherit;
}

@media screen and (max-width: 1000px) {
  .more_btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .more_btn {
    font-size: 23px;
  }
}

@media screen and (max-width: 550px) {
  .more_btn {
    width: 200px;
  }
}

/* watch_item */
.watch_item {
  width: 100%;
  margin: 0 auto;
}

.watch_flex {
  display: flex;
  justify-content: space-evenly;
  position: relative;
}

ul.watch_flex {
  padding: 0;
  margin-top: 80px;
  list-style: none;
}
.watch_flex li {
  text-align: center;
}

.watch_flex li img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px #7b6c59);
}

.watch_flex p {
  margin: 0;
  font-size: 14px;
}

.item_img {
  margin-bottom: 15px;
}

.item p {
  text-align: center;
  margin: -5px;
}

@media screen and (max-width: 768px) {
  .watch_photo_sp {
    display: initial;
  }

  .watch_photo {
    display: none;
  }

  .watch_flex {
    flex-wrap: wrap;
  }

  .watch_flex li {
    width: 45%;
    padding-bottom: 50px;
  }

  .sp_photo {
    text-align: center;
  }

  .watch_item {
    width: 100%;
  }

  ul.watch_flex {
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .watch_flex p {
    font-size: 12px;
  }
}
