@charset "UTF-8";
#ydyPage {
  padding-top: 0;
}
#ydyPage img {
  max-width: 100%;
}
#ydyPage .pageWidth {
  max-width: 1200px;
  padding: 0 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#ydyPage .sp {
  display: none;
}
#ydyPage .no-en {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#ydyPage .readmore {
  width: 133px;
  cursor: pointer;
  transition: transform 0.25s;
  transform-origin: left bottom;
}
#ydyPage .readmore:hover {
  transform: translateX(4%);
}
#ydyPage .readmore.big {
  width: 302px;
}
#ydyPage .readmore.white {
  filter: invert(100%);
}
#ydyPage .readBox {
  display: none;
  opacity: 0;
}
@media (max-width: 920px) {
  #ydyPage .pageWidth {
    padding: 0 6vw;
  }
  #ydyPage .pc {
    display: none;
  }
}
@media (max-width: 550px) {
  #ydyPage .pageWidth {
    padding: 0 7vw;
  }
  #ydyPage .tab {
    display: none;
  }
  #ydyPage .sp {
    display: block;
  }
  #ydyPage .readmore {
    width: 18vw;
  }
  #ydyPage .readmore.big {
    width: 40vw;
  }
}
#ydyPage #topArea {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 80px;
}
#ydyPage #topArea:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #9A6B53;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}
#ydyPage #topArea .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
#ydyPage #topArea h1 {
  width: 300px;
  margin-right: 50px;
}
#ydyPage #topArea .txtBox {
  margin-top: -0.2em;
  font-size: 1.6rem;
  line-height: 1.6;
}
#ydyPage #topArea .txtBox .catch {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.6em;
  letter-spacing: 0.07em;
}
@media (max-width: 920px) {
  #ydyPage #topArea {
    padding-top: 18%;
    padding-bottom: 10%;
  }
  #ydyPage #topArea .flex {
    display: block;
    margin-bottom: 60px;
  }
  #ydyPage #topArea h1 {
    width: 44%;
    max-width: 400px;
    margin: 0 auto 7vw;
  }
  #ydyPage #topArea .txtBox {
    margin-top: 0;
    font-size: 1.8vw;
  }
  #ydyPage #topArea .txtBox .catch {
    font-size: 3vw;
  }
}
@media (max-width: 550px) {
  #ydyPage #topArea {
    padding-top: 100px;
    padding-bottom: 14%;
  }
  #ydyPage #topArea .flex {
    margin-bottom: 10%;
  }
  #ydyPage #topArea h1 {
    margin: 0 auto 9vw;
  }
  #ydyPage #topArea .txtBox {
    font-size: 3.3vw;
    line-height: 1.6;
  }
  #ydyPage #topArea .txtBox .catch {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 0.6em;
    letter-spacing: 0.07em;
  }
}
#ydyPage #topArea .pageNavBox {
  margin-top: 50px;
}
#ydyPage #topArea .pageNavBox h2 {
  border: #fff solid 1px;
  height: 61px;
  padding: 0 24px 0 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ydyPage #topArea .pageNavBox h2 .logo {
  height: 15px;
}
#ydyPage #topArea .pageNavBox h2 a {
  transition: transform 0.25s ease;
}
#ydyPage #topArea .pageNavBox h2 a img {
  height: 16px;
  margin-left: 5px;
}
#ydyPage #topArea .pageNavBox h2 a:hover {
  opacity: 1;
  transform: translate(6px, 0);
}
#ydyPage #topArea .pageNavBox ul {
  display: flex;
  flex-wrap: wrap;
  border-left: #fff 1px solid;
}
#ydyPage #topArea .pageNavBox li {
  width: 25%;
  padding-top: 16.6%;
  position: relative;
  overflow: hidden;
  border-bottom: #fff 1px solid;
}
#ydyPage #topArea .pageNavBox li + li {
  border-left: #fff 1px solid;
}
#ydyPage #topArea .pageNavBox li:last-child {
  border-right: #fff 1px solid;
}
#ydyPage #topArea .pageNavBox li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ydyPage #topArea .pageNavBox li img.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
  transform-origin: center;
  transition: transform 0.25s ease;
}
#ydyPage #topArea .pageNavBox li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
#ydyPage #topArea .pageNavBox li p img {
  display: block;
  width: 21px;
  margin-top: 15px;
  margin-bottom: -15px;
}
#ydyPage #topArea .pageNavBox li p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #211815;
  opacity: 0.5;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
#ydyPage #topArea .pageNavBox li a:hover img.bg {
  transform: scale(1.08, 1.08);
}
@media (min-width: 551px) {
  #ydyPage #topArea .pageNavBox .nandeList li {
    width: 16.6666666667%;
  }
  #ydyPage #topArea .pageNavBox .nandeList li:empty:before {
    content: "";
    height: 1px;
    width: 150%;
    background: #fff;
    display: block;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 550px) {
  #ydyPage #topArea .pageNavBox {
    margin: 12vw -7vw 0;
  }
  #ydyPage #topArea .pageNavBox h2 {
    height: 12vw;
    padding: 0 3vw 0 7vw;
  }
  #ydyPage #topArea .pageNavBox h2 .logo {
    height: 3vw;
  }
  #ydyPage #topArea .pageNavBox h2 a img {
    height: 3.2vw;
    margin-left: 4px;
  }
  #ydyPage #topArea .pageNavBox ul {
    border-left: none;
  }
  #ydyPage #topArea .pageNavBox li {
    width: 50%;
    padding-top: 33.3%;
  }
  #ydyPage #topArea .pageNavBox li + li {
    border-left: none;
  }
  #ydyPage #topArea .pageNavBox li:last-child {
    border-right: none;
  }
  #ydyPage #topArea .pageNavBox li:nth-child(odd) {
    border-right: #fff 1px solid;
  }
  #ydyPage #topArea .pageNavBox li p {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
  }
  #ydyPage #topArea .pageNavBox li p img {
    display: block;
    width: 21px;
    margin-top: 15px;
    margin-bottom: -15px;
  }
  #ydyPage #topArea .pageNavBox li p:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #211815;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
  }
  #ydyPage #topArea .pageNavBox li a:hover img.bg {
    transform: scale(1.08, 1.08);
  }
  #ydyPage #topArea .pageNavBox .nandeList li {
    padding-top: 50%;
    /*&:empty {
      display: none;
    }*/
  }
  #ydyPage #topArea .pageNavBox .nandeList li:empty:before {
    content: "";
    height: 1px;
    width: 150%;
    background: #fff;
    display: block;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
  }
  #ydyPage #topArea .pageNavBox .cs {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 1.5em 0 0;
  }
}
#ydyPage #lgbtq {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}
#ydyPage #lgbtq:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #545416;
  z-index: -1;
}
#ydyPage #lgbtq .topFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: -20px;
}
#ydyPage #lgbtq .topFlex h2 {
  width: 100%;
  max-width: 318px;
  margin-left: 20px;
}
#ydyPage #lgbtq .topFlex .txt {
  width: 54%;
  font-size: 1.6rem;
  line-height: 1.6;
}
#ydyPage #lgbtq .readmore {
  margin: 110px auto 0;
}
@media (max-width: 920px) {
  #ydyPage #lgbtq {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #ydyPage #lgbtq .topFlex {
    margin-bottom: -20px;
  }
  #ydyPage #lgbtq .topFlex h2 {
    max-width: 33vw;
    margin-left: 0;
  }
  #ydyPage #lgbtq .topFlex .txt {
    width: 48vw;
    font-size: 1.7vw;
    line-height: 1.6;
  }
}
@media (max-width: 550px) {
  #ydyPage #lgbtq {
    padding-top: 15vw;
    padding-bottom: 14.4vw;
  }
  #ydyPage #lgbtq .topFlex {
    display: block;
    margin-bottom: 2vw;
  }
  #ydyPage #lgbtq .topFlex h2 {
    max-width: 42.5vw;
    margin: 0 auto 9vw;
  }
  #ydyPage #lgbtq .topFlex .txt {
    width: 100vw;
    font-size: 3.3vw;
  }
  #ydyPage #lgbtq .readmore {
    margin: 11vw auto 0;
  }
}
#ydyPage #lgbtq .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 95px;
}
#ydyPage #lgbtq .block h3 {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
#ydyPage #lgbtq .block h3 p {
  display: inline;
  padding-bottom: 4px;
  background: linear-gradient(transparent 92%, #FFF 92%);
}
#ydyPage #lgbtq .block .titleArea .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
#ydyPage #lgbtq .block .img {
  width: calc(54% + 100px);
}
#ydyPage #lgbtq .block .img img {
  width: 100%;
}
#ydyPage #lgbtq .block.imageRight .img {
  margin-right: -100px;
}
#ydyPage #lgbtq .block.imageLeft {
  flex-direction: row-reverse;
}
#ydyPage #lgbtq .block.imageLeft .img {
  margin-left: -100px;
}
@media (max-width: 920px) {
  #ydyPage #lgbtq .block {
    margin-top: 0;
    padding-top: 12vw;
  }
  #ydyPage #lgbtq .block h3 {
    font-size: 2.8vw;
    margin-bottom: 1em;
  }
  #ydyPage #lgbtq .block .titleArea .txt {
    font-size: 1.4vw;
    line-height: 1.6;
  }
  #ydyPage #lgbtq .block .img {
    width: 54vw;
  }
  #ydyPage #lgbtq .block.imageRight .img {
    margin-right: -6vw;
  }
  #ydyPage #lgbtq .block.imageLeft .img {
    margin-left: -6vw;
    margin-right: 2vw;
  }
  #ydyPage #lgbtq .block.imageLeft .titleArea {
    margin-right: -2vw;
  }
}
@media (max-width: 550px) {
  #ydyPage #lgbtq .block {
    display: block;
    padding-top: 14.6vw;
  }
  #ydyPage #lgbtq .block h3 {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  #ydyPage #lgbtq .block h3 p {
    padding-bottom: 2px;
    background: linear-gradient(transparent 96%, #FFF 96%);
  }
  #ydyPage #lgbtq .block .titleArea .txt {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-right: -1em;
  }
  #ydyPage #lgbtq .block .img {
    width: 100%;
    margin: 5vw 0 0 !important;
  }
  #ydyPage #lgbtq .block.imageLeft .titleArea {
    margin-right: 0;
  }
}
#ydyPage #mfms {
  padding-top: 90px;
  padding-bottom: 100px;
  color: #000;
}
#ydyPage #mfms:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #EDEBE6;
  z-index: -1;
}
#ydyPage #mfms .topFlex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
#ydyPage #mfms .topFlex h2 {
  width: 317px;
  margin-left: 50px;
  padding-top: 4px;
}
#ydyPage #mfms .topFlex .txtArea {
  width: 54%;
  font-size: 1.6rem;
  line-height: 1.6;
}
#ydyPage #mfms .topFlex dt {
  font-size: 3rem;
  line-height: 1.4;
  margin: 1.5em 0 0.5em;
}
#ydyPage #mfms .topFlex dd {
  font-size: 1.4rem;
}
#ydyPage #mfms .readmore {
  margin-top: 24px;
}
#ydyPage #mfms .readmore.big {
  margin: 80px auto 0;
}
@media (max-width: 920px) {
  #ydyPage #mfms {
    padding-top: 10vw;
    padding-bottom: 11vw;
  }
  #ydyPage #mfms .topFlex {
    padding-bottom: 0;
  }
  #ydyPage #mfms .topFlex h2 {
    width: 33vw;
    margin-left: 0;
    padding-top: 4px;
  }
  #ydyPage #mfms .topFlex .txtArea {
    width: 48vw;
    font-size: 1.7vw;
  }
  #ydyPage #mfms .topFlex dt {
    font-size: 3vw;
    line-height: 1.4;
    margin: 1.5em 0 0.5em;
  }
  #ydyPage #mfms .topFlex dd {
    font-size: 1.6vw;
  }
}
@media (max-width: 550px) {
  #ydyPage #mfms {
    padding-top: 13.3vw;
    padding-bottom: 12vw;
  }
  #ydyPage #mfms .topFlex {
    display: block;
  }
  #ydyPage #mfms .topFlex h2 {
    width: 42.4vw;
    padding: 0;
    margin: 0 auto 10vw;
  }
  #ydyPage #mfms .topFlex .txtArea {
    width: 100%;
    font-size: 3.3vw;
    margin-right: -1em;
  }
  #ydyPage #mfms .topFlex dt {
    font-size: 6vw;
    line-height: 1.4;
    margin: 1.5em 0 0.5em;
  }
  #ydyPage #mfms .topFlex dd {
    font-size: 3.3vw;
  }
  #ydyPage #mfms .readmore {
    margin-top: 4vw;
  }
  #ydyPage #mfms .readmore.big {
    margin: 10vw auto 0;
  }
}
#ydyPage #mfms h3 {
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
}
#ydyPage #mfms h3 p {
  display: inline;
  padding-bottom: 4px;
  background: linear-gradient(transparent 92%, #000 92%);
}
#ydyPage #mfms .block {
  padding-top: 100px;
}
#ydyPage #mfms .block .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
#ydyPage #mfms .block a {
  color: inherit;
  text-decoration: underline;
}
#ydyPage #mfms .block a:hover {
  text-decoration: none;
}
#ydyPage #mfms .sliderbox {
  margin-top: 40px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
}
#ydyPage #mfms .slick-slide {
  width: 100%;
  overflow: hidden;
}
#ydyPage #mfms .slick-slide img {
  width: 148%;
  max-width: none;
  margin: 0 0 0 -24%;
}
#ydyPage #mfms .slick-dots {
  display: none !important;
  visibility: hidden !important;
}
#ydyPage #mfms .slick-arrow {
  width: 52px;
  height: 52px;
  font-size: 0;
  border: none;
  outline: none;
  padding: 0;
  background: url("../images/you-do-you/slide_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1000;
}
#ydyPage #mfms .slick-prev {
  left: 100px;
}
#ydyPage #mfms .slick-next {
  right: 100px;
  transform: translate(0, -50%) scale(-1, 1);
}
#ydyPage #mfms .movieLink {
  position: relative;
  margin-top: 40px;
}
#ydyPage #mfms .movieLink .arrow {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#ydyPage #mfms .continued {
  padding: 90px 0 110px;
  text-align: center;
}
#ydyPage #mfms .continued img {
  width: 232px;
}
#ydyPage #mfms #mfms01 {
  padding-top: 0;
}
#ydyPage #mfms #mfms01-01 {
  position: relative;
  padding-top: 65px;
}
#ydyPage #mfms #mfms01-01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ydyPage #mfms #mfms01-01 .txtBox {
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 5em;
  padding-bottom: 46%;
}
#ydyPage #mfms #mfms01-01 .photoBox {
  flex: 1;
}
#ydyPage #mfms #mfms01-01 .photoBox img {
  width: calc(100% + 100px);
  max-width: none;
}
#ydyPage #mfms #mfms01-01 .photoBox .pe02 {
  margin-top: -14%;
  position: relative;
  z-index: -1;
  transform: translate(-100%, 0);
}
#ydyPage #mfms #mfms01-01 .photoBox .pe02 img {
  margin-left: -100px;
}
@media (max-width: 920px) {
  #ydyPage #mfms h3 {
    font-size: 2.8vw;
    margin-bottom: 1em;
  }
  #ydyPage #mfms .block {
    padding-top: 10vw;
  }
  #ydyPage #mfms .block .txt {
    font-size: 1.6vw;
    line-height: 1.6;
  }
  #ydyPage #mfms .sliderbox {
    margin-top: 3vw;
  }
  #ydyPage #mfms .slick-arrow {
    width: 5vw;
    height: 5vw;
  }
  #ydyPage #mfms .slick-prev {
    left: 5vw;
  }
  #ydyPage #mfms .slick-next {
    right: 5vw;
  }
  #ydyPage #mfms .movieLink {
    margin-top: 3vw;
  }
  #ydyPage #mfms .movieLink .arrow {
    width: 10vw;
  }
  #ydyPage #mfms .continued {
    padding: 10vw 0 11vw;
  }
  #ydyPage #mfms .continued img {
    width: 30vw;
  }
  #ydyPage #mfms #mfms01 {
    padding-top: 4vw;
  }
}
@media (max-width: 550px) {
  #ydyPage #mfms h3 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  #ydyPage #mfms h3 p {
    padding-bottom: 2px;
    background: linear-gradient(transparent 96%, #000 96%);
  }
  #ydyPage #mfms .block {
    padding-top: 12vw;
  }
  #ydyPage #mfms .block .txt {
    font-size: 3.3vw;
  }
  #ydyPage #mfms .sliderbox {
    margin-top: 4vw;
  }
  #ydyPage #mfms .slick-slide img {
    width: 240%;
    max-width: none;
    margin: 0 0 0 -70%;
  }
  #ydyPage #mfms .slick-arrow {
    width: 7vw;
    height: 7vw;
  }
  #ydyPage #mfms .slick-prev {
    left: 4vw;
  }
  #ydyPage #mfms .slick-next {
    right: 4vw;
  }
  #ydyPage #mfms .movieLink {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 4vw;
  }
  #ydyPage #mfms .movieLink .arrow {
    width: 20vw;
  }
  #ydyPage #mfms .continued {
    padding: 15vw 0 17vw;
  }
  #ydyPage #mfms .continued img {
    width: 40vw;
  }
  #ydyPage #mfms #mfms01 {
    padding-top: 10vw;
  }
  #ydyPage #mfms #mfms01-01 {
    padding-top: 14vw;
  }
  #ydyPage #mfms #mfms01-01 .flex {
    display: block;
  }
  #ydyPage #mfms #mfms01-01 .txtBox {
    white-space: normal;
    padding-right: 0;
    padding-bottom: 0;
  }
  #ydyPage #mfms #mfms01-01 .photoBox {
    padding: 6vw 0 1vw;
  }
  #ydyPage #mfms #mfms01-01 .photoBox img {
    width: 100%;
  }
  #ydyPage #mfms #mfms01-01 .photoBox .pe02 {
    margin-top: 5vw;
    transform: none;
  }
  #ydyPage #mfms #mfms01-01 .photoBox .pe02 img {
    margin-left: 0;
  }
}
#ydyPage #nande {
  position: relative;
  color: #fff;
  padding: 80px 100px 100px;
}
#ydyPage #nande:before {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 0);
  background: #009850;
}
@media (max-width: 920px) {
  #ydyPage #nande {
    padding: 8vw 6vw 8vw;
  }
}
@media (max-width: 550px) {
  #ydyPage #nande {
    padding: 10vw 13vw 12vw;
  }
}
#ydyPage #nande .flex {
  display: flex;
  justify-content: space-between;
}
#ydyPage #nande h3 {
  width: 39.6%;
  margin: 0 5% 0 -1%;
}
@media (max-width: 550px) {
  #ydyPage #nande .flex {
    display: block;
  }
  #ydyPage #nande h3 {
    width: 84%;
    margin: 0 auto 9vw;
  }
}
#ydyPage #nande .txtBox {
  flex: 1;
}
#ydyPage #nande .txtBox .ttl {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-top: 0.3em;
}
#ydyPage #nande .txtBox .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
#ydyPage #nande .txtBox .btn {
  margin: 40px 0 100px;
}
#ydyPage #nande .txtBox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  background: #fff;
  color: #009850;
  font-size: 2rem;
  height: 2.5em;
  transition: opacity 0.25s;
}
#ydyPage #nande .txtBox .btn a:hover {
  opacity: 0.7;
}
#ydyPage #nande .txtBox dl dt {
  font-size: 3rem;
  margin: 1.8em 0 0.7em;
}
#ydyPage #nande .txtBox dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
#ydyPage #nande .txtBox dl dd a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.4em;
}
#ydyPage #nande .txtBox dl dd a:hover {
  text-decoration: underline;
}
@media (max-width: 920px) {
  #ydyPage #nande .txtBox .btn {
    margin: 40px 0 60px;
  }
}
@media (max-width: 550px) {
  #ydyPage #nande .txtBox .ttl {
    font-size: 1.9rem;
    margin-bottom: 1.3em;
    letter-spacing: 0.06em;
    line-height: 1.3;
    padding-top: 0;
  }
  #ydyPage #nande .txtBox .txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #ydyPage #nande .txtBox .btn {
    margin: 8vw auto 11vw;
  }
  #ydyPage #nande .txtBox .btn a {
    margin: 0 auto;
    width: 48.8vw;
    font-weight: bold;
  }
  #ydyPage #nande .txtBox .readmore.white {
    width: 40vw;
    margin: 0 auto;
  }
  #ydyPage #nande .txtBox dl {
    margin: 0 -6vw;
  }
  #ydyPage #nande .txtBox dl dt {
    font-size: 2.3rem;
    margin: 1.8em 0 0.7em;
  }
  #ydyPage #nande .txtBox dl dd {
    font-size: 1.2rem;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
}
#ydyPage #nande .slideWrap {
  margin-top: 60px;
}
#ydyPage #nande .slick-list {
  overflow: visible;
}
#ydyPage #nande .slick-arrow {
  width: 46px;
  height: 16px;
  background: none;
  border: none;
  font-size: 0;
  text-indent: -99999px;
  overflow: hidden;
  background: url("../images/you-do-you/read_arrow.svg") no-repeat center top;
  position: absolute;
  left: -50px;
  top: 11px;
  transform: translateX(-100%) scale(-1, 1);
  z-index: 100;
  transition: filter 0.2s;
}
#ydyPage #nande .slick-arrow.slick-disabled {
  display: none !important;
}
#ydyPage #nande .slick-arrow.slick-next {
  left: auto;
  right: -50px;
  transform: translateX(100%) scale(1, 1);
}
#ydyPage #nande .slick-arrow:hover {
  filter: invert(100%);
}
#ydyPage #nande .slider2 {
  display: flex;
}
#ydyPage #nande .slider2 a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
  transition: opacity 0.25s;
}
#ydyPage #nande .slider2 a:hover {
  opacity: 0.8;
}
#ydyPage #nande .slider2 .slick-slide {
  width: 350px;
  margin-right: 100px;
}
#ydyPage #nande .slider2 .slick-slide .vol {
  font-size: 3rem;
  color: #000;
  border: #000 1px solid;
  border-radius: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.6em;
  width: 3.2em;
  padding-top: 0.1em;
  margin-bottom: 0.7em;
}
#ydyPage #nande .slider2 .slick-slide h4 {
  height: 3em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 0.8em;
}
#ydyPage #nande .slider2 .slick-slide .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  margin-top: 1.7em;
}
#ydyPage #nande .slider2 .slick-slide .link {
  text-decoration: underline;
}
#ydyPage #nande .slider2 .slick-slide .img.non {
  position: relative;
  border: #fff 1px solid;
  padding-top: 100%;
  overflow: hidden;
}
#ydyPage #nande .slider2 .slick-slide .img.non:before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 1260px) {
  #ydyPage #nande .slick-arrow {
    top: 3vw;
    left: -20px;
  }
  #ydyPage #nande .slick-arrow.slick-next {
    right: -20px;
  }
  #ydyPage #nande .slider2 .slick-slide {
    width: 29vw;
    margin-right: 6vw;
  }
}
@media (max-width: 920px) {
  #ydyPage #nande .slideWrap {
    padding: 0 15vw;
  }
  #ydyPage #nande .slick-list {
    overflow: hidden;
    padding: 0 !important;
  }
  #ydyPage #nande .slick-arrow {
    left: -20px;
  }
  #ydyPage #nande .slick-arrow.slick-next {
    right: -20px;
  }
  #ydyPage #nande .slider2 .slick-slide {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  #ydyPage #nande .slideWrap {
    margin-top: 13vw;
    padding: 0 6vw;
  }
  #ydyPage #nande .slick-arrow {
    width: 11vw;
    left: -3vw;
  }
  #ydyPage #nande .slick-arrow.slick-next {
    right: -3vw;
  }
  #ydyPage #nande .slider2 .slick-slide .vol {
    font-size: 2.1rem;
    border-radius: 0.6em;
    height: 1.7em;
    width: 3.2em;
    padding-top: 0.1em;
    margin-bottom: 0.7em;
  }
  #ydyPage #nande .slider2 .slick-slide h4 {
    height: 3em;
    font-size: 1.7rem;
    margin-bottom: 0.8em;
  }
  #ydyPage #nande .slider2 .slick-slide .txt {
    font-size: 1.2rem;
    margin-top: 1.7em;
  }
}
#ydyPage #nande .continued {
  padding: 110px 0 0px;
  text-align: center;
}
#ydyPage #nande .continued img {
  width: 232px;
}
@media (max-width: 920px) {
  #ydyPage #nande .continued {
    padding: 10vw 0 2vw;
  }
  #ydyPage #nande .continued img {
    width: 30vw;
  }
}
@media (max-width: 550px) {
  #ydyPage #nande .continued {
    padding: 15vw 0 0;
  }
  #ydyPage #nande .continued img {
    width: 40vw;
  }
}
#ydyPage #bottomSec {
  position: relative;
  width: 100vw;
  height: 72vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 44%;
  font-size: min(1.7vw, 2.4rem);
  line-height: 2;
  text-align: center;
}
#ydyPage #bottomSec .b01 {
  position: absolute;
  left: 0;
  top: 3%;
  width: 100%;
}
#ydyPage #bottomSec .b02 {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
}
#ydyPage #bottomSec .img {
  width: 44%;
  position: absolute;
  left: 3.3%;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 550px) {
  #ydyPage #bottomSec {
    height: auto;
    display: block;
    padding: 0;
    font-size: 3.3vw;
    line-height: 1.7;
  }
  #ydyPage #bottomSec .b01 {
    position: relative;
    left: 0;
    top: auto;
    padding-top: 4vw;
  }
  #ydyPage #bottomSec .b02 {
    position: relative;
    left: 0;
    bottom: auto;
    width: 100%;
    margin-top: 10vw;
    padding-bottom: 4vw;
  }
  #ydyPage #bottomSec .img {
    width: 72%;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 8vw auto;
  }
}

.lity-content video {
  max-height: 80vh;
  max-width: 90%;
  margin: auto;
  display: block;
}

@media (max-width: 920px) {
  .lity-content video {
    max-height: 66vh;
  }
}
@media (max-width: 550px) {
  .lity-content video {
    max-height: 76vh;
    max-width: 100%;
  }
}/*# sourceMappingURL=youdoyou.css.map */