@charset "utf-8";
/* CSS Document */

body{
  overflow-x: hidden;
  color: #000;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; 
  word-wrap: break-word;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

img {
  max-width:100%;
  height: auto;
  vertical-align: middle;
}

*{
  box-sizing: border-box
}

/* font-family */
main section h2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*--Link------------------------------------------------------------*/
a, a:link { color: #c30d23; }
a:visited { color: #ccc; }
a:hover, a:active { text-decoration: none; }
a:focus { outline: none; }

/*-- .contents-inner ----------------------------------------------------------*/
.contents-inner {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--#header----------------------------------------------------------*/
header {
  height: 100vh;
  background: url("../images/head_back.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#header h1 img {
  width: 90%;
}

.btn_scroll {
  margin-top: 30px;
}

/*--Retina--*/
@media screen and (max-width: 599px) {
  .btn_scroll img { zoom: 0.8; }
}


/*--#main ----------------------------------------------------------*/
main section {
  padding: 80px 0;
}

main p { font-size: 16px; }
main img { max-width: 100%; }

/*--Retina--*/
@media screen and (max-width: 599px) {
  main section { padding: 40px 0; }
}


/*--.fadeUp ----------------------------------------------------------*/
.fadeup{
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup-trigger { opacity: 0; }


/*--.pink-ttl ----------------------------------------------------------*/
.pink-ttl {
  text-align: center;
  font-size: 64px;
  line-height: 1.2;
}
.pink-ttl span {
  display: block;
  color: #fff;
  max-width: 240px;
  font-size: 24px;
  margin: 0 auto 20px;
  padding: 8px 10px;
  background-color: #c66684;
  line-height: 1.4;
}

/*--Retina--*/
@media screen and (max-width: 599px) {
  .pink-ttl { font-size: 44px; }
  .pink-ttl span { font-size: 20px; }
}


/*--#sec01-----------------------------------------------------*/
main section#sec01 {
  padding-bottom: 0;
}

#sec01 .contents-inner {
  padding-bottom: 80px;
  background: url("../images/sec01_back.png") no-repeat right bottom;
}

#sec01 h2 {
  font-weight: normal;
  font-size: 48px;
  text-align: center;
  color: #c66684;
  line-height: 1.2;
  position: relative;
}
#sec01 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 50px;
  height: 5px;
  content: '';
  background: #c66684;
}
#sec01 h2 span { font-size: 36px; }

#sec01 ul { margin-top: 60px; }
#sec01 ul li { margin-top: 30px; }

#sec01 p {
  margin-top: 80px;
  padding: 20px 0;
  border-top: 1px solid #c66684;
  border-bottom: 1px solid #c66684;
}

/*--Retina--*/
@media screen and (max-width: 750px) {
  #sec01 .contents-inner { background-size: 60%; }
}
@media screen and (max-width: 599px) {
  #sec01 .contents-inner { padding-bottom: 40px; }
  #sec01 h2 { font-size: 24px; }
  #sec01 h2 span { font-size: 18px; }
  #sec01 ul li { margin-top: 10px; }
  #sec01 ul li img { width: 85%; }
  #sec01 p { margin-top: 30px; padding: 20px 0; }
}

/*--#sec02-----------------------------------------------------*/
#sec02 {
  background-color: #ffaa16;
  text-align: center;
  color: #fff;
}
#sec02 .contents-inner {
  background: url("../images/sec02_back.png") no-repeat center;
  background-size: contain;
}

#sec02 h2 {
  padding: 0 30px;
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
#sec02 h2:before,
#sec02 h2:after {
  background: url("../images/sec02_ttl.png") no-repeat left top;
  content: "";
  width: 26px;
  height: 59px;
  display: block;
  position: absolute;
}
#sec02 h2:before {
  margin-right: 15px;
  left: 0;
  bottom: 0;
}

#sec02 h2:after {
  right: 0;
  bottom: 0;
  transform: scale(-1, 1);
}
#sec02 h2 span { font-size: 36px; }

#sec02 p {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.4;
}

#sec02 ul.txt-list {
  margin-top: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

#sec02 ul.img-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec02 ul.img-list li {
  width: 32%;
  margin-top: 20px;
}

/*--Retina--*/
@media screen and (max-width: 599px) {
  #sec02 h2 { font-size: 32px; }
  #sec02 h2 span { font-size: 24px; }
  #sec02 p { margin-top: 20px; font-size: 16px; }
  #sec02 ul.txt-list { margin-top: 20px; font-size: 20px; }
}


/*--#sec03-----------------------------------------------------*/
#sec03 {
  background: url("../images/sec03_back.png") repeat #f2e9d9;
  text-align: center;
}

#sec03 ul.img-list {
  margin-bottom: 40px;
}
#sec03 ul.img-list li {
  margin-top: 30px;
  text-align: center;
}

.sec-box {
  margin-top: 60px;
}
.sec-box:first-of-type { margin-top: 0; }

/* .slider */
.slick-slide img {
  margin: 0 auto;
}

/*--Retina--*/
@media screen and (max-width: 599px) {
  #sec03 ul.img-list { margin-bottom: 20px; }
  #sec03 ul.img-list li { margin-top: 20px; }
  .sec-box { margin-top: 40px; }
}


/*--#sec04-----------------------------------------------------*/
#sec04 {
  background-color: #000;
  text-align: center;
  color: #fff;
}

#sec04 h2 {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

#sec04 h2 span {
  font-size: 32px;
  display: block;
}

#sec04 img {
  margin: 20px 0 10px;
}

/*--Retina--*/
@media screen and (max-width: 599px) {
  #sec04 h2 { font-size: 32px; }
  #sec04 h2 span { font-size: 24px; }
}


/*--#sec05-----------------------------------------------------*/
main section#sec05 {
  padding: 0;
  background-color: #f5f5f7;
}

#sec05 .contents-inner {
  display: flex;
  align-items: flex-end;
}

.inner-box {
  width: 50%;
  padding: 40px 0 20px 20px;
}

#sec05 .pink-ttl {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: normal;
  text-align: left;
}
#sec05 .pink-ttl span {
  margin: 0 auto 10px 0;
  letter-spacing: -0.05em;
  font-weight: 600;
}

#sec05 ul li {
  line-height: 1.5;
}

.sns-icon {
  margin-top: 20px;
  display: flex;
  color: #fff;
}
.sns-icon li i {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-left: 20px;
  border-radius: 50%;
  font-size: 32px;
}
.sns-icon li:first-of-type i { background-color: #33bbf0; margin-left: 0; }
.sns-icon li:last-of-type i { background-color: #f00075; }
.sns-icon li a { color: #fff; }

/*--Retina--*/
@media screen and (max-width: 599px) {
  #sec05 .contents-inner { display: block; text-align: center; padding-top: 40px; }
  #sec05 .pink-ttl { text-align: center; }
  #sec05 .pink-ttl span { margin: 0 auto 5px; }
  .inner-box { width: 100%; padding: 20px 0; }
  #sec05 ul li { text-align: left; }
  .sns-icon { justify-content: center; }
}


/*--footer----------------------------------------------------------*/
#footer {
  width: 100%;
  padding: 80px 0 20px;
  text-align: center;
}

#footer h2 {
  font-size: 16px;
}

.btn-contact a {
  width: 95%;
  max-width: 390px;
  margin: 20px auto 0;
  display: block;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #fff;
  background-color: #189bb1;
  position: relative;
}
.btn-contact a:before {
  position: absolute;
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border: 3px solid #189bb1;
  z-index: 1;
}
.btn-contact a:after {
  position: relative;
  display: inline-block;
  content: "";
  background: url("../images/foot_icon.png") no-repeat left top;
  width: 48px;
  height: 24px;
  top: 5px;
  margin-left: 20px;
  z-index: 1;
}

#footer ul {
  max-width: 510px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer ul li {
  margin: 20px 10px 0;
}



/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  #footer { padding: 20px 0; }
  #footer ul li { width: 48%; margin: 20px 1% 0; }
}


/*--style----------------------------------------------------------*/
.sp { display: none; }


/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .pc { display: none; }
  .sp { display: block; }
}
