@charset "utf-8";
/* CSS Document */



.red-btn.view::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    right: inherit;
    left: 20%;
    margin-top: -4px;
  }



@media screen and (min-width: 751px), print {
/* -------------------- PC start -------------------- */
.icn01::before {
    content: "";
    width: 24px;
    height: 16px;
    background: url(../img/message/icon01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    z-index: 10;
}
.icn02::before {
    content: "";
    width: 20px;
    height: 18px;
    background: url(../img/message/icon02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
    z-index: 10;
}

.trans_midashi {
    margin-bottom: 30px;
}


/* メイン */
/* ------------------------------------ */

.txt01 {
    font-size: 18.91px; font-size: 1.891rem;
    font-weight: bold;
    line-height: 36.88px; line-height: 3.688rem;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.area01 {
    margin: 0 0 60px 0;
    display: flex;
    justify-content: space-between;
}

.area01:nth-of-type(2n) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.area01.only_spec {
    display: flex;
    justify-content: flex-start;
}

.area01 .spec {
    width: 48.246%;
    text-align: justify;
    padding-top: 30px;
    float: none;
}
.area01.only_spec .spec {
    width: 100%;

}

.area01 .img {
    width: 48.246%;
    line-height: 0;
    float: none;
    text-align:center;
}
.area01.only_spec .img {
    display: none;

}

/* .area01:nth-of-type(even) .spec {
    padding-top: 0;
    float: left;
}
.area01:nth-of-type(even) .img {
    float: right;
} */

.area01 .txt02 {
    color: #d00e31;
    font-size: 31.52px; font-size: 3.152rem;
    font-weight: bold;
    line-height: 61.47px; line-height: 6.147rem;
    letter-spacing: 5px;
}

.area01 .name {
    font-size: 14.71px; font-size: 1.471rem;
    line-height: 28.68px; line-height: 2.868rem;
    font-weight: bold;
    margin-bottom: 23px;
}

.area01 .txt03 {
    font-size: 14.71px; font-size: 1.471rem;
    line-height: 28.68px; line-height: 2.868rem;
}

.message_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.message_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 7%;
}
.message_list li:nth-child(3n) {
    margin-right: 0;
}
.message_list li a {
    display: block;

}
.message_list li .title {
    font-size: 20px;
    font-weight: bold;
    color: #d00f31;
    margin: 10px 0 5px;
    text-align: center;
}
.message_list li .text_wrap {
    font-size: 14px;
    padding: 0 10px;
}
.message_list li .text_wrap .name {
    font-size: 18px;
}
.message_list li img {
    width: auto;
    max-width: 100%;
    height: 200px;
}

.detail_title_box {
    margin-bottom: 40px;
    font-size: 20px;

}
.detail_title_box .title {
    font-size: 36px;
    color: #d00e31;
    font-weight: bold;
}
.detail_pic {
    text-align: center;
    margin-bottom: 40px;
}
.detail_pic img {
    width: 100%;
    height: auto;
    max-width: 600px;
}
.detail_movie {
    text-align: center;
    margin-bottom: 80px;
}
.detail_movie iframe {
    width: 100%;
    max-width: 600px;
    height: 400px;
}

/* --------------------- PC end --------------------- */ }



@media screen and (max-width: 750px) {
/* -------------------- SP start -------------------- */
.icn01::before {
    content: "";
    width: 17.5px;
    height: 12.5px;
    background: url(../img/message/icon01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -6.25px;
    z-index: 10;
}
.icn02::before {
    content: "";
    width: 14.5px;
    height: 13px;
    background: url(../img/message/icon02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -6.5px;
    z-index: 10;
}
/* メイン */
/* ------------------------------------ */
.txt01 {
    font-size: 14.71px; font-size: 1.471rem;
    font-weight: bold;
    line-height: 25.05px; line-height: 2.505rem;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.area01 {
    margin: 0 0 20px 0;
}
.area01:last-of-type {
    margin: 0 0 40px 0;
}

.area01 .img {
    width: 100%;
    line-height: 0;
    margin-bottom: 15px;
}
.area01 .img img {
    width: 100%;
    height: auto;
}

.area01 .spec {
    width: 100%;
    text-align: justify;
}

.area01 .txt02 {
    color: #d00e31;
    font-size: 17.86px; font-size: 1.786rem;
    font-weight: bold;
    line-height: 34.83px; line-height: 3.483rem;
    letter-spacing: 2px;
    margin: 5px 0 0 0;
}

.area01 .name {
    font-size: 13.66px; font-size: 1.366rem;
    line-height: 26.635px; line-height: 2.6635rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.area01 .txt03 {
    font-size: 13.66px; font-size: 1.366rem;
    line-height: 24.585px; line-height: 2.4585rem;
}


.message_list li {
    width: 100%;
    margin-bottom: 40px;
}
.message_list li:last-child {
    margin-bottom: 0;
}
.message_list li a {
    display: block;

}
.message_list li .title {
    font-size: 18px;
    font-weight: bold;
    color: #d00f31;
    margin: 5px 0;
    text-align: center;
}
.message_list li .text_wrap {
    font-size: 12px;
    padding: 0 10px;
}
.message_list li .text_wrap .name {
    font-size: 16px;
}
.message_list li img {
    width: 100%;
    height: auto;
}

.detail_title_box {
    margin-bottom: 20px;
    font-size: 14px;

}
.detail_title_box .title {
    font-size: 20px;
    color: #d00e31;
    font-weight: bold;
}
.detail_pic {
    text-align: center;
    margin-bottom: 20px;
}
.detail_pic img {
    width: 100%;
    height: auto;
}
.detail_movie {
    text-align: center;
    margin-bottom: 40px;
}
.detail_movie iframe {
    width: 100%;
    max-width: inherit;
    height: 300px;
}

/* --------------------- SP end --------------------- */}