@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : special.css
Description : スペシャルページCSS
===================================================================== */
/*width*/
/*tan-3.1*/
/*margin top*/
/*color*/
/* =====================================================================
*    コンテンツ
* =================================================================== */
@media screen and (max-width: 699px) {
  #main .mainInner {
  }
  #main .h1_tit {
    background: url(../images/special/sp/h1_tit.png) no-repeat;
    background-size: cover;
    margin: 0 auto 1.5625%;
    width: 40.46%;
    height: 0;
    padding-top: 17.8%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .special_area{
    width: 90.625%;
    margin: 0 auto 11.71875%;
    background: #fff;
    border: 2px solid #e50065;
    position: relative;
    z-index: 0;
  }
  #main .special_area:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #e50065;
    position: absolute;
    top: 1%;
    right: -2.5%;
    z-index: -1;
  }
  #main .special_area .special_area_inner{
    background: #fff;
  }
  #main .inner {
    padding: 4.375% 1.5625% 13%;
  }
  #main .inner .special_tit{
    background: url(../images/special/sp/h2_tit.png) no-repeat;
    background-size: cover;
    margin: 0 auto 4.6875%;
    width: 86.875%;
    height: 0;
    padding-top: 15.6%;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .special_list{
    position: relative;
  }
  #main .special_list:before{
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #e50065;
    position: absolute;
    top: 0;
    left: 41px;
  }
  #main .special_list.first:before{
    top: 59px;
  }
  #main .special_list:last-of-type{
    padding-bottom: 30px;
  }
  #main .special_list:last-of-type:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 5.5px 0 5.5px;
    border-color: #e50065 transparent transparent transparent;
    position: absolute;
    bottom: -11px;
    left: 37px;
  }
  #main .special_list .year{
    width: 45px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    padding: 8px 0 0;
    margin-left: 20px;
  }
  #main .special_list .y_2017{
    background: #fff url(../images/special/sp/year_2017.png) no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #main .special_list .y_2018{
    background: #fff url(../images/special/sp/year_2018.png) no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #main .special_list .month{
    margin-left: 20px;
    width: 45px;
    height: 39px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #main .special_list .m_12{
    background: #fff url(../images/special/sp/month_12.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_01{
    background: #fff url(../images/special/sp/month_01.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_02{
    background: url(../images/special/sp/month_02.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_03{
    background: url(../images/special/sp/month_03.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_04{
    background: url(../images/special/sp/month_04.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list ul{
    padding-top: 16px;
  }
  #main .special_list ul li{
    margin-left: 37px;
    padding-left: 19px;
  }
  #main .special_list ul li .e_content,
  #main .special_list ul li .c_content{
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
  }
  #main .special_list ul li .e_content:before{
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    background: #2ea6dd;
    position: absolute;
    top: 8px;
    left: -10px;
  }
  #main .special_list ul li .c_content{
    width: 85%;
    min-width: 205px;
  }
  #main .special_list ul li .c_content .comment{
    border-radius: 8px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    padding: 22px 0;
    text-align: center;
    font-size: 16px;
    color: #e50065;
    font-weight: bold;
    position: relative;
  }
  #main .special_list ul li .c_content .comment:after{
    display: block;
    content: '';
    background: url(../images/special/list_icon.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -17px;
  }
  #main .special_list ul li .c_content:before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/special/sp/arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    left: -10px;
  }
  #main .special_list ul li .e_content:after,
  #main .special_list ul li .c_content:after{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #2ea6dd;
    position: absolute;
    top: 5px;
    left: -18px;
  }
  #main .special_list ul li .c_content:after{
    background: #e50065;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #main .special_list ul li .date{
    font-size: 12px;
    color: #fff;
    background: #2ea6dd;
    display: inline-block;
    width: 68px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 2px;
  }
  #main .special_list ul li .event{
    color: #2ea6dd;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media screen and (min-width: 700px) {
  #main .mainInner {
    padding: 86px 0 125px;
    background: url(../images/top/main_bg.png);
  }
  #main .h1_tit {
    background: url(../images/special/h1_tit.png) no-repeat;
    background-size: cover;
    margin: 0 auto 5px;
    width: 215px;
    height: 95px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .special_area{
    width: 996px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e50065;
    position: relative;
    z-index: 1;
  }
  #main .special_area:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #e50065;
    position: absolute;
    top: 15px;
    right: -15px;
    z-index: -1;
  }
  #main .special_area .special_area_inner{
    background: #fff;
  }
  #main .inner {
    padding: 28px 0 110px;
  }
  #main .inner .special_tit{
    background: url(../images/special/h2_tit.png) no-repeat;
    background-size: cover;
    margin: 0 auto 17px;
    width: 598px;
    height: 90px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #main .special_list{
    padding: 0 0 40px;
    position: relative;
  }
  #main .special_list:before{
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #e50065;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #main .special_list.first:before{
    top: 96px;
  }
  #main .special_list:last-of-type:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 11.5px 0 11.5px;
    border-color: #e50065 transparent transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #main .special_list .year{
    margin: 0 auto;
    width: 90px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    padding: 13px 0 8px;
  }
  #main .special_list .y_2017{
    background: #fff url(../images/special/year_2017.png) no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #main .special_list .y_2018{
    background: #fff url(../images/special/year_2018.png) no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #main .special_list .month{
    margin: 0 auto;
    width: 77px;
    height: 67px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #main .special_list .m_12{
    background: #fff url(../images/special/month_12.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_01{
    background: #fff url(../images/special/month_01.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_02{
    background: url(../images/special/month_02.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_03{
    background: url(../images/special/month_03.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list .m_04{
    background: url(../images/special/month_04.png) no-repeat;
    background-size: cover;
    background-position: 0 3px;
  }
  #main .special_list ul{
    padding-top: 13px;
  }
  #main .special_list ul li{}
  #main .special_list ul .left{
    text-align: right;
  }
  #main .special_list ul li .e_content,
  #main .special_list ul li .c_content{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
  }
  #main .special_list ul li .c_content .comment{
    border-radius: 8px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.2);
    width: 410px;
    padding: 45px 0;
    text-align: center;
    font-size: 24px;
    color: #e50065;
    font-weight: bold;
    position: relative;
  }
  #main .special_list ul li .c_content .comment:after{
    display: block;
    content: '';
    background: url(../images/special/list_icon.png) no-repeat;
    background-size: cover;
    width: 71px;
    height: 71px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #main .special_list ul .left .c_content .comment:after{
    left: -36px;
  }
  #main .special_list ul .right .c_content .comment:after{
    right: -36px;
  }
  #main .special_list ul li .e_content:before{
    display: block;
    content: '';
    width: 22px;
    height: 2px;
    background: #2ea6dd;
    position: absolute;
    top: 14px;
  }
  #main .special_list ul li .c_content:before{
    display: block;
    content: '';
    width: 19px;
    height: 22px;
    background: url(../images/special/allow_left.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
  }
  #main .special_list ul li .e_content:after,
  #main .special_list ul li .c_content:after{
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50px;
    background: #2ea6dd;
    position: absolute;
    top: 8px;
  }
  #main .special_list ul li .c_content:after{
    background: #e50065;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #main .special_list ul .left .e_content,
  #main .special_list ul .left .c_content{
    text-align: right;
    padding-right: 35px;
    margin-right: calc(100% - 505px);
  }
  #main .special_list ul .left .e_content:before{
    right: 13px;
  }
  #main .special_list ul .left .c_content:before{
    right: 16px;
  }
  #main .special_list ul .left .e_content:after,
  #main .special_list ul .left .c_content:after{
    right: 0;
  }
  #main .special_list ul .right .e_content,
  #main .special_list ul .right .c_content{
    text-align: left;
    padding-left: 35px;
    margin-left: calc(100% - 505px);
  }
  #main .special_list ul .right .e_content:before{
    left: 13px;
  }
  #main .special_list ul .right .c_content:before{
    left: 16px;
    background: url(../images/special/allow_right.png) no-repeat;
  }
  #main .special_list ul .right .e_content:after,
  #main .special_list ul .right .c_content:after{
    left: 0;
  }
  #main .special_list ul li .date{
    font-size: 16px;
    color: #fff;
    background: #2ea6dd;
    display: inline-block;
    width: 136px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 2px;
  }
  #main .special_list ul li .event{
    color: #2ea6dd;
    font-size: 20px;
    margin-top: 18px;
    line-height: 1.4;
    font-weight: bold;
  }
}

#main .special_list_img {
    width: 95%;
    display: inline-block;
}

#main .special_list_img img {
    width: 100%;
}


@media screen and (min-width: 700px) {

}
