@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*  ---------------------------
	　特設ページ
---------------------------  */
html, body {
  min-width: 0;
}

#wrapper {
  background-color: #f4f2f0;
  box-sizing: border-box;
}
#wrapper .lower {
  position: relative;
  max-width: 920px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 0 20px;
  background: none;
  color: #222;
  line-height: 1.4;
  font-weight: bold;
  font-size: 32px;
  margin: 8px auto 0 auto;
}
@media screen and (max-width: 820px) {
  #wrapper .lower {
    margin: 0 auto;
    line-height: 1.6;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.03em;
    padding: 0 15px;
  }
}

.column_postdate {
  margin: 0.5em auto 60px;
  max-width: 920px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 0 20px;
  font-size: 14px;
  color: #787878;
  display: flex;
  align-items: center;
}
.column_postdate span + span {
  margin-left: 1.5em;
}
@media screen and (max-width: 820px) {
  .column_postdate {
    margin: 0.5em auto 2.5em;
    padding: 0 15px;
    font-size: 12px;
  }
}

#content_area .column_recommend {
  margin: 60px auto 0;
  max-width: 720px;
}
#content_area .column_recommend h2 {
  margin-top: 0;
  font-size: 16px;
  background: #F8F8F8;
  padding: 0.5em 1em;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #content_area .column_recommend h2 {
    padding: 0.5em 15px;
    font-size: 14px;
  }
}
#content_area .column_recommend ul {
  border-top: 3px solid #F8F8F8;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  #content_area .column_recommend ul {
    font-size: 14px;
  }
}
#content_area .column_recommend ul li {
  border-bottom: 1px solid #F8F8F8;
}
#content_area .column_recommend ul li a {
  display: block;
  padding: 0.5em 1em;
  color: #E35D54;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  #content_area .column_recommend ul li a {
    padding: 0.5em 15px;
  }
}
#content_area .column_recommend ul li a:hover {
  opacity: 1;
  background-color: rgba(248, 248, 248, 0.4);
}

#content_area .column_supervisor {
  margin: 60px auto 0;
  background: #F8F8F8;
  padding: 2em 1em;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor {
    margin: 30px auto 0;
    padding: 30px 15px;
  }
}
#content_area .column_supervisor > div {
  display: grid;
  max-width: 720px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (min-width: 821px) {
  #content_area .column_supervisor > div {
    grid-template-rows: auto 1fr;
  }
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor > div {
    grid-template-columns: auto 1fr;
  }
}
#content_area .column_supervisor h2 {
  margin-top: 0;
  width: 100%;
  grid-column: 2;
  grid-row: 1;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 821px) {
  #content_area .column_supervisor h2 {
    margin-bottom: 1em;
    align-self: start;
  }
}
#content_area .column_supervisor h2 strong {
  font-weight: bold;
}
#content_area .column_supervisor h2 span {
  opacity: 0.6;
  margin-left: 1em;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor h2 span {
    display: block;
    margin-left: 0;
    margin-top: 0.3em;
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor h2 {
    grid-column: 2;
    grid-row: 1;
  }
}
#content_area .column_supervisor img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  grid-column: 1;
  grid-row: 1/span 2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1em;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor img {
    grid-column: 1;
    grid-row: 1;
    width: 60px;
    height: 60px;
  }
}
#content_area .column_supervisor p {
  grid-column: 2;
  grid-row: 2;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  #content_area .column_supervisor p {
    margin-top: 1em;
    grid-column: 1/span 2;
    grid-row: 2;
  }
}

.wrapper_inner {
  max-width: 990px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0 0 40px 40px;
  padding-bottom: 40px;
}

#btn_detail {
  height: 48px;
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
}
@media screen and (max-width: 820px) {
  #btn_detail {
    padding-top: 0;
    margin: 2.5em 15px 0;
  }
}
#btn_detail a {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: -64px;
  transform: translate(-50%, 0);
  transition: bottom 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  min-width: 320px;
  height: 48px;
  line-height: 48px;
  background: #53A96D;
  color: #ffffff;
  padding: 0 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  #btn_detail a {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }
}
#btn_detail a:hover {
  opacity: 0.7;
}
#btn_detail a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/svg/icn-house_w.svg) no-repeat center center/contain;
  margin-right: 8px;
}
#btn_detail.is-active a {
  bottom: 32px;
}
#btn_detail.is-static a {
  position: static;
  transform: none;
}

#btn_back {
  height: 42px;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
}
@media screen and (max-width: 820px) {
  #btn_back {
    padding-top: 0;
    margin: 5em 15px 0;
  }
}
#btn_back a {
  transform: none;
  transition: bottom 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  min-width: 320px;
  height: 48px;
  line-height: 48px;
  background: #3C3C3C;
  color: #ffffff;
  padding: 0 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  #btn_back a {
    min-width: 0;
    width: 100%;
    max-width: 320px;
  }
}
#btn_back a:hover {
  opacity: 0.7;
}
#btn_back a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/svg/icn-return_white.svg) no-repeat center center/contain;
  margin-right: 8px;
}

#column_header {
  max-width: 920px;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
}
#column_header + #column_header {
  margin-top: 60px;
}
#column_header > div {
  width: 100%;
  max-width: 940px;
  margin: 24px auto 8px auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  color: #787878;
  background: none;
  position: relative;
  z-index: 0;
  order: 3;
}
#column_header > div span {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  display: inline-block;
  padding: 4px 8px;
}
@media screen and (max-width: 820px) {
  #column_header > div span {
    font-size: 12px;
  }
}
#column_header > div span._basic {
  background-color: #E35D54;
}
#column_header > div span._search {
  background-color: #284894;
}
#column_header > div span._lifestyle {
  background-color: #D4748E;
}
#column_header > div span._contract {
  background-color: #658734;
}
#column_header > div span._property-search {
  background-color: #6262c5;
}
#column_header > div span._contract-terms-and-conditions {
  background-color: #E49A46;
}
#column_header > div span._furnishings-and-appliances {
  background-color: #50A0AA;
}
#column_header > div span._move-in-screening {
  background-color: #bcb161;
}
#column_header > div span._utility-contracts {
  background-color: #928E92;
}
#column_header > div span._living-rules-and-etiquette {
  background-color: #BE9282;
}
@media screen and (max-width: 820px) {
  #column_header > div {
    padding: 0 15px;
  }
}
#column_header > div ul.sorcial_lower {
  margin-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#column_header > div ul.sorcial_lower li + li {
  margin-left: 14px;
}
#column_header > div.sp_h3 {
  margin: 24px auto 0 !important;
  z-index: 0;
  position: relative;
  background: none;
}
@media screen and (max-width: 820px) {
  #column_header > div.sp_h3 {
    font-size: 12px;
    margin-top: 1em !important;
  }
}
#column_header > div:first-child {
  font-size: 18px;
  order: 2;
  color: #222;
  margin-top: 60px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #column_header > div:first-child {
    margin-top: 2em;
    font-size: 14px;
    margin-bottom: 0;
  }
}
#column_header > figure {
  width: 100%;
  order: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  #column_header > figure {
    display: flex;
    flex-direction: column-reverse;
  }
}
#column_header > figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 40px 40px;
}
#column_header > figure p {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.75);
  width: 45%;
  color: #ffffff;
  font-size: 22px;
  padding: 54px 30px 30px;
  box-sizing: border-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  #column_header > figure p.ext-bottom {
    top: auto;
    bottom: 20px;
    transform: none;
  }
  #column_header > figure p.ext-right {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 820px) {
  #column_header > figure p {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    top: auto;
    width: 100%;
    background: #222;
    padding: 36px 15px 15px;
    font-size: 20px;
  }
}
#column_header > figure p strong {
  position: relative;
  display: block;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
}
#column_header > figure p strong:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/svg/special/icn-quote.svg);
  bottom: 100%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  #column_header > figure p strong:before {
    width: 20px;
    height: 20px;
  }
}
#column_header > figure p strong:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/svg/special/icn-quote.svg);
  top: 100%;
  right: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 820px) {
  #column_header > figure p strong:after {
    width: 20px;
    height: 20px;
  }
}
#column_header > figure p span {
  font-size: 16px;
  font-weight: normal;
  align-self: flex-start;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #column_header > figure p span {
    font-size: 14px;
  }
}
#column_header ul#sp_navi {
  width: 100%;
  margin: 0 auto;
  display: table;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi {
    width: auto;
    display: flex;
    order: 1;
    flex-direction: column;
    background: #F8F8F8;
    padding: 5px;
    box-sizing: border-box;
    margin: 15px;
  }
}
#column_header ul#sp_navi.clearfix:after {
  display: none;
}
#column_header ul#sp_navi li {
  background: #FFF url(/images/special/bottom.png) no-repeat center bottom;
  text-align: center;
  margin: 0 0 0 0px;
  font-size: 20px;
  display: table-cell;
  border-left: 5px solid #eee;
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li {
    padding: 0;
    margin-top: 5px;
    width: 100%;
    background: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border: none;
  }
  #column_header ul#sp_navi li:first-child {
    margin-top: 0;
  }
  #column_header ul#sp_navi li span, #column_header ul#sp_navi li br {
    display: none;
  }
  #column_header ul#sp_navi li span[class^=icon-], #column_header ul#sp_navi li span[class*=" icon-"] {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin-right: 0.5em;
    width: 1.5em;
    text-align: center;
  }
}
#column_header ul#sp_navi li.current {
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li.current {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0.5em;
  }
}
#column_header ul#sp_navi li:nth-child(1).current {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(1):hover {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(1) a {
  color: #108cca;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(1) a {
    background-image: url(/m/images/special/sp_allow01.gif);
  }
}
#column_header ul#sp_navi li:nth-child(2).current {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(2):hover {
  background-color: #009f81;
}
#column_header ul#sp_navi li:nth-child(2) a {
  color: #009f81;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(2) a {
    background-image: url(/m/images/special/sp_allow02.gif);
  }
}
#column_header ul#sp_navi li:nth-child(3).current {
  background-color: #108cca;
}
#column_header ul#sp_navi li:nth-child(3):hover {
  background-color: #e63a48;
}
#column_header ul#sp_navi li:nth-child(3) a {
  color: #e63a48;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(3) a {
    background-image: url(/m/images/special/sp_allow03.gif);
  }
}
#column_header ul#sp_navi li:nth-child(4).current {
  background-color: #e26c00;
}
#column_header ul#sp_navi li:nth-child(4):hover {
  background-color: #e26c00;
}
#column_header ul#sp_navi li:nth-child(4) a {
  color: #e26c00;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(4) a {
    background-image: url(/m/images/special/sp_allow04.gif);
  }
}
#column_header ul#sp_navi li:nth-child(5).current {
  background-color: #68a816;
}
#column_header ul#sp_navi li:nth-child(5):hover {
  background-color: #68a816;
}
#column_header ul#sp_navi li:nth-child(5) a {
  color: #68a816;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:nth-child(5) a {
    background-image: url(/m/images/special/sp_allow05.gif);
  }
}
#column_header ul#sp_navi li:last-child {
  border-right: 5px solid #eee;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:last-child {
    border-right: 0;
  }
}
#column_header ul#sp_navi li:hover {
  background-image: url(/images/special/bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li:hover {
    background: none;
  }
}
#column_header ul#sp_navi li a {
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0 35px 0;
  display: block;
  z-index: 10;
}
#column_header ul#sp_navi li a:hover {
  color: #fff;
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li a:hover {
    background-image: none;
  }
}
@media screen and (max-width: 820px) {
  #column_header ul#sp_navi li a {
    padding: 0 0.5em;
    display: flex;
    height: 40px;
    align-items: center;
    background: url(/m/images/special/sp_allow01.gif) no-repeat right 10px center/10px 14px;
  }
}
#column_header ul.one li {
  width: 100%;
}
#column_header ul.two li {
  width: 50%;
}
#column_header ul.three li {
  width: 33.3%;
}
#column_header ul.four li {
  width: 25%;
}
#column_header ul.five li {
  width: 20%;
  background: #000;
  font-size: 200px;
}
#column_header ul li span {
  font-size: 16px;
  padding: 10px 10px 0 10px;
  display: block;
}
#column_header ul li span.icon-icon_01, #column_header ul li span.icon-icon_02, #column_header ul li span.icon-icon_03, #column_header ul li span.icon-icon_04, #column_header ul li span.icon-icon_05 {
  font-size: 20px;
  display: inline;
}

.column_lead {
  margin-bottom: 10px;
}
.column_lead p {
  background: #ffffff;
  border-radius: 2em;
  padding: 1em 2em;
  position: relative;
  border: 1px solid #d1d1d1;
  font-size: 16px;
}
.column_lead p::after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-width: 15px;
  border-right-width: 15px;
  border-top-color: #ffffff;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 2em;
  bottom: -39px;
  filter: drop-shadow(0 1px 0 #d1d1d1);
}
@media screen and (max-width: 820px) {
  .column_lead {
    margin-bottom: 10px;
  }
  .column_lead p {
    font-size: 14px;
    border-radius: 20px;
    padding: 15px;
  }
  .column_lead p::after {
    left: 20px;
    border: 20px solid transparent;
    border-top-color: #ffffff;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

.column_index {
  background: #F8F8F8;
  padding: 2em;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .column_index {
    font-size: 14px;
    padding: 20px 15px;
  }
}
.column_index p {
  font-weight: bold;
}
.column_index ul {
  margin-top: 0.5em;
}
.column_index ul li {
  padding: 0.5em 0;
  border-top: 1px solid #ddd;
}
.column_index ul li:last-child {
  border-bottom: 1px solid #ddd;
}
.column_index a {
  color: #E35D54;
}

#content_area {
  margin: 0 auto;
  max-width: 920px;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  #content_area {
    padding: 0 15px;
  }
}
#content_area h2 {
  background-color: transparent;
  max-width: 920px;
  margin: 60px auto 0;
  color: #222;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  clear: both;
}
#content_area h2:before {
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  #content_area h2 {
    font-size: 18px;
    margin-top: 2.5em;
  }
}
#content_area h3 {
  background-color: transparent;
  max-width: 920px;
  margin: 40px auto 0;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  clear: both;
}
#content_area h3:before {
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  #content_area h3 {
    font-size: 16px;
    margin-top: 2em;
  }
}
#content_area h4 {
  background-color: transparent;
  max-width: 920px;
  margin: 20px auto 0;
  color: #222;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  clear: both;
}
#content_area h4:before {
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 820px) {
  #content_area h4 {
    font-size: 14px;
    margin-top: 1.5em;
  }
}

/*contentセッティング*/
.sp_box {
  width: 49%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
}
.sp_box.right {
  float: right !important;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 820px) {
  .sp_box {
    width: 100%;
    float: none;
  }
  .sp_box.right {
    width: 100%;
    float: none !important;
  }
}

.img_box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background: none;
}
.img_box.ext-movie {
  height: 0;
  padding-top: 56.25%;
}
.img_box.ext-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.img_box img {
  width: 100%;
  height: auto;
  order: 1;
  vertical-align: bottom;
}
.img_box .caption {
  bottom: 4px;
  width: 100%;
  color: #787878;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  font-size: 12px;
  background: none;
  order: 2;
}
.img_box .caption p {
  padding: 0;
  margin: 0.4em 0 0 !important;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .img_box .caption p {
    font-size: 12px;
    line-height: 1.6;
  }
}

.sp_box_full {
  clear: both;
  margin: 0 0 20px 0;
}

.interview_01 {
  background: none;
  color: #222;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin: calc(50px - 1em) 0 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .interview_01 {
    font-size: 16px;
    margin-top: 1.5em;
  }
}
.interview_01:first-child {
  margin-top: 0;
}
.interview_01:before {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #222;
  margin-right: 1em;
  font-weight: normal;
  margin-top: calc(0.9em - 1px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 820px) {
  .interview_01:before {
    width: 20px;
    margin-right: 0.5em;
  }
}
.interview_01 + br + br {
  display: none;
}

.interview_02 {
  background: #efefef;
  color: #222;
  padding: 0.5em 1em;
  margin: 0 0 20px;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 820px) {
  .interview_02 {
    padding: 0.3em 0.8em;
  }
}
.interview_02:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #efefef;
  border-left-color: #efefef;
}

.video-wrapper {
  width: 600px;
  max-width: 100%;
}

.sp_box,
.sp_box_full {
  margin-bottom: 0;
}
h2 + .sp_box,
h2 + .sp_box_full {
  margin-top: 32px;
}
h2 + .sp_box + .sp_box.right,
h2 + .sp_box_full + .sp_box.right {
  margin-top: 32px;
}
h3 + .sp_box,
h3 + .sp_box_full {
  margin-top: 24px;
}
h3 + .sp_box + .sp_box.right,
h3 + .sp_box_full + .sp_box.right {
  margin-top: 24px;
}
h4 + .sp_box,
h4 + .sp_box_full {
  margin-top: 16px;
}
h4 + .sp_box + .sp_box.right,
h4 + .sp_box_full + .sp_box.right {
  margin-top: 16px;
}
.sp_box p,
.sp_box_full p {
  line-height: 1.8;
  font-size: 16px;
  margin: 0 !important;
}
@media screen and (max-width: 820px) {
  .sp_box p,
  .sp_box_full p {
    line-height: 1.6;
    font-size: 14px;
  }
}
.sp_box p strong,
.sp_box_full p strong {
  background: linear-gradient(transparent 60%, rgba(227, 93, 84, 0.3) 40%);
}
.sp_box p a,
.sp_box_full p a {
  color: #E35D54;
  text-decoration: underline;
}
.sp_box ul,
.sp_box ol,
.sp_box_full ul,
.sp_box_full ol {
  line-height: 1.8;
  font-size: 16px;
  margin: 30px auto;
  margin-left: 25px;
  list-style: disc;
}
@media screen and (max-width: 820px) {
  .sp_box ul,
  .sp_box ol,
  .sp_box_full ul,
  .sp_box_full ol {
    line-height: 1.6;
    font-size: 14px;
  }
}
.sp_box ul li + li,
.sp_box ol li + li,
.sp_box_full ul li + li,
.sp_box_full ol li + li {
  margin-top: 0.5em;
}
.sp_box ul a,
.sp_box ol a,
.sp_box_full ul a,
.sp_box_full ol a {
  color: #E35D54;
  text-decoration: underline;
}

.column_quote {
  background: #efefef;
  position: relative;
  padding: 4em 2em;
  margin: 2em 0;
}
@media screen and (max-width: 820px) {
  .column_quote {
    font-size: 14px;
    padding: 4em 1.5em;
  }
}
.column_quote::before, .column_quote::after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(/svg/special/icn-quote.svg) no-repeat center center/cover;
  opacity: 1;
}
.column_quote:before {
  left: 1em;
  top: 1em;
  transform: rotate(180deg);
}
.column_quote:after {
  right: 1em;
  bottom: 1em;
}

.sp_box_full {
  max-width: 920px;
  margin: 0 auto;
}
.sp_box_full + .sp_box_full,
.sp_box_full + .sp_box {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .sp_box_full + .sp_box_full,
  .sp_box_full + .sp_box {
    margin-top: 2.5em;
  }
}
.sp_box_full + .sp_box_full + .sp_box,
.sp_box_full + .sp_box + .sp_box {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .sp_box_full + .sp_box_full + .sp_box,
  .sp_box_full + .sp_box + .sp_box {
    margin-top: 2.5em;
  }
}

.sp_box.right + .sp_box {
  clear: both;
}
.sp_box.right {
  margin-bottom: 0;
}
.sp_box + .sp_box {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .sp_box + .sp_box {
    margin-top: 2.5em;
  }
}
.sp_box + h4,
.sp_box + .sp_box_full {
  margin-top: 0;
  padding-top: 60px !important;
}
@media screen and (max-width: 820px) {
  .sp_box + h4,
  .sp_box + .sp_box_full {
    padding-top: 2.5em !important;
  }
}

.column_button {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 100px;
  box-sizing: border-box;
  text-align: center;
  border: none;
  border-radius: 20px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: #3C3C3C;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.6;
  padding: 0.5em 1em;
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (min-width: 821px) {
  .column_button {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .column_button {
    height: auto;
    min-height: 70px;
  }
}
.column_button span span {
  margin-top: 0.25em;
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (min-width: 821px) {
  .column_button span span {
    font-size: 13px;
  }
}
.column_button.ext-alt {
  background: #B4B4B4;
}
.column_button.ext-cart {
  color: #ffffff !important;
  background: #53A96D;
}
.column_button.ext-sub {
  border: 1px solid #222;
  color: #222 !important;
  background: #ffffff;
}
@media screen and (min-width: 821px) {
  .column_button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*font*/
@font-face {
  font-family: "icomoon";
  src: url("/css/fonts/icomoon.eot?4ua5ng");
  src: url("/css/fonts/icomoon.eot?#iefix4ua5ng") format("embedded-opentype"), url("/css/fonts/icomoon.woff?4ua5ng") format("woff"), url("/css/fonts/icomoon.ttf?4ua5ng") format("truetype"), url("/css/fonts/icomoon.svg?4ua5ng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_02:before {
  content: "\e600";
}

.icon-icon_03:before {
  content: "\e601";
}

.icon-icon_04:before {
  content: "\e602";
}

.icon-icon_05:before {
  content: "\e603";
}

.icon-icon_06:before {
  content: "\e604";
}

.icon-icon_01:before {
  content: "\e605";
}

.p-appbox .c-list {
  position: relative;
}
.p-appbox .c-list li {
  padding-left: 65px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: top;
  min-height: 100px;
}
.p-appbox .c-list li div.c-list__plofile {
  position: absolute;
  left: 0;
  top: 20px;
  height: 0;
  padding-top: 50px;
  width: 50px;
  transform: translate(0, 0%);
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li div.c-list__plofile {
    position: relative;
    top: 0;
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.p-appbox .c-list li div.c-list__post {
  display: inline-block !important;
}
.p-appbox .c-list li div.c-list__post img {
  height: auto;
  width: 50%;
  transform: translate(0, 0%);
  border-radius: 10px;
  margin: 10px 0 0 0;
  display: inline-block !important;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li div.c-list__post img {
    margin: 0;
  }
}
.p-appbox .c-list li .c-list__title {
  font-weight: bold !important;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li .c-list__title {
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    width: 179px;
  }
  .p-appbox .c-list li .c-list__title:last-child {
    grid-column: 2;
    grid-row: 2;
  }
}
.p-appbox .c-list li .c-list__post {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li .c-list__post {
    display: flex;
    flex-direction: column;
    overflow-x: visible;
    white-space: initial;
    grid-column: 1/span 2;
    grid-row: 4;
    margin-top: 10px;
  }
  .p-appbox .c-list li .c-list__post a {
    display: block;
    text-align: center;
  }
  .p-appbox .c-list li .c-list__post a img {
    width: 80%;
    height: auto;
  }
  .p-appbox .c-list li .c-list__post a + a {
    margin-top: 10px;
  }
}
.p-appbox .c-list li a {
  text-decoration: underline;
  font-weight: normal;
  display: unset;
  overflow: hidden;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list li a {
    overflow: visible;
    grid-column: 1/span 2;
    grid-row: 3;
    margin-top: 10px;
    margin-right: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-appbox .c-list li {
    margin-top: 0;
    padding-left: 70px;
  }
  .p-appbox .c-list li .pc a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 820px) {
  .p-appbox .c-list {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
  .p-appbox .c-list li {
    flex-shrink: 0;
    flex-grow: 0;
    border-top: none;
    margin-left: 0;
    padding-left: 28px;
    padding-right: 28px;
    overflow-y: scroll;
    display: grid;
  }
  .p-appbox .c-list .slick-prev,
  .p-appbox .c-list .slick-next {
    flex-shrink: 0;
    flex-grow: 0;
    border: none;
    background: none;
    position: sticky;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    z-index: 2;
    top: 50vh;
    margin-top: 36px;
    transition: transform 0.4s;
    text-indent: -10000px;
    overflow: hidden;
    outline: none;
    width: 28px;
    height: 28px;
    background: url(/svg/icn-arrow_carousel.svg) no-repeat center center/contain;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  }
  .p-appbox .c-list .slick-prev.slick-disabled,
  .p-appbox .c-list .slick-next.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .p-appbox .c-list .slick-prev {
    margin-left: -28px;
    transform: rotate(180deg) translate(-21px, 0);
  }
  .p-appbox .c-list .slick-next {
    margin-right: -28px;
    transform: translate(-21px, 0);
  }
}
@media screen and (max-width: 820px) {
  .p-appbox .c-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.appbox-logo img {
  width: 60%;
  text-align: center;
  margin: 10px 0;
}

.appbox-img img {
  width: 30%;
  text-align: center;
}

.appbox-text {
  width: 60%;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  color: #F95450;
}