/*===============================================
●pc.css 画面の横幅が735px以上
===============================================*/
@media screen and (min-width: 735px) {
  #cwsta .pc-none {
    display: none;
  }
  #cwsta {
    max-width: 1200px;
    font-size: 100%;
    margin: 0px auto;
    background-color: #fff;
    padding: 0;
    font-family: "Noto Sans JP";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cwsta .fix {
    clear: both;
  }
  #cwsta h1, h2, h3, p {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #cwsta ul, li, dl, dt, dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #cwsta .mt {
    margin: 3.1% 0 0 0;
    padding: 0;
  }
  #cwsta .conL {
    float: left;
  }
  #cwsta .conR {
    float: right;
  }
  #cwsta h1, h2, h3 {
    font-size: 1.875rem;
    color: #313131;
  }
  #cwsta .ttl > span {
    font-size: 1.5rem;
  }
  #cwsta .ttl {
    font-weight: bold;
    padding-bottom: 0.5em;
    text-align: center;
    position: relative;
    margin: 5% 0 3% 0;
  }
  #cwsta .ttl::before, .ttl::after {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 2em;
    background-color: #cccccc;
    height: 5px;
    right: 2em;
  }
  #cwsta .ttl::before {
    background-color: #61bfcb;
    left: 2em;
    width: 4em;
  }
  #cwsta .lead {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.09em;
    margin-bottom: 30px;
  }
  /*====== 2アイテム以上の場合 ======*/
  .container {
    width: 100%;
    margin: 2% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000;
  }
  .item {
    display: flex;
    flex-direction: column;
    width: 24%;
    position: relative;
    padding: 1%;
  }
  .item-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .name {
    font-size: 1.0625rem;
    margin: 10px 0 0;
    line-height: 1.2em;
    font-weight: bold;
  }
  .name > span {
    font-size: 80%;
  }
  .date {
    width: auto;
    font-size: 0.875rem;
    line-height: 1.3em;
    margin: 0;
    padding: 3px 0;
    background-color: #61bfcb;
    border: solid 1px #61bfcb;
    color: #313131;
    font-weight: 500;
  }
  .nameS {
    font-size: 0.8125rem;
    margin: 5px 0 0;
    line-height: 1.3em;
  }
  .nameSR {
    font-size: 0.9375rem;
    margin: 5px 0 0;
    line-height: 1.3em;
    text-align: right;
    font-weight: 500;
  }
  .nameSR > span {
    font-size: 90%;
  }
  /*=============profile=============*/
  #cwsta dl {
    width: 88%;
    margin: 2% auto;
  }
  #cwsta dt {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.09em;
  }
  #cwsta dt::before {
    content: '・';
    font-size: 1.0rem;
  }
  #cwsta dd {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.6em;
    margin: 10px 0 20px 20px;
  }
  #cwsta .leadLC {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 3.6em;
    margin: 2.5% 1.5%;
    padding: 0;
    text-align: center;
  }
  #cwsta .leadMM {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.9em;
    margin: 0 1.5% 1.5% 0;
    padding: 0;
  }
  #cwsta .leadN {
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.4em;
    margin: 3% 0;
    padding: 0;
  }
  #cwsta .leadS {
    font-size: 0.8rem;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
  }
  #cwsta .leadM {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 1.5% 0 0 0;
    padding: 0;
  }
  #cwsta .leadM > span {
    font-size: 70%;
  }
  #cwsta .conL {
    float: left;
    overflow: hidden;
    width: 24%;
    margin: 0 2% 0 0;
  }
  #cwsta .green {
    font-size: 1.22rem;
    font-weight: bold;
    line-height: 2.0;
    color: #00a148;
  }
  #cwsta .conR {
    float: right;
    overflow: hidden;
    width: 72%;
    margin: 0;
  }
  #cwsta .w90 {
    width: 90%;
    margin: 0 auto;
  }
  /*look book*/
  #cwsta .slide-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 50px calc(49.3% - 50vw);
    width: calc(100vw - 0.7%);
  }
  #cwsta .slide-wrap li {
    width: calc(100%/5); /*←画像を横に並べる数*/
    padding: 0; /*←画像の左右余白*/
    box-sizing: border-box;
  }
  #cwsta .slide-wrap li img {
    max-width: 100%; /*画像のはみだしを防ぐ*/
    height: auto; /*画像の縦横比を維持 */
    border: solid 1px #fff; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  }
  /*btn */
  .btn, a.btn, button.btn {
    width: 24%;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    margin: 5% auto 0;
  }
  a.btn-flat {
    overflow: hidden;
    padding: 1rem 4rem;
    color: #313131;
    border-radius: 0;
    background: #cccccc;
  }
  a.btn-flat span {
    position: relative;
  }
  a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #61bfcb;
  }
  a.btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
  }
}
/*animation*/
.animation01 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-delay: 0;
}
.animation02 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-delay: 0.5s;
}
.animation03 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-delay: 1s;
}
.animation04 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 4s;
  animation-delay: 1.5s;
}
.animation05 {
  animation: anim_v 4s linear infinite;
  transform-style: flat;
  animation-delay: 2s;
}
.keyframe1 {
  animation-name: keyframe1;
  animation-play-state: running;
}
@keyframes keyframe1 {
  0% {
    transform: translate(0, 0px);
    transform: rotateY(0deg);
  }
  50% {
    transform: translate(0, -50px);
  }
  100% {
    transform: translate(0, 0px);
    transform: rotateY(360deg);
  }
}
.flip {
  animation: flip 6s linear infinite;
  transform-style: preserve-3d;
  animation-delay: 0s;
}
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.back {
  transform: rotateY(180deg);
}
.stop_btn {
  margin: 0 auto 2%;
  background-color: #fff;
  border: 1px solid #313131;
  color: #313131;
  border-radius: 50px;
  text-align: center;
  padding: 1% 1.5%;
  cursor: pointer;
  animation-play-state: paused;
}
/*===============================================
●sp.css 画面の横幅が横幅が736pxまで
===============================================*/
@media screen and (max-width:736px) {
  #cwsta .sp-none {
    display: none;
  }
  #cwsta {
    width: 100%;
    font-size: 100%;
    margin: 0px auto;
    background-color: #fff;
    color: #000;
    padding: 30px 0 0;
    font-family: "Noto Sans JP";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cwsta .fix {
    clear: both;
  }
  #cwsta h1, h2, h3, p {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #cwsta ul, li, dl, dt, dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  #cwsta .mt {
    margin: 6.5% 0 0 0;
    padding: 0;
  }
  #cwsta .conL {
    float: left;
  }
  #cwsta .conR {
    float: right;
  }
  #cwsta h1, h2, h3 {
    font-size: 1.45rem;
    color: #313131;
  }
  #cwsta .ttl > span {
    font-size: 1.0rem;
  }
  #cwsta .ttl {
    font-weight: bold;
    padding-bottom: 0.5em;
    text-align: center;
    position: relative;
    margin: 8% 0;
  }
  #cwsta .ttl::before, .ttl::after {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 2em;
    background-color: #cccccc;
    height: 5px;
    right: 2em;
  }
  #cwsta .ttl::before {
    background-color: #61bfcb;
    left: 2em;
    width: 4em;
  }
  #cwsta .lead {
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    /* letter-spacing: 0.09em; 
    margin-bottom: 30px;*/
  }
  #cwsta dl {
    width: 100%;
    margin: 2% auto;
  }
  #cwsta dt {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.09em;
  }
  #cwsta dt::before {
    content: '・';
    font-size: 1.0rem;
  }
  #cwsta dd {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.6em;
    margin: 10px 0 20px 20px;
  }
  /*====== 2アイテム以上の場合 ======*/
  .container {
    width: 100%;
    margin: 2% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #000;
  }
  .item {
    display: flex;
    flex-direction: column;
    width: 46%;
    position: relative;
    padding: 2%;
  }
  .item-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .name {
    font-size: 1.0rem;
    margin: 10px 0 0;
    line-height: 1.2em;
    font-weight: bold;
  }
  .name > span {
    font-size: 80%;
  }
  .date {
    width: auto;
    font-size: 0.875rem;
    line-height: 1.3em;
    margin: 0;
    padding: 1px 0;
    background-color: #61bfcb;
    border: solid 1px #61bfcb;
    color: #313131;
    font-weight: 500;
  }
  .nameS {
    font-size: 0.8125rem;
    margin: 5px 0 0;
    line-height: 1.3em;
  }
  .nameSR {
    font-size: 0.86rem;
    margin: 5px 0 0;
    line-height: 1.3em;
    text-align: right;
    font-weight: 500;
  }
  .nameSR > span {
    font-size: 90%;
  }
  /*btn */
  .btn, a.btn, button.btn {
    width: 70%;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.9rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    margin: 15% auto 0;
  }
  a.btn-flat {
    overflow: hidden;
    padding: 0.9rem 2rem;
    color: #313131;
    border-radius: 0;
    background: #cccccc;
  }
  a.btn-flat span {
    position: relative;
  }
  a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #61bfcb;
  }
  a.btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
  }
  /*look book*/
  #cwsta .slide-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 50px calc(50% - 50vw);
    width: calc(100vw - 0.7%);
  }
  #cwsta .slide-wrap li {
    width: calc(100%/5); /*←画像を横に並べる数*/
    padding: 0; /*←画像の左右余白*/
    box-sizing: border-box;
  }
  #cwsta .slide-wrap li img {
    max-width: 100%; /*画像のはみだしを防ぐ*/
    height: auto; /*画像の縦横比を維持 */
    border: solid 1px #fff; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  }
  /*=============profile=============*/
  #cwsta .leadLC {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 3.6em;
    margin: 2.5% 1.5%;
    padding: 0;
    text-align: center;
  }
  #cwsta .leadMM {
    font-size: 0.9rem;
    /* font-weight: bold; */
    letter-spacing: 0.05em;
    line-height: 1.7em;
    margin: 0 0 3% 0;
    padding: 0;
  }
  #cwsta .leadN {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    margin: 3% 0;
    padding: 0;
  }
  #cwsta .leadS {
    font-size: 0.7rem;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
  }
  #cwsta .leadM {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 1.5% 0 0 0;
    padding: 0;
  }
  #cwsta .leadM > span {
    font-size: 70%;
  }
  #cwsta .conL {
    overflow: hidden;
    width: 45%;
    margin: 0 27.5% 2%;
  }
  #cwsta .green {
    font-size: 1.22rem;
    font-weight: bold;
    line-height: 2.0;
    color: #00a148;
  }
  #cwsta .conR {
    width: 100%;
    margin: 2% 0 0;
  }
  #cwsta .w90 {
    width: 100%;
    margin: 0 auto;
  }
  @keyframes keyframe1 {
    0% {
      transform: translate(0, 0px);
      transform: rotateY(0deg);
    }
    50% {
      transform: translate(0, -20px);
    }
    100% {
      transform: translate(0, 0px);
      transform: rotateY(360deg);
    }
  }
  .stop_btn {
    margin: -10px auto 5%;
    background-color: #fff;
    border: 1px solid #313131;
    color: #313131;
    border-radius: 50px;
    text-align: center;
    padding: 1.5% 3%;
    cursor: pointer;
    font-size: 0.7rem;
  }