@charset "UTF-8";

html {

    font-size: 62.5%;
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    outline: none;
}

#main {

    position: relative;
    width: 100%;
    margin-top: 0;
    background-color: #f6ede8;
    color: #113043;


}





p {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 230px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
}

.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #ff0000;
}

.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}

.radiko a:hover {
    text-decoration: underline;
}

.radiko a:active {
    text-decoration: none;
}

.radiko_narrow {
    display: none;
}

/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
a:hover img.btn_alfa {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

#global_header {
    display: block;
}

#nav_sp {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;

}

.footer_sp {
    display: none;
}

.big {
    display: block;
}

.sml {
    display: none;
}

/* flex */
.flex_center {
    position: relative;
    display: flex;
    justify-content: center;
}

/*-------------- ここから-----------------------*/

.header {
    position: relative;
    width: 100%;
    /* height:74vh; */
    background-color: #9a071a;
    margin: 0;

    overflow: hidden;

}

.header h1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.header img {
    position: relative;
    display: block;
    width: 100%;
}

.header img:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header_under{
    text-align:right;
    position:relative;
    padding:0 4rem;
}
.header_under img{
    width:20%;
}

.options {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    border: none;
}




/* #main {
    background: conic-gradient(from 90deg at 1px 1px, #0000 25%, #dcdcdc80 0%) -0.5px -0.5px / 1em 1em, linear-gradient(45deg, #d375130d calc(50% + -1 * 0.5px), #dcdcdc57 0 calc(50% + 0.5px), #0000 0) 0 0 / 2em 2em, linear-gradient(-45deg, #0000 calc(50% + -1 * 0.5px), #dcdcdc40 0 calc(50% + 0.5px), #0000 0) 0 0 / 2em 2em;
    background-color: #f6ede8;
} */
#contents_outer {
    background: conic-gradient(from 90deg at 1px 1px, #0000 25%, #dcdcdc80 0%) -0.5px -0.5px / 1em 1em, linear-gradient(45deg, #d375130d calc(50% + -1 * 0.5px), #dcdcdc57 0 calc(50% + 0.5px), #0000 0) 0 0 / 2em 2em, linear-gradient(-45deg, #0000 calc(50% + -1 * 0.5px), #dcdcdc40 0 calc(50% + 0.5px), #0000 0) 0 0 / 2em 2em;
    background-color: #f6ede8;
    padding: 3rem 0;
}

.contents {
    position: relative;
    width: 80%;
    max-width: 1080px;
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 auto;



}

.about {
    line-height: 1.8;
    color: #dd261e;
    /* font-weight: bold; */
    font-size: 2.8rem;
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 6px 7px 4px rgb(154 7 26 / 11%);
    /* padding:1rem; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 97.5%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding:3rem;
}



.box30 .box_cont {
    padding: 1rem;
}

.box30 p {
    margin: 0;
}

.box30 ul {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    font-size: 2rem;
}

/* ２カラムパート */
/* .parts {
    display: flex;
    position: relative;
    justify-content: space-between;

} */

.diary,
.sns {
    position: relative;

}



.entry_title {
    font-size: 2rem;
    color: #654b2b;
    /* border-bottom:2px dotted #f9f5ab; */
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    background: linear-gradient(transparent 60%, #fbfae2 60%);
    display: inline-block;
    padding: 0 1rem;
    /* border-bottom:1px dotted #654b2b; */
}

.entry_date {
    font-size: 1.4rem;
    text-align: right;
    padding-bottom: 2rem;
}

.diary img.entry_img {
    float: right;
    margin: 0 0 1rem 1rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
}

.entry_body {
    overflow-wrap: anywhere;
    position: relative;
    padding-bottom: 7rem;
}

.sns img {
    width: 98%;
}

.sns .box_cont {
    padding: 1rem;
}

.banner {
    display: flex;
    justify-content: center;
    margin: 5rem auto;
}

.banner li {
    width: 30%;
    padding: 0 2rem;
}

.banner li img {
    width: 100%;

}

.diary .btn_back {
    position: absolute;
    display: block;
    max-width: 180px;
    /* margin-left: auto; */
    /* margin-right: 0; */
    padding-top: 2rem;
    bottom: 1rem;
    right: 1rem;
}

.diary .btn_back img {
    width: 100%;
    max-width: 180px;

}

.space {
    padding-left: 6.5rem;
}

.logo img {
    width: 80%;
}

.box30.add {
    margin-top: 0;
}

.x .box_cont {
    align-items: center;
    display: flex;
    position: relative;
    height: 100%;
}

    /*リンクの形状*/
#page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:rgb(187, 166, 133, .8);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:2rem;
    transition:all 0.3s;
  }
  
  #page-top a:hover{
    background: rgba(219, 201, 171, 0.8);
  }
  #page-top img{
    position:relative;
    width:60%;
  }
  
  /*リンクを右下に固定*/
  #page-top {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 10000;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
    
  }
  
  /*　左の動き　*/
  
  #page-top.LeftMove{
    animation: LeftAnime 0.5s forwards;
  }
  
  @keyframes LeftAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  
  /*　右の動き　*/
  
  #page-top.RightMove{
    animation: RightAnime 0.5s forwards;
  }
  @keyframes RightAnime{
    from {
      opacity: 1;
    transform: translateX(0);
    }
    to {
      opacity: 1;
    transform: translateX(100px);
    }
  }

/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
    #global_footer {
        display: none;
    }

    .footer_sp {
        display: block;
        margin-top: -30px;
    }

    #nav_sp {
        display: block;
    }

    #global_header {
        display: none;
    }

    .radiko {
        display: none;
    }

    #main {
        margin-top: 10px;
    }

    .radiko_narrow {
        display: block;
        width: 100%;
        position: relative;
    }

    .radiko_narrow a img {
        position: relative;
        width: 100%;
        height: auto;
    }

}

/*===============================================
●style.css 画面の横幅が960pxまで　タブレット
===============================================*/

@media screen and (max-width: 960px) {}

/*===============================================
●style.css 画面の横幅が520pxまで　スマホ
===============================================*/

@media screen and (max-width: 520px) {

    input,
    button,
    select,
    textarea {
        -webkit-appearance: none;
    }

    .wimg {
        width: 100%;
    }

    /* twitter埋め込みあり */
    .twitter-widget-wrapper iframe {
        width: 740px !important;
    }

    .big {
        display: none;
    }

    .sml {
        display: block;
    }

    .header_under {
        margin-top: 0;
    }

    .contents {
        display: block;
    }

    .podcast {
        width: 100%;
    }

    .about {
        width: 100%;
        margin-top: 2rem;
    }

    .podcast ul li {
        padding-bottom: 1rem;
    }

    .contents {
        width: 90%;
    }

    .about {
        font-size: 2rem;
    }
.box30{
    padding:3rem 1rem;
}
    .box30 .box-title {
        font-size: 2rem;
    }

    .box30 ul {
        font-size: 1.4rem;
    }

    .personality ul li {
        padding-bottom: 1rem;
    }

    .parts {
        display: block;
    }

    .diary,
    .sns {
        width: 100%;
        font-size: 1.4rem;
    }

    .diary img.entry_img {
        float: none;
        width: 98%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .banner {
        display: block;
    }

    .banner li {
        padding: 2rem 0;
        width: 90%;
        padding: 2rem 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .header_under ul li ul.flex_center li:first-of-type {
        width: 3rem;
    }

    .space {
        padding-left: 0;
    }
    .header_under img{
        width:40%;
    }
    .header_under{
        padding:0 2rem;
    }
    .entry_title{
        font-size:1.6rem;
    }
    .entry_date{
        font-size:1.2rem;
    }
    
}