/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */

/* =====================================================================
*    mv
* =================================================================== */
.header {
    background: transparent;
    overflow: hidden;
    background:url(../images/bg_header.png) repeat left top #ffb300 ;
    /* background-size: 300px auto; */
    background-size: 15px 15px;
}

.mv {
    background:url(../images/bg_mv.png) repeat-x;
    background-position:0 0; 
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: calc( 400/750 * 100% );
    -webkit-animation: loop 150s linear infinite;
            animation: loop 150s linear infinite;
    position: relative;
}
    @-webkit-keyframes loop {
        from { background-position: 0 0; }
        to { background-position: -5000px 0; }
   }
    @keyframes loop {
        from { background-position: 0 0; }
        to { background-position: -5000px 0; }
   }

 .mv h1 {
    position: absolute;
    text-align: center;
    width:100%;
    font-size:7vw;
    top: -14%;
    /* top: 10%; */
    display: inline-block;
    color:#ff7607;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    font-weight: 900;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
.header {
    /* background-size: 600px auto; */
}
.mv {
    padding-top: calc( 400/1600 * 100% );
}
 .mv h1 {
    top: -48%;
    letter-spacing: 0.02em;
 }
}

/* =====================================================================
*    main
* =================================================================== */
.contents_wrap {
    position: relative;
    box-shadow: 0 2px 10px rgba(160, 156, 152, .2) inset, 0 2px 10px rgba(160, 156, 152, .2) inset;
    background-color: #F3F3E2;
}


.contents_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding:calc(50/750 * 100%) 0 calc(80/750 * 100%);
}

.main {
    font-size:1rem;
}

.l-main {
    width:calc(710/750 * 100%);
    margin:0 auto;
}
.post {
    background: #fff;
    box-shadow: 0 0 4px rgba(160, 156, 152, .2) , 0 0 4px rgba(160, 156, 152, .2);
    padding: 15px 15px 26px;
    border-radius: 10px;
    font-size:1rem;
    margin-bottom:calc(80/860 * 100%) ;
}

@media screen and (min-width: 768px) {
    .contents_wrap .inner {
    padding:calc(50/1200 * 100%) 0 calc(80/1200 * 100%);
}
    .l-main {
    width:calc(860/1200 * 100%);
    margin:0;
    }
    .main  {
        font-size:1.6rem;
    }
    .post {
       font-size:1.6rem;
       padding: 15px 50px 26px;
    }
    
}

@media screen and (min-width: 1200px) {

}


/*  single_header
* ---------------------------------- */
.single_header {
    position: relative;
    padding-left:calc(80/620 * 100%) ;
    z-index:2;
    margin-bottom:calc(20/620 * 100%) ;
}

.single_header h1 {
    font-size: 1.6rem;
    font-weight: 700;
}
.single_header .iconarea {
    position: absolute;
    content: '';
    display:block; 
    top:-22px;
    left:-5px;
    width:calc(80/620 * 100%) ;
    height:0;
    padding-top:19.47%;
}
.single_header .iconarea .icon_img {
    width: 100%;
    padding-top: calc(100% - 6px);
    height: 0;
    background-color: #FFF;
    border-radius: 50%;
    border: 3px solid #ffb300;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50% , -60%);
    -webkit-transform: translate(-50% , -60%);
    -ms-transform: translate(-50% , -60%);
}
.single_header .iconarea img{
    width: 100% ;
    height: 100%;
    border-radius: 42px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
}

.single_header .iconarea.man {
    background:url(../images/bg_ribbon_blue.png) no-repeat center top; 
    background-size:contain;
}
.single_header .iconarea.woman {
    background:url(../images/bg_ribbon_pink.png) no-repeat center top;
    background-size:contain;
}
.single_header .author {
    font-size:0.8rem ;
    font-weight: 700;
    color:#787878;
    margin-bottom:calc(30/860 * 100%) ;
}
.single_header .author a {
    text-decoration:none; 
}
.single_header .date {
    font-size:0.8rem ;
    font-weight: 700;
    color:#787878;
    position: absolute;
    top:0;
    right:0;
}

@media screen and (min-width: 768px) {
 .single_header {
    padding-left:calc(80/860 * 100%) ;
    margin-bottom:calc(40/860 * 100%) ;
    }
.single_header h1 {
    font-size: 3rem;
    }
.single_header .author , .single_header .date {
    font-size:1.4rem
    }
.single_header .iconarea {
    top:-22px;
    left:-28px;
    width:calc(80/760 * 100%) ;
    height:0;
    padding-top:19.47%;
    }
.single_header .iconarea .icon_img {
    width: calc(96/80 * 100%) ;
    padding-top: calc(96/80 * 100% - 16px);
    border-radius: 50%;
    border: 8px solid #ffb300;
    transform: translate(-50% , -65%);
    -webkit-transform: translate(-50% , -65%);
    -ms-transform: translate(-50% , -65%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    }
}

@media screen and (min-width: 1200px) {
    .single_header .iconarea .icon_img {
    padding-top: 100%;
    }
}

/*  single_body
* ---------------------------------- */

.single_body {
    position: relative;
    padding: 20px 0;
    z-index:1;
}
.single_body::before , .single_body::after {
  content:"";
  position: absolute;
  width: 100%;
  height: 4px;
  background:url(../images/bg_border.png) repeat left top ;
}
.single_body::before {
  left: 0;
  top:0;
}
.single_body::after {
  left: 0;
  bottom:0;
}
.single_body a {
    text-decoration: underline;
    color:#ffb300;
    display: inline;
}

.single_body img {
    max-width:100%;
    height:auto;
    margin:2% 0;
}

@media screen and (min-width: 768px) {
.single_body {
    padding: 1em 0;
    }
    .single_body::before , .single_body::after {
    height: 4px;
    background:url(../images/bg_border.png) repeat-x left center ;
    background-size:5px 4px
    }
    .single_body img {
    max-width:50%;

}
}

/*  single_footer
* ---------------------------------- */

.single_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top:1em;
}
.single_footer span {
    color:#b0b0b0;
    font-weight: 900;
    margin-right: 0.5rem;
    letter-spacing: 0.1em;
}
.single_footer a {
    display: inline-block;
    width:30px;
    height:30px;
    border-radius: 10px;
    position: relative;
    color:#fff;
    margin-right: 0.5rem;
}
.single_footer a i {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
}

/*  pagenation
* ---------------------------------- */
.pagenation {
    text-align: center;
    //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
    //-ms-flex-wrap: wrap;
    //    flex-wrap: wrap;
}
.pagenation a , .pagenation span {
    border-radius: 10px ;
    padding:5px 12px;
    text-decoration: none;
    margin:0 12px 12px 0;
}
.pagenation a {
    background-color:#fff;
    color:#b0b0b0;
}
.pagenation span {
    background-color:#ffb300;
    color:#fff;
}
.pagenation a:hover {
    //background-color:#ffb300;
    //color:#fff;
}
.pagenation li {
    display: inline-block;
}

/*  sub
* ---------------------------------- */
.l-sub {
    width:calc(710/750 * 100%);
    margin:40px auto 0;
}

.section_sub {
    background: #fff;
    box-shadow: 0 0 4px rgba(160, 156, 152, .2) , 0 0 4px rgba(160, 156, 152, .2);
    padding: 15px 20px 26px;
    margin-bottom:calc(26/290 * 100%);
    border-radius: 10px;
    font-size:1rem;
}
.archives {
    box-shadow: 0 0 4px rgba(160, 156, 152, .2) , 0 0 4px rgba(160, 156, 152, .2);
    margin-bottom:calc(26/290 * 100%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ;
    transition : all 0.2s ;
}
.archives:hover {
    opacity: .8;
    box-shadow: 0 0 15px rgba(160, 156, 152, .3) , 0 0 15px rgba(160, 156, 152, .3);
}

.section_sub h2 {
    font-size:1.1rem;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.05em;
    padding-left:calc(116/630 * 100%);
    margin-bottom:6%;
    line-height: 1.2;
}
.section_sub h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top:-50%;
    left:0;
    width: calc(116/630 * 100%);
    max-width:58px;
    height:64px;
    margin-top:-6%;
}
.section_sub.backnumber h2::before {
    background: url(../images/icon_sub_backnumber.png) no-repeat center top;
    background-size:contain; 
}
.section_sub.announcer h2::before {
    background: url(../images/icon_sub_announcer.png) no-repeat center top;
    background-size:contain; 
}
.section_sub h2::after {
    content:attr(data-jp);
    font-size:1rem;
    color:#c4c4c4;
    display: block;
    text-indent: 0.2em;
}

.section_sub ul li {
    color:#555;
    font-weight: 500;
    line-height: 1.8;
}
.section_sub a {
    text-decoration: none;
    color:#555;
}
.section_sub a:hover {
    color:#ffb300;
    text-decoration: underline;
}
.announcerList li {
    margin-bottom:4px;
}
.announcerList li a{
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.sub_announcer_icon {
    display: inline-block;
    width:36px;
    height:36px;
    border-radius: 50%;
    border:solid 2px #dedede ;
    overflow: hidden;
    margin-right:16px;
}

.announcerList li a:hover .sub_announcer_icon{
    border:solid 2px #ffb300 ;
}

@media screen and (min-width: 768px) {
    .l-sub {
        width:calc(290/1200 * 100%);
        margin:0;
    }
    .section_sub {
        font-size:1.6rem;
        padding:  5% 5% 7%;
    }
    .section_sub h2 {
    font-size:1.6rem;
    position: relative;
    letter-spacing: 0.05em;
    padding-left:calc(58/250 * 100%);
    margin-bottom:6%;
    line-height: 1.2;
    }
    .section_sub h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top:-20%;
    left:0;
    width: calc(58/250 * 100%);
    max-width:58px;
    height:64px;
    margin-top:-6%;
    }
    .section_sub.backnumber h2::before {
    background: url(../images/icon_sub_backnumber.png) no-repeat center top;
    background-size:contain; 
    }
    .section_sub.announcer h2::before {
    background: url(../images/icon_sub_announcer.png) no-repeat center top;
    background-size:contain; 
    }
    .announcerList li {
    margin-bottom:8px;
}
}


@media screen and (min-width: 1200px) {
    .section_sub {
        padding: 15px 20px 26px;
    }
    .section_sub h2 {
    font-size:1.6rem;
    position: relative;
    letter-spacing: 0.05em;
    padding-left:calc(58/250 * 100%);
    margin-bottom:6%;
    line-height: 1.2;
    }
    .section_sub h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top:-50%;
    left:0;
    width: calc(58/250 * 100%);
    max-width:58px;
    height:64px;
    margin-top:-6%;
    }
}
