@charset "UTF-8";
@media screen and (max-width: 600px) {

  /* wrapper */
  #wrapper {
    min-width: 300px;
    max-width: auto;
  }

  /* header */
  header {
    width: 100%;
    padding: 15px 5%;
    height: auto;
    min-height: auto;
  }

  header #logo {
    width: 50px;
  }

  #kv {
    height: auto;
    min-height: auto;
    width: 100%;
  }

  #kv img {
    position: static;
    height: auto;
    width: 100%;
    transform: unset;
  }

  /* introduction */
  #introduction {
    margin: 0 auto;
  }

  #introduction div {
    display: block;
    background: url(../images/main/sp_intro_can.png) no-repeat;
    background-position: center;
    background-size: 80%;
    padding: 4em 0;
  }

  #introduction p {
    margin-right: 0;
    margin-bottom: 2.3em;
    text-align: center;
    font-size: 14px;
    line-height: 2.3;
  }

  #introduction p:last-child {
    margin-bottom: 0;
  }

  /* main */
  main {
    position: relative;
  }

  #bg_can {
    display: none;
  }

  /* episode */
  #episode {
    background: none;
    padding: 0;
  }

  #episode .contents {
    width: 100%;
    margin: 0 auto;
  }

  #episode .contents #mainphoto {
    width: 100%;
    margin-bottom: 0;
  }

  /* episode catch */
  #episode .contents #catch {
    background: url(../images/bg/sp_episode_color01.png) no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 5em 0;
  }

  #episode .contents #catch h2 {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: block;
    border-radius: 100px;
    font-size: 16px;
    line-height: 2;
    padding: 2em 0;
  }

  #episode .contents #catch p {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 5em 12.5%;
    border-radius: 100px;
    font-size: 14px;
  }

  /* episode block */
  #episode .contents .block {
    width: 100%;
    margin-top: 0;
  }

  #episode .contents .block .title {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }

  #episode .contents .block .title h3 {
    width: 56%;
    padding-left: 2.5%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  #episode .contents .block .title .number {
    width: 22%;
    padding: 12px;
  }

  #episode .contents .block .title .arrow {
    width: 22%;
    padding: 12px;
    transform: rotate(90deg);
  }

  #episode .contents .block .title h4 {
    width: 100%;
    font-size: 16px;
    padding: 2em 0;
  }

  #episode .contents .block .main {
    width: 100%;
  }

  #episode .contents .block .main aside {
    width: 35%;
    padding: 10px 8%;
    order: 2;
  }

  #episode .contents .block .main .profile_photo {
    width: 100%;
    order: 1;
  }

  #episode .contents .block .main .profile_text {
    display: flex;
    flex-direction: column;
    width: 65%;
    order: 3;
  }

  #episode .contents .block .main .profile_text .message {
    width: 100%;
    padding: 30px 7%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-align: left;
    white-space: nowrap;
  }

  #episode .contents .block .main .profile_text .name {
    width: 100%;
    font-size: 11px;
    text-align: left;
    padding: 30px 7%;
    display: block;
  }

  #episode .contents .block .main .name {
    display: none;
  }

  #episode .contents .block .text {
    padding: 50px 0 0;
  }

  #episode .contents .block .text h3 {
    font-size: 14px;
    margin-bottom: 2em;
    padding: 0 5%;
  }

  #episode .contents .block .text .detail {
    display: flex;
    flex-direction: column;
  }

  #episode .contents .block .text .detail p {
    width: 100%;
    text-align: justify;
    padding: 0 5%;
  }

  #episode .contents .block .text .detail figure {
    width: 100%;
    margin: 2em 0;
  }

  #episode .contents .block .text .detail p:last-child {
    margin-top: 0;
    order: 3;
  }

  #episode .contents .block .text .detail figure:nth-child(3) {
    margin-top: 2em;
    margin-bottom: 0;
    order: 4;
  }

  #episode .contents .block .text .detail p:nth-child(4) {
    margin-top: 0;
  }


  #episode .contents .block .text .detail figure.sp_color {
    width: 100%;
    order: 5;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* episode color ep01 */
  #episode .contents .block#ep01 .title {
    background-color: #00512B;
  }

  /* episode color ep02 */
  #episode .contents .block#ep02 .title {
    background-color: #B83527;
  }

  /* episode color ep03 */
  #episode .contents .block#ep03 .title {
    background-color: #977A00;
  }

  /* episode color ep04 */
  #episode .contents .block#ep04 .title {
    background-color: #6B3765;
  }

  /* column */
  #column .article {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  #column .article#clm01 {
    background: none;
  }

  #column .article#clm02 {
    background: none;
  }

  /* column block */
  #column .article .block {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
    border-radius: 0;
  }

  /* column title */
  #column .article .block .title {
    width: 100%;
    padding: 20px 5%;
    text-align: center;
    font-size: 20px;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    margin-bottom: 4em;
  }

  #column .article .block .title h3 {
    line-height: 1.7;
  }

  #column .article .block .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
  }

  #column .article .block .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    border-style: solid;
    border-width: 12.8px 12.8px 0 0;
    translate: calc(-50% - 0.4px) 100%;
  }

  #column .article#clm01 .block .title::after {
    border-color: #FF6C2E transparent transparent;
  }

  #column .article#clm02 .block .title::after {
    border-color: #009560 transparent transparent;
  }

  /* column figure */
  #column .article figure {
    width: 100%;
    margin-bottom: 3em;
  }

  #column .article figure.sp_color {
    width: 100%;
    margin-bottom: 0;
  }

  /* column text */
  #column .article .block {
    padding: 0 0 5em;
  }

  #column .article .block .text {
    width: 80%;
    margin: 0 auto;
  }

  #column .article .block .text h4 {
    font-size: 18px;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  #column .article .block .text p {
    font-size: 14px;
  }

  /* column comment */
  #column .article .block .comment {
    display: block;
    width: 80%;
    margin: 5em auto;
  }

  #column .article .block .comment div {
    width: 100%;
    padding: 40px 10%;
    border-radius: 40px;
  }

  #column .article .block .comment div.comment01 {
    font-size: 14px;
    margin-bottom: 5em;
  }

  #column .article .block .comment div.comment02 {
    font-size: 14px;
  }

  #column .article .block .button {
    width: 85%;
    padding: 20px 0;
    margin: 3em auto 0;
    font-size: 14px;
  }

  /* btn_arrow */
  .btn_arrow {
    text-align: center;
    padding-right: 1em;
  }

  .btn_arrow:after {
    right: -1em;
    top: -0.25em;
    transform: scale(0.33);
  }

}