@charset "UTF-8";


@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(//fonts.googleapis.com/css?family=Abril+Fatface|Josefin+Slab:700|Noto+Serif:200,400,700);

@import url(//fonts.googleapis.com/css2?family=Playfair+Display&display=swap);

@import url(//https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400&display=swap);

* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}





/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
/*----------------------------------------
	clearfix
----------------------------------------*/

html {
  scroll-padding-top: 20%;
}

body {
  background-color: #e6e7ea;
}

.magazine {
  /* margin: 120px 17.06% 0; */
  height: auto;
  margin: 7% auto 0;
  width: 650px;
}

.magazine h2 {
  font-size: 18px;
  letter-spacing: .08em;
}

.magazine p {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  letter-spacing: .03em;
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 13px;
}

.magazine a {
  letter-spacing: .03em;
}

.magazine .topimg img {
  /* width: 100%; */
  width: calc(100% + 140px);
  margin: 0 -70px;
  max-width: none;
}

.magazine .topcmt p {
  width: 95%;
  font-size: 14px;
  margin: 5% auto 0%;
  text-align: center;
}

.magazine .start_btn {
  margin: 10% auto 0;
  text-align: center;
}

.magazine .start_btn .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;
}

.magazine .start_btn .copy p {
  font-size: 14px;
}

.magazine .start_btn img {
  width: 5%;
  height: auto;
}

.magazine .start_btn a {
  display: flex;
  justify-content: space-around;
  position: relative;
  align-items: center;
  margin: 0 auto;
  padding: 1.5em 2em;
  width: 65%;
  color: #fff;
  font-size: 15px;
  background-color: #24333f;
  transition: 0.3s;
  letter-spacing: .08em;
}

.magazine .start_btn a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -3px;
  width: 97%;
  height: 2px;
  background-color: #bbb;
  transition: 0.2s ease 0s;
  display: block;
}

.magazine .start_btn a::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -7px;
  width: 2px;
  height: 95%;
  background-color: #bbb;
  transition: 0.2s ease 0.2s;
  display: block;
}

.magazine .start_btn a:hover::before {
  width: 0%;
}

.magazine .start_btn a:hover::after {
  width: 0%;
}

.magazine .start_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.magazine .content .ttl {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 30% auto 0;
}

.magazine .content .ttl h2 {
  position: relative;
  text-align: center;
}

.magazine .content .ttl h2::before {
  content: "WHAT";
  position: absolute;
  top: -150%;
  left: 50%;
  transform:translateX(-50%);
  color: #fff;
  font-size: 70px;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  z-index: -1;
}

.magazine .content .ttl .line {
  width: 1px;
  height: 80px;
  background-color: #000;
  position: absolute;
  top: 25px;
  left: 50%;
}

.magazine .content .text {
  width: 90%;
  margin: 18% auto 0;
}

.magazine span {
  font-size: 17px;
  display: block;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .03em;
}

.magazine .content .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 5% auto 0;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5% 5%;
}

.magazine .content .wrap .wrap_type {
  width: 30%;
  margin-top: 5%;
}

.magazine .content .wrap .wrap_type h3 {
  font-size: 17px;
  text-align: center;
}


.magazine .content .wrap .wrap_type span {
  font-size: 14px;
}


.magazine p small {
  font-size: 11px;
  text-align: center;
  display: block;
  font-weight: normal;
  margin-top: 1%;
}


.magazine .content .wrap .wrap_type img {
  display: block;
  width: 100%;
  height: auto;
  margin: 10% auto;
}

.magazine .content  hr {
  width: 95%;
  margin: 3% auto;
  background-color: #959595;
  height: 0.5px;
  border: 0;
}

.magazine .content .wrap .wrap_type p {
  font-size: 12px;
  text-align: left;
  padding: 3% 4%;
  margin-top: 5%;
}

.magazine .more {
  margin-top: 10%;
  position: relative;
  display: flex;
  justify-content: center;
}


.magazine .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  width: 85%;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  transition: 0.3s;
}

.magazine .more a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 70%;
  top: 36%;
}

.magazine .more a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.magazine .content .ttl h2#type::before {
  content: "TYPE";
}



.magazine .content .index {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10% 5%;
  position: relative;
  margin: 25% auto 0;
}

.magazine .content .index::before {
  content: "";
  height: 100px;
  width: 220px;
  background: #e6e7ea;
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translate(-50%);
}

.magazine .index_ttl {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translate(-50%);
}


.magazine .content .index .number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;
}

.magazine .content .index .number p {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: bold;
  font-size: 21px;
}

.magazine .content .index .number img {
  width: 10%;
  height: auto;
}

.magazine .content .index h3 {
  font-size: 23px;
  text-align: center;
}

.magazine .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 10%;
  align-items: center;
}

.magazine .top .style {
  width: 35%
}

.magazine .style img {
  width: 100%;
  height: auto;
}

.magazine .top .main {
  width: 57%;
}

.magazine .top .main .main_txt {
  padding: 5% 3%;
  background: #fff;
  margin-top: 10%;
}

.magazine .top .main .main_txt p {
  padding: 3%;
}

.magazine .content .content_box .container {
  margin-top: 20%;
}

.magazine .content h4 {
  font-size: 19px;
  letter-spacing: .08em;
  text-align: center;
}

.magazine .content .container_text {
  width: 90%;
  margin: 5% auto 0;
}

.magazine .content .container_text br {
  display: none;
}

.magazine .container ul {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 5% auto 0;
}

.magazine .container .ma li {
  list-style: circle;
  font-size: 12px;
  width: 45%;
  margin: 3% 0 0 5%;
}

.magazine .content .item .item_box {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 5%;
}

.magazine .content .item .item_box .item_wrap {
  padding: 5% 2%;
  width: 45%;
  background-color: #fff;
  margin-top: 5%;
}

.magazine .content .item .item_box .item_wrap span {
  font-size: 15px;
  font-weight: bold;
  color: #747474;
}


.magazine .content .item .item_box .box_wap p small {
  margin-top: 5%;
}




.magazine .content .item .item_box p {
  padding: 2%;
  margin-top: 5%;
  font-size: 12px;
}

.magazine .content .item .item_box p small {
  margin-top: 10%;
}

.magazine .content  .item_box .box_wap {
  width: 25%;
  margin-top: 5%;
}

.magazine .content .item_box .box_wap img {
  width: 100%;
  height: auto;
  border: 1px solid #919191;
}

.magazine .content  .item_box .box_wap p {
  margin-top: 7%;
}

.magazine .mypage_btn {
  margin-top: 10%;
}

.magazine .mypage_btn p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 1%;
}

.magazine .mypage_btn a {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin: 0 auto;
  padding: 1.2em 2em;
  width: 70%;
  color: #24333f;
  font-size: 15px;
  background-color: #fff;
  border-radius: 50vh;
  transition: 0.3s;
  border: 1px solid #24333f;
  font-weight: bold;
}

.magazine .mypage_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #24333f;
  border-radius: 50vh;
  display: block;
}

.magazine .mypage_btn a::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 44px;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.magazine .mypage_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.magazine .content .item .recommend_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10%;
}

.magazine .content .item .recommend_box .recommend_item {
  width: 32%;
  margin-top: 2%;
}


.magazine .content .item .recommend_box img {
  width: 100%;
  height: auto;
}

.magazine .profile {
  padding: 5% 5%;
  margin-top: 20%;
  text-align: center;
}

.magazine .profile img {
  width: 30%;
  height: auto;
}

.magazine .profile_tex {
  width: 60%;
  margin: 0 auto;
}

.magazine .profile_tex p {
  font-size: 11px;
}

.magazine .profile_tex span {
  display: inline-block;
  font-size: 17px;
}

.magazine .profile_tex small {
  display: inline-block;
  margin-left: 5%;
}

.magazine .top_btn {
  width: 70%;
  height: 5%;
  font-family: Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 10% auto 0%;
  /* background: #FFFFFF; */
  border: 1px solid black;
}

.magazine .top_btn a {
  display: block;
  padding: 3% 5%;
}


.magazine .top_btn:hover {
  border-radius: 30px;
}







/* 診断チャート */
.magazine .box {
  display: none;
}

.box_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /* margin-top: 25%; */
}

.box_wrap.is-inactive {
  position: relative;
}

.box_wrap.is-inactive .box {
  position: relative;
}

.box_wrap .box {
  position: absolute;
  display: none;
  text-align: center;
  margin: 25% auto 0;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5% 5%;
}

.box_wrap .box .box_ttl h2 {
  font-size: 23px;
  margin-top: 2%;
}

.box_wrap .box .box_ttl span {
  display: block;
  font-size: 25px;
  margin-top: 5%;
}

.box_wrap .box .select-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 10%;
}

.box_wrap .box .select-wrap .select {
  padding: 2%;
  width: 40%;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  font-weight: bold;
}

.box_wrap .box .question_bar {
  width: 90%;
  height: 6px;
  border: 1px solid #24333f;
  position: relative;
  background-color: #fff;
  margin: 10% auto 5%;
}

.box_wrap .box .question_bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #24333f;
  width: 25%;
}

.box_wrap .box .question_bar#bar02::after {
  width: 50%;
}

.box_wrap .box .question_bar#bar03::after {
  width: 75%;
}

.box_wrap .box .question_bar#bar04::after {
  width: 100%;
}

.box_wrap .box .style {
 margin-top: 5%;
}


.box_wrap .box .style img {
  width: 35%;
  height: auto;
}

.box_wrap .box .a_btn {
  margin-top: 10%;
}

.box_wrap .box .a_btn p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 1%;
}

.box_wrap .box .a_btn a {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin: 0 auto;
  padding: 1.2em 2em;
  width: 70%;
  color: #fff;
  font-size: 15px;
  background-color: #24333f;
  border-radius: 50vh;
  transition: 0.3s;
  font-weight: bold;
  /* border: 1px solid #24333f; */
}

.box_wrap .box .a_btn a::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 44px;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.box_wrap .box .a_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.box_wrap .box .a_btn#return {
  margin-top: 5%;
}


.box_wrap .box .a_btn#return a {
  padding: 1em 2em;
  width: 30%;
  border: 1px solid #000;
  background-color: #e6e7ea;
  font-size: 11px;
  color: #000;
}

.box_wrap .box .a_btn#return a::after {
  content: none;
}

.box_wrap .box.is-inactive {
  position: absolute;
}

.btn-wrap.is-inactive {
  display: none;
}

.magazine .inner_box.is-inactive {
  display: none;
}

.box_wrap .a_box {
  margin-top: 0%;
  margin-bottom: 10%;
}

































/*----------------------------------------
	reset
----------------------------------------*/
body {
  min-width: auto;
}
.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fs-l-pageMain {
  width: 100%;
  max-width: none;
}

.layout_menu {
  display: none;
}

.layout_header_delivery {
  display: none!important;
}

.fs-c-heading.fs-c-heading--page {
display: none!important;
}

.layout_header_keywords {
  display: none;
}

.layout_header_form_input {
  font-size: 0;
}


.layout_header_search {
  display: none;
}

.re_gnavi_wrap {
  display: none;
}

.layout_header_user {
  display: none;
}

.re_layout_header_utility .layout_header_utility-navi {
  display: none;
}

.re_header_user_menu {
  display: none;
}

.layout_header_navi_logo {
  display: none;
}

.re_layout_footer_wrap {
  display: none;
}


/*----------------------------------------
	reset
----------------------------------------*/










  /*----------------------------------------
  	pc/sp
  ----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
  .sp-invisible
  {
      display: block;
  }
/* スマホで表示させたい
PCのときは消えてほしい*/
  .sp-display
  {
      display: none;
  }
  /*----------------------------------------
    pc/sp
  ----------------------------------------*/


  /* ----------------------------------------
  	Tablet
  ---------------------------------------- */

  @media only screen and (max-width: 768px)
  {

    .layout_header_meta_inner {
      width: 768px;
    }

    .layout_header_navi {
      width: 768px;
    }

    .re_layout_footer_wrap {
      display: none;
    }
  }



  /* ----------------------------------------
  	Tablet
  ---------------------------------------- */








  @media only screen and (max-width: 519px)
  {


/*----------------------------------------
	pc/sp
----------------------------------------*/

/* PCだけで表示させたい
スマホのときは消えてほしい*/
.sp-invisible
{
    display: none;
}
/* スマホで表示させたい
PCのときは消えてほしい*/
.sp-display
{
    display: block;
}

/*----------------------------------------
  pc/sp
----------------------------------------*/

.magazine {
  width: 100%;
  margin: 0% auto;
}

.magazine p {
  font-size: 12px;
}

.magazine p small {
  font-size: 10px;
}


.magazine h2 {
  font-size: 16px;
}

.magazine .topimg img {
  width: 100%;
  margin: 20% auto 0%;
}

.magazine .topcmt p {
  width: 95%;
}

.magazine .topcmt p br {
  display: none;
}

.magazine .content .text {
  margin-top: 35%;
}

.magazine .content .wrap {
  margin-top: 15%;
}

.magazine .content .wrap .wrap_type {
  margin-top: 0%;
}

.magazine .content .wrap .wrap_type h3 {
  font-size: 13px;
  text-align: center;
}



.magazine .content span {
  font-size: 17px;
}

.magazine .start_btn {
  margin-top: 15%;
}

.magazine .start_btn a {
  width: 90%;
}

.magazine .content .wrap .wrap_type .type_box {
  display: none;
}

.magazine .more a {
  font-size: 11px;
  padding: 0.8em 1.5em;
}

.magazine .more a::after {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  left: 73%;
  top: 38%;
}

.magazine .content .ttl h2::before {
  top: -170%;
}

.magazine .content .index {
  margin-top: 50%;
  padding: 15% 2%;
}

.magazine .content .index h3 {
  font-size: 22px;
}

.magazine .top {
  margin-top: 5%;
  flex-wrap: wrap;
}

 .magazine .top .style {
   width: 50%;
 }

 .magazine .top .main {
  width: 95%;
  margin-top: 5%;
}

.magazine .content .content_box .container {
  margin-top: 30%;
}

.magazine .content .container_text {
  margin-top: 10%;
}

.magazine .content .container_text br {
  display: block;
}

.magazine .content h4 {
  font-size: 20px;
}

.magazine .content .item .acce {
  display: block;
  margin-top: 20%;
}

.magazine .content .item .acce .box_wap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.magazine .content .item .acce .box_wap img {
  width: 35%;
  height: auto;
}

.magazine .content .item .acce .box_wap p {
  width: 60%;
  margin-top: 0%;
}




.magazine .content .item .item_box .item_wrap {
  width: 90%;
}

.magazine .content .item_box .box_wap {
  width: 31%;
}

.magazine .content .item_box .box_wap img {
  width: 95%;
  margin: 0 auto;
  display: block;
}

.magazine .content .item_box .box_wap p {
  font-size: 11px;
}

.magazine .content .item_box .box_wap p span {
  font-size: 15px;
}


.magazine .container ul {
  display: block;
}

.magazine .container .ma li {
  width: 100%;
  list-style: none;
  margin-left: 0%;
  text-align: center;
}


.magazine .mypage_btn {
    margin-top: 20%;
}

.magazine .mypage_btn a {
  width: 100%;
}

.magazine .mypage_btn a::before {
  right: 24px;
}

.magazine .mypage_btn a::after {
  right: 37px;
}

.box_wrap .box {
  margin-top: 15%;
  width: 90%;
}

.box_wrap .box .select-wrap {
  display: block;
}

.box_wrap .box .box_ttl span {
  font-size: 20px;
}

.box_wrap .box .select-wrap .select {
  width: 75%;
  margin-top: 5%;
  padding: 4%;
}

.magazine .profile {
  display: block;
  text-align: center;
}

.magazine .profile img {
  width: 35%;
}

.magazine .profile_tex {
  width: 100%;
}

.box_wrap .box .a_btn a {
  width: 95%;
}

.box_wrap .box .a_btn#return a {
  width: 55%;
}

.box_wrap .box .question_bar {
  margin-top: 15%;
  /* display: none; */
}

.box_wrap .box .question_bar::after {
  visibility: visible;
  display: block;
}


.box_wrap .box .style img {
  width: 50%;
}


.magazine .start_btn#start_sp a {
  display: flex;
	justify-content:center;
	align-items:center;
	border-radius: 50vh;
	width: 90%;
	text-align: center;
	text-decoration: none;
	font-size:1.3rem;
}

.magazine .start_btn#start_sp a::before {
  display: none;
}

.magazine .start_btn#start_sp a::after {
  display: none;
}

.magazine .start_btn#start_sp img {
  width: 8%;
}

.magazine .start_btn#start_sp {
  position: fixed;
	bottom:20px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
  width: 100%;
  left: calc((100% - 100%) / 2);
}

/*　上に上がる動き　*/

.magazine .start_btn#start_sp.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

.magazine .start_btn#start_sp.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*検証のためのCSS*/
/* section{
padding: 500px 0;
} */



.magazine .top_btn {
  width: 100%;
  font-size: 15px;
  margin: 20% auto 50%;
}

.magazine .top_btn a {
  padding: 5% 5%;
}


.magazine .top_btn:hover {
  border-radius: 0px;
}























/* sp_footer_navi */

.sp_footer_navi220426_magazine {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background: #f7f7f7;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 800000001;
  position: fixed;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 13%);
}

.sp_footer_navi_box220426_magazine {
  width: 20%;
  padding: 2%;
  display: block;
  text-align: center;
  /* border-right: 1px solid #fff; */
}

.sp_footer_navi_box220426_magazine p {
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
}

.sp_footer_navi_box220426_magazine img {
  width: 40%;
}


#toTop {
  bottom: 95px;
}


/* sp_footer_navi */



/*----------------------------------------
reset
----------------------------------------*/

body {
  min-width: auto;
}

.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-l-pageMain {
  width: 100%;
  padding-top: 20px;
}

.layout_header_navi {
  display: none;
}

.header-gnavi-category {
  display: none!important;
}

ul.sp-header-gnavi.fs-p-accountInfo.fs-clientInfo.is-ready {
  display: none!important;
}

.fs-l-header__drawerOpener {
  display: none;
}

.psLink img {
  display: none;
}

.re_keyword_form_wrap {
  display: none;
}

.search-price {
  display: none;
}

.re_footer-navi {
  display: none!important;
}

.footer-sns {
  display: none;
}

.footer-under {
  display: none;
}

.fs-clientInfo.is-ready {
  display: none;
}



/*----------------------------------------
reset
----------------------------------------*/



}
