@charset "utf-8";
@import url(//use.fontawesome.com/releases/v6.5.1/css/all.css);

html {
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  color: #666;
}
a {
  color: #325fab;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
article {
  margin-bottom: 8%;
}
article:last-child {
    margin-bottom:0;
}
.center {
  text-align: center;
}
.small {
  font-size: small;
}
.color01 {
	color: #ba8adf;
}
/*ヘッダー*/
header {
  margin-bottom: 2rem;
  padding-bottom: 10px;
  background: linear-gradient(to right, #a2cefc, #ff92b9);
  color: #fff;
}
h1 {
  margin: 0 auto;
  padding: 1rem 0;
  width: 1080px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
.LogoTitle {
  max-width: 500px;
}
h1 span {
  display: block;
  font-size: 2rem;
  letter-spacing: .2rem;
}

/*トップ*/
.HeaderImg {
  width: 100%;
  min-height: 680px;
  height: 50%;
  background-image: url("../images/main_catch.png"), url("../images/main_title.png"), url("../images/kv.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 400px, 400px, cover;
  background-position: top 2% left 6%, left 5% bottom 2%, top center;
}
.TopRead {
  margin: 2% auto 3%;
  width: 90%;
  max-width: 900px;
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  /* text-shadow: 
        -1px -2px 10px rgba(255, 146, 185, 1), 
        2px 2px 10px rgba(162, 206, 252, 1),
        -1px -2px 10px rgba(255, 146, 185, 1), 
        2px 2px 10px rgba(162, 206, 252, 1); */
}
.TopRead .Underline {
  background: linear-gradient(transparent 60%, #ffe9f4 60%)
}
.TopRead.end {
    font-size: 1.6rem;
    border: 2px solid #ff92b9;
    color: #ff92b9;
    padding: 1rem;
}

/*ページ遷移*/
.MainNav {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}
.MainNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.MainNavList {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.MainNavList a {
  position: relative;
  display: block;
  line-height: 2.5;
  border: 3px solid #a2cefc;
  color: #666;
  border-radius: 99px;
  text-decoration: none;
  transition: 0.5s;
}
.MainNavList a:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
}
.MainNavList a:hover {
  background: #a2cefc;
  color: #fff;
}

/*ピックアップ遷移*/
.PickupBox {
  margin: 4% auto;
  max-width: 900px;
  width: 90%;
  font-size: 1.4rem;
  line-height: 1.4;
}
.PickupBtn {
  display: block;
  padding: 1rem 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #a2cefc, #ff92b9);
  border-radius: 99px;
  transition: all 0.3s;
}
.PickupBtn:hover {
  opacity: 0.7;
}

/*見出し*/
.AboutTitle {
  font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
}
.AboutRead {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
}

/*アンバサダー紹介*/
.MemberWrap {
  margin: 0 auto;
  padding: 3rem 2rem;
  background: linear-gradient(90deg, #a2cefc, #ff92b9);
}
.MemberList {
  display: flex;
  margin: 0 auto;
  gap: 1%;
  list-style: none;
  flex-wrap: nowrap;
}
.MemberItem {
  margin: 0 auto;
  background: #fff;
  border-radius: 999px 999px 0 0;
}
.MemberImg, .MemberName {
  width: 100%;
}
.MemberComment {
  padding: .5rem .8rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.BtnBox {
  margin: 0 auto;
  padding: 4rem 0;
  max-width: 900px;
  width: 90%;
  font-size: 1.4rem;
  line-height: 1.2;
}
.BtnBoxLink {
  display: block;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #a2cefc, #ff92b9);
  border: 4px solid;
  border-radius: 99px;
  transition: all 0.3s;
}
.BtnBoxLink:before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: bold;
  padding-right: 0.4rem;
}

/*アンバサダー企画*/
.PlanWrap {
  background-color: #fdf3f8;
}
.PlanList {
  padding-bottom: 5%;
  list-style: none;
  line-height: 1.6;
}
.PlanList li {
  margin-bottom: 2em;
  padding: 2rem;
  max-width: 1080px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
}
.PlanTitle {
  display: flex;
  line-height: 1.4;
  align-items: center;
}
.PlanNumber {
  min-width: 40px;
  min-height: 40px;
  margin: 0 1em 0 0;
  padding-top: 8px;
  background: linear-gradient(90deg, #a2cefc, #ff92b9);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.PlanData {
  margin-bottom: .5rem;
}

/*動画*/
.Movie {
    text-align: center;
    padding: 2rem;
}

/*キャンペーン*/
.CpMonth {
  margin: 0 auto 5%;
  max-width: 1080px;
  width: 90%;
}
.CpMonthTtl {
  margin-bottom: 2rem;
  padding-top: 3rem;
  border-bottom: 2px dotted;
}
.CpMonthTtl h3 {
  position: relative;
  margin-bottom: .5em;
  font-size: 1.8rem;
  text-indent: 3rem;
}
.CpMonthTtl h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f219";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #aac7fd;
}
.CpMonthRead {
  padding: 0 2rem;
  line-height: 1.6;
}
.CpList {
  list-style: none;
}
.CpList li {
  margin-bottom: 2rem;
}
.CpTitle {
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 1em 2rem;
  transition: all .3s;
  background: linear-gradient(90deg, #a2cefc, #ff92b9);
  color: #fff;
}
.CpTitle::before {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  font-size: 1.5rem;
}
.CpTitle.close::before {
  content: "\f107";
}
.CpBox {
  margin: 1rem auto 3rem;
  padding: 0 2rem;
  line-height: 1.6;
}
.CpBanner {
  width: 100%;
  margin-bottom: 1rem;
}

/*詳細リンク*/
.PlanLink:before, .DetailBtn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: bold;
  padding-right: 0.4rem;
}

/*コピーライト*/
.copyright {
  text-align: center;
  font-size: 0.8125rem;
}

/*情報リスト*/
.FlexBox dt {
  color: #fff;
  background: #aac7fd;
  text-align: center;
}

/*画像*/
.CpImg {
  text-align: center;
}
.CpImg img {
  max-width: 100%;
  height: auto;
}
.Size300 {
  max-width: 300px;
}

/* topへ戻る */
#footerGroup #totop {
  width: 40px;
  height: 40px;
  padding: 0;
  text-indent: -9999px;
  background-color: #0079c7;
  border-radius: 100%;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 800;
  display: none;
  cursor: pointer;
}
#footerGroup #totop a {
  display: block;
}
#footerGroup #totop::after {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 35px;
  text-indent: 0;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .SpOnly {
    display: none;
  }
  /*情報リスト*/
  .FlexBox {
    display: flex;
    padding-bottom: .5rem;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 0.9375rem;
  }
  .FlexBox dt {
    width: 12em;
  }
  .FlexBox dd {
    margin-left: 1em;
    width: calc(100% - 11em);
  }
}

@media screen and (min-width:1280px) {
  .HeaderImg {
    height: 800px;
    background-size: 500px, 500px, cover;
  }
}

@media screen and (max-width:768px) {
  header {
    margin-bottom: 5%;
  }
  article {
    margin-bottom: 20%;
  }
  .HeaderImg {
    width: 100%;
    min-height: 400px;
    background-image: url("../images/main_catch.png"), url("../images/main_title.png"), url("../images/kv.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 50%, 50%, cover;
    background-position: top 0 left 1%, left 1% bottom 0, top center;
  }
  h1, .MainNav, .AboutTitle, .AboutRead, .CpMonth {
    width: 90%;
  }
  .LogoTitle {
    width: 70%;
  }
  h1 {
    padding: .5rem 0;
  }
  h1 span {
    font-size: 1.5rem;
  }
  .TopRead {
    margin: 5% auto 6%;
    font-size: 1.25rem;
  }
  .TopRead.end {
    padding: .5rem;
    font-size: 1.25rem;
  }
	
  /*ページ遷移*/
  .MainNav ul {
    gap: 10px;
  }
  .MainNavList {
    width: calc((100% - 10px) / 2);
  }
  .MainNavList a {
    line-height: 2;
    border: 2px solid #a2cefc;
  }
	
  /*ピックアップ遷移*/
  .PickupBox {
    margin: 10% auto;
    width: 90%;
    font-size: 1rem;
  }
  .PickupBtn {
    padding: .8rem 1.5rem;
  }
	
  /*見出し*/
  .AboutTitle {
    margin: 8% auto;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .AboutRead {
    font-size: 0.9375rem;
  }
	
  /*アンバサダー*/
  .MemberWrap {
    padding: 2rem 1rem;
  }
  .MemberList {
    flex-wrap: wrap;
    gap: 0;
  }
  .MemberItem {
    margin-right: 1rem;
    margin-bottom: 2rem;
    width: calc((100% - 1rem) / 2);
  }
  .MemberItem:nth-child(2n) {
    margin-right: 0;
  }
  .MemberComment {
    font-size: 0.8125rem;
    padding: .5rem;
  }
  .BtnBox {
    padding: 2rem 0;
  }
  .BtnBoxLink {
    padding: .8rem 1.5rem;
    font-size: 1rem;
  }
	
  /*アンバサダー企画*/
  .PlanList li {
    width: 90%;
    padding: 1rem;
  }
  .PlanTitle {
    font-size: 1rem;
  }
  .PlanText {
    font-size: 0.8125rem;
  }
  .PlanNumber {
    min-width: 35px;
    min-height: 35px;
    padding-top: 7px;
  }
	
  /*動画*/
  .Movie {
      padding: 0 0 .5rem;
  }
	
  /*キャンペーン*/
  .CpMonth {
    margin-bottom: 10%;
  }
  .CpMonthTtl h3 {
    font-size: 1.25rem;
  }
  .CpList {
    font-size: 0.8125rem;
  }
  .CpList li {
    margin-bottom: 1rem;
  }
  .CpTitle {
    padding: .5em 2em .5em 1em;
    font-size: 1rem;
    line-height: 1.4;
  }
  .CpTitle::before {
    font-size: 1.2rem;
    right: .5em;
  }
  .CpBox, .CpMonthRead {
    padding: 0 1rem;
  }
  .CpMonthRead {
    font-size: 0.875rem;
  }
  .CpMonthTtl {
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
	
  /*情報リスト*/
  .FlexBox dt {
    color: #fff;
    background: #aac7fd;
    text-align: center;
  }
  .FlexBox dd {
    padding: .5rem 0;
  }
	
  /*画像*/
  .CpBoxImg {
    width: 50%;
  }
	
  footer {
    width: 90%;
  }
}
