@charset "UTF-8";
header {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  header .inner .gnavi.active {
    width: 100%;
    right: 0;
  }
}
header .inner .gnavi ul li {
  font-size: min(1.6vw, 20px);
}
@media screen and (max-width: 767px) {
  header .inner .gnavi ul li {
    max-width: unset;
    font-size: min(4vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  header .inner .gnavi ul li a {
    position: relative;
    box-sizing: border-box;
    padding: 20px 3vw 20px 100px;
    text-align: justify;
    font-weight: normal;
  }
  header .inner .gnavi ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
header .inner .gnavi ul li:nth-of-type(1):before {
  background-image: url("/info/smilestory/assets/img/common/arrow_02.png");
}
header .inner .gnavi ul li:nth-of-type(1) a:before {
  background-image: url("/info/smilestory/assets/img/top/img_contents_topics.png");
}
header .inner .gnavi ul li:nth-of-type(2):before {
  background-image: url("/info/smilestory/assets/img/common/arrow_02.png");
}
header .inner .gnavi ul li:nth-of-type(2) a:before {
  background-image: url("/info/smilestory/assets/img/top/img_contents_dev.png");
}
header .inner .gnavi ul li:nth-of-type(3):before {
  background-image: url("/info/smilestory/assets/img/common/arrow_02.png");
}
header .inner .gnavi ul li:nth-of-type(3) a:before {
  background-image: url("/info/smilestory/assets/img/top/img_contents_secret.png");
}
header .inner .gnavi ul li:nth-of-type(4):before {
  background-image: url("/info/smilestory/assets/img/common/arrow_02.png");
}
header .inner .gnavi ul li:nth-of-type(4) a:before {
  background-image: url("/info/smilestory/assets/img/top/img_contents_review.png");
}
@media screen and (max-width: 767px) {
  header .inner .menu_trigger {
    right: 20px;
  }
}
header.fixed {
  width: 100%;
  max-width: 1524px;
}
@media screen and (min-width: 1400px) {
  header.fixed .inner .gnavi {
    width: unset;
  }
}
header .logo img {
  max-height: 45px;
}

.header__blank {
  display: block;
  width: 100%;
  height: 127px;
}
@media screen and (max-width: 767px) {
  .header__blank {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: calc(14vw + 20px);
  }
}
@media screen and (min-width: 768px) {
  main > .overlay + .slider .slick-slide {
    width: 35vw;
  }
}

@media only screen and (max-width: 767px) {
  .slider {
    margin-top: 10px;
  }
}

#contents ul.contents_list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents ul.contents_list {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #contents ul.contents_list li {
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  #title_area {
    border-radius: 10px;
  }
}
#title_area h1 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #article ul.article_list {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #reviews .tab > li a {
    padding: 10px 120px;
  }
}
@media screen and (max-width: 767px) {
  #reviews .tab + .tabContents {
    margin-top: 40px;
  }
}

#container {
  overflow-x: unset;
}
#container.CATEGORY__ARTICLE section.contents_outer .contents_body h2 {
  border-left: solid 6px #ffa780;
}
#container.CATEGORY__ARTICLE section.contents_outer .contents_body h2.line_double {
  border-left: double 10px #ffa780;
}
#container.CATEGORY__INTERVIEW section.contents_outer .contents_body h2 {
  border-left: solid 6px #55bb7e;
}
#container.CATEGORY__INTERVIEW section.contents_outer .contents_body h2.line_double {
  border-left: double 10px #55bb7e;
}
#container.CATEGORY__TOPICS section.contents_outer .contents_body h2 {
  border-left: solid 6px #D9AD50;
}
#container.CATEGORY__TOPICS section.contents_outer .contents_body h2.line_double {
  border-left: double 10px #D9AD50;
}

.mpt_0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.mpb_0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .pc_mt_0 {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc_mb_0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mt_0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mb_0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc_pt_0 {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc_pb_0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_pt_0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_pb_0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_pb_1em {
    padding-bottom: 1em !important;
  }
}

section.contents_outer {
  margin: 1.5em auto 3em;
  padding: 0 7.7% 5em;
  background-color: #ffebe8;
  overflow: hidden;
}
section.contents_outer.sec_fttb {
  margin-top: 0;
  border-radius: 2em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer.sec_fttb {
    border-radius: unset;
  }
}
section.contents_outer.sec_top {
  margin-top: 0;
  border-radius: 2em 2em 0 0;
}
@media only screen and (max-width: 767px) {
  section.contents_outer.sec_top {
    padding-bottom: 0;
    border-radius: unset;
  }
}
section.contents_outer.sec_bottom {
  border-radius: 0 0 2em 2em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer.sec_bottom {
    border-radius: unset;
  }
}
@media only screen and (max-width: 767px) {
  section.contents_outer {
    padding: 0 0 5em 0;
  }
}
section.contents_outer .contents_head {
  display: flex;
  padding: 3em 0;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_head {
    flex-direction: column;
  }
}
section.contents_outer .contents_head > div {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_head > div {
    margin: 0;
    padding: 0 5%;
  }
}
section.contents_outer .contents_head .cnt_left {
  display: flex;
  align-items: center;
}
section.contents_outer .contents_head .cnt_left img {
  max-height: 110px;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_head .cnt_left img {
    max-width: 100%;
  }
}
section.contents_outer .contents_head .cnt_left .ttl_category {
  letter-spacing: 2px;
  font-weight: bold;
}
section.contents_outer .contents_head .cnt_left .ttl_category .txt_shoulder {
  font-size: 2em;
}
section.contents_outer .contents_head .cnt_left .ttl_category .txt_ttl {
  line-height: 2em;
  font-size: 3em;
}
section.contents_outer .contents_head .cnt_right {
  display: flex;
  align-items: center;
  line-height: 2em;
  text-align: justify;
  font-weight: bold;
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_head .cnt_right {
    margin-top: 1em;
    font-size: 1em;
  }
}
section.contents_outer .title_area {
  padding: 3em 5%;
  background-color: #ffffff;
}
section.contents_outer .title_area h1 {
  text-align: center;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .title_area h1 {
    font-size: 1em;
  }
}
section.contents_outer .contents_body {
  text-align: left;
  background-color: #fff;
  margin-bottom: 3em;
  padding: 3em 25% 3.3em 25%;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_body {
    padding: 3em 5%;
  }
}
section.contents_outer .contents_body h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  padding-left: 20px;
  border-left: solid 6px #ffbbb2;
  text-align: justify;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_body h2 {
    font-size: 1em;
  }
}
section.contents_outer .contents_body h2.line_double {
  border-left: double 10px #ffbbb2;
}
section.contents_outer .contents_body h2:not(:nth-of-type(1)) {
  margin-top: 4em;
}
section.contents_outer .contents_body .add_ttl_h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_body .add_ttl_h2 {
    font-size: 1em;
  }
}
section.contents_outer .contents_body h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 1.6em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_body h3 {
    font-size: 1em;
  }
}
section.contents_outer .contents_body h3::before {
  content: "― ";
}
section.contents_outer .contents_body h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  padding-left: 20px;
  border-left: solid 3px #ddd;
  text-align: justify;
  line-height: 1.8em;
  font-weight: bold;
  color: #666;
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_body h4 {
    font-size: 1em;
  }
}
section.contents_outer .contents_body p, section.contents_outer .contents_body ul, section.contents_outer .contents_body ol {
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-align: justify;
  line-height: 1.8em;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_body p, section.contents_outer .contents_body ul, section.contents_outer .contents_body ol {
    font-size: 1em;
  }
}
section.contents_outer .contents_body p > b, section.contents_outer .contents_body p strong, section.contents_outer .contents_body ul > b, section.contents_outer .contents_body ul strong, section.contents_outer .contents_body ol > b, section.contents_outer .contents_body ol strong {
  font-weight: bold;
}
section.contents_outer .contents_body p small, section.contents_outer .contents_body ul small, section.contents_outer .contents_body ol small {
  font-size: 0.6em;
}
section.contents_outer .contents_body ul {
  padding-left: 20px;
  list-style-type: disc;
}
section.contents_outer .contents_body ul strong {
  font-weight: bold;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .contents_body ul strong {
    font-size: 1em;
  }
}
section.contents_outer .contents_body ol {
  margin-left: 1em;
  padding-left: 20px;
  list-style-type: decimal;
}
section.contents_outer .contents_body a {
  word-break: break-all;
  color: #908ff5;
  transition-duration: 0.3s;
}
section.contents_outer .contents_body a:hover {
  opacity: 0.5;
}
section.contents_outer .contents_body mark {
  background: linear-gradient(#fff 70%, #ffbbb2 76%);
}
section.contents_outer .profile {
  overflow: hidden;
  border-top: solid 1px #000;
  padding: 5em 0 0 0;
  margin: 5em 0 0 0;
  text-align: center;
}
section.contents_outer .profile dl {
  margin: 0 auto 4em;
}
section.contents_outer .profile dt {
  margin: 0 auto 0.8em;
  width: 30%;
  border-radius: 50%;
  overflow: hidden;
  line-height: 1.6em;
  font-size: 2.2em;
}
section.contents_outer .profile dd {
  margin: 0 auto 0.8em;
  overflow: hidden;
  line-height: 1.8em;
  text-align: justify;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .profile dd {
    font-size: 1em;
  }
}
section.contents_outer .profile dd.name {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .profile dd.name {
    font-size: 1em;
  }
}
section.contents_outer .profile dd.name small {
  font-size: 0.7em;
}
section.contents_outer .profile dd.ex {
  word-break: break-all;
  text-align: center;
  font-feature-settings: "palt";
  font-size: 1em;
}
section.contents_outer .profile dd.ex small {
  display: inline-block;
  line-height: 1.8em;
  font-size: 0.8em;
}
section.contents_outer .profile dd p, section.contents_outer .profile dd ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: justify;
  line-height: 2em;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .profile dd p, section.contents_outer .profile dd ul {
    font-size: 1em;
  }
}
section.contents_outer .profile dd p > b, section.contents_outer .profile dd ul > b {
  font-weight: bold;
}
section.contents_outer .profile dd ul {
  padding-left: 20px;
  list-style-type: disc;
}
@media only screen and (max-width: 767px) {
  section.contents_outer .profile dd ul {
    font-size: 1em;
  }
}
section.contents_outer * {
  font-feature-settings: "palt";
  letter-spacing: 1.8px;
}

.add_txt_contents {
  display: inline-block;
  margin-top: 1em;
  padding: 0.3em 0.9em;
  border-radius: 1em;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  .add_txt_contents {
    font-size: 1em;
  }
}
.add_txt_contents + h4 + ol li, .add_txt_contents + ol li {
  margin-bottom: 1.6em;
}
.add_txt_contents + h4 + ol li a, .add_txt_contents + ol li a {
  color: #000 !important;
  -webkit-text-decoration: solid underline #aaa;
          text-decoration: solid underline #aaa;
}

.wrap_event_alpha {
  margin-top: 3em;
  isolation: isolate;
  border-radius: 2em;
  overflow: hidden;
}
.wrap_event_alpha.cnt_01 {
  border: solid 2px #ff8853;
}
.wrap_event_alpha.cnt_02 {
  border: solid 2px #ff8853;
}
.wrap_event_alpha.cnt_03 {
  border: solid 2px #ff8853;
}
.wrap_event_alpha .toggle {
  display: none;
}
.wrap_event_alpha .toggle:checked + .toggle_ttl + .toggle_cnt {
  padding: 3em 5%;
  max-height: 10000px;
}
@media only screen and (max-width: 767px) {
  .wrap_event_alpha .toggle:checked + .toggle_ttl + .toggle_cnt {
    padding: 3em 5% 3em;
  }
}
.wrap_event_alpha .toggle:checked + .toggle_ttl::after {
  right: 24px;
  transform: rotate(225deg) !important;
}
@media only screen and (max-width: 767px) {
  .wrap_event_alpha .toggle:checked + .toggle_ttl::after {
    right: 27px;
  }
}
.wrap_event_alpha .toggle_ttl,
.wrap_event_alpha .toggle_cnt {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.wrap_event_alpha .toggle_ttl {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .wrap_event_alpha .toggle_ttl.txt_left {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_event_alpha .toggle_ttl.txt_aLine {
    padding: 1.14em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_event_alpha .toggle_ttl {
    font-size: 1.4em;
  }
}
.wrap_event_alpha .toggle_ttl[for=toggle_01] {
  background-color: #ff8853;
}
.wrap_event_alpha .toggle_ttl[for=toggle_02] {
  background-color: #ff8853;
}
.wrap_event_alpha .toggle_ttl[for=toggle_03] {
  background-color: #ff8853;
}
.wrap_event_alpha .toggle_ttl:hover {
  opacity: 0.7;
  cursor: pointer;
}
.wrap_event_alpha .toggle_ttl:before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap_event_alpha .toggle_ttl:before {
    right: 17px;
    width: 30px;
    height: 30px;
  }
}
.wrap_event_alpha .toggle_ttl::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 40%;
  transform: rotate(45deg) translateY(-50%);
  width: 15px;
  height: 15px;
  border-right: solid 3px #ff8853;
  border-bottom: solid 3px #ff8853;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .wrap_event_alpha .toggle_ttl::after {
    top: calc(50% - 3px);
    width: 7px;
    height: 7px;
  }
}
.wrap_event_alpha .toggle_cnt {
  max-height: 0;
  padding: 0 5%;
  overflow: hidden;
}
.wrap_event_alpha .toggle_cnt p:nth-of-type(1) {
  margin-top: 0;
}

.btn_type_round_flat {
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .btn_type_round_flat {
    font-size: 1em;
  }
}
.btn_type_round_flat b, .btn_type_round_flat strong {
  font-weight: bold;
}
.btn_type_round_flat a {
  display: flex;
  margin: 0 auto;
  padding: 0.5em 1em;
  max-width: 350px;
  border-radius: 2em;
  background-color: #ec7f62;
  text-decoration: none;
  color: #fff;
}
.btn_type_round_flat a:hover {
  opacity: 0.7;
}
.btn_type_round_flat a span {
  flex: 1;
  line-height: 1.4;
}
.btn_type_round_flat a span strong {
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  .btn_type_round_flat a span strong {
    font-size: 1.6em;
  }
}
.btn_type_round_flat > div {
  display: flex;
  margin: 0 auto;
  padding: 0.5em;
  max-width: 260px;
  border-radius: 1em;
  background-color: #63b858;
  color: #fff;
}
.btn_type_round_flat > div span {
  flex: 1;
  line-height: 1.4;
}
.btn_type_round_flat > div span strong {
  font-size: 1.8em;
}
@media only screen and (max-width: 767px) {
  .btn_type_round_flat > div span strong {
    font-size: 1.6em;
  }
}

p + .add_extra_flex_01 {
  margin-top: 2em;
}

.add_extra_flex_01 {
  display: flex;
  margin-top: 3em;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .add_extra_flex_01 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.add_extra_flex_01 > div {
  display: flex;
  flex-direction: row;
}
.add_extra_flex_01 > div > div {
  padding-bottom: 5px;
}
.add_extra_flex_01 > div > div figure {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.add_extra_flex_01 > div > div figure img {
  height: 100%;
  max-width: unset;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.add_extra_flex_01 > div > div figcaption {
  margin-top: 5px;
  margin-right: 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 0.7em;
}
.add_extra_flex_01 p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1em !important;
}

@media only screen and (max-width: 767px) {
  #about {
    margin-top: 1em;
  }
}
#about a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: unset;
}
#about a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#about a img {
  max-width: 80px;
}
#about a p {
  margin-left: 20px;
}

p.cta {
  text-align: center;
}
p.cta a {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  p.cta a {
    width: 90%;
  }
}
p.cta a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .cover.add_kv {
    padding-top: 4em;
    background: #fff;
  }
}/*# sourceMappingURL=style_secondary.css.map */