/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
#__thisSingleContent {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  #__thisSingleContent {
    width: 97%;
    padding-top: 6.4rem;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent {
    width: 95%;
    padding-top: 17.6rem;
  }
}
#__thisSingleContent .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#__thisSingleContent .__titleArea {
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0 2.5vw 32px;
  margin-bottom: 32px;
}
#__thisSingleContent .__titleArea .__time {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  #__thisSingleContent .__titleArea .__time {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent .__titleArea .__time {
    font-size: 2.2rem;
  }
}
#__thisSingleContent .__titleArea h1 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0.5rem 0 1rem;
  line-height: 1.42;
}
@media screen and (min-width: 320px) {
  #__thisSingleContent .__titleArea h1 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent .__titleArea h1 {
    font-size: 5.8rem;
  }
}
#__thisSingleContent .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__thisSingleContent .sns li {
  margin-right: 1rem;
}
#__thisSingleContent .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  #__thisSingleContent .sns a {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent .sns a {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__thisSingleContent .sns a {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 1921px) {
  #__thisSingleContent .sns a {
    width: 3vw;
    height: 3vw;
  }
}
#__thisSingleContent .sns a svg {
  display: block;
  fill: #FFFFFF;
  width: 40%;
  height: auto;
}
#__thisSingleContent .__block:nth-child(2) {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
          backdrop-filter: blur(16px) saturate(150%);
  border: solid 2px white;
  -webkit-box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 320px) {
  #__thisSingleContent .__block:nth-child(2) {
    width: 100%;
    padding: 32px 24px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent .__block:nth-child(2) {
    width: 65%;
    padding: 48px 64px;
    border-radius: 32px;
  }
}
@media screen and (min-width: 320px) {
  #__thisSingleContent .__block:nth-child(3) {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent .__block:nth-child(3) {
    width: 35%;
  }
}
@media screen and (min-width: 1025px) {
  #__thisSingleContent .__block:nth-child(3) {
    width: 35%;
  }
}
@media screen and (min-width: 1921px) {
  #__thisSingleContent .__block:nth-child(3) {
    width: 35%;
  }
}
#__thisSingleContent .__content p {
  line-height: 1.84;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 320px) {
  #__thisSingleContent .__content p {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent .__content p {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__thisSingleContent .__content p {
    font-size: 1.14vw;
  }
}
@media screen and (min-width: 1921px) {
  #__thisSingleContent .__content p {
    font-size: 1.14vw;
  }
}
#__thisSingleContent .__content p a {
  text-decoration: underline;
  color: #009fcc;
}
#__thisSingleContent .__sideNav {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #__thisSingleContent .__sideNav {
    position: sticky;
    top: 10vw;
  }
}
@media screen and (min-width: 600px) {
  #__thisSingleContent .__sideNav {
    position: sticky;
    top: 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__thisSingleContent .__sideNav {
    position: sticky;
    top: 10vw;
  }
}
@media screen and (min-width: 1921px) {
  #__thisSingleContent .__sideNav {
    position: sticky;
    top: 10vw;
  }
}

#__popBody {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: z-index 5ms ease 400ms, visibility 5ms ease 400ms;
  transition: z-index 5ms ease 400ms, visibility 5ms ease 400ms;
}
#__popBody.__active {
  z-index: 10000;
  visibility: visible;
  -webkit-transition: z-index 5ms ease, visibility 5ms ease;
  transition: z-index 5ms ease, visibility 5ms ease;
}
#__popBody.__active .__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(1rem) saturate(180%);
          backdrop-filter: blur(1rem) saturate(180%);
}
#__popBody.__active .__close {
  opacity: 1;
  -webkit-transition: opacity 400ms ease 5ms;
  transition: opacity 400ms ease 5ms;
}
#__popBody .__popInner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#__popBody .__layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#__popBody .__bg {
  opacity: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0rem) saturate(100%);
          backdrop-filter: blur(0rem) saturate(100%);
  -webkit-transition: opacity 400ms ease 5ms, -webkit-backdrop-filter 400ms ease 5ms;
  transition: opacity 400ms ease 5ms, -webkit-backdrop-filter 400ms ease 5ms;
  transition: opacity 400ms ease 5ms, backdrop-filter 400ms ease 5ms;
  transition: opacity 400ms ease 5ms, backdrop-filter 400ms ease 5ms, -webkit-backdrop-filter 400ms ease 5ms;
}
#__popBody .__popContents {
  position: absolute;
  z-index: 1;
}
#__popBody .__close {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
#__popBody .__close button {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  #__popBody .__close button {
    width: 9vw;
    height: 9vw;
  }
}
@media screen and (min-width: 600px) {
  #__popBody .__close button {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  #__popBody .__close button {
    width: 5vw;
    height: 5vw;
  }
}
#__popBody .__close button:hover {
  opacity: 0.5;
}
#__popBody .__close button svg {
  display: block;
  width: 50%;
  height: 50%;
}
#__popBody .__popcontent {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: #FFFFFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.3);
  -webkit-transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease, transform 400ms ease;
  transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #__popBody .__popcontent {
    width: 85vw;
    padding: 3rem 2rem;
    -webkit-transform: translate(-50%, -6rem);
            transform: translate(-50%, -6rem);
  }
}
@media screen and (min-width: 600px) {
  #__popBody .__popcontent {
    width: 60vw;
    padding: 3rem;
    -webkit-transform: translate(-50%, -6rem);
            transform: translate(-50%, -6rem);
  }
}
@media screen and (min-width: 1025px) {
  #__popBody .__popcontent {
    width: 60vw;
    padding: 3rem;
    -webkit-transform: translate(-50%, -4rem);
            transform: translate(-50%, -4rem);
  }
}
#__popBody .__popcontent h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 320px) {
  #__popBody .__popcontent h3 {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 600px) {
  #__popBody .__popcontent h3 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__popBody .__popcontent h3 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1921px) {
  #__popBody .__popcontent h3 {
    font-size: 1.3vw;
  }
}
#__popBody .__popcontent p {
  opacity: 0.75;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  #__popBody .__popcontent p {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__popBody .__popcontent p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #__popBody .__popcontent p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  #__popBody .__popcontent p {
    font-size: 0.9vw;
  }
}
#__popBody .__popcontent.__active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 320px) {
  #__popBody .__popcontent.__active {
    -webkit-transform: translate(-50%, -8rem);
            transform: translate(-50%, -8rem);
  }
}
@media screen and (min-width: 1025px) {
  #__popBody .__popcontent.__active {
    -webkit-transform: translate(-50%, -6rem);
            transform: translate(-50%, -6rem);
  }
}

.__isPrf {
  padding-bottom: 115% !important;
}

.singleContent *:first-child {
  margin-top: 0;
}
.singleContent h2 {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .singleContent h2 {
    font-size: 2.6rem;
    padding-left: 16px;
    margin: 48px 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .singleContent h2 {
    font-size: 3.4rem;
    padding-left: 24px;
    margin: 64px 0 24px;
  }
}
.singleContent h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #000000;
  border-radius: 10px;
}
.singleContent h3 {
  font-weight: 700;
  margin: 48px 0 24px;
}
@media screen and (min-width: 320px) {
  .singleContent h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .singleContent h3 {
    font-size: 2.6rem;
  }
}
.singleContent p {
  margin: 24px 0;
}
@media screen and (min-width: 320px) {
  .singleContent p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .singleContent p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 320px) {
  .singleContent ul, .singleContent ol {
    font-size: 1.4rem;
    padding-left: 24px;
  }
}
@media screen and (min-width: 600px) {
  .singleContent ul, .singleContent ol {
    font-size: 1.8rem;
    padding-left: 32px;
  }
}
.singleContent ul li, .singleContent ol li {
  padding: 4px 0;
}
.singleContent ul li {
  list-style-type: disc;
}/*# sourceMappingURL=single.css.map */