@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role=list], ol[role=list] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
body, a, p {
  font-style: normal;
  text-decoration: none;
  line-height: 1; }

body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  color: #131e32; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

img {
  height: auto; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  transition: .3s; }

a:hover {
  transition: .3s; }

/*link*/
.link {
  position: relative; }

.link .cart {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.link .cart:not(:last-child) {
  margin-bottom: 0.3em; }

.link .cart__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  letter-spacing: 0.01rem;
  line-height: 1.3; }

.link .cart__title span {
  display: inline-block; }

.link .cart__price-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }

.link .cart__price {
  display: flex;
  align-items: flex-end;
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3.4vw;
  letter-spacing: 0; }

.link .cart__price span {
  margin: 0 0 0.1em 0.3em;
  font-size: 2.6vw;
  letter-spacing: 0;
  white-space: nowrap; }

.link .cart__price--btn {
  position: relative;
  margin-left: 0.4em;
  padding: 0.4em 1em;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.6vw;
  line-height: 1; }

.link .cart__price--btn span img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  width: 1em;
  transition: 0.4s ease-in; }

.link .cart:hover .cart__price--btn span {
  transform: translateX(-10%); }

.link .cart__price--btn span {
  display: flex;
  transition: 0.4s ease-in; }

.link .cart:hover .cart__price--btn span img {
  opacity: 1;
  margin-right: -1.2em; }

.link .other {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #c3c3c3; }

.link .main .cart__price--btn {
  color: #fff;
  background: #ff580b;
  border-color: #ff580b; }

.link .size-area {
  margin-top: 0.75em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4vw; }

.link .size-area:not(:last-child) {
  margin-bottom: 0.5em; }

.link .size-area a:hover {
  border-bottom: 1px solid #000; }

.link .comingsoon {
  overflow: hidden;
  margin-bottom: 10px; }

.link .comingsoon .cart__price {
  padding-top: 8%; }

.link .comingsoon .cart__price--btn {
  padding: 0.4em 0.75em; }

.link .comingsoon .cart__title {
  white-space: nowrap;
  float: left;
  line-height: 1.7; }

.link .comingsoon .cart__price--btn {
  display: none; }

.link .comingsoon:hover .cart__price--btn span {
  transform: translateX(0); }

/* 共通*/
.pc {
  display: none; }

.sp {
  display: block; }

.slide-box {
  display: block;
  padding-bottom: 0.1px;
  overflow: hidden; }

/* main */
.main-wrapper {
  position: relative;
  width: 100%; }

/*------------srbrands------------------- */
.srbrands {
  color: #000;
  font-family: "Shippori Mincho B1", serif; }

.sidenav {
  width: 100%;
  background: #e6f7f2; }
  .sidenav dl {
    width: 90%;
    margin: 0 auto;
    padding-top: 25%; }
    .sidenav dl dt {
      width: 70%;
      margin: 0 auto 8% auto; }
    .sidenav dl dd {
      margin-bottom: 5%; }
      .sidenav dl dd a {
        display: block;
        opacity: 0.5; }
      .sidenav dl dd a:hover {
        opacity: 1; }
    .sidenav dl dd.current a {
      opacity: 1;
      transition: .3s; }

.sidenav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 20;
  bottom: 0;
  right: -100%;
  transition: all 0.6s;
  height: 91vh; }

/*アクティブクラスがついたら位置を0に*/
.sidenav.panelactive {
  right: 0; }

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 100;
  /*ボタンを最前面に*/
  right: 3%;
  top: 10%;
  cursor: pointer;
  width: 12%;
  transition: all 0.6s;
  z-index: 10; }

.openbtn2 {
  position: absolute;
  z-index: 100;
  /*ボタンを最前面に*/
  right: 5%;
  top: 11%;
  cursor: pointer;
  width: 8%;
  transition: all 0.6s; }

/* main-section */
.srbrands .main-section {
  width: 100%; }

:root {
  --color-sec1: #58b0d1;
  --color-sec2: #93c758;
  --color-sec3: #ff8254;
  --color-sec4: #7a81b9;
  --color-sec5: #e97285; }

/* header */
.header {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  margin-bottom: 15%; }
  .header h1 {
    padding: 8px 15px;
    width: 100%;
    position: absolute;
    z-index: 2; }
    .header h1 img {
      height: 12px; }
  .header .mv {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .header .mv h2 {
      position: absolute;
      bottom: 0;
      left: 3%;
      width: 94%; }
    .header .mv p {
      position: absolute;
      top: 7%;
      right: 9%;
      width: 19%; }
  .header .read {
    padding: 8% 0;
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 5%; }
    .header .read p {
      line-height: 2;
      margin-bottom: 3%; }
    .header .read b.s {
      color: var(--color-base);
      font-size: 4.8vw; }
    .header .read b.m {
      color: var(--color-base);
      font-size: 5.6vw; }
    .header .read span {
      background: url("../img/mv/txt_bgline.png") no-repeat center bottom;
      background-size: 100%; }
  .header .lineup {
    width: 90%;
    margin: 0 auto; }
    .header .lineup ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .header .lineup ul li {
        width: 48%;
        margin-bottom: 4%; }
        .header .lineup ul li a {
          display: block; }
        .header .lineup ul li a:hover {
          opacity: 0.7; }
      .header .lineup ul li:last-child {
        margin-left: 25%; }

.spnav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3; }
  .spnav ul {
    display: flex; }
    .spnav ul li {
      width: 20%; }

.bnrArea {
  margin: 0 20% 10% 20%; }

.flineup {
  width: 90%;
  margin: 0 auto 15% auto; }
  .flineup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .flineup ul li {
      width: 48%;
      margin-bottom: 4%; }
      .flineup ul li a {
        display: block; }
      .flineup ul li a:hover {
        opacity: 0.7; }
    .flineup ul li:last-child {
      margin-left: 25%; }

#judge-members {
  font-family: "Noto Sans JP", sans-serif;
  padding: 5%;
  margin-bottom: 15%; }
  #judge-members dl {
    background: linear-gradient(to bottom, #fff 0, #fff 7%, #e9eaec 7%, #e9eaec);
    padding: 3% 5% 2% 5%; }
    #judge-members dl dt {
      width: 80%;
      margin: 0 auto 8% auto; }
    #judge-members dl dd {
      position: relative;
      margin-bottom: 5%;
      padding-bottom: 5%; }
      #judge-members dl dd .name {
        font-size: 3.8vw;
        border-bottom: 1px solid #000;
        padding-bottom: 3%;
        margin-bottom: 3%; }
      #judge-members dl dd .txt {
        font-size: 3.2vw;
        line-height: 1.5;
        margin-bottom: 4%; }
      #judge-members dl dd .instagram {
        font-size: 3.2vw;
        background: url("../img/contents/judge-members_icn.png") no-repeat left 6px top 6px #fff;
        background-size: 14px 14px;
        padding: 1% 3% 1% 8%;
        border-radius: 4px;
        color: #131e32; }
      #judge-members dl dd .pht {
        width: 20%;
        position: absolute;
        right: 0%;
        bottom: 5%; }

.mission {
  position: relative;
  background: #fff; }
  .mission .inner {
    margin-bottom: 15%; }
  .mission .bnr {
    margin: 0 5%; }
    .mission .bnr a {
      display: block; }
  .mission .subhead {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 0%;
    font-size: 4.6vw;
    margin-bottom: 3%; }
  .mission h3 {
    margin: 0 auto 5% auto;
    width: 76%;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0% 0; }
  .mission .ttl h4.no1 {
    margin: 0 auto 5% auto;
    width: 50%; }
  .mission .ttl h4.no2 {
    margin: 0 auto 5% auto;
    width: 35%; }
  .mission .ttl h4.no3 {
    margin: 0 auto 5% auto;
    width: 100%; }
  .mission .ttl p {
    text-align: center;
    margin-bottom: 5%;
    font-size: 6.4vw;
    line-height: 1.5; }
  .mission .ttl ol {
    padding: 0;
    margin: 0 2% 5% 2%;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .mission .ttl ol li {
      width: 32%;
      border-radius: 100px;
      padding: 2% 0 2% 0;
      margin: 0 0.5%;
      margin-bottom: 2%;
      font-size: 3.2vw; }
  .mission .ttl span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6vw;
    display: block;
    text-align: right;
    padding-bottom: 2%;
    padding-right: 3%; }
  .mission .phtArea {
    margin-bottom: 10%;
    overflow: hidden; }
  .mission .phtArea2 {
    overflow: hidden;
    margin: 0 auto 10% auto;
    width: 90%; }
  .mission .link-wrapper {
    margin: 0 5% 15% 5%; }
  .mission .coments {
    font-family: "Noto Sans JP", sans-serif;
    overflow: hidden;
    margin: 0 5% 15% 5%; }
    .mission .coments h4 {
      text-align: center;
      font-size: 4.2vw; }
    .mission .coments .stylist {
      clear: both;
      overflow: hidden;
      margin-bottom: 3%; }
      .mission .coments .stylist .pht {
        color: #8b6900;
        writing-mode: vertical-rl; }
      .mission .coments .stylist b {
        color: #8b6900; }
      .mission .coments .stylist p {
        background: #f3f0e5; }
    .mission .coments .editer {
      clear: both;
      overflow: hidden;
      margin-bottom: 3%; }
      .mission .coments .editer .pht {
        color: #58b0d1;
        writing-mode: vertical-rl; }
      .mission .coments .editer b {
        color: #8b6900; }
      .mission .coments .editer p {
        background: #edeeef; }
    .mission .coments .pht {
      width: 5%;
      text-align: center;
      float: left;
      margin-right: 2%;
      font-size: 3.4vw;
      line-height: 1.2;
      padding-top: 1%; }
    .mission .coments p {
      border-radius: 6px;
      padding: 4%;
      line-height: 1.5;
      float: left;
      font-size: 3.4vw;
      width: 89%; }
    .mission .coments .bf {
      font-size: 4.8vw;
      background: linear-gradient(transparent 60%, #fff 60%); }
    .mission .coments .triangle1 {
      background: #f3f0e5;
      height: calc(tan(60deg) * 3vw / 2);
      width: 3vw;
      clip-path: polygon(0 50%, 100% 0, 100% 100%);
      float: left;
      margin-top: 3%; }
    .mission .coments .triangle2 {
      background: #edeeef;
      height: calc(tan(60deg) * 3vw / 2);
      width: 3vw;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      float: left;
      margin-top: 3%; }
    .mission .coments .readmore {
      position: relative;
      margin: 20px auto 0;
      padding: 0 0 35px; }
    .mission .coments .readmore label {
      position: absolute;
      display: table;
      left: 50%;
      bottom: 10vw;
      margin: 0 auto;
      text-align: center;
      border-radius: 5px;
      transform: translateX(-50%);
      cursor: pointer;
      z-index: 1;
      font-size: 3.8vw; }
    .mission .coments .readmore label::before {
      content: ' ▼ もっと見る ▼'; }
    .mission .coments .readmore input[type="checkbox"]:checked ~ label::before {
      content: '▲ 元に戻す ▲'; }
    .mission .coments .readmore input[type="checkbox"] {
      display: none; }
    .mission .coments .readmore-content {
      position: relative;
      height: 58vh;
      overflow: hidden; }
    .mission .coments .readmore input[type="checkbox"]:checked ~ .readmore-content {
      height: auto; }
    .mission .coments .readmore-content::before {
      position: absolute;
      display: block;
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20vh;
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%); }
    .mission .coments .readmore input[type="checkbox"]:checked ~ .readmore-content::before {
      display: none; }
  .mission ol {
    padding: 0; }
  .mission .recommend1 {
    margin-bottom: 15%; }
    .mission .recommend1 h5 {
      width: 40%;
      margin: 0 auto 5% auto; }
    .mission .recommend1 ol li {
      font-family: "Noto Sans JP", sans-serif;
      position: relative;
      padding: 3%;
      font-size: 3.6vw;
      width: 70%; }
      .mission .recommend1 ol li span {
        display: block;
        text-align: right;
        padding-top: 3%; }
      .mission .recommend1 ol li .line1 {
        width: 5%;
        position: absolute;
        left: 0;
        top: 0; }
      .mission .recommend1 ol li .line2 {
        width: 5%;
        position: absolute;
        right: 0;
        bottom: 0; }
    .mission .recommend1 ol li:nth-child(1) {
      margin-left: 8%; }
    .mission .recommend1 ol li:nth-child(2) {
      margin-left: 23%; }
    .mission .recommend1 ol li:nth-child(3) {
      margin-left: 8%; }
  .mission .recommend2 {
    background: #e9eaec;
    padding: 12% 0 6% 0;
    margin-bottom: 15%; }
    .mission .recommend2 h5 {
      width: 40%;
      margin: 0 auto 5% auto; }
    .mission .recommend2 ol li {
      font-family: "Noto Sans JP", sans-serif;
      position: relative;
      padding: 3%;
      font-size: 3.6vw;
      width: 70%; }
      .mission .recommend2 ol li span {
        display: block;
        text-align: right;
        padding-top: 3%; }
      .mission .recommend2 ol li .line1 {
        width: 5%;
        position: absolute;
        left: 0;
        top: 0; }
      .mission .recommend2 ol li .line2 {
        width: 5%;
        position: absolute;
        right: 0;
        bottom: 0; }
    .mission .recommend2 ol li:nth-child(1) {
      margin-left: 8%; }
    .mission .recommend2 ol li:nth-child(2) {
      margin-left: 23%; }
    .mission .recommend2 ol li:nth-child(3) {
      margin-left: 8%; }
  .mission .snap {
    margin-bottom: 15%; }
    .mission .snap a {
      display: block; }
    .mission .snap a:hover {
      opacity: 0.7; }
    .mission .snap dl {
      position: relative; }
      .mission .snap dl dt {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%; }
      .mission .snap dl dd {
        width: 90%;
        margin: 0 auto; }

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1100; }

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); }

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  /* これが無いと「overflow:scroll」が利かない */
  width: 90%;
  /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 5% 5% 5% 5%;
  border-radius: 10px; }

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

.modal-content .js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -15px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: #131e32;
  border-radius: 50px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 3px;
  text-decoration: none;
  z-index: 10; }

.contentwrap {
  overflow-y: scroll;
  height: 75vh;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4vw; }
  .contentwrap p {
    line-height: 1.5;
    margin-bottom: 10%; }
  .contentwrap .pht {
    margin-bottom: 3%;
    overflow: hidden; }
  .contentwrap .detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%; }
    .contentwrap .detail div:nth-child(1) {
      width: 20%; }
    .contentwrap .detail div:nth-child(2) {
      width: 76%; }
    .contentwrap .detail p {
      margin-bottom: 3%; }
    .contentwrap .detail a {
      display: block;
      line-height: 1.5;
      margin-bottom: 4%; }
    .contentwrap .detail a.instagram {
      background: url("../img/contents/judge-members_icn.png") no-repeat left 0px top 5px #fff;
      background-size: 14px 14px;
      padding: 0% 3% 0% 8%;
      border-radius: 4px;
      color: #131e32; }
    .contentwrap .detail a.corde {
      background: url("../img/contents/judge-members_ficn.png") no-repeat left 0px top 5px #fff;
      background-size: 14px 14px;
      padding: 0% 3% 0% 8%;
      border-radius: 4px;
      color: #131e32; }
  .contentwrap .link-wrapper {
    margin: 0 5% 15% 5%; }
    .contentwrap .link-wrapper p {
      margin-bottom: 0; }

#waterside {
  margin-bottom: 15%;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc; }
  #waterside .link .main .cart__price--btn {
    color: #fff;
    background: var(--color-sec1);
    border-color: var(--color-sec1); }
  #waterside .subhead {
    color: var(--color-sec1); }
  #waterside .ttl ol li {
    color: var(--color-sec1);
    border: 1px solid var(--color-sec1); }
  #waterside .coments h4 span {
    color: var(--color-sec1); }
  #waterside .coments .editer .pht {
    color: var(--color-sec1); }
  #waterside .coments .editer b {
    color: var(--color-sec1); }
  #waterside .recommend1 span {
    color: var(--color-sec1); }
  #waterside .recommend2 span {
    color: var(--color-sec1); }

#work {
  margin-bottom: 15%;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc; }
  #work .link .main .cart__price--btn {
    color: #fff;
    background: var(--color-sec2);
    border-color: var(--color-sec2); }
  #work .subhead {
    color: var(--color-sec2); }
  #work .ttl ol li {
    color: var(--color-sec2);
    border: 1px solid var(--color-sec2); }
  #work .coments h4 span {
    color: var(--color-sec2); }
  #work .coments .editer .pht {
    color: var(--color-sec2); }
  #work .coments .editer b {
    color: var(--color-sec2); }
  #work .recommend1 span {
    color: var(--color-sec2); }
  #work .recommend2 span {
    color: var(--color-sec2); }
  #work .modal-content .js-modal-close {
    background: var(--color-sec2); }

#casual {
  margin-bottom: 15%;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc; }
  #casual .link .main .cart__price--btn {
    color: #fff;
    background: var(--color-sec3);
    border-color: var(--color-sec3); }
  #casual .subhead {
    color: var(--color-sec3); }
  #casual .ttl ol li {
    color: var(--color-sec3);
    border: 1px solid var(--color-sec3); }
  #casual .coments h4 span {
    color: var(--color-sec3); }
  #casual .coments .editer .pht {
    color: var(--color-sec3); }
  #casual .coments .editer b {
    color: var(--color-sec3); }
  #casual .recommend1 span {
    color: var(--color-sec3); }
  #casual .recommend2 span {
    color: var(--color-sec3); }
  #casual .modal-content .js-modal-close {
    background: var(--color-sec3); }

#rain {
  margin-bottom: 15%;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc; }
  #rain .link .main .cart__price--btn {
    color: #fff;
    background: var(--color-sec4);
    border-color: var(--color-sec4); }
  #rain .subhead {
    color: var(--color-sec4); }
  #rain .ttl ol li {
    color: var(--color-sec4);
    border: 1px solid var(--color-sec4); }
  #rain .coments h4 span {
    color: var(--color-sec4); }
  #rain .coments .editer .pht {
    color: var(--color-sec4); }
  #rain .coments .editer b {
    color: var(--color-sec4); }
  #rain .recommend1 span {
    color: var(--color-sec4); }
  #rain .recommend2 span {
    color: var(--color-sec4); }
  #rain .modal-content .js-modal-close {
    background: var(--color-sec4); }

#fashionable {
  margin-bottom: 15%;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc; }
  #fashionable .link .main .cart__price--btn {
    color: #fff;
    background: var(--color-sec5);
    border-color: var(--color-sec5); }
  #fashionable .subhead {
    color: var(--color-sec5); }
  #fashionable .ttl ol li {
    color: var(--color-sec5);
    border: 1px solid var(--color-sec5); }
  #fashionable .coments h4 span {
    color: var(--color-sec5); }
  #fashionable .coments .editer .pht {
    color: var(--color-sec5); }
  #fashionable .coments .editer b {
    color: var(--color-sec5); }
  #fashionable .recommend1 span {
    color: var(--color-sec5); }
  #fashionable .recommend2 span {
    color: var(--color-sec5); }
  #fashionable .modal-content .js-modal-close {
    background: var(--color-sec5); }

#modal01 .modal-content .js-modal-close {
  background: var(--color-sec1); }
#modal01 .link .main .cart__price--btn {
  color: #fff;
  background: var(--color-sec1);
  border-color: var(--color-sec1); }

#modal02 .modal-content .js-modal-close {
  background: var(--color-sec2); }
#modal02 .link .main .cart__price--btn {
  color: #fff;
  background: var(--color-sec2);
  border-color: var(--color-sec2); }

#modal03 .modal-content .js-modal-close {
  background: var(--color-sec3); }
#modal03 .link .main .cart__price--btn {
  color: #fff;
  background: var(--color-sec3);
  border-color: var(--color-sec3); }

#modal04 .modal-content .js-modal-close {
  background: var(--color-sec4); }
#modal04 .link .main .cart__price--btn {
  color: #fff;
  background: var(--color-sec4);
  border-color: var(--color-sec4); }

#modal05 .modal-content .js-modal-close {
  background: var(--color-sec5); }
#modal05 .link .main .cart__price--btn {
  color: #fff;
  background: var(--color-sec5);
  border-color: var(--color-sec5); }

/* end-block */
.end-block .bnrArea {
  padding: 15% 5%; }
  .end-block .bnrArea dt {
    width: 40%;
    margin: 0 auto 4% auto; }

/*staff*/
.staff {
  margin: 3vw auto 10%;
  font-size: 2.8vw;
  font-family: "garamond", serif;
  letter-spacing: 1px;
  line-height: 2em;
  text-align: center; }

/*footer*/
.footer {
  margin-top: 3%;
  padding-bottom: 2vw;
  text-align: center;
  padding-bottom: 18%; }

.footer-sns {
  display: block;
  width: 2.5%;
  min-width: 36px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s; }

.footer-logo {
  display: block;
  width: 350px;
  margin: 25px auto 0 auto; }

.footer-logo img {
  width: 100%; }

.footer-copyright {
  font-family: "Helvetica", serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin: 34px 0 0; }

/*footnav*/
.footnav {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.footnav .list {
  display: flex; }

/* pagetop  */
.pagetop {
  position: fixed;
  right: 3%;
  bottom: 9%;
  width: 35px;
  z-index: 99; }

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0; }

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
.zoomInTrigger, .zoomOutTrigger {
  opacity: 0; }

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }
.blurTrigger {
  opacity: 0; }

.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0; }

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
.smoothTrigger {
  opacity: 0; }

.lineTrigger {
  position: relative;
  opacity: 0; }

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes lineAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.lineTrigger::before, .lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; }

.line2::before, .line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; }

.lineTrigger::before {
  top: 0;
  left: 0; }

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards; }

.line2::before {
  top: 0;
  right: 0; }

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards; }

.lineTrigger::after {
  bottom: 0;
  right: 0; }

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards; }

.line2::after {
  bottom: 0;
  left: 0; }

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards; }

@keyframes lineAnime {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes lineAnime2 {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  opacity: 0; }

@keyframes lineInnerAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0); }
  50% {
    transform-origin: bottom;
    transform: scaleY(1); }
  50.001% {
    transform-origin: top; }
  100% {
    transform-origin: top;
    transform: scaleY(0); } }
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; }

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
.bgappearTrigger, .bgUDextendTrigger, .bgDUextendTrigger, .bgRLextendTrigger, .bgLRextendTrigger {
  opacity: 0; }

.count2 {
  animation-iteration-count: 2; }

.countinfinite {
  animation-iteration-count: infinite; }

.delay-time01 {
  animation-delay: 0.1s; }

.delay-time02 {
  animation-delay: 0.2s; }

.delay-time03 {
  animation-delay: 0.3s; }

.delay-time04 {
  animation-delay: 0.4s; }

.delay-time05 {
  animation-delay: 0.5s; }

.delay-time06 {
  animation-delay: 0.6s; }

.delay-time07 {
  animation-delay: 0.7s; }

.delay-time08 {
  animation-delay: 0.8s; }

.delay-time09 {
  animation-delay: 0.9s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time15 {
  animation-delay: 1.5s; }

.delay-time2 {
  animation-delay: 2s; }

.delay-time25 {
  animation-delay: 2.5s; }

.change-time05 {
  animation-duration: 0.5s; }

.change-time1 {
  animation-duration: 1s; }

.change-time15 {
  animation-duration: 1.5s; }

.change-time2 {
  animation-duration: 2s; }

.change-time25 {
  animation-duration: 2.5s; }

.change-time30 {
  animation-duration: 3.0s; }

.change-time35 {
  animation-duration: 3.5s; }

.change-time40 {
  animation-duration: 4.0s; }

.change-time45 {
  animation-duration: 4.5s; }
