@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1.6rem;
  /* 16px */
  font-weight: 400;
  line-height: 1.5;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-----link----------*/
a {
  transition: all 0.5s ease;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
}

a img {
  transition: all 0.5s ease;
}

a img:hover {
  opacity: 0.6;
}

.u-link-underline {
  text-decoration: underline;
}

*:focus {
  outline: none;
}

.u-txt-bgpink {
  background-color: #f7d8cf;
}

.u-txt-bgblue {
  background-color: #c6e5f5;
}

.u-txt-bgbeige {
  background-color: #ece3d1;
}

.u-txt-bggray {
  background-color: #e0e0e0;
}

.u-txtUnder-bgpink {
  background: linear-gradient(transparent 60%, #fce0d6 60%);
  color: #f7d8cf;
}

.u-color-pink {
  color: #fccfbf;
}

.u-color-blue {
  color: #b2e1fa;
}

.u-color-beige {
  color: #d5c491;
}

.u-color-gray {
  color: #a2a1a1;
}

.u-midashi-m {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

/*-----responsive---------*/
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/*-----animation---------*/
/*アニメーション要素のスタイル*/
.fadeinUP {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*動きのきっかけの起点となるクラス名 はじめは非表示に*/
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce,
.fadeInLeftOnce {
  opacity: 0;
}

/*リンクの形状*/
#page-top a {
  width: 16px;
  height: auto;
  transition: all 0.3s;
  display: block;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 3.8%;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*---------------------------
header
-----------------------------*/
header {
  width: 100%;
}

/*---------------------------
lead 
-----------------------------*/
.lead {
  max-width: 800px;
  margin: 64px auto 0;
  width: 92%;
  text-align: center;
}
.lead__title {
  font-size: 2rem;
}
.lead__title--big {
  font-size: 2.4rem;
  text-shadow: 1px 1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, -1px -1px 0 #333;
  color: #cfe4e2;
  letter-spacing: 2px;
}

.profile {
  background-color: #fcf5f0;
  margin-top: 64px;
  padding: 64px 0;
  width: 100%;
}
.profile__innWrap {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 92%;
  margin: 0 auto;
}
.profile__img {
  width: 64%;
  margin: 0 auto;
}
.profile__img img {
  border-radius: 50%;
}
.profile__txt {
  font-size: 1.4rem;
}
.profile__name {
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
}

/*---------------------------
pagelink
-----------------------------*/
.pagelink {
  width: 100%;
  padding: 40px 0;
}
.pagelink ul {
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  margin: 0 auto;
  width: 80%;
}
.pagelink ul li {
  width: 23%;
  text-align: center;
  font-size: 1.2rem;
}
.pagelink__yajirushi {
  width: 20px;
  margin: 8px auto 0;
}

/*---------------------------
seadon
-----------------------------*/
.season {
  width: 100%;
  padding: 24px 4px;
}
.season__innWrap {
  max-width: 1200px;
  width: 92%;
  border-radius: 30px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 16px;
}
.season__title {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.season__title span {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  margin-top: -10px;
}
.season__head01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.season__head01 > div {
  margin: 0 auto;
  width: 92%;
}
.season__head02 {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.season__head02 > div {
  margin: 0 auto;
  width: 92%;
}

.styling {
  max-width: 92%;
  margin: 0 auto 60px;
}
.styling__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.styling__img li {
  width: 48%;
  margin-top: 8px;
}
.styling p {
  margin-top: 16px;
}
.styling__credit {
  margin-top: 40px;
}
.styling__credit li {
  display: inline;
  padding: 0 4px;
}

.others {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.others li {
  width: 48%;
  margin-top: 16px;
}

footer {
  padding: 24px 0 8px;
}
footer p {
  font-size: 1rem;
  text-align: center;
}
footer .footer__logo {
  margin: 20px auto 0;
  width: 80px;
}

.sns {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.sns li {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  margin: 0 8px;
}

.linkBnr {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 740px;
  flex-direction: column;
  margin: 0 auto;
}
.linkBnr li {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 600px) {
  body {
    font-size: 1.6rem;
  }
  .u-midashi-m {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  /*-----responsive---------*/
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  /*---------------------------
  header
  -----------------------------*/
  header {
    max-width: 1200px;
    margin: 0 auto;
  }
  /*---------------------------
  lead 
  -----------------------------*/
  .lead__title {
    font-size: 2.4rem;
  }
  .lead__title--big {
    font-size: 3rem;
  }
  .profile {
    margin-top: 80px;
    padding: 40px 0;
  }
  .profile__innWrap {
    flex-direction: row;
  }
  .profile__img {
    width: 45%;
    margin: 0 24px 0 0;
  }
  .profile__txt {
    font-size: 1.4rem;
  }
  .profile__name {
    font-size: 2rem;
  }
  /*---------------------------
  pagelink
  -----------------------------*/
  .pagelink {
    padding: 24px 0;
  }
  .pagelink ul {
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
  }
  .pagelink p {
    margin: 0;
  }
  .pagelink__yajirushi {
    width: 16px;
    margin: 4px auto 0;
  }
  /*---------------------------
  seadon
  -----------------------------*/
  .season {
    width: 100%;
    padding: 80px 0;
  }
  .season__innWrap {
    max-width: 1000px;
    padding: 100px 0;
  }
  .season__title {
    font-size: 9rem;
  }
  .season__title span {
    margin-top: -20px;
    font-size: 1.4rem;
  }
  .season__head01 {
    flex-direction: row;
    width: 80%;
    max-width: 680px;
    margin: 0 auto 80px;
  }
  .season__head01 > div {
    margin: 0 auto;
    width: 92%;
  }
  .season__head01 > div ul {
    margin-top: 24px;
  }
  .season__head01 > div ul li {
    line-height: 2;
  }
  .season__head02 {
    flex-direction: row-reverse;
    margin: 0 auto 80px;
    width: 80%;
    max-width: 680px;
  }
  .season__head02 > div {
    margin: 0 auto;
    width: 92%;
  }
  .season__head02 > div ul {
    margin-top: 24px;
  }
  .season__head02 > div ul li {
    line-height: 2;
  }
  .styling {
    max-width: 680px;
    width: 80%;
    margin: 0 auto 100px;
  }
  .styling__img li {
    width: 49%;
    margin-top: 16px;
  }
  .styling p {
    margin-top: 16px;
  }
  .styling__credit {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .styling__credit li {
    display: inline;
    padding: 4px;
  }
  .others {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .others li {
    width: 24%;
    margin-top: 16px;
  }
  footer {
    padding: 0 0 8px 0;
  }
  footer p {
    font-size: 1rem;
    text-align: center;
  }
  footer .footer__logo {
    margin: 20px auto 0;
    width: 80px;
  }
  .sns {
    display: flex;
    justify-content: center;
  }
  .sns li {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
  }
  .linkBnr {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 740px;
    flex-direction: row;
    margin: 0 auto;
  }
  .linkBnr li {
    width: 48%;
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */