/* ======================================================================
index.html
========================================================================= */
.l-ssc-wrap-index {
  position: static;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
@media (max-width:750px) {
  .l-ssc-wrap-index {
    width: 100%;
  }
}

.l-ssc-header {
  position: static;
  width: 100%;
}
.l-ssc-top {
  width: 110%;
  margin-left: -5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
.l-ssc-mainvisual {
  width: 80%;
  margin-top: -8em;
  object-fit: cover;
}
@media (max-width:750px) {
  .l-ssc-mainvisual {
    width: 100%;
    margin-top: 0em;
  }
}
.l-ssc-mainvisual img {
  border-radius: 0 0 10em 0;
  height: 56em;
  object-fit: cover; 
}
@media (max-width:750px) {
  .l-ssc-mainvisual img {
    border-radius: 0 0 0 0;
  }
}
.l-ssc-title {
  width: 20%;
  height: 22em;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;

  font-size: 2.4em;
}
.l-ssc-title .sp {
  display: none;
}
@media (max-width:750px) {
  .l-ssc-title {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .l-ssc-title .sp {
    display: initial;
  }
}

.l-ssc-headline {
  display: inline-block;
  width: 100%;
  color: #187FBB;
  font-weight: 540;
  line-height: 1.5;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  align-items: center;
  padding-top: 2.3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  padding-bottom: 0.2em;
}
.l-ssc-scroll {
  width: 25%;
  margin-top: 2em;
}
@media (max-width:750px) {
  .l-ssc-headline {
    width: 60%;
    padding-top: 2em;
    padding-bottom: 0.0em;
  }
  .l-ssc-scroll {
    width: 40%;
    padding: 0em 1.5em 1.4em 2.5em;
  }
}


.l-ssc-logo-index {
  width: 25%;
  padding: 0 1%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #FFF;
  margin-top: -4em;
}
@media (max-width:750px) {
  .l-ssc-logo-index {
    width: 110%;
    padding: 0.8em 8%;
    margin: 0em auto;
  }
}

.l-ssc-telephone {
  width: 100%;
  padding-top: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
.l-ssc-telephone-index {
  width: 33%;
  padding-top: 0em;
  margin-top: -4em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
@media (max-width:750px) {
  .l-ssc-telephone-index {
    width: 100%;
    padding-top: 2em;
  }
}

.l-ssc-telephone-index .l-ssc-button-blue {
  background-color: initial;
  color: #187FBB;
  font-size: 1.8em;
}
.l-ssc-news-button {
  width: 22%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: -4em;
}
.l-ssc-others {
  width: 11%;
}
@media (min-width:1024px) {
  .l-ssc-news-button {
    margin-top: -3.4em;
  }
  .l-ssc-telephone-index .l-ssc-button-blue {
    font-size: 2.2em;
  }
}
@media (max-width:750px) {
  .l-ssc-news-button {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    margin: -1em;
  }
  .l-ssc-telephone-index .l-ssc-button-blue {
    font-size: 2.2em;
    background-color: #187FBB;
    color: #FFF;
    margin-top: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;  
  }
}

.l-ssc-news {
  position: relative;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}


.l-ssc-button-pink {
  width: 84%;
  display: inline-block;
  padding: 0.1em 0;
  background-color: #FFFFFF;
  color: #FA6B90;
  border: solid;
  border-width: 3px;
  border-color: #FA6B90;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  cursor: pointer;
}
.l-ssc-button-pink:hover {
  background-color: #FA6B90;
  color: #FFF;
}
@media (max-width:750px) {
  .l-ssc-button-pink {
    font-size: 2.0em;
    padding: 0.5em 0;
  }
}


.l-ssc-index-main {
  position: relative;
}


.l-ssc-sub-visual {
  position: relative;
  width: 100%;
  margin-top: 4em;
  padding: 0 15%;
}
@media (max-width:750px) {
  .l-ssc-sub-visual {
    padding: 0 8%;
  }
}
.l-ssc-ressaba-ballon {
  width: 8em;
  height: 8em;
  background-image: url(../img/top/bg-ballon_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  text-align: center;
  color: #FFF;
  line-height: 1.4;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}
.l-ssc-ressaba {
  position: absolute;
  width: 12%;
  left: 0%;
  bottom: -1em;
}
@media (max-width:750px) {
  .l-ssc-ressaba-ballon {
    left: 3%;
    bottom: 6.5em;
  
  }
  .l-ssc-ressaba {
    width: 18%;
    left: 2%;
    bottom: 0em;
  }
}


.l-ssc-find {
  position: relative;
  width: 75%;
  margin-left: 25%;
  padding-bottom: 2em;
}
@media (max-width:750px) {
  .l-ssc-find {
    width: 100%;
    margin-left: 0;
    padding-bottom: 2em;
  }
}

.l-ssc-find .l-ssc-discription {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width:750px) {
  .l-ssc-find .l-ssc-discription {
    text-align: center;
    font-size: 3.0rem;
  }
}

.l-ssc-bat {
  position: absolute;
  width: 9%;
  right: 1%;
  bottom: -0.5em;
}
@media (max-width:750px) {
  .l-ssc-bat {
    width: 10%;
    right: 2%;
    bottom: -2.5em;
  }
}

.l-ssc-wave {
  position: absolute;
  width: 14%;
  left: -20%;
  bottom: 6em;
}
@media (max-width:750px) {
  .l-ssc-wave {
    width: 14%;
    left: 2%;
    bottom: 1.5em;
  }
}

.l-ssc-man {
  position: absolute;
  width: 9%;
  left: 15%;
  top: -2em;
}
@media (max-width:750px) {
  .l-ssc-man {
    width: 11%;
    left: 10%;
    top: -1em;
  }
}

.l-ssc-news-list {
  width: 75%;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 18%;
}
@media (max-width:750px) {
  .l-ssc-news-list {
    width: 100%;
    padding-left: initial;
  }
}
.l-ssc-news-list ul {
  list-style: none;
}

.l-ssc-news-list ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;

  padding-top: 1em;
  padding-bottom: 1em;
}
.l-ssc-news-list ul li:hover {
  opacity: 60%;
  cursor: pointer;
}
.l-ssc-news-list ul li picture {
  width: 16%;
  padding: 0 4%;
}
@media (max-width:750px) {
  .l-ssc-news-list ul li picture {
    width: 22%;
    padding: 0 3%;
  }
}
.l-ssc-news-list ul li .info {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
}
.l-ssc-news-list ul li .info .date {
  width: auto;
  font-size: 1.4rem;
  color: #187FBB;
}
.l-ssc-news-list ul li .info .separator {
  width: 1.5em;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #187FBB;
  text-align: center;
}
.l-ssc-news-list ul li .info .separator::before {
  content:"｜";
}
.l-ssc-news-list ul li .info .type{
  width: 50%;
  font-size: 1.4rem;
  color: #187FBB;
}
.l-ssc-news-list ul li .info .headline{
  width: 95%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #000;
}
.l-ssc-news-list ul li .info .overview{
  width: 95%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  color: #000;
}
@media (max-width:750px) {
  .l-ssc-news-list ul li .info .date {
    font-size: 2.3rem;
  }
  .l-ssc-news-list ul li .info .separator {
    font-size: 2.3rem;
    line-height: 1.8em;
  }
  .l-ssc-news-list ul li .info .type {
    font-size: 2.3rem;
  }
  .l-ssc-news-list ul li .info .headline {
    font-size: 2.7rem;
  }
  .l-ssc-news-list ul li .info .overview {
    font-size: 2.7rem;
  }
}


.l-ssc-to-news-list {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 2em;
}
.l-ssc-to-news-list a {
  display: block;
  width:10em;
  margin-left: 10%;
  padding-right: 2%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5em;
  margin: 0 auto;
  text-align: center;

  color: #187FBB;
  border-bottom: 3px solid #187FBB;
}
.l-ssc-to-news-list a::before {
  content: '';
  display: inline-block;
  width: 2.0em;
  height: 1.5em;
  background-image: url(../img/top/icon-right-arrow-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
}
@media (max-width:750px) {
  .l-ssc-to-news-list a {
    font-size: 3.0rem;
    font-weight: 700;
  }
}


.l-ssc-plan {
  width: 18%;
  margin: 2.5%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;

  border-radius: 2em;
  border-style: solid;
  border-width: 2px;
  border-color: #187FBB;
  background-color: #FFF;
}
@media (max-width:750px) {
  .l-ssc-plan {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-style: none;
    background-color: initial;
  }
}
.l-ssc-plan .l-ssc-subtitle {
  width: 7em;
  margin: 0 auto 1.2em;
  display: block;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6em;
  border-bottom: 2px solid #187FBB;
}
@media (max-width:750px) {
  .l-ssc-plan .l-ssc-subtitle {
    font-size: 5.8rem;
    border-style: none;
    margin: 0 auto;
  }
}

.l-ssc-plan ul {
  list-style: none;
  margin-top: -1.5em;
}

.l-ssc-plan ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;

  padding-top: 1em;
  padding-bottom: 1em;
}
.l-ssc-plan ul li:hover {
  opacity: 60%;
  cursor: pointer;
}
.l-ssc-plan a {
  display: block;
  width:100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.0em;
  margin: 0 auto;
  text-align: center;

  color: #187FBB;
  background-color: #FFF;
  border-radius: 10px;
}
.l-ssc-plan a::before {
  content: '';
  display: inline-block;
  width: 2.0em;
  height: 1.5em;
  background-image: url(../img/top/icon-right-arrow-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
}
@media (max-width:750px) {
  .l-ssc-plan a {
    width: 80%;
    background-color: #F4E621;
    font-size: 3.2rem;
    padding: 0.5em 0;
  }
}


.l-ssc-instagram {
  position: relative;
  padding-top: 1em;
  padding-bottom: 3em;
}
.l-ssc-instagram .l-ssc-subtitle {
  width: 10em;
  margin: 0 auto 1.8em;
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0;
}
@media (max-width:750px) {
  .l-ssc-instagram .l-ssc-subtitle {
    font-size: 5.0rem;
    border-style: none;
    margin: 0 auto;
  }
}

.l-ssc-instagram .l-ssc-subtitle::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../img/top/icon-instagram-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: middle;
}
.l-ssc-instagram .instagram {
  width: 70%;
  margin: 0 auto 0;
}
@media (max-width:750px) {
  .l-ssc-instagram .instagram {
    width: 80%;
    margin: -1em auto 0;
    }
}


.l-ssc-instagram .l-ssc-sns-message {
  position: absolute;
  width: 32%;
  left: 1%;
  top: 0em;
}
@media (max-width:750px) {
  .l-ssc-instagram .l-ssc-sns-message {
    width: 30%;
    left: 1%;
    top: -2em;
  }
}

.l-ssc-ressaba-sns {
  position: absolute;
  width: 11%;
  right: 23%;
  top: -6em;
}
.l-ssc-ressaba-ballo2 {
  width: 6em;
  height: 6em;
  background-image: url(../img/top/bg-ballon_pink.png);
  transform: rotate(15deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  text-align: center;
  color: #FFF;
  line-height: 1.4;
  font-size: 1.2em;
  padding-bottom: 0.5em;
  margin-left: 3em;
}
.l-ssc-ressaba-sns img {
  margin-top: -1.5em;
}
@media (max-width:750px) {
  .l-ssc-ressaba-sns {
    width: 12%;
    right: 9%;
    top: -4em;
  }
  .l-ssc-ressaba-ballo2 {
    right: 3%;
    bottom: 6.5em;
    margin-left: 1.0em;
  }
}

.l-ssc-instagram .l-ssc-shoes {
  position: absolute;
  width: 10%;
  left: 5%;
  top: 18em;
}
@media (max-width:750px) {
  .l-ssc-instagram .l-ssc-shoes {
    width: 10%;
    left: 1%;
    top: 18em;
  }
}

