
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

html {
    height: 100%;
    font-size: 100%;
}

body {
    color: #727272;
    margin: 0;
    padding: 0;
    font-weight: 300;
    height: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1rem;
}

::-moz-selection {
    color: #fff;
    background: #404045;
    text-shadow: none;
}

::selection {
    color: #fff; 
    background: #404045;
    text-shadow: none;
}

h1, h2, h3, h4, h5  {
    font-weight: 400;
    color: #404045;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 5px;
}

h1 {
    font-size: 5rem;
    line-height: 2rem;
}

h2 {
    margin: 0 0 0.9rem;
    font-size: 1rem;
    line-height: 2.8rem;
    color: #404045;
	font-family: 'Roboto', sans-serif;
}

h3 {
    margin: 0 0 30px;
    font-size: 1.6rem;
    line-height: 2rem;
	letter-spacing: 8px;
	font-weight: 500;
}

h4 {
    margin: 0 0 30px;
    font-size: 1.4rem;
    line-height: 1.9rem;
}

h5 {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6rem;
	margin-bottom:20px;
	margin-top:30px;
}

h6 {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

p {
    margin-bottom: 1rem;
	letter-spacing: 5px;
	line-height: 2rem;
	font-size: 0.9rem;
	font-weight: 400;
	color:#000;
}

a	{
    color: #4f4f58;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #404045;
    text-decoration: none;
}

img {
    max-width: 100%;
}

i, em   {
    font-style: italic;
    font-family: serif;
}

blockquote	{
    border: 0;
    padding-left: 60px;
    position: relative;
}

blockquote:before  {
    content: "";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem;
    color: #404045;
}

/* ----------------------------------------------------
HEADER
---------------------------------------------------- */
header  {
    width: 100%;
    height: 70%;
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/header_bg.jpg) no-repeat;
    background-size: cover;
	background-position: center;
    display: table;
    position: relative;
}

#header  {
    width: 100%;
    height: 70%;
    position: relative;
    z-index: 1;
    text-align: center;
    display: table;
    position: relative;
}
body.archives header  {
    width: 100%;
    height: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/header_bg.jpg) no-repeat;
    background-size: cover;
	background-position: center;
    display: table;
    position: relative;
}

body.archives #header  {
    width: 100%;
    height: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
    display: table;
    position: relative;
}

#logo   {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

#logo img.toplogo   {
    max-width: 50%;
	margin-top:80px;
}


#header h1    {
    color: #404045;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0;
    padding: 2rem;
	padding-bottom:10px!important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: normal;
}

.kins_logo_top {
	margin-top:20px!important;
	margin-bottom: 80px!important;
}
.kins_logo_top img {
	width: 300px;
}
.kins_logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -115px;
    width: 230px;
    height: 60px;
    padding:;
}


/* ----------------------------------------------------
CONTENT
---------------------------------------------------- */

section {
    position: relative;
    padding: 5rem 0 5rem;
}

h2.section-title  {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 3rem;
	letter-spacing: 8px!important;
}

.btn-call   {
    padding: 15px 45px;
    color: #a37e78;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 30px 0 0;
    border: 1px solid #a37e78;
	font-weight:600;
	letter-spacing: 3px;
}

.btn-call:hover   {
    border-color: #a37e78;
	background-color: #a37e78;
    color: #fff;
}

.bg-dark .btn-call:hover   {
    border-color: #fff;
    color: #fff;
}


.equal-height-col.row   {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.equal-height-col [class*="col-"]  {
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
}

/* ----------------------------------------------------
NEW EPISODE SECTION
---------------------------------------------------- */
#newepisode-section	{
	background-color: #e8ded9;
	padding-top:100px;
}

.date-maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap; 
  vertical-align: top;
  margin: 0 20px 20px;
}
.maru {
  width: 140px;
  height: 140px;
  color: #000;
  border: 4px solid #fff;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.date-large {
  font-size: 1.6em;
  line-height: 2em;
  letter-spacing: 8px;
  color: #333333;
  font-weight:  500;
}
.date-small {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #808080;
  letter-spacing: 3px;
  font-weight:400;
}
.spotify {
  margin: 40px 0 30px;
}
.text-bold {
	text-align: center;
	color: #333333;
	font-weight: 600;
}
.badges {
	text-align: center;
}
.badges img {
	width:180px;
	margin:0 10px 10px;
}

/* ----------------------------------------------------
LATEST GUEST SECTION
---------------------------------------------------- */
#latestguest-section	{
	background-color: #f7f6f4;
}
.latestguest {
	text-align: center;
	margin: 0 20px 40px 0;
}
.latestguest img {
}

/* ----------------------------------------------------
PICKUP DIGEST SECTION
---------------------------------------------------- */
#pickup-section	{
	background-color: #e0d8d1;
}
.pickup {
	padding: 1.5rem;
}
.pickup-box {
	background: #fff;
	padding: 20px;
}
h4.update {
	font-size: 0.8rem;
	margin: 15px 0 10px 0;
	font-family: 'Roboto', sans-serif;
}

.pickup-box p {
	font-size: 0.8rem;
	line-height: 1rem;
	margin-bottom:10px;
}
.btn-more   {
    padding: 8px 20px;
    color: #a37e78;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    margin: 10px 0 0;
    border: 1px solid #a37e78;
	font-weight:600;
	font-size: 0.8rem;
	letter-spacing: 3px;
}

.btn-more:hover   {
    border-color: #a37e78;
	background-color: #a37e78;
    color: #fff;
}

/* ----------------------------------------------------
ABOUT SECTION
---------------------------------------------------- */
#about-section   {
	background: #f7f6f4;
}

.aboutp  {
    margin-bottom: 60px;
	background: #fff;
	padding: 60px;
}
.aboutp p {
	font-size: 1rem;
	line-height: 2.5rem;
	color: #a37e78;
}

.profile h3,
.profile h5,
.profile p {
	color: #a37e78;
	font-weight: 400;
}
.profile h3 {
	font-size: 1.4rem;
}

.kins_btn {
	width:300px;
	margin-top:30px;
}
.twitter {
	text-align: center;
}

#twitter-section   {
	background: #f7f6f4;
	text-align: center;
}
#twitter-section .container {
	text-align: center;
}
.text-center {
	text-align: center;
}
#about-section p a  {
	background: #efecea;
	padding:15px;
	font-weight: normal;
	line-height: 3rem;
}



/* ----------------------------------------------------
ARCHIVE
---------------------------------------------------- */
.platform-links {
	font-size: 1rem;
	text-align: center;
}
.archive-month {
	margin-bottom: 30px;
	background: #efecea;
	padding: 0 20px 0 20px;
}
.archive-month p {
	font-size: 1rem;
}
.badges2 {
	text-align: center;
}
.badges2 img {
	width:180px;
	margin:0 10px 10px;
}
.archiveBox {
	margin-bottom: 50px;
}
.archiveBox img {
	margin-bottom: 30px;
}
.archiveBox h3 {
	font-size:1.5rem;
}

/* ----------------------------------------------------
FOOTER
---------------------------------------------------- */
footer  {
    padding: 4rem 0 4rem;
    color: #000;
	background: #f7f6f4;
}


.text-md-right p {
	text-align: right;
	font-weight:normal;
	letter-spacing: normal;
}


.nav-btn {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 1.8rem;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #c1afa9;
    cursor: pointer;
    z-index: 1100;
}

.nav-btn:hover, nav-btn:focus {
    color: #fff;
    background: #c1afa9;
}
hr {
  background: #c1afa9;
  height: 1px;
  border: 0;
  margin-right: 0;
  margin-left: 0;
}

/* ----------------------------------------------------
WAYPOINTS
---------------------------------------------------- */
.wp1, 
.wp2, 
.wp3, 
.wp4, 
.wp5, 
.wp6	{
    visibility: hidden;
}

.bounceInLeft, 
.bounceInRight, 
.fadeInUp, 
.fadeInUpDelay, 
.fadeInDown, 
.fadeInUpD, 
.fadeInLeft, 
.fadeInRight {
    visibility: visible;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}



/* ----------------------------------------------------
RETINA/HIDPI
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) {
    #featured .lead   { 
        position: relative; 
        right: auto; 
        top: auto; 
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1024px) and (orientation: portrait) {
    .masonry-item {
        width: 50%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px) {
    #header   {
        height: 200px;
    }
    #logo   {
        width: 100%;
    }
    .section-title	{
        font-size: 3rem;
    }
    .masonry-item {
        width: 100%;
    }
    footer	{
        text-align: center;
    }
#logo img.toplogo  {
    max-width: 90%;
		margin-top:150px;
	}
	.kins_logo_top {
	margin-top:20px;
	    margin-bottom: 100px;
}
	.aboutp  {
    margin-bottom: 60px;
	background: #fff;
	padding: 25px 15px 15px 25px;
}
	.text-md-right p {
	text-align: center;
	font-weight:normal;
	letter-spacing: normal;
}
	#about-section p a  {
	background: #efecea;
	padding:10px;
	font-weight: normal;
	line-height: 3rem;
}
.slider {
   width:70%;
    margin:0 auto;
}

.slider img {
    width:20%;
    height:auto;
}
}

/* ----------------------------------------------------
MEDIA QUERIES FOR FONT ROOT SIZE
---------------------------------------------------- */
@media (max-width: 62em)	{
    html	{
        font-size:15px;
    }
}
@media (max-width: 43.75em)	{
    html	{
        font-size:13px;
    }
}

/* ----------------------------------------------------
MEDIA QUERIES
---------------------------------------------------- */
@media screen and (max-width:1024px) {
    .equal-height-col.row	{
        display: block;
    }
    .equal-height-col.row [class*="col-"] {
        float: left;
        display: inline-block;
    }
    section	{
        position: relative;
        padding: 110px 0;
    }
    .wp1, .wp2, .wp3, .wp4, .wp5, .wp6,
    .wp7, .wp8, .wp9, .wp10, .wp11, .wp12,
    .wp13, .wp14, .wp15	{
        visibility: visible;
    }
    .bounceInLeft, 
    .bounceInRight, 
    .fadeInUp, 
    .fadeInUpDelay, 
    .fadeInDown, 
    .fadeInUpD, 
    .fadeInLeft, 
    .fadeInRight {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #header	{
        background-attachment: scroll;
		background-size: cover;
		background-position: center;
    }
    .masonry-item {
        width: 50%;
    }
}
@media screen and (max-width:1024px) {
    #featured .lead   { position: relative; right: auto; top: auto; }
}

span[data-pin-log]{
	display: none;
}



/*==================================================
SLIDER
===================================*/

#slide-section	{
	background-color: #dfc9be;
	margin:0;
	margin-bottom:0!important;
	padding:0;
}

.slider {/
   width:90%;
    margin:0 auto;
}

.slider img {
    width:100%;
    height:auto;
}


.slider .slick-slide {
    margin:0 3px;
}
.sliderBox {
	margin-bottom:0px;
}
.slider2 {
   width:90%;
    margin:0 auto;
}

.slider2 img {
    width:100%;
    height:auto;
}


.slider2 .slick-slide {
    margin:0 3px;
}

.slider3 {
   width:100%;
    margin:0 auto;
}

.slider3 img {
    width:100%;
    height:auto;
}


.slider3 .slick-slide {
    margin:0 3px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}



.slick-arrow:before{
	content:""!important;
}

/*========= レイアウトのためのCSS ===============*/



ul{
	margin:0;
	padding: 0;
	list-style: none;
}

