@charset "utf-8";
/*------------	yomimono 夢診断 ----------------*/

#dougu-content-main a {
  text-decoration: underline;
  color: #DB8F00; /* 仮 */
  outline: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

#dougu-content-main {
  background-color: #FFF6E9;
  color: #2E2E2E;
}
.mainVisual {
  padding: 226px 16px 18px;
  background-color: #351712;
  background-image: url('/yomimono/dougu/assets/images/mv_bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.mainVisual h1 {
  max-width: 964px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.mainVisual h1 img {
  position: relative;
  width: 100%;
  left: 74px;
}
.mainVisual .lead {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 18px 0 0;
}
.contents {
  background-image: url('/yomimono/dougu/assets/images/bg.png');
  background-size: 1521px auto;
  background-repeat: repeat;
}
.contents_inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 47px;
}
.dougu_auther {
  background-color: #fff;
  padding: 50px 16px 56px;
}
.dougu_volume span {
  position: relative;
  font-weight: 250;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
}
.dougu_volume span::before {
  content: "";
  display: block;
  width: 82px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -126px;
  top: 50%;
  transform: translateY(-50%);
}
.dougu_volume span::after {
  content: "";
  display: block;
  width: 82px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: -126px;
  top: 50%;
  transform: translateY(-50%);
}
.dougu_auther_name {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
}
.dougu_auther_name span {
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  margin-left: 24px;
}
.dougu_auther_title {
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #000000;
}
.dougu_auther_photo {
  margin-top: 36px;
}
.dougu_auther_photo img {
  display: block;
  width: 213px;
  margin: 0 auto;
}
.dougu_auther_comment {
  margin-top: 36px;
}
.dougu_auther_comment span {
  font-weight: 500;
  font-size: 34px;
  line-height: 170%;
  color: #000000;
  background: linear-gradient(transparent 50%, rgba(255, 214, 0, .2) 50%);
}
.dougu_tool {
  margin: 48px auto 0;
  max-width: 600px;
}
.dougu_tool_title {
  --color: #FF7A00;
  --bg-color: rgba(255, 255, 255, .6);
  --x-gradient: linear-gradient(90deg, var(--color) 0 20px, transparent 0 calc(100% - 20px), var(--color) calc(100% - 20px));
  --y-gradient: linear-gradient(var(--color) 0 20px, transparent 0 calc(100% - 20px), var(--color) calc(100% - 20px));
  width: 256px;
  margin: 0 auto !important;
  padding: 14px 0;
  box-shadow: 0 0 0 8px var(--bg-color);
  background-image:
    var(--x-gradient),
    var(--y-gradient),
    var(--x-gradient),
    var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
  background-position: top, right, bottom, left;
  background-color: var(--bg-color);
  font-weight: 500;
  font-size: 32px !important;
  line-height: 48px !important;
  text-align: center;
  color: #351712;
}
.dougu_tool_title-long {
  width: auto;
}
.dougu_tool_photo {
  margin-top: 40px;
}
.dougu_tool_photo-vertical {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.dougu_tool_photo_caption {
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.dougu_section {
  margin-top: 48px;
  padding: 56px 100px;
  background-color: #fff;
}
.dougu_section > p {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.dougu_section > p:not(:first-child) {
  margin-top: 1lh;
}
.dougu_section_photo {
  margin-top: 24px;
}
.dougu_section_photo-vertical {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.dougu_section_photo_caption {
  margin: 8px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.dougu_section > .dougu_section_title {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.dougu_section > .dougu_section_title:not(:first-child) {
  margin-top: 56px;
}
.dougu_section > p.dougu_section_writer {
  margin-top: 56px;
}
.dougu_book {
  margin-top: 24px;
  position: relative;
}
.dougu_book_img img {
  width: 385px;
}
.dougu_book_data {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.dougu_profile {
  margin-top: 56px;
  padding: 0 16px;
}
.dougu_profile_inner {
  max-width: 700px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 32px 50px 44px;
  margin: 0 auto;
}
.dougu_profile_title {
  margin: 0 !important;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 200% !important;
  letter-spacing: 0.04em;
}
.dougu_profile_text {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 200%;
  letter-spacing: 0.04em;
}
.dougu_profile_book {
  position: relative;
}
.dougu_profile_book_img img {
  width: 256px;
}
.dougu_profile_book_data {
  position: absolute;
  right: 64px;
  bottom: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.dougu_share {
  margin-top: 40px;
}

.dougu_index {
  padding: 24px 16px 32px;
  background-color: #FFAA5B;
}
.dougu_index_inner {
  max-width: 600px;
  margin: 0 auto;
}
.dougu_index_title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #351712;
}
.dougu_index_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 0;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 1s;
  max-height: 2000px;
}
.dougu_index_list.is-hidden {
  max-height: 0;
}
.dougu_index_list li {
  padding: 0;
  margin: 0;
}
.dougu_index_list li::before {
  content: none;
}
.dougu_index_link {
  display: flex;
  align-items: stretch;
  text-decoration: none !important;
  padding: 10px 24px 10px 0;
  background-color: #fff;
  border-radius: 5px;
  gap: 24px;
}
.dougu_index_vol {
  flex: 0 0 88px;
  display: flex;
  border-right: 1px solid #855238;
  letter-spacing: 0.04em;
  color: #6B8BD4;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #855238;
}
.dougu_index_vol em {
  font-style: normal;
  font-size: 18px;
}
.dougu_index_link_title {
  color: #222;
  padding: 5px 0;
  font-size: 19px;
  line-height: 200%;
  letter-spacing: 0.04em;
  font-weight: bold;
}
.backnumber_more {
  text-align: center;
  margin-top: 40px;
}
.backnumber_more_inner {
  display: inline-block;
}
.backnumber_more_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #351712 !important;
  text-decoration: none !important;
  gap: 8px;
}
.backnumber_more_link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #351712;
  border-bottom: 1px solid #351712;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  .mainVisual h1 img {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    padding-top: 81px;
    padding-bottom: 6px;
    background-image: url('/yomimono/dougu/assets/images/mv_bg_sp.jpg');
  }
  .contents {
    background-image: url('/yomimono/dougu/assets/images/bg_sp.png');
    background-size: 383px auto;
  }
	.contents_inner {
		padding-bottom: 37px;
	}
  .dougu_auther {
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 34px;
  }
  .dougu_volume span {
    position: relative;
    font-size: 20px;
    line-height: 200%;
  }
  .dougu_volume span::before {
    width: 61px;
    left: -89px;
  }
  .dougu_volume span::after {
    width: 61px;
    right: -89px;
  }
  .dougu_auther_name {
    margin-top: 14px;
    font-size: 36px;
  }
  .dougu_auther_name span {
    font-size: 16px;
  }
  .dougu_auther_title {
    margin: 0;
    font-size: 16px;
  }
  .dougu_auther_photo {
    margin-top: 32px;
  }
  .dougu_auther_comment {
    margin-top: 24px;
  }
  .dougu_auther_comment span {
    font-size: 20px;
  }
  .dougu_tool {
    margin-top: 37px;
    padding: 0 16px;
  }
  .dougu_tool_title {
    --x-gradient: linear-gradient(90deg, var(--color) 0 14px, transparent 0 calc(100% - 14px), var(--color) calc(100% - 14px));
    --y-gradient: linear-gradient(var(--color) 0 14px, transparent 0 calc(100% - 14px), var(--color) calc(100% - 14px));
    width: 163px;
    margin: 0 auto !important;
    padding: 8px 0;
    box-shadow: 0 0 0 5px var(--bg-color);
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
    background-color: var(--bg-color);
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .dougu_tool_title-long {
    width: auto;
  }
  .dougu_tool_photo {
    margin-top: 29px;
  }
  .dougu_tool_photo_caption {
    font-size: 12px;
    line-height: 1.5;
  }
  .dougu_section {
    margin-top: 32px;
    padding: 20px 16px 48px;
  }
  .dougu_section > p {
    margin: 0;
    font-size: 16px;
    line-height: 175%;
  }
  .dougu_section_photo_caption {
    font-size: 12px;
    line-height: 1.5;
  }
  .dougu_section > .dougu_section_title {
    font-size: 20px;
  }
  .dougu_section > .dougu_section_title:not(:first-child) {
    margin-top: 32px;
  }
  .dougu_section > p.dougu_section_writer {
    margin-top: 32px;
  }
  .dougu_book {
    margin: 29px auto 0;
    width: 255px;
  }
  .dougu_book_img img {
    width: 100%;
  }
  .dougu_book_data {
    position: static;
    margin-top: 8px;
    font-size: 11px;
    line-height: 16px;
  }
  .dougu_profile {
    margin-top: 48px;
  }
  .dougu_profile_inner {
    padding: 16px 16px 24px;
  }
  .dougu_profile_title {
    font-size: 20px !important;
  }
  .dougu_profile_text {
    margin: 8px 0 0;
    font-size: 16px;
  }
  .dougu_profile_book {
    width: 255px;
    margin: 0 auto;
  }
  .dougu_profile_book_img img {
    width: 100%;
  }
  .dougu_profile_book_data {
    position: static;
    margin-top: 8px;
    font-size: 11px;
    line-height: 16px;
  }
  .dougu_share {
    margin-right: 16px;
  }

  .dougu_index {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .dougu_index_title {
    font-size: 16px;
  }
  .dougu_index_vol {
    font-size: 14px;
  }
  .dougu_index_vol em {
    font-size: 16px;
  }
  .dougu_index_link_title {
    color: #222;
    padding: 5px 0;
    font-size: 19px;
    line-height: 200%;
    letter-spacing: 0.04em;
    font-weight: bold;
  }
  .dougu_index_link {
    border-radius: 0;
  }
  .dougu_index_link_title {
    padding: 0;
    margin: -4px 0 -3px;
    font-size: 16px;
  }
  .backnumber_more {
    margin-top: 32px;
  }
  .backnumber_more_link {
    font-size: 14px;
  }
}

/* Popup用 */

.popup {
  max-width: 800px;
  box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
  margin: 0 auto;
  border-radius: 40px;
  padding: 100px 24px;
}
.popup.is-open {
  display: block;
}
.popup-inner {
  max-width: 600px;
  margin: 0 auto;
}
.popup-title {
  background-color: #20BFCA;
  color: #fff;
  text-align: center;
  padding: 14px 24px;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
.popup-sectionWrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.popup-section_title {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #6B8BD4;
  margin-bottom: 10px;
}
.popup-section_text {
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #3A230D;
}
@media screen and (max-width: 767px) {
  .popup {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .popup-title {
    padding: 10px 16px;
  }
  .popup-section_title {
    font-size: 20px;
  }
  .popup-section_text {
    font-size: 16px;
  }
  .popup-section_links {
    font-size: 16px;
  }
}
.popup-closeBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  opacity: .5;
  border-radius: 15px;
  top: 0px;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}
.popup-closeBtn.is-open {
  top: -40px;
}
.popup-closeBtn:after, .popup-closeBtn:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  right: 13px;
  top: 5px;
  background-color: #fff;
  border-radius: 2px;
}
.popup-closeBtn:before {
  transform: rotate(45deg);
}
.popup-closeBtn:after {
  transform: rotate(-45deg);
}
.overlay {
  position: fixed !important;
  z-index: 10042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background-color: #000;
  opacity: .8;
  -webkit-animation:  .3s linear;
  animation: ovelLayFadeInAnime .3s linear;
}
.overlay.is-close {
  opacity: 0;
  -webkit-animation:  .3s linear;
  animation: ovelLayFadeOutAnime .3s linear;
}
@keyframes ovelLayFadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: .8;
  }
}
@keyframes ovelLayFadeOutAnime{
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.popupWrapper {
  position: fixed !important;
  z-index: 10043;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0;
  outline: none !important;
  overflow: hidden auto;
  visibility: hidden;
  transition: 0.3s;
  display: none;
}
.popupInner {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
  overflow-y: scroll;
}
.popupContent {
  width: 100%;
  padding: 40px 14px;
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  opacity: 0;
  transform: scale(0.9);
  transition: transform .3s ease-out, opacity .3s linear, -webkit-transform .3s ease-out;
}
.popupWrapper.is-open {
  visibility: visible;
}
.popupWrapper.is-open .popupContent {
  opacity: 1;
  transform: scale(1);
}


/* 以下、TOPページ用の記述 */

.sm_b1_r{ font-family: 'Shippori Mincho B1', serif; font-weight: 400; }
.sm_b1_m{ font-family: 'Shippori Mincho B1', serif; font-weight: 500; }
.sm_b1_sb{ font-family: 'Shippori Mincho B1', serif; font-weight: 600; }
.sm_b1_b{ font-family: 'Shippori Mincho B1', serif; font-weight: 700; }
.klo_r{ font-family: 'Klee One', cursive; font-weight: 400; }
.klo_sb{ font-family: 'Klee One', cursive; font-weight: 600; }
