/* ----------------------------------------------------
  top
---------------------------------------------------- */
#main_contents .btn-white {
  width: 100%;
  height: 95px;
  text-shadow: -1px -1px 0 #fff;
  border-radius: 11px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #fff 25%, #000 25%, #000 50%, #fff 50%, #fff 75%, #000 75%, #000);
  position: absolute;
  top: 1px;
  left: 2px;
}

#main_contents .btn-back {
  background-color: #fff;
  height: 91px;
  border-radius: 10px;
}

#main_contents .btn-inner {
  width: 100%;
  height: 91px;
  padding: 5px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  top: -3px;
  left: -2px;
}

#main_contents .btn {
  box-sizing: border-box;
  border-radius: 10px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

#main_contents .btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -12px;
  right: 10px;
}

#main_contents .btn_area.view span {
  display: inline-block;
  background-image: url(https://woman-type.jp/academia/img/sp/view_btn.png);
  background-repeat: no-repeat;
  width: 125px;
  height: 73px;
  background-size: contain;
  vertical-align: middle;
}

#main_contents .btn_area.method span {
  display: inline-block;
  background-image: url(https://woman-type.jp/academia/img/sp/method_btn.png);
  background-repeat: no-repeat;
  width: 125px;
  height: 73px;
  background-size: contain;
  vertical-align: middle;
}

#main_contents .btn_area a {
  display: inline;
}

#main_contents .btn_area a:hover > .btn-white {
  height: 90px;
  background-image: none;
  background-color: #fdffe2;
}

#main_contents .btn_area a:hover > .btn-white .btn-back {
  background-color: #fdffe2;
}

.button {
  font-size: 14px;
  border-radius: 4px;
  background-color: #e8f40a;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  display: inline-block;
}

.button::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button a {
  text-decoration: none;
}

.header {
  position: relative;
}

.header.navi-is-fixed {
  margin-bottom: 99px;
}

.header h1 {
  width: 90%;
  max-width: 420px;
  margin: 20px auto;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(1155 / 680 * 90%);
}

.header h1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 460px) {
  .header h1 {
    padding-top: 713px;
  }
}

.header p {
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 57%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62%;
}

@media screen and (max-width: 370px) {
  .header p {
    width: 70%;
  }
}

.header .wrap {
  position: absolute;
  top: 78%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.header .btn_area {
  position: relative;
  display: block;
  width: 40%;
  max-width: 190px;
}

.header .btn_area.view {
  margin-right: 15px;
}

h2:not(.introduction h2) {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(145 / 620 * 100%);
}

h2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.navi a:link {
  text-decoration: none;
}

.navi .wrap {
  background-color: #f3fb78;
  border: solid 2px #f3fb78;
  border-radius: 10px;
  margin: 20px auto 0;
  width: 90%;
  max-width: 420px;
}

.navi .wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.navi .wrap .view, .navi .wrap .method {
  display: none;
}

.navi .title {
  padding: 10px;
}

.navi .title ul {
  display: flex;
}

.navi .title li {
  width: 40%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navi .title a {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(66 / 346 * 100%);
  height: 100%;
}

.navi .title a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.navi .title a img {
  bottom: 0;
  margin: auto;
}

.navi .title li.switch {
  margin-right: 0;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.navi .title li.switch span {
  position: relative;
  color: #514947;
  top: 0;
  left: 8px;
}

.navi .title li.switch span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}

.navi .title li.switch span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navi.is-open .wrap {
  background-color: #fff;
}

.navi.is-open li.switch.close {
  margin-right: 0;
  background-color: #f3fb78;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.navi.is-open li.switch span::after {
  content: none;
}

.navi .view, .navi .method {
  border-top: solid 2px #f3fb78;
  padding: 20px 70px;
}

.navi .view img, .navi .method img {
  max-width: 200px;
  width: 100%;
}

.navi .view > ul > li, .navi .method > ul > li {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.navi .view > ul > li:last-child, .navi .method > ul > li:last-child {
  margin-bottom: 0;
}

.content {
  position: relative;
  z-index: 1;
  padding: 20px 5% 55px;
  margin: 20px 0 45px;
  background-image: url(https://woman-type.jp/academia/img/sp/blue.png);
  background-repeat: repeat;
}

.content li {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.content li a {
  display: flex;
  align-items: center;
}

.content li a:link {
  text-decoration: none;
}

.content figure {
  margin-right: 10px;
  width: 35%;
  border-radius: 8px;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(280 / 280 * 35%);
}

.content figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.content .text_area {
  width: 62%;
}

.content li .icon {
  padding: 2px 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.content li .date {
  display: block;
  margin: 8px 0;
  font-size: 12px;
  width: 100%;
}

.content li p {
  height: 65px;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content li p.no_date {
  margin-top: 34px;
}

.content li .icon.view {
  background-color: #60c0c8;
}

.content li .icon.method {
  background-color: #faa6c0;
}

.content .shadow {
  width: 99%;
  height: 12px;
  text-shadow: -1px -1px 0 #fff;
  border-radius: 10px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #fff 25%, #7f8585 25%, #7f8585 50%, #fff 50%, #fff 75%, #7f8585 75%, #7f8585);
  position: absolute;
  left: 2px;
  bottom: -3px;
  z-index: -1;
}

.new_contents {
  margin: 0 auto 40px;
  max-width: 420px;
}

.new_contents h2 {
  margin-bottom: 20px;
}

.new_contents ul {
  margin-bottom: 50px;
}

.new_contents::after, .woman_type::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background-image: url(https://woman-type.jp/academia/img/sp/line.png);
  background-size: cover;
  vertical-align: middle;
}

.woman_type {
  max-width: 420px;
  margin: 0 auto 45px;
}

.woman_type h2 {
  margin-bottom: 30px;
}

.woman_type .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 250px;
  margin: 45px auto;
}

.woman_type .wrap::after {
  content: "";
  display: inline-block;
  width: 195px;
  height: 85px;
  background-image: url(https://woman-type.jp/academia/img/sp/notebook.png);
  background-size: cover;
  vertical-align: middle;
}

.woman_type .wrap a {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 40px;
}

.woman_type ul {
  display: flex;
  flex-wrap: wrap;
}

.woman_type li .date {
  margin: 0 0 5px;
}

.woman_type figure {
  padding-top: calc(460 / 680 * 35%);
}

.choice_area {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 130px;
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.choice_area h2 {
  padding-top: calc(176 / 640 * 100%);
}

.choice_area .wrap {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.choice_area .hope {
  display: flex;
}

.choice_area .hope a {
  width: 50%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(128 / 134 * 50%);
}

.choice_area .hope a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.choice_area .btn_area {
  position: relative;
  display: block;
  width: 46%;
  max-width: 190px;
}

.choice_area .btn_area.view {
  margin-right: 3%;
}

/* news release area */
.news_release_outer {
  background-color: white;
  background-image: url(https://woman-type.jp/academia/img/sp/green.png);
  z-index: -1;
  padding: 3% 5%;
  margin: 20px auto 45px;
  max-width: 420px;
  width: 90%;
  border-radius: 20px;
}

.news_release {
  position: relative;
}

.news_release h2 {
  padding-top: calc(86 / 559 * 100%);
}

.news_release p {
  font-size: 13px;
  text-align: center;
  margin: 20px auto;
  color: #555;
}

.news_release p.totop {
  font-weight: bold;
  margin: 5px auto 20px;
}

.news_release p.totop a {
  text-decoration: underline;
}

.news_release figure {
  margin-right: 10px;
  border-radius: 8px;
  width: 35%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(185 / 280 * 35%);
}

.news_release figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.news_release .date {
  margin: 0 0 5px;
  display: block;
  font-size: 12px;
  width: 100%;
  text-align: left;
}

.news_release ul {
  display: flex;
  flex-wrap: wrap;
}

.news_release ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}

.news_release ul li:hover {
  cursor: pointer;
}

.news_release ul li:hover img, .news_release ul li:hover .text_area {
  opacity: 0.6;
}

.news_release ul li a {
  display: flex;
}

.news_release ul li a:link {
  text-decoration: none;
}

.news_release .release ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_release .shadow {
  width: 99%;
  height: 12px;
  text-shadow: -1px -1px 0 #fff;
  border-radius: 10px;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #fff 25%, #7f8585 25%, #7f8585 50%, #fff 50%, #fff 75%, #7f8585 75%, #7f8585);
  position: absolute;
  left: 2px;
  bottom: -3px;
  z-index: -1;
}

.news_release .text_area {
  width: 63%;
}

.release {
  text-align: center;
}

.release p > a {
  font-weight: bold;
  text-decoration: underline;
}

.release > img {
  margin: 5px auto 25px;
  max-width: 132px;
}

@media screen and (max-width: 320px) {
  .choice_area {
    padding-bottom: 120px;
  }
  .choice_area .wrap {
    top: 67%;
  }
}

@media screen and (max-width: 374px) {
  #main_contents .btn-white {
    height: 90px;
  }
  #main_contents .btn-back {
    height: 86px;
  }
  #main_contents .btn-inner {
    height: 86px;
  }
  #main_contents .btn {
    height: 75px;
    line-height: 75px;
  }
  #main_contents .btn_area a:hover > .btn-white {
    height: 85px;
  }
  #main_contents .btn_area.view span {
    display: inline-block;
    background-image: url(https://woman-type.jp/academia/img/sp/view_btn.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 63px;
    background-size: contain;
    vertical-align: middle;
  }
  #main_contents .btn_area.method span {
    display: inline-block;
    background-image: url(https://woman-type.jp/academia/img/sp/method_btn.png);
    background-repeat: no-repeat;
    width: 108px;
    height: 63px;
    background-size: contain;
    vertical-align: middle;
  }
  #main_contents .btn::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -12px;
    right: 10px;
  }
}

@media screen and (min-width: 420px) {
  .choice_area .wrap {
    top: 73%;
  }
}
