html {
	font-size: 100% /* =16px */
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1em; /* =16px */
	color:#222;
}
body.sub{
	font-size:1.2em;
	line-height:1.8em;
}
a{
	color:#222;
}

.min{
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
font-weight: bold;
}
.container {
	max-width: 1130px;
}
.container-fluid{
	/*padding:0;*/
}
.container-fluid .row{
}
.site-content{
	max-width: 1130px;	
    margin: 30px auto;
}
.red {
	color: #BE2221;
}
.yellow {
	color: #B2A01B;
}
.bg_red {
	background: #BE2221;
}
.bg_yellow {
	background: #B2A01B;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.row-center{
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}
.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}

ul {
}
ul li {
	list-style: none;
}
section.box{
	padding:20px 0 40px;
}
section.box.tp0{
	padding:0 0 20px;
}
section.box.tp0.tb0{
	padding:0;
}
section.box.shadow{
	box-shadow:0px 10px 10px rgba(0,0,0,0.30);
}


header {
	padding: 5px 0 0;
	clear: both;
	background: #222;
}
.kochi_logo {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 100;
}
.navi_head {
	/*padding-left: 120px;*/
	padding-bottom: 10px;
}
.navi_head ul {
}
.navi_head ul li {
}
.navi_head ul li.info {
	font-size: 0.9rem;
	font-style: oblique;
	color: #FFF;
}
.navi_head ul li .search{
}
.navi_under {
	text-align: right;
	padding: 5px 0;
	background: #eeeeee;
}
.navi_under ul {
}
.navi_under ul li {
	padding: 0 15px;
	display: inline-block;
}
.navi_under ul li a {
font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
font-weight: bold;
color:#444;
padding-bottom:3px;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.navi_under ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #555555;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navi_under ul li a:hover::after {
	width: 100%;
}

.link_area {
	text-align:center;
}
.link_area .bn_r,
.link_area .bn_l{
	padding-left:0;
	padding-right:0;
}

.link_area .bn_r .bg_yellow a:hover,
.link_area .bn_l .bg_red a:hover{
	font-weight:bold;
}

.btn_red.side_3d a {
	color:#FFF;
	line-height: 72px;
	font-size:1.2em;
}
.btn_red.side_3d a span {
	background: #BE2221;
	display:block;
}
.btn_red.side_3d a span::before {
	background: #DC3736;
	color: #FFF;
}
.btn_red.side_3d a:hover span,
.btn_red.side_3d a:focus span {
	background: #8F0908;
}
.btn_yellow.side_3d a {
	color:#FFF;
	line-height: 72px;
	font-size:1.2em;
}
.btn_yellow.side_3d a span {
	background: #B2A01B;
	display:block;
}
.btn_yellow.side_3d a span::before {
	background: #D0BD2D;
	color: #FFF;
}
.btn_yellow.side_3d a:hover span,
.btn_yellow.side_3d a:focus span {
	background: #D0BD2D;
}



.bg_sea{
	background:url(../img/bg_sea.jpg) bottom no-repeat #76a8e7;
	background-size:100%;
	padding:40px 0 450px;
}
.bg_sea h3{
	color:rgba(255,255,255,0.60);
	font-style: oblique;
	font-size:2.5rem;
	margin-bottom:40px;
}
footer{
	padding:20px 0;
	background:#111;
	color:#FFF;
	font-style: oblique;
}
footer p{
	margin-bottom:0;
}
footer a{
	color:#FFF;
}

a.rotate{
	padding:15px;
}
a.rotate:hover img{
	animation-name:rotate;
    animation-duration:0.3s;
    animation-iteration-count: 1;
    /* webkit */
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); } 
}
@-webkit-keyframes rotate {
     /* webkit用keyframes */ 
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}


    .menu-padding {
      padding-top: 80px;
    }
	
@media (max-width:480px){
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.6em; /* =16px */
	color:#222;
}
body.sub{
	font-size:0.8em;
	line-height:1.8em;
}
.spcf:before,
.spcf:after {
    content: " ";
    display: table;
}

.spcf:after {
    clear: both;
}

.spcf {
    *zoom: 1;
}
.navi_head .col-sm-4{
	display:block;
	margin:0 auto;
}
.navi_head .col-sm-4{
}
.navi_head .col-sm-3{
	padding-top:20px;
	display:block;
	margin:0 auto;
}
.btn_red.side_3d a ,
.btn_yellow.side_3d a {
	line-height: 28px;
	font-size:0.6em;
}
.bg_sea{
	background:url(../img/bg_sea.jpg) bottom no-repeat;
	background-size:cover;
	    padding: 40px 0 300px;
}

}


/*サイド*/
.side h4 {
	border-bottom: #BAB7B7 10px solid;
	color: #706e6e;
	text-align: right;
	font-weight: bold;
	margin: 30px 0 10px;
}
.side .bnr {
	display:block;
	margin-bottom: 15px;
}
/*メイン-下層ページ　2カラム */
.container.no_image{
	margin:30px auto;
}
.main.column2 h1{
	border-bottom: #DE171D 10px solid;
	color: #706e6e;
	font-weight: bold;
	padding-left:5px;
	margin: 5px 0 30px;
}
.main.column2 h3{
	border-bottom: #BAB7B7 10px solid;
	font-weight: bold;
	padding-left:5px;
	color: #706e6e;
}










/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.btn_red.rolling span{
	background:#BE2221;
	color:#FFF;
	line-height:72px;
	font-size:1.2em;
}
.btn_red.rolling span::before {
	background: #8F0908;
}
.btn_red.rolling:hover span::before,
.btn_red.rolling:focus span::before {
	background: #DC3736;	
}
.btn_red.rolling:hover span,
.btn_red.rolling:focus span {
	line-height:70px;
	margin-top:1px
}
.btn_yellow.rolling span{
	background:#B2A01B;
	color:#FFF;
	line-height:72px;
	font-size:1.2em;
}
.btn_yellow.rolling span::before {
	background: #938207;
}
.btn_yellow.rolling:hover span::before,
.btn_yellow.rolling:focus span::before {
	background: #D0BD2D;	
}
.btn_yellow.rolling:hover span,
.btn_yellow.rolling:focus span {
	line-height:70px;
	margin-top:1px
}
.btn_gray.rolling span{
	background:#bbb;
	color:#FFF;
	line-height:72px;
	font-size:1.2em;
}
.btn_gray.rolling span::before {
	background: #555;
}
.btn_gray.rolling:hover span::before,
.btn_gray.rolling:focus span::before {
	background: #cccccc;	
}
.btn_gray.rolling:hover span,
.btn_gray.rolling:focus span {
	line-height:70px;
	margin-top:1px;
}

.rolling {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.rolling span {
	width:100%;
	position: relative;
	display: inline-block;
	background: inherit;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align:center;
}

.rolling span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.rolling:hover span,
.rolling:focus span {
	-webkit-transform: rotateX(90deg) translateY(-36px);
	-moz-transform: rotateX(90deg) translateY(-36px);
	transform: rotateX(90deg) translateY(-36px);
}

.rolling:hover span::before,
.rolling:focus span::before {
	background: inherit;
}

/* Effect 20: 3D side */

.btn_gray.side_3d a {
	color:#FFF;
	line-height: 72px;
	font-size:1.2em;
}
.btn_gray.side_3d a span {
	background: #cccccc;
	display:block;
}
.btn_gray.side_3d a span::before {
	background: #bbbbbb;
	color: #FFF;
}
.btn_gray.side_3d a:hover span,
.btn_gray.side_3d a:focus span {
	background: #aaaaaa;
}


.side_3d a {
	text-align:center;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}

.side_3d a span {
	position: relative;
	display: inherit;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.side_3d a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
}

.side_3d a:hover span::before,
.side_3d a:focus span::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}
.gray img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gray:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.blur img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.blur:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

.msa_field #msa_name,
.msa_field #msa_name2,
.msa_field #msa_company,
.msa_field #msa_furigana,
.msa_field #msa_furigana2,
.msa_field #msa_address1,
.msa_field #msa_address2,
.msa_field #msa_address3,
.msa_field #msa_note {
	width:100%!important;
	margin-left: 0;
}
.msa_field label {
	display: block;
}

.item-info .skubutton {
	display: inline-block;
}

.item-info .quantity input.skuquantity {
	display: inline-block;
}


/* 高知セレクトカテゴリー */

/* swiper */
#kochi p {
	margin-bottom: 0;
}

#kochi .swiper-slide-active {
text-align: center;
}

#kochi .swiper-slide img {
	width: 100%;
	border-left: 2px solid #c11a21;
}

#kochi .swiper-container {
	border: 4px solid #c11a21;
}


/* #kochi .swiper-button-next:after, 
#kochi .swiper-button-prev:after {
	color: #FFF;
	font-size: 28px;
}

#kochi .swiper-button-prev, 
#kochi.swiper-container-rtl, 
#kochi.swiper-button-next {
	left: 6%;
}

#kochi .swiper-button-next, 
#kochi .swiper-container-rtl, 
#kochi .swiper-button-prev {
	right: 6%;
}


#kochi .swiper-button-next, 
#kochi .swiper-button-prev {
	background-color: #c11a21;
	width: 50px;
    height: 50px;
    border-radius: 50%;

}  */

#kochi .swiper-button-prev, #kochi .swiper-button-next {
	display: none;
}


/* message */
#kochi .message-inner {
	background-image: url(../assets/images/kouchi-bg@2x.jpg);
	background-size: cover;
}

#kochi .message-wrap {
	max-width: 1400px;
	margin: 0 auto 80px;
	padding: 30px 0 100px;
	position: relative;

}

#kochi .message-head {

	background-color: #fff;
	max-width: 395px;
	width: 100%;
	font-size: 20px;
	height: 250px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: -158px;

}

#kochi .message-sub-title {
	font-size: 18.5px;
	padding-top: 16px;
	position: relative;
	font-weight: bold;
	font-family: kozuka-gothic-pr6n, sans-serif;
}

#kochi .message-sub-title::after {
	position: absolute;
	content: "";
	background-color: #000;
	width: 110px;
	height: 3px;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
}

#kochi .message-title {
	font-size: 40px;
	margin-top: 10px;
	letter-spacing: .1em;
	font-family: din-2014, sans-serif;
}


#kochi .message-container{
	background-color: #fff;
	padding: 80px 110px;
	padding-right: 80px;
	position: relative;
}

#kochi .message-container::before,
#kochi .message-container::after {
	position: absolute;
  content: '';
  width: 80px;
  height: 80px;

}

#kochi .message-container::before {
	top: 5%;
  right: 3.5%;
  border-top: 4px solid #f2dbdb;
  border-right: 4px solid #f2dbdb;

}

#kochi .message-container::after {
	bottom: 6%;
  left: 3%;
  border-bottom: 4px solid #f2dbdb;
  border-left: 4px solid #f2dbdb;
}



#kochi .message-content {
	display: flex;
	z-index: 2;
}

#kochi .message-img {
	margin-left: -15.5%;
	z-index: 1;

}

#kochi .message-img img{
	width: auto;
	height: 100%;
	max-height: 520px;
}


#kochi .message-text {
	font-size: 20px;
	padding: 24px 0 34px;
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.77);
	z-index: 2;
}

#kochi .mt01 {
	display: inline-block;
	margin-top: 60px;
}

#kochi .mt02 {
	display: inline-block;
	margin-top: 50px;
}


#kochi .mt03 {
	display: inline-block;
	margin-top: 48px;
}


/* #welcart_category-4 .cat-item-34 {
	display: none;
} */



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

	#kochi .message-wrap {
		width: 90%;
}

	#kochi .message-container{
		padding: 6% 60px;
	}

	#kochi .message-container::before {
		top: 4%;
		right: 3%;
	}
	
	#kochi .message-container::after {
		bottom: 6%;
	}

	#kochi .message-head {
		width: 80%;
	}

	#kochi .message-img {
		margin-left: -30%;
	}

	#kochi .message-img img{
		max-height: 100%;
	}

	#kochi .message-text {
		line-height: 1.65;
	}
}

@media all and (-ms-high-contrast: none) {
	@media screen and (max-width:1400px) {
	#kochi .message-img {
		margin-left: -70%;
	}
  }
  }


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

	#kochi .swiper-button-next, 
    #kochi .swiper-button-prev {
	width: 30px;
    height: 30px;

}

   #kochi .swiper-button-next:after, 
   #kochi .swiper-button-prev:after {
	font-size: 16px;
}

    #kochi .message-wrap {
	padding-bottom: 60px;
	margin-bottom: 40px;
}

	#kochi .message-container{
		padding: 9.5% 40px 7%;
	}

	#kochi .message-container::before,
    #kochi .message-container::after {
    width: 30px;
    height: 30px;

}


   #kochi .message-sub-title {
	font-size: 16px;
}

   #kochi .message-sub-title::after {
	bottom: 0;
}

   #kochi .message-title {
	   font-size: 32px;
   }

	#kochi .message-container::before {
		top: 2%;
		right: 20px;
	}
	
	#kochi .message-container::after {
		bottom: 4%;
		left: 20px;
	}

	#kochi .message-content {
		flex-direction: column-reverse;
	} 

	#kochi .message-img {
		margin: 0 auto;
	}

	#kochi .message-img img{
		height: auto;
		width: 100%;
	}

	#kochi .message-text{
		font-size: 16px;
		padding-top: 0;
	}

	#kochi-page-title {
		letter-spacing: .1em!important;
	}	
}

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

	#kochi .message-head {
		margin-bottom: -175px;
	}

	#kochi .message-container{
		padding: 9.5% 20px 7%;
	}

	#kochi .message-container::before {
		top: 1%;
		right: 10px;
	}
	
	#kochi .message-container::after {
		bottom: 3%;
		left: 10px;
	}

}


#kochi-page-title {
color: #0b5cab;
letter-spacing: .2em;
}


/* custom */
.top-section--teikibin .container--main {
    
}

@media (max-width: 59.9em) {
    .top-section--teikibin {
        padding: 0;
    }

    .top-section--teikibin .container--main {
        padding: 15px;
    }
}