@charset "utf-8";


 Theme Name: 株式会社 マリンテック様 ECサイト用
 Description: 株式会社 マリンテック ONLY
 Theme URI:  テーマの URL
 Author: CUBIC-DESIGN
 Author URI:  https://www.cub-d.com
 Version: 2.0
 License: (c)CUBIC・DESIGN
 License URI: https://www.cub-d.com


/* CSS Document */

/*******　角丸のCSS　**********************************************
/*	  border-radius: 10px;        /* CSS3草案 */  
/*    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 10px;   /* Firefox用 */ 
/*****************************************************************/

.slider-2 .slick-slide {
  width: 600px;
  height: 400px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 20px;
}

/* トップ広告に関するCSS */

.advertisement_top {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 50px;
}

.advertisement_top img {
   width: 100%;
}

.advertisement {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
    padding-top: 50px;
}

.advertisement img {
   width: 100%;
}

.advertisement li {
  width: 48%;
	margin-bottom: 40px;
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.arrival {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
   margin-top: 40px;
}

.arrival h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 70px;
}

.arrival h1::after {
	position: absolute;
	content: 'New arrival';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.ranking {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.ranking h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 70px;
}

.ranking h1::after {
	position: absolute;
	content: 'Ranking';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.ranking_box {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ranking_box li {
	width: 240px;
	height: auto;
	background-color: #FFF;
	text-align: center;
	font-size: 33px!important;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	padding-bottom: 5px;
	transition: .3s;
	border: solid 5px #00A9C6;
}
.ranking_box li a h2 {
	background-color: #00A9C6;
}
.ranking_box li a {
	color: #FFF;	
}

.ranking_box li:hover {
    transform: scale(1.05);
}

.ranking_white_box {
	background-color: #FFF;
	height: auto;
	box-sizing: border-box;
	position: relative;
}

.ranking_white_box > img {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	height: 177px;
	width: 230px;
}

.ranking_white_box p {
	font-size: 16px;
	color: #212121;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 5px;
}

.ranking_product_number {
	display: block;
    line-height: 24px;
    box-sizing: border-box;
    color: #FFF!important;
    background-color: #0066BB;
    padding-left: 5px;
}

.ranking_white_box span {
	display: block;
	font-size: 18px;
	color: #FF4C4C;
}

.soldout {
	color: #FFF!important;
	background-color: #eb0000;
}

.by_category {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.by_category h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 70px;
}

.by_category h1::after {
	position: absolute;
	content: 'Choice by Category';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.by_category ul li a {
	transition: .3s;
}

.by_category ul li a:hover {
	opacity: 0.8;
}

.category_box_top {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.category_box_under {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.category_box_top li,
.category_box_under li {
	width: 190px;
	height: 280px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}

.category_box_top li a img,
.category_box_under li a img {
	display: block;
	margin-bottom: 5px;
}

.category_box_top li a p,
.category_box_under li a p {
	font-size: 19px;
	color: #0085B2;
	margin-bottom: 5px;
}

.category_box_top li a span,
.category_box_under li a span {
	font-size: 14px;
	color: #666;
}

.news_box {
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #DCEEF5;
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	box-sizing: border-box;
	margin-bottom: 60px;
	position: relative;
}

.news_box::after {
	content: '';
    display: inline-block;
    width: 100%;
    height: 49px;
    background-image: url(images/news_box_after_bar.jpg);
    background-repeat: repeat-x;
	position: absolute;
    bottom: -60px;
    left: 0px;
}

.news_box h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 90px;
}

.news_box h1::after {
	position: absolute;
	content: 'Information';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.news_line_box {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.news_line_box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_line_box dt {
	color: #444;
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74849F;
	padding-bottom: 2.2em;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 40px;
	text-align: left;
}

.news_line_box dt span {
	display: inline-block;
	border: 1px solid #D90000;
	color: #D90000;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.news_line_box dd {
	color: #444;
	width: 585px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74849F;
	padding-bottom: 25px;
	font-size: 16px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 5px;
	margin-bottom: 40px;
}

.news_line_box > dl dd a {
    text-decoration: none;
    color: #333;
}

.news_line_box > dl dd a:hover {
    color: #3C81A2;
}

.news_line_box > dl dd a .topics_t {
	display: block;
	font-size: 16px;
    color: #0085B2;
    font-weight: bold;
}

.news_line_box dt.new {
	background-image: url(https://img20.shop-pro.jp/PA01192/274/etc_base64/bmV3X2ljb24.png?cmsp_timestamp=20240220110101);
	background-repeat: no-repeat;
	background-position: 110px top;
}

.contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
}

.contents h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 100px;
}

.contents h1::after {
	position: absolute;
	content: 'Contents';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.contents ul li a {
	transition: .3s;
}

.contents ul li a:hover {
	opacity: 0.8;
}

.contents_box {
	width: 1305px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.contents_box li {
	width: 32%;
	margin-bottom: 12px;
}

.contents_box li a img {
	width: 100%;
	height: auto;
}

/*カレンダー*/
.calendar {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
}

.calendar h1 {
	font-size: 46px;
	font-weight: bold;
	color: #0C1A4A;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	margin-bottom: 100px;
}

.calendar h1::after {
	position: absolute;
	content: 'Business Calendar';
	top: 75px;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 20px;
	color: #4392BF;
}

.side_cal {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1%;
}

.tbl_calendar {
	width: 450px;
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.tbl_calendar th, .tbl_calendar td {
	padding: 10px !important;
	text-align: center !important;
	border-bottom: 1px solid #ccc !important;
}

.side_cal_memo {
	text-align: center;
}