@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/************************************************
common
************************************************/
html {
  scroll-behavior: smooth;
}

a {
  word-break: break-all;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
  margin: 30px 0;
}

.colorRed {
  color: #F00;
}

article#myv {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.8;
  background-color: #000;
  font-size: 16px;
}

article#myv h2 {
  font-weight: 700;
  color: #4d8c37;
}

article#myv h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  article#myv h2 {
    margin-bottom: 50px;
  }
  article#myv h2 img {
    width: auto;
    height: 117px;
  }
}
@media screen and (max-width: 767px) {
  article#myv h2 {
    margin-bottom: 30px;
  }
  article#myv h2 img {
    width: auto;
    height: 90px;
  }
}

article#myv section {
  width: 100%;
  margin: auto;
  padding: 50px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  article#myv section {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
/**
 * Clearings
 */
.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

/************************************************
mv
************************************************/
section.mv {
  position: relative;
}

.mv_kisslogo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 140px;
  height: auto;
  z-index: 10;
}

.mv_zenkosailogo {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 140px;
  height: auto;
  z-index: 10;
}

section.mv .mvImg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mv_kisslogo {
    max-width: 100px;
  }
  .mv_zenkosailogo {
    max-width: 100px;
  }
}
/************************************************
navigation
************************************************/
.myv_nav {
  max-width: 850px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 20px;
  background-color: #1b1e41;
  border: #303030 2px solid;
  border-radius: 10px;
}
.myv_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.myv_nav ul li {
  line-height: 1;
}
.myv_nav ul li a {
  padding-right: 1.5em;
  color: #fff;
  text-decoration: none;
  position: relative;
  line-height: 1;
}
.myv_nav ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .myv_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .myv_nav ul li {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: #666 1px solid;
  }
  .myv_nav ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .myv_nav ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .myv_nav {
    margin-bottom: 30px;
  }
  .myv_nav ul {
    text-align: center;
  }
  .myv_nav ul li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: #666 1px solid;
  }
  .myv_nav ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .myv_nav ul li a {
    font-size: 15px;
  }
}

/************************************************
about
************************************************/
#myv {
  position: relative;
}
@media screen and (min-width: 768px) {
  #myv {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  #myv {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.about {
  box-sizing: border-box;
  color: #fff;
}
.about p {
  line-height: 1.8;
}
.about p span {
  margin: 1em 0;
  color: #DA92DD;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 40px 20px;
    text-align: center;
  }
  .about p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .about {
    padding: 20px 15px;
  }
  .about p {
    font-size: 15px;
  }
}

/************************************************
sc
************************************************/
@media screen and (min-width: 768px) {
  .sc .sc_profile {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .sc .sc_profile img {
    width: 47%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sc .sc_profile img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

/************************************************
contents
************************************************/
.contents dl dt, .contents dl dd {
  color: #fff;
}
.contents dl dt {
  font-weight: bold;
}
.contents a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .contents dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contents dl dt, .contents dl dd {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: #666 1px solid;
    font-size: 16px;
  }
  .contents dl dt {
    width: 10em;
    box-sizing: border-box;
    font-weight: bold;
  }
  .contents dl dd {
    width: calc(100% - 10em);
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 0 15px;
  }
  .contents dl dt, .contents dl dd {
    font-size: 15px;
  }
  .contents dl dt {
    margin-bottom: 0.5em;
  }
  .contents dl dd {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: #666 1px solid;
  }
}

/************************************************
お題のセリフ
************************************************/
.theme__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px;
  background-color: #1b1e41;
  border: #303030 2px solid;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.theme__inner p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.theme__inner p.themeperiod {
  margin-bottom: 40px;
  padding: 15px 30px;
  display: inline-block;
  border: #fff 1px solid;
  line-height: 1;
}
.theme__inner dl {
  font-size: 16px;
  line-height: 1.6;
}
.theme__inner dl:first-of-type {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #666 1px solid;
}
.theme__inner dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .theme__inner {
    padding: 20px 15px;
  }
  .theme__inner p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .theme__inner p.themeperiod {
    margin-bottom: 30px;
    padding: 10px 20px;
    line-height: 1.5;
  }
  .theme__inner dl dd {
    text-align: left;
  }
}

/************************************************
POSCAST
************************************************/
.podcast .spotify {
  max-width: 780px;
  margin: 30px auto 30px auto;
  text-align: center;
}
.podcast .spotify:hover {
  background-color: #fff;
  color: #4d1e6a;
}
.podcast p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.podcast p a {
  color: #da92dd;
  text-decoration: underline;
}