/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-image: url("https://www.ktcom.jp/books/vc/vc351z/assets/img/haikei.jpg"); /* 画像のパスまたはURL */
  background-size: cover; /* 画面全体に表示 */
  background-attachment: fixed; /* 固定 */
  background-position: center center; /* 縦横中央に配置 */
  /*font-family: "Lato";*/
  font-family: 'Kosugi Maru', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    /* font-family: "Raleway"; */
	font-family: 'Kosugi Maru', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
}

h1,
/*.last {
	background-color: rgba(241, 150, 168, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(242, 170, 184, 1) 15px, rgba(242, 170, 184, 1) 30px );
}*/

* h2, .navbar li {
	font-family: 'Kosugi Maru', serif !important;
}

* h2 {
    padding: 10px;
	font-size: 32px;
    margin: 0 10px 30px;
}

#shoplist h2 {
    margin: 0 250px 30px;
}

* /*h2:before {
	font-family: "Font Awesome 5 Free";
	content: '\f521';
	font-weight: 900;
    padding: 0 5px;
    font-size: 80%;
    color: #fef46e;
	}*/

* h3 {
	font-size: 20px;
	font-weight: 700;
}

figcaption.books{
	text-align: left;
	width: 300px;
	height: auto;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

.necessary {
	color: #969ff1;
    font-size: 120%;
    padding: 10px;
	display: inline-block;
}

.necessary2 {
	border-bottom: 2px solid ;
}

.emphasize {
	font-size: 1.5em;
	font-weight: bold;
    margin: 0 0 20px;
}

/* Links */
a,
a:visited {
    color: #00aaff;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#f a,
#f a:visited {
	color: #fff;
}

a:hover,
a:focus {
	opacity: 0.8;
}



/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
	display:none;
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom:#FFFFFF 1px solid;background-size: auto auto;
	background-color: #4dd2cf;
	/*background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(242, 170, 184, 1) 15px, rgba(242, 170, 184, 1) 30px );
	text-shadow:
    3px 0 0 #969ff1,
    0 3px 0 #969ff1,
    -3px 0 0 #969ff1,
    0 -3px 0 #969ff1;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #74cfae;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar ul {
	list-style-type: none;
	width: 980px;
	display: flex;
    flex-wrap: nowrap;
	align-items: center;
	padding-inline-start: 0px;
}

.navbar li {
	text-align: center;
	font-size: 22px;
    padding: 0 20px;
	line-height: 60px;
}

.navbar li a,
.navbar li a:visited {
	color:#fff;
}

.navbar li a:hover {
	opacity: 0.8;
}

.navbar li:first-child {
	flex:1;
    text-align: left;
    padding-left: 0;
}

.navbar ul li:nth-child(n+3) {
	border-left: 2px solid #fff;
}

.nav_logo img {
	width: 220px;
	height: auto;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

header,
.content_container,
#shoplist {
	background-color: #17184b;
	width: 980px;
	margin: -20px auto 0;
	text-align: center;
}

section {
	padding: 50px;
	margin-top: -20px;
}

section#shoplist {
	padding: 50px 0;
}

/* cr_head */
#cr_head{
	margin-top:-24px;
	
}

.header_text {
	color: #b11d1d;
	font-size: 28px;
	font-weight: 700;
    padding: 30px;
    margin: 20px 50px;
    line-height: 1.3;
	letter-spacing: 0.1em;
    background-size:
	25px 5px,
	5px,
	25px 5px,
	5px;
    background-image:
	linear-gradient(to right, #413fac, #413fac 5px, transparent 5px, transparent 20px),
	linear-gradient(to bottom, #413fac, #413fac 5px, transparent 5px, transparent 20px),
	linear-gradient(to left, #413fac, #413fac 5px, transparent 5px, transparent 20px),
	linear-gradient(to top, #413fac, #413fac 5px, transparent 5px, transparent 20px);
	background-position:
    left top,  /* 上の線 */
    right top, /* 右の線 */
    right bottom,  /* 下の線 */
    left bottom;   /* 左の線 */
    background-repeat:
	repeat-x,
	no-repeat,
	repeat-x,
	no-repeat;
}


.header_text span,
.cr_select span,
.emphasize2 {
	display: inline-block;
	font-weight: 900;
	padding: 0 5px;
	margin: 3px;
	background: linear-gradient(transparent 60%, #ffe600 0%);
}

.header_text span,
.cr_select span {
	color: #FFFFFF;
	font-size: 32px;
}


/* 5周年以降に新規追加したもの */

.img_border {
	display: inline-block;
	border: 1px solid #ccc;
}

#books .group1,
#books .group2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#books .group1_in,
#books .group2_in {
    padding: 5px 20px;
    margin: 5px;
    border: 2px dotted #ccc;
    border-radius: 10px;
}

#books .cr_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#books .cr_book {
	flex: 1;
}

#books .group1 .cr_book {
	padding: 10px 15px;
}

#books .group2 .cr_book {
	padding: 10px 3px;
}

#books .cr_book img {
    max-width: 800px;
    height: auto;
    border: solid 1px #ccc;
	padding: 4px;
}

.cr_select .select1,
.cr_select .select3 {
	position: relative;
	display: inline-block;
    margin: 1em 0;
    padding: 10px 30px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
	letter-spacing: 0.1em;
    background: #413fac;
    border-radius: 15px;
  }

  .cr_select .select1:before,
  .cr_select .select3:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
  }

  .cr_select .select1:before {
	top: -30px;
	border-bottom: 15px solid #413fac;
  }

  .cr_select .select3:before {
	top: 100%;
	border-top: 15px solid #413fac;
  }
  .cr_select .select2 {
	  color: #413fac;
	  font-size: 44px;
	  font-weight: bold;
	  margin: 0;
	}

#adress p{
    font-size: 1.3em;
    line-height: 1.5;
}

.footer_logo {
	display: inline-block;
/*	background-color: #fff;*/
	border-radius: 15px;
    margin: 20px;
    padding: 0 10px;
}


/* present */
#present{
	
	}

/* shipping */
#shipping {

}
.shipping{
	background:#fff;
	}
	.cover{
		padding-top:10px;
	}
	.cover img{
		max-width:200px;
		width:200px;
		height:auto;
		border:solid 1px #ccc;padding:4px
	}
.cover a:hover img{
	filter:alpha(opacity=80);
opacity:0.8;
	
}
.shipping p {
	color:#969ff1;
	font-weight: bold;
	font-size: 16px;
}
.shipping a {
	color:#969ff1;
	font-weight: bold;
	font-size: 16px;
}
.shipping a:hover {
	color:#ccc;
}

/* application */
#application {
}
.application{
	background:#fff;
}
.application p {
	padding-top:10px;
	color:#000;
	font-weight: bold;
	font-size: 16px;
	padding-left:16px;
}


#timerlimit{
  text-align:center;
  padding-left:20px;
  margin-top:-5px;
}
 
#timerlimit .yycountdown-box .yyc-day,
#timerlimit .yycountdown-box .yyc-hou,
#timerlimit .yycountdown-box .yyc-min,
#timerlimit .yycountdown-box .yyc-sec {
  font-size:2.5em;
  color:#969ff1;
}
 
#timerlimit .yycountdown-box .yyc-day-text,
#timerlimit .yycountdown-box .yyc-hou-text,
#timerlimit .yycountdown-box .yyc-min-text,
#timerlimit .yycountdown-box .yyc-sec-text{
  font-size:1.0em;
}

/* shoplist */
#shoplist {
		/* color:#969ff1
; */
	/* font-weight: bold; */
	font-size: 16px;
}
.shoplist{
	background:#fff;
}
.shoplist p {
	/* color:#969ff1; */
	/* font-weight: bold; */
	font-size: 16px;
	/* padding-left:20px; */
}


/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}


/* Books */
#books .group1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#books .group1_in {
    padding: 5px 20px;
    margin: 5px;
    border: 2px dotted #ccc;
    border-radius: 10px;
}

#books .vc_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#books .vc_book {
	flex: 1;
}

#books .group1 .vc_book {
	padding: 10px 15px;
}

#books .vc_book img {
    max-width: 800px;
    height: auto;
    border: solid 1px #ccc;
	padding: 4px;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #74cfae;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */

.last{
	padding-top: 5px;
	 background-color: #4dd2cf; 
}
#f p {
	color: white;
	text-align: center;
	font-weight: bold;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}

.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}

.totop img:hover {
	opacity:0.8;
filter:alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}

.bnr{
	background:#FFFFFF;
	width:980px;
	margin:0 auto;
	text-align:center;
}
.bnr img{
	padding:10px;
	width:280px;
}
.red{
	color:#FF0004;
	font-size:14px;
	
}

.menu {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
	padding-top:10px;
	padding-bottom:10px;
}

.menu span{
	 display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
	/* font-weight:bold; */
    line-height: 1;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #FFFFFF;
	/* font-weight:bold; */
    line-height: 1;
}

.menu a:hover {
    color: #ccc;
}

label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
	font-weight: normal;
    color: #fff;
    font-size: 18px;
    background: #969ff1;
    cursor: pointer;
    /* border-bottom: 4px double; */
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li
{
    max-height: 46px;
    opacity: 1;
}

.r_line{
	border:1px solid #FF0004;
	margin:10px;
}

.row img.title_img {
	margin-top: 50px;
}

.attention {
	font-size: 85%;
	line-height: 1.5;
}










.font-big {
  font-size: 130%;
}
.font-bigger {
  font-size: 160%;
}
.font-red {
  color: #F20059;
}
.font-bold {
  font-weight: bold;
}
.font-em {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
}
.font-line {
  border-bottom: 2px solid;
}
.font-line-marker {
  background: linear-gradient(transparent 70%, #4ED2CF 70%);
}
.font-note {
  font-size: 80%;
  margin-bottom: 10px;
  display: inline-block;
}

.bg-red {
  display: inline-block;
  padding: 3px 3px 4px 3px;
  line-height: 114%;
  color: white;
  background-color: #F20059;
}



.mincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", "MS PMincho", serif;
  font-weight: 800; 
}