@charset "UTF-8";
/*
============================================================
	共通
============================================================
*/
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

	
	.itemsection{
	width:100%;
	max-width: 1200px;
			display: flex;
			margin: o auto;
	}
	
	.itemcontents{
	width:100%;
	margin: 10px;
	}
	
	.itemcontents img{
		width: 100%;	
	}
	
	.pcsection{
		display: block;
	}
	
	
	
  #wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #container {
    padding-top: 140px;
  }
  #container.indexMovie {
    padding-top: 0;
  }
  section {
    width: 100%;
    padding: 90px 0;
  }
  section#blog {
    padding: 120px 0 90px;
  }
  section h2 {
    font-size: 3.0rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 auto 80px;
  }
  .btn {
    width: 240px;
    height: 45px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    border: #E50012 3px solid;
    color: #E50012;
    border-radius: 30px;
    text-align: center;
    /*line-height: 45px;*/
    line-height: 37px;
    overflow: hidden;
    transition: .4s;
    margin: 60px auto 0;
  }
  .btn:hover {
    background: #E50012;
    color: #FFF;
  }
  h2.itemList {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
	
	.pcsection{
		display: none;
	}
	
	
		.itemsection{
	width:100%;
	max-width: 1200px;
			text-align: center!important;
	}
	
	.itemcontents{
	width:100%;
	margin: 10 auto;
		text-align: center!important;
	}
	
	.itemcontents p{
		text-align: center;
	
	}
	
	.itemcontents span{
		text-align: center;
	
	}
	
	.itemcontents img{
		width: 100%;	
	}
	
	.pcsection{
		display: block;
	}
	
	
  #wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #container {
    padding-top: 0px;
  }
  section {
    width: 100%;
    padding: 60px 0;
  }
  section#blog {
    width: 100%;
    padding: 90px 0 60px;
  }
  section#column {
    width: 100%;
    padding: 90px 0 60px;
  }
  section h2 {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 auto 30px;
  }
  .btn {
    width: 300px;
    height: 45px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    border: #E50012 3px solid;
    color: #E50012;
    border-radius: 30px;
    text-align: center;
    line-height: 37px;
    overflow: hidden;
    transition: .4s;
    margin: 30px auto 0;
  }
  .btn:hover {
    background: #E50012;
    color: #FFF;
  }
  h2.itemList {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    margin: -25px auto 30px
  }
}
/*
============================================================
	index
============================================================
*/
@media screen and (min-width: 769px) {
  /* main_bannerArea  -------------------- */
  .main_bannerArea_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .main_bannerArea_inner {
    max-width: 1280px;
  }
  .main_bannerArea_inner.test {
    max-width: 947px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
  }
  .swiper-button-prev, .swiper-button-next {
    fill: #fff;
    stroke: none;
    stroke-width: 0;
    z-index: 10000;
    width: 20px;
    margin-top: -12px;
    background-image: none;
  }
  .onlineTop .swiper-button-prev, .onlineTop .swiper-button-next {
    fill: #000;
  }
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  .onlineTop .swiper-pagination-bullet-active {
    background: #E50012;
  }
  .main_bannerArea {
    width: 100%;
    margin: 0px auto;
    padding: 0 0 40px;
    overflow-x: hidden; /**swiper用**/
  }
  /* movieArea  -------------------- */
  .movieArea {
    width: 100%;
	  height: 56.25%;
  }
  .movieArea video {
    width: 100%;
	   height: 56.25%;
  }
  /* brandArea -------------------- */
  #brandArea {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
  }
  /*#brandArea .row{
		width: calc(100% / 3);
		float: left;
		position: relative;
	}
	#brandArea .row .photo{
		width: 100%;
	}
	#brandArea .row .photo img{
		z-index: -1000;
	}
	#brandArea .row .text{
		width: 350px;
		height: 270px;
		padding: 25px 25px 0 25px;
		top: 290px;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #FFF;
		box-sizing: border-box;
		position: absolute;
	}*/
  #brandArea .row {
    width: calc(100% / 3);
    text-align: center;
    float: left;
  }
  #brandArea .row .photo {
    width: 100%;
    z-index: -1;
    padding: 10px;
  }
  #brandArea .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #brandArea .row .text {
    width: 350px;
    height: 260px;
    padding: 25px 25px 0 25px;
    margin: -30px auto 30px;
    background-color: #FFF;
    box-sizing: border-box;
    display: inline-block;
    z-index: 1;
  }
  #brandArea .row .text .logo {
    width: 175px;
    margin: 0 auto 20px;
  }
  #brandArea .row .text p {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
  }
  #brandArea .row .movieArea {
    width: 200px;
    margin: 0px auto;
    overflow: hidden;
  }
  #brandArea .row .movieArea video {
    width: 100%;
  }
  #brandArea .row .movieArea .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #brandArea .row .movieArea .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* topics -------------------- */
  #topics {
    width: 100%;
    background: url(../images/index/stripe_back_pc.png) repeat-x;
    background-position: top;
    text-align: center;
  }
  #topics h2 {
    color: #E50012;
  }
  #topics #topicsArea {
    width: 1260px;
    margin: 0 auto;
  }
  #topics #topicsArea ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #topics #topicsArea li {
    width: calc(33.333% - 30px);
    text-align: left;
    margin: 0 15px;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
  }
  #topics #topicsArea li img {
    width: 100%;
  }
  #topics #topicsArea li .inner {
    padding: 7px 20px 15px;
  }
  .cate {
    font-size: 1.3rem;
    font-weight: 300;
  }
  .cate.jantzen {
    color: #FCD006;
    font-weight: bold;
  }
  .cate.diving {
    color: #E50012;
    font-weight: bold;
  }
  .cate.clean {
    color: #00A9BB;
    font-weight: bold;
  }
  #topics #topicsArea li .date {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 3px;
  }
  #topics #topicsArea li .ttl {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 0 2px;
    line-height: 1.5;
  }
  #topics #topicsArea li .textArea {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /* blog -------------------- */
  #blog {
    width: 100%;
    background-position: top;
    text-align: center;
  }
  #blog h2 {
    color: #000;
  }
  #blog #blogArea {
    width: 1260px;
    margin: 0 auto;
  }
  #blog #blogArea ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #blog #blogArea li {
    width: calc(33.333% - 30px);
    text-align: left;
    margin: 0 15px;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
  }
  #blog #blogArea li img {
    width: 100%;
  }
  #blog #blogArea li .inner {
    padding: 7px 20px 15px;
  }
  #blog #blogArea .cate {
    font-size: 1.3rem;
    font-weight: bold;
    color: #A0A0A0;
  }
  #blog #blogArea li .date {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 3px;
  }
  #blog #blogArea li .ttl {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 2px;
    line-height: 1.5;
  }
  /* blog ブランド毎ver-------------------- */
  /*#blog{
	}
	#blog #blogArea{
		width: 1260px;
		margin: 0 auto;
	}
	#blog #blogArea ul {
		width:100%;
		margin:0;
		padding:0;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#blog #blogArea li{
		width: calc(33% - 30px);
		text-align: center;
		margin: 0 15px;
		position: relative;
		box-sizing: border-box;
	}
	#blog #blogArea li .logo{
		width: 180px;
		margin: 0 auto 15px;
	}
	#blog #blogArea li .inner{
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	#blog #blogArea li .inner .row{
		margin-bottom: 15px;
	}
	#blog #blogArea li .inner .row:last-child{
		margin-bottom: 0;
	}
	#blog #blogArea li .inner .row .photo{
		width: 90px;
		float: left;
	}
	#blog #blogArea li .inner .row .text{
		width: 255px;
		float: right;
	}
	#blog #blogArea li .inner .row .text p{
		font-size: 1.2rem;
		text-align: left;
		margin-bottom: 5px;
		line-height: 1.5;
	}
	#blog #blogArea li .inner .row .text p:last-child{
		margin-bottom: 0;
	}

	#blog #blogArea li.jantzenBlog .inner{
		border-top: 2px #FCD006 solid;
		border-bottom: 2px #FCD006 solid;
	}
	#blog #blogArea li.jantzenBlog .btn{
		border: #FCD006 3px solid;
		color: #FCD006;
		margin: 30px auto 0;
	}
	#blog #blogArea li.jantzenBlog .btn:hover{
		background: #FCD006;
		color: #FFF;
	}

	#blog #blogArea li.divingBlog .inner{
		border-top: 2px #E50012 solid;
		border-bottom: 2px #E50012 solid;
	}
	#blog #blogArea li.divingBlog .btn{
		border: #E50012 3px solid;
		color: #E50012;
		margin: 30px auto 0;
	}
	#blog #blogArea li.divingBlog .btn:hover{
		background: #E50012;
		color: #FFF;
	}

	#blog #blogArea li.cleanBlog .inner{
		border-top: 2px #00A9BB solid;
		border-bottom: 2px #00A9BB solid;
	}
	#blog #blogArea li.cleanBlog .btn{
		border: #00A9BB 3px solid;
		color: #00A9BB;
		margin: 30px auto 0;
	}
	#blog #blogArea li.cleanBlog .btn:hover{
		background: #00A9BB;
		color: #FFF;
	}*/
	  /* column -------------------- */
  #column {
    width: 100%;
    background-position: top;
    text-align: center;
  }
  #column h2 {
    color: #000;
  }
  #column #columnArea {
    width: 1260px;
    margin: 0 auto;
  }
  #column #columnArea ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #column #columnArea li {
    width: calc(33.333% - 30px);
    text-align: left;
    margin: 0 15px;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
  }
  #column #columnArea li:nth-child(n+4){
    margin-top: 15px;
  }
  #column #columnArea li img {
    width: 100%;
  }
  #column #columnArea li .inner {
    padding: 7px 20px 15px;
  }
  #column #columnArea .cate {
    font-size: 1.3rem;
    font-weight: bold;
    color: #A0A0A0;
  }
  #column #columnArea li .date {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 3px;
  }
  #column #columnArea li .ttl {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 2px;
    line-height: 1.5;
  }
  /* itemList -------------------- */
  .itemList {}
  .itemList .itemArea {
    width: 1260px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .itemList .itemArea .item {
    width: calc(20% - 30px);
    text-align: left;
    margin: 0 15px 30px;
    position: relative;
    box-sizing: border-box;
  }
  .itemList .itemArea .item .itemName {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  .itemList .itemArea .item .itemPrice {
    font-size: 1.3rem;
  }
  #index .itemList.ranking .itemArea .item:nth-child(6), #index .itemList.ranking .itemArea .item:nth-child(7), #index .itemList.ranking .itemArea .item:nth-child(8), #index .itemList.ranking .itemArea .item:nth-child(9), #index .itemList.ranking .itemArea .item:nth-child(10) {
    /* display: none; */
  }
  /* ranking -------------------- */
  .ranking {}
  .ranking .itemArea .item {
    margin: 0 15px 50px;
  }
  .ranking .photo {
    position: relative;
  }
  .ranking .photo .rank {
    width: 50px;
    height: 38px;
    top: -20px;
    left: 0;
    position: absolute;
  }
	

	
  /* information -------------------- */
	
  #information {
    width: 100%;
    background: #EAEAEA;
    text-align: center;
  }
  #information #informationArea {
    width: 800px;
    margin: 0 auto;
  }
  #information #informationArea ul {}
  #information #informationArea li {
    width: 100%;
    font-size: 1.3rem;
    padding: 20px 15px;
    border-top: 1px #FFF solid;
    box-sizing: border-box;
  }
  #information #informationArea li:last-child {
    border-bottom: 1px #FFF solid;
  }
  #information #informationArea .date {
    width: 120px;
    font-weight: 300;
    text-align: left;
    float: left;
  }
  #information #informationArea .textArea {
    width: 650px;
    text-align: left;
    float: right;
  }
  #information .btn {
    border: #000000 3px solid;
    color: #000000;
  }
  #information .btn:hover {
    background: #000000;
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  /* main_bannerArea  -------------------- */
  .main_bannerArea_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
  }
  .swiper-button-prev, .swiper-button-next {
    fill: #fff;
    stroke: none;
    stroke-width: 0;
    z-index: 10000;
    width: 10px;
    margin-top: -12px;
    background-image: none;
  }
  .onlineTop .swiper-button-prev, .onlineTop .swiper-button-next {
    fill: #000;
  }
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  .onlineTop .swiper-pagination-bullet-active {
    background: #E50012;
  }
  .main_bannerArea {
    width: 100%;
    margin: 0px auto;
	      padding-top: 30px;
  }
  /* movieArea  -------------------- */
  .movieArea {
    width: 100%;
  }
  .movieArea video {
    width: 100%;
  }
  /* brandArea -------------------- */
  #brandArea {
    width: 100%;
    margin: -20px auto 0;
    overflow: hidden;
  }
  #brandArea .row {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  #brandArea .row .photo {
    width: 101%;
    z-index: -1;
  }
  #brandArea .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #brandArea .row .text {
    width: 90%;
    padding: 25px 25px 10px 25px;
    margin: -50px auto 30px;
    background-color: #FFF;
    box-sizing: border-box;
    display: inline-block;
    z-index: 1;
  }
  #brandArea .row .text .logo {
    width: 175px;
    margin: 0 auto 10px;
  }
  #brandArea .row .text p {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
  }
  #brandArea .row .movieArea {
    width: 170px;
    margin: 0px auto;
    overflow: hidden;
  }
  #brandArea .row .movieArea video {
    width: 100%;
  }
  #brandArea .row .movieArea .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #brandArea .row .movieArea .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* topics -------------------- */
  #topics {
    width: 100%;
    background: url(../images/index/stripe_back_pc.png) repeat-x;
    background-position: top;
    text-align: center;
  }
  #topics h2 {
    color: #E50012;
  }
  #topics #topicsArea {
    width: 90%;
    margin: 0 auto;
  }
  #topics #topicsArea ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*#topics #topicsArea li{
		width: calc(50% - 2%);
		text-align: left;
		margin: 1%;
		background-color: #FFF;
		position: relative;
		box-sizing: border-box;
	}*/
  #topics #topicsArea li {
    width: 100%;
    text-align: left;
    margin: 3%;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
  }
  #topics #topicsArea li img {
    width: 100%;
  }
  #topics #topicsArea li .inner {
    padding: 7px 15px 15px;
  }
  .cate {
    font-size: 1.3rem;
    font-weight: 300;
  }
  .cate.jantzen {
    color: #FCD006;
    font-weight: bold;
  }
  .cate.diving {
    color: #E50012;
    font-weight: bold;
  }
  .cate.clean {
    color: #00A9BB;
    font-weight: bold;
  }
  #topics #topicsArea li .date {
    font-size: 1.3rem;
    font-weight: 300;
  }
  #topics #topicsArea li .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.5;
  }
  #topics #topicsArea li .textArea {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  /* blog -------------------- */
  #blog {
    width: 100%;
    text-align: center;
  }
  #blog h2 {
    color: #000000;
  }
  #blog #blogArea {
    width: 90%;
    margin: 0 auto;
  }
  #blog #blogArea ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #blog #blogArea li {
    width: 100%;
    text-align: left;
    margin: 3%;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
  }
  #blog #blogArea li img {
    width: 100%;
  }
  #blog #blogArea li .inner {
    padding: 7px 15px 15px;
  }
  #blog #blogArea .cate {
    font-size: 1.3rem;
    font-weight: bold;
    color: #A0A0A0;
  }
  #blog #blogArea li .date {
    font-size: 1.3rem;
    font-weight: 300;
  }
  #blog #blogArea li .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 1.5;
  }
  /* column -------------------- */
  #column {
    width: 100%;
    text-align: center;
  }
  #column h2 {
    color: #000000;
  }
  #column #columnArea {
    width: 94%;
    margin: 0 auto;
  }
  #column #columnArea ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #column #columnArea li {
    width: calc(50% - 1.5%);
    text-align: left;
    margin: 3% 0;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
  }
  #column #columnArea li img {
    width: 100%;
  }
  #column #columnArea li .inner {
    padding: 7px 0 15px;
  }
  #column #columnArea .cate {
    font-size: 1.1rem;
    font-weight: bold;
    color: #A0A0A0;
  }
  #column #columnArea li .date {
    font-size: 1.1rem;
    font-weight: 300;
  }
  #column #columnArea li .ttl {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.5;
  }
  #column #columnArea li .tag {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /* itemList -------------------- */
  .itemList {}
  .itemList .itemArea {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .itemList .itemArea .item {
    width: calc(50% - 4px);
    text-align: left;
    margin: 0 2px 20px;
    position: relative;
    box-sizing: border-box;
  }
  .itemList .itemArea .item .itemName {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  .itemList .itemArea .item .itemPrice {
    font-size: 1.2rem;
  }
  #index .itemList.ranking .itemArea .item:nth-child(7), #index .itemList.ranking .itemArea .item:nth-child(8), #index .itemList.ranking .itemArea .item:nth-child(9), #index .itemList.ranking .itemArea .item:nth-child(10) {
    display: none;
  }
  /* ranking -------------------- */
  .ranking {}
  .ranking .itemArea .item {
    margin: 0 2px 40px;
  }
  .ranking .photo {
    position: relative;
  }
  .ranking .photo .rank {
    width: 35px;
    top: -15px;
    left: 0;
    position: absolute;
  }
  /* information -------------------- */
  #information {
    width: 100%;
    background: #EAEAEA;
    text-align: center;
  }
  #information #informationArea {
    width: 90%;
    margin: 0 auto;
  }
  #information #informationArea ul {}
  #information #informationArea li {
    width: 100%;
    font-size: 1.3rem;
    padding: 20px 15px;
    border-top: 1px #FFF solid;
    box-sizing: border-box;
  }
  #information #informationArea li:last-child {
    border-bottom: 1px #FFF solid;
  }
  #information #informationArea .date {
    width: 100%;
    font-weight: 300;
    float: none;
    text-align: left;
  }
  #information #informationArea .textArea {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #information .btn {
    border: #000000 3px solid;
    color: #000000;
  }
  #information .btn:hover {
    background: #000000;
    color: #FFF;
  }
}
/*
============================================================
	featureList
============================================================
*/
#featureList .pagination {
  text-align: center;
  margin-top: 50px;
}
#featureList .pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#featureList .pagination li {
  display: inline;
}
#featureList .pagination li a {
  float: left;
  padding: 8px 10px;
  text-decoration: none;
}
#featureList .pagination li a.active {
  color: #A0A0A0;
}
@media screen and (min-width: 769px) {
  #featureList {
    width: 1260px;
    margin: -20px auto !important;
    overflow: hidden;
  }
  /* archive  -------------------- */
  #featureList .archive {
    width: calc(33.333% - 30px);
    height: 350px;
    text-align: left;
    margin: 0 15px 50px;
    position: relative;
    box-sizing: border-box;
    float: left;
  }
  #featureList .archive .photobg {
    width: 300px;
    height: 200px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  #featureList .archive.jantzen .photobg {
    background: #FCD006;
  }
  #featureList .archive.diving .photobg {
    background: #E50012;
  }
  #featureList .archive.clean .photobg {
    background: #00A9BB;
  }
  #featureList .archive .row {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  #featureList .archive .row .photo {
    width: 360px;
    padding-top: 20px;
  }
  #featureList .archive .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #featureList .archive .row .caption {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #featureList .archive .row .lead {
    font-size: 1.2rem;
    font-weight: 700;
  }
  #featureList .archive .row .date {
    font-size: 1.4rem;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  #featureList {
    width: 100%;
    margin: -20px auto !important;
  }
  /* archive  -------------------- */
  #featureList .archive {
    width: 100%;
    margin: 0 auto 60px;
    position: relative;
  }
  #featureList .archive .photobg {
    width: 300px;
    height: 200px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  #featureList .archive.jantzen .photobg {
    background: #FCD006;
  }
  #featureList .archive.diving .photobg {
    background: #E50012;
  }
  #featureList .archive.clean .photobg {
    background: #00A9BB;
  }
  #featureList .archive .row {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  #featureList .archive .row .photo {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  #featureList .archive .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #featureList .archive .row .caption {
    font-size: 2.0rem;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #featureList .archive .row .lead {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  #featureList .archive .row .date {
    font-size: 1.3rem;
    margin-top: -5px;
  }
}
/*
============================================================
	feature
============================================================
*/
#feature .pagination {
  text-align: center;
  margin-top: 50px;
}
#feature .pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#feature .pagination li {
  display: inline;
}
#feature .pagination li a {
  float: left;
  padding: 8px 10px;
  text-decoration: none;
}
#feature .pagination li a.active {
  color: #A0A0A0;
}
@media screen and (min-width: 769px) {
  #feature {
    width: 1000px;
    margin: -20px auto !important;
  }
  /* concept  -------------------- */
  #feature .conceptArea {
    width: 100%;
    margin-bottom: 80px;
    padding: 30px 50px;
    border-top: 1px #DFDFDF solid;
    border-bottom: 1px #DFDFDF solid;
    box-sizing: border-box;
  }
  #feature .conceptArea .logo {
    width: 180px;
    float: left;
  }
  #feature .conceptArea .concept {
    width: 680px;
    font-size: 1.2rem;
    float: right;
  }
  /* archive  -------------------- */
  #feature .archive {
    width: 900px;
    margin: 0 auto 80px;
    position: relative;
  }
  #feature .archive .photobg {
    width: 400px;
    height: 300px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  #feature .archive.jantzen .photobg {
    background: #FCD006;
  }
  #feature .archive.diving .photobg {
    background: #E50012;
  }
  #feature .archive.clean .photobg {
    background: #00A9BB;
  }
  #feature .archive .row {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #feature .archive .row .photo {
    width: 580px;
    /*height: 384px;*/
    padding-top: 40px;
    float: left;
  }
  #feature .archive .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #feature .archive .row .movieArea {
    width: 217px;
    /*height: 384px;*/
    padding-top: 40px;
    float: right;
  }
  /*#feature .archive .row .movieArea video{
		width: 100%;
	}
	
	#feature .archive .row .movieArea .movie{
		position: relative;
		width: 216px;

	}
	#feature .archive .row .movieArea .movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}*/
  #feature .archive .row .caption {
    font-size: 2.8rem;
    font-weight: 700;
    float: left;
  }
  #feature .archive .row .lead {
    font-size: 1.5rem;
    font-weight: 700;
    float: right;
  }
  #feature .archive .row .date {
    font-size: 1.4rem;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  #feature {
    width: 100%;
    margin: -20px auto !important;
  }
  /* concept  -------------------- */
  #feature .conceptArea {
    width: 90%;
    margin: 0 auto 50px;
    padding: 20px 10px;
    border-top: 1px #DFDFDF solid;
    border-bottom: 1px #DFDFDF solid;
    box-sizing: border-box;
  }
  #feature .conceptArea .logo {
    width: 150px;
    margin: 0 auto 20px;
  }
  #feature .conceptArea .concept {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  /* archive  -------------------- */
  #feature .archive {
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
  }
  #feature .archive .photobg {
    width: 300px;
    height: 200px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  #feature .archive.jantzen .photobg {
    background: #FCD006;
  }
  #feature .archive.diving .photobg {
    background: #E50012;
  }
  #feature .archive.clean .photobg {
    background: #00A9BB;
  }
  #feature .archive .row {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #feature .archive .row .photo {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  #feature .archive .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #feature .archive .row .movieArea {
    width: 218px;
    /*width: 50%;*/
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  /*#feature .archive .row .movieArea video{
		width: 100%;
	}
	
	#feature .archive .row .movieArea .movie{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	#feature .archive .row .movieArea .movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}*/
  #feature .archive .row .caption {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #feature .archive .row .lead {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  #feature .archive .row .date {
    font-size: 1.4rem;
    margin-top: -15px;
  }
}
/*
============================================================
	featureDetail
============================================================
*/
@media screen and (min-width: 769px) {
  #featureDetail {
    width: 1100px;
    margin: -20px auto !important;
  }
  /* imageArea  -------------------- */
  #featureDetail .imageArea {
    width: 100%;
    margin-bottom: 50px;
    background: #000;
    position: relative;
  }
  #featureDetail .imageArea .imageArea_inner {
    width: 100%;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  /*#featureDetail .imageArea{
		width: 100%;
		margin-bottom: 50px;
		background: #000;
		position: relative;
	}
	#featureDetail .imageArea .imageArea_inner{
		width: 100%;
		color: #FFF;
		left: 0;
		right: 0;
		margin: 260px auto 0;
		position: absolute;
		z-index: 1;
	}*/
  #featureDetail .imageArea .ttl {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
  }
  #featureDetail .imageArea .line {
    width: 50px;
    margin: 0 auto;
  }
  #featureDetail .imageArea .caption {
    font-size: 4.0rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  #featureDetail .imageArea .lead {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
  }
  #featureDetail .imageArea .photo {
    width: 100%;
    opacity: .90;
    -webkit-opacity: .90;
    -moz-opacity: .90;
    filter: alpha(opacity=90); /* IE lt 8 */
    -ms-filter: "alpha(opacity=90)"; /* IE 8 */
    z-index: -1;
  }
  /* leadArea  -------------------- */
  #featureDetail .leadArea {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 170px;
  }
  /* contentsBox_L  -------------------- */
  #featureDetail .contentsBox_L {
    width: 940px;
    margin: 0 auto 170px;
  }
  #featureDetail .contentsBox_L .leadArea {
    width: 360px;
    margin: 0 auto 50px;
    float: right;
  }
  #featureDetail .contentsBox_L .leadArea p.ttl {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
  }
  #featureDetail .contentsBox_L .leadArea p.lead {
    font-size: 1.4rem;
    text-align: left;
  }
  #featureDetail .contentsBox_L .photo_01 {
    width: 500px;
    margin-bottom: 20px;
    float: left;
  }
  #featureDetail .contentsBox_L .photo_02 {
    width: 360px;
    float: right;
  }
  #featureDetail .contentsBox_L .creditArea {
    width: 500px;
    font-size: 1.2rem;
    float: left;
  }
  /* contentsBox_R  -------------------- */
  #featureDetail .contentsBox_R {
    width: 940px;
    margin: 0 auto 170px;
  }
  #featureDetail .contentsBox_R .leadArea {
    width: 360px;
    margin: 0 auto 50px;
    float: left;
  }
  #featureDetail .contentsBox_R .leadArea p.ttl {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
  }
  #featureDetail .contentsBox_R .leadArea p.lead {
    font-size: 1.4rem;
    text-align: left;
  }
  #featureDetail .contentsBox_R .photo_01 {
    width: 500px;
    margin-bottom: 20px;
    float: right;
  }
  #featureDetail .contentsBox_R .photo_02 {
    width: 360px;
    float: left;
  }
  #featureDetail .contentsBox_R .creditArea {
    width: 500px;
    font-size: 1.2rem;
    float: right;
  }
  #featureDetail .btnArea {
    margin: 0 auto 50px;
    text-align: center;
  }
  #featureDetail .btn {
    width: 300px;
    height: 45px;
    margin-top: 0 !important;
  }
  #featureDetail.jantzen .btn {
    border: #FCD006 3px solid;
    color: #FCD006;
    margin: 30px auto 0;
  }
  #featureDetail.jantzen .btn:hover {
    background: #FCD006;
    color: #FFF;
  }
  #featureDetail.diving .btn {
    border: #E50012 3px solid;
    color: #E50012;
    margin: 30px auto 0;
  }
  #featureDetail.diving .btn:hover {
    background: #E50012;
    color: #FFF;
  }
  #featureDetail.clean .btn {
    border: #00A9BB 3px solid;
    color: #00A9BB;
    margin: 30px auto 0;
  }
  #featureDetail.clean .btn:hover {
    background: #00A9BB;
    color: #FFF;
  }
  /* movieArea  -------------------- */
  #featureDetail .movieArea {
    width: 720px;
	  height: 720px;
    /*width: 50%;*/
    margin: 0 auto 130px;
  }
}
@media screen and (max-width: 768px) {
  #featureDetail {
    width: 100%;
    margin: -20px auto !important;
    font-size: 1.2rem;
  }
  /* imageArea  -------------------- */
  #featureDetail .imageArea {
    width: 100%;
    margin-bottom: 30px;
    background: #000;
    position: relative;
  }
  #featureDetail .imageArea .imageArea_inner {
    width: 100%;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #featureDetail .imageArea .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  #featureDetail .imageArea .line {
    width: 40px;
    margin: 0 auto;
  }
  #featureDetail .imageArea .caption {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }
  #featureDetail .imageArea .lead {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  #featureDetail .imageArea .photo {
    width: 100%;
    opacity: .90;
    -webkit-opacity: .90;
    -moz-opacity: .90;
    filter: alpha(opacity=90); /* IE lt 8 */
    -ms-filter: "alpha(opacity=90)"; /* IE 8 */
    z-index: -1;
  }
  /* leadArea  -------------------- */
  #featureDetail .leadArea {
    width: 90%;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 auto 100px;
  }
  /* contentsBox_L R  -------------------- */
  #featureDetail .contentsBox_L, #featureDetail .contentsBox_R {
    width: 100%;
    margin: 0 auto 100px;
    overflow: hidden;
  }
  #featureDetail .contentsBox_L .leadArea, #featureDetail .contentsBox_R .leadArea {
    width: 90%;
    margin: 0 auto 30px;
  }
  #featureDetail .contentsBox_L .leadArea p.ttl, #featureDetail .contentsBox_R .leadArea p.ttl {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
  }
  #featureDetail .contentsBox_L .leadArea p.lead, #featureDetail .contentsBox_R .leadArea p.lead {
    font-size: 1.4rem;
    text-align: left;
  }
  #featureDetail .contentsBox_L .photo_01, #featureDetail .contentsBox_R .photo_01 {
    width: 100%;
  }
  #featureDetail .contentsBox_L .photo_02, #featureDetail .contentsBox_R .photo_02 {
    width: 80%;
    margin: 0 auto;
  }
  #featureDetail .contentsBox_L .photo_02 img, #featureDetail .contentsBox_R .photo_02 img {
    margin-top: 50px;
  }
  #featureDetail .contentsBox_L .creditArea, #featureDetail .contentsBox_R .creditArea {
    width: 90%;
    margin: 30px auto 0;
    font-size: 1.4rem;
  }
  #featureDetail .btnArea {
    margin: 0 auto 50px;
    text-align: center;
  }
  #featureDetail .btn {
    width: 300px;
    height: 45px;
    margin-top: 0 !important;
  }
  #featureDetail.jantzen .btn {
    border: #FCD006 3px solid;
    color: #FCD006;
    margin: 30px auto 0;
  }
  #featureDetail.jantzen .btn:hover {
    background: #FCD006;
    color: #FFF;
  }
  #featureDetail.diving .btn {
    border: #E50012 3px solid;
    color: #E50012;
    margin: 30px auto 0;
  }
  #featureDetail.diving .btn:hover {
    background: #E50012;
    color: #FFF;
  }
  #featureDetail.clean .btn {
    border: #00A9BB 3px solid;
    color: #00A9BB;
    margin: 30px auto 0;
  }
  #featureDetail.clean .btn:hover {
    background: #00A9BB;
    color: #FFF;
  }
  /* movieArea  -------------------- */
  #featureDetail .movieArea {
    width: 100%;
    margin: 0 auto -60px;
    position: relative;
    padding-top: 107%;
  }
  #featureDetail .movieArea iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 56.25% !important;
  }
}
/*
============================================================
	lookbook
============================================================
*/
@media screen and (min-width: 769px) {
  #lookbook {
    width: 1100px;
    margin: -20px auto !important;
  }
  #lookbook .tabsArea {
    width: 70%;
    margin: 50px auto 0;
    padding-bottom: 40px;
  }
  #lookbook .tab_item {
    width: calc(100%/3);
    height: 80px;
    text-align: center;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  *::-ms-backdrop, #lookbook .tab_item {
    width: 33.33%; /* IE11 */
  }
  #lookbook .tab_item img {
    width: 40%;
  }
  #lookbook .tab_item.jantzen:hover {
    border-bottom: 3px #FCD006 solid;
  }
  #lookbook .tab_item.diving:hover {
    border-bottom: 3px #E50012 solid;
  }
  #lookbook .tab_item.clean:hover {
    border-bottom: 3px #00A9BB solid;
  }
  #lookbook #jantzen_tab:checked + .tab_item {
    border-bottom: 3px #FCD006 solid;
  }
  #lookbook #divinggirl_tab:checked + .tab_item {
    border-bottom: 3px #E50012 solid;
  }
  #lookbook #cleanwater_tab:checked + .tab_item {
    border-bottom: 3px #00A9BB solid;
  }
  /*#lookbook .tab_item:hover {
		opacity: 0.75;
	}*/
  /*#lookbook .tab_item {
		width: calc(100%/3);
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		color: #000000;
		display: block;
		float: left;
		font-weight: 700;
		transition: all 0.2s ease;
	}
	*::-ms-backdrop, #lookbook .tab_item {
		width: 33.33%;
	}
	#lookbook #jantzen_tab + .tab_item {
		border-bottom: 3px #FCD006 solid;
	}
	#lookbook #divinggirl_tab + .tab_item {
		border-bottom: 3px #E50012 solid;
	}
	#lookbook #cleanwater_tab + .tab_item {
		border-bottom: 3px #00A9BB solid;
	}
	#lookbook .tab_item:hover {
		opacity: 0.75;
	}
	#lookbook #jantzen_tab:checked ~ #jantzen_content,
	#lookbook #divinggirl_tab:checked ~ #divinggirl_content,
	#lookbook #cleanwater_tab:checked ~ #cleanwater_content {
		display: block;
	}
	#lookbook #jantzen_tab:checked + .tab_item {
		background-color: #FCD006;
		color: #fff;
	}
	#lookbook #divinggirl_tab:checked + .tab_item {
		background-color: #E50012;
		color: #fff;
	}
	#lookbook #cleanwater_tab:checked + .tab_item {
		background-color: #00A9BB;
		color: #fff;
	}*/
  #lookbook #jantzen_tab:checked ~ #jantzen_content, #lookbook #divinggirl_tab:checked ~ #divinggirl_content, #lookbook #cleanwater_tab:checked ~ #cleanwater_content {
    display: block;
  }
  #lookbook input[name="tab_item"] {
    display: none;
  }
  #lookbook .tab_contentArea {
    width: 1100px;
    margin: 0 auto;
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
  }
  #lookbook .tab_content ul li {
    width: calc(100%/4);
    padding: 1px 0px;
    box-sizing: border-box;
    float: left;
  }
  #lookbook .tab_content ul li:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #lookbook {
    width: 100%;
    margin: -20px auto !important;
    font-size: 1.2rem;
  }
  #lookbook .tabsArea {
    width: 100%;
    margin: 50px auto 0;
  }
  #lookbook .tab_item {
    width: calc(100%/3);
    height: 45px;
    text-align: center;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  *::-ms-backdrop, #lookbook .tab_item {
    width: 33.33%; /* IE11 */
  }
  #lookbook .tab_item img {
    width: 80px;
  }
  #lookbook #jantzen_tab:checked + .tab_item {
    border-bottom: 2px #FCD006 solid;
  }
  #lookbook #divinggirl_tab:checked + .tab_item {
    border-bottom: 2px #E50012 solid;
  }
  #lookbook #cleanwater_tab:checked + .tab_item {
    border-bottom: 2px #00A9BB solid;
  }
  #lookbook .tab_item:hover {
    opacity: 0.75;
  }
  /*#lookbook .tab_item {
		width: calc(100%/3);
		height: 40px;
		line-height: 40px;
		font-size: 1.2rem;
		text-align: center;
		color: #000000;
		display: block;
		float: left;
		font-weight: 700;
		transition: all 0.2s ease;
	}
	#lookbook #jantzen_tab + .tab_item {
		border-bottom: 3px #FCD006 solid;
	}
	#lookbook #divinggirl_tab + .tab_item {
		border-bottom: 3px #E50012 solid;
	}
	#lookbook #cleanwater_tab + .tab_item {
		border-bottom: 3px #00A9BB solid;
	}
	#lookbook .tab_item:hover {
		opacity: 0.75;
	}
	#lookbook #jantzen_tab:checked + .tab_item {
		background-color: #FCD006;
		color: #fff;
	}
	#lookbook #divinggirl_tab:checked + .tab_item {
		background-color: #E50012;
		color: #fff;
	}
	#lookbook #cleanwater_tab:checked + .tab_item {
		background-color: #00A9BB;
		color: #fff;
	}*/
  #lookbook #jantzen_tab:checked ~ #jantzen_content, #lookbook #divinggirl_tab:checked ~ #divinggirl_content, #lookbook #cleanwater_tab:checked ~ #cleanwater_content {
    display: block;
  }
  #lookbook input[name="tab_item"] {
    display: none;
  }
  #lookbook .tab_contentArea {
    width: 100%;
    margin: 0 auto;
    display: none;
    padding: 20px 0 0;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
  }
  #lookbook .tab_content ul li {
    width: calc(100%/2);
    padding: 1px 0px;
    box-sizing: border-box;
    float: left;
  }
}
/*
============================================================
	shoplist2
============================================================
*/
@media screen and (min-width: 769px) {
  #shoplist2 #shopSort {
    width: 1040px;
    margin: -20px auto 80px;
  }
  #shoplist2 #shopSort ul {}
  #shoplist2 #shopSort ul li {
    width: 120px;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    margin: 0 5px;
  }
  #shoplist2 #shopSort ul li a {
    padding-bottom: 10px;
    border-bottom: 1px #000 solid;
    display: block;
  }
  #shoplist2 h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 auto 60px;
  }
  #shoplist2 #popupArea {
    width: 720px;
    margin: 0 auto 80px !important;
  }
  #shoplist2 #popupArea .row {
    width: 100%;
    margin-bottom: 60px;
  }
  #shoplist2 #popupArea .row:last-child {
    margin-bottom: 60px;
  }
  #shoplist2 #popupArea .row .photo {
    width: 230px;
    float: left;
  }
  #shoplist2 #popupArea .row .detail {
    width: 450px;
    float: right;
  }
  #shoplist2 #popupArea .row .detail .shopname {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  #shoplist2 #popupArea .row .detail .shopname .shopdate {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #shoplist2 #popupArea .row .detail .shopaddress {
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  #shoplist2 #popupArea .row .detail .shopaddress a {
    text-decoration: underline;
  }
  #shoplist2 #popupArea .row .detail .textArea {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #shoplist2 #popupArea .row .detail .textArea .row {
    width: 100%;
    margin: 0;
  }
  #shoplist2 #popupArea .row .detail .textArea .row .left {
    width: 60px;
    float: left;
  }
  #shoplist2 #popupArea .row .detail .textArea .row .right {
    width: 390px;
    float: left;
  }
  #shoplist2 #shopArea {
    width: 1020px;
    margin: 0 auto 80px !important;
  }
  #shoplist2 #shopArea .row {
    width: 720px;
    margin: 0 auto 60px;
  }
  #shoplist2 #shopArea .row:last-child {
    margin-bottom: 60px;
  }
  #shoplist2 #shopArea .row .photo {
    width: 100%;
    margin-bottom: 25px;
  }
  #shoplist2 #shopArea .row .shopname {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #shoplist2 #shopArea .row .shopaddress {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #shoplist2 #shopArea .row .shopaddress a {
    text-decoration: underline;
  }
  #shoplist2 #shopArea .row .textArea {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #shoplist2 #shopArea .row .textArea .row {
    width: 100%;
    margin: 0;
  }
  #shoplist2 #shopArea .row .textArea .row .left {
    width: 60px;
    float: left;
  }
  #shoplist2 #shopArea .row .textArea .row .right {
    width: 660px;
    float: left;
  }
  #shoplist2 .btnArea {
    margin: 50px auto 0;
    text-align: center;
  }
  #shoplist2 .btn {
    width: 300px;
    height: 45px;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #shoplist2 {
    width: 100%;
    margin: -20px auto !important;
  }
  #shoplist2 #shopSort {
    width: 90%;
    margin: 0 auto 40px;
  }
  #shoplist2 #shopSort ul {}
  #shoplist2 #shopSort ul li {
    width: 48%;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    margin: 0 1% 10px;
  }
  #shoplist2 #shopSort ul li a {
    padding-bottom: 5px;
    border-bottom: 1px #000 solid;
    display: block;
  }
  #shoplist2 h3 {
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0 auto 30px;
  }
  #shoplist2 #popupArea {
    width: 100%;
  }
  #shoplist2 #popupArea .row {
    width: 90%;
    margin: 0 auto 50px;
  }
  #shoplist2 #popupArea .row .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #shoplist2 #popupArea .row .shopname {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #shoplist2 #popupArea .row .shopname .shopdate {
    font-size: 1.3rem;
  }
  #shoplist2 #popupArea .row .shopaddress {
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  #shoplist2 #popupArea .row .shopaddress a {
    text-decoration: underline;
  }
  #shoplist2 #popupArea .row .textArea {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #shoplist2 #popupArea .row .textArea .row {
    width: 100%;
    margin: 0;
  }
  #shoplist2 #popupArea .row .textArea .row .left {
    width: 20%;
    float: left;
  }
  #shoplist2 #popupArea .row .textArea .row .right {
    width: 80%;
    float: left;
  }
  #shoplist2 #shopArea {
    width: 100%;
  }
  #shoplist2 #shopArea .row {
    width: 90%;
    margin: 0 auto 50px;
  }
  #shoplist2 #shopArea .row .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #shoplist2 #shopArea .row .shopname {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #shoplist2 #shopArea .row .shopaddress {
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  #shoplist2 #shopArea .row .shopaddress a {
    text-decoration: underline;
  }
  #shoplist2 #shopArea .row .textArea {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #shoplist2 #shopArea .row .textArea .row {
    width: 100%;
    margin: 0;
  }
  #shoplist2 #shopArea .row .textArea .row .left {
    width: 20%;
    float: left;
  }
  #shoplist2 #shopArea .row .textArea .row .right {
    width: 80%;
    float: left;
  }
  #shoplist2 .btnArea {
    margin: 50px auto 0;
    text-align: center;
  }
  #shoplist2 .btn {
    width: 300px;
    height: 45px;
    margin-top: 0 !important;
  }
}
/*
============================================================
	shoplist
============================================================
*/
@media screen and (min-width: 769px) {
  #shoplist #shopArea {
    width: 1020px;
    margin: -20px auto !important;
  }
  #shoplist #shopArea .row {
    width: 720px;
    margin: 0 auto 80px;
  }
  #shoplist #shopArea .row .photo {
    width: 100%;
    margin-bottom: 25px;
  }
  #shoplist #shopArea .row .shopname {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #shoplist #shopArea .row .shopaddress {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #shoplist #shopArea .row .shopaddress a {
    text-decoration: underline;
  }
  #shoplist #shopArea .row .textArea {
    font-size: 1.4rem;
    line-height: 1.6;
    /*margin-bottom: 30px; アイコンが必要になった場合 */
  }
  #shoplist #shopArea .row .textArea .row {
    width: 100%;
    margin: 0;
  }
  #shoplist #shopArea .row .textArea .row .left {
    width: 60px;
    float: left;
  }
  #shoplist #shopArea .row .textArea .row .right {
    width: 660px;
    float: left;
  }
  #shoplist #shopArea .row .iconArea {
    width: 390px;
  }
  #shoplist #shopArea .row .iconArea .icon {
    width: 120px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 1.2rem;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    float: left;
  }
  #shoplist #shopArea .row .iconArea .icon.jantzen {
    background: #FCD006;
  }
  #shoplist #shopArea .row .iconArea .icon.diving {
    background: #E50012;
  }
  #shoplist #shopArea .row .iconArea .icon.clean {
    background: #00A9BB;
  }
}
@media screen and (max-width: 768px) {
  #shoplist {
    width: 100%;
    margin: -20px auto !important;
  }
  #shoplist #shopArea {
    width: 100%;
  }
  #shoplist #shopArea .row {
    width: 90%;
    margin: 0 auto 50px;
  }
  #shoplist #shopArea .row .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #shoplist #shopArea .row .shopname {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  #shoplist #shopArea .row .shopaddress {
    font-size: 1.3rem;
    margin-bottom: 7px;
    line-height: 1.7;
  }
  #shoplist #shopArea .row .shopaddress a {
    text-decoration: underline;
  }
  #shoplist #shopArea .row .textArea {
    font-size: 1.3rem;
    line-height: 1.6;
    /*margin-bottom: 30px; アイコンが必要になった場合 */
  }
  #shoplist #shopArea .row .textArea .row {
    width: 100%;
    margin: 0;
  }
  #shoplist #shopArea .row .textArea .row .left {
    width: 20%;
    float: left;
  }
  #shoplist #shopArea .row .textArea .row .right {
    width: 80%;
    float: left;
  }
  #shoplist #shopArea .row .iconArea {
    width: 90%;
  }
  #shoplist #shopArea .row .iconArea .icon {
    width: calc(33.3% - 10px);
    margin-right: 10px;
    line-height: 30px;
    font-size: 1.2rem;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    float: left;
  }
  #shoplist #shopArea .row .iconArea .icon.jantzen {
    background: #FCD006;
  }
  #shoplist #shopArea .row .iconArea .icon.diving {
    background: #E50012;
  }
  #shoplist #shopArea .row .iconArea .icon.clean {
    background: #00A9BB;
  }
}
/*
============================================================
	shoppingguide
============================================================
*/
@media screen and (min-width: 769px) {
  #shoppingguide {
    width: 1020px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #shoppingguide {
    width: 90%;
    margin: -20px auto !important;
  }
}
/*
============================================================
	商品一覧 ブランドコンセプト
============================================================
*/
@media screen and (min-width: 769px) {
  .FS2_SeniorDesign_comment .conceptArea {
    width: 1000px;
    margin: 0 auto 80px;
    padding: 30px 50px;
    border-top: 1px #DFDFDF solid;
    border-bottom: 1px #DFDFDF solid;
    box-sizing: border-box;
  }
  .FS2_SeniorDesign_comment .conceptArea .logo {
    width: 180px;
    float: left;
  }
  .FS2_SeniorDesign_comment .conceptArea .concept {
    width: 680px;
    font-size: 1.2rem;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  #FS2_CategoryList .conceptArea {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    border-top: 1px #DFDFDF solid;
    border-bottom: 1px #DFDFDF solid;
    box-sizing: border-box;
  }
  #FS2_CategoryList .conceptArea .logo {
    width: 150px;
    margin: 0 auto 20px;
  }
  #FS2_CategoryList .conceptArea .concept {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
/*
============================================================
	Brands
============================================================
*/
@media screen and (min-width: 769px) {
  #brands {
    width: 1100px;
    margin: -20px auto !important;
  }
  #brands .row {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #DFDFDF solid;
  }
  #brands .row:last-child {
    border-bottom: none;
  }
  #brands .row .photo {
    width: 300px;
    float: left;
  }
  #brands .row .conceptArea {
    width: 750px;
    float: right;
  }
  #brands .row .conceptArea .logo {
    width: 170px;
    margin: 10px 0 25px;
  }
  #brands .row .conceptArea .concept {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 25px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #brands {
    width: 100%;
    margin: -20px auto !important;
  }
  #brands .row {
    width: 100%;
    margin-bottom: 70px;
  }
  #brands .row:last-child {
    border-bottom: none;
  }
  #brands .row .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #brands .row .conceptArea {
    width: 90%;
    margin: 0 auto;
  }
  #brands .row .conceptArea .logo {
    width: 150px;
    margin: 0 auto 20px;
  }
  #brands .row .conceptArea .concept {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
/*
============================================================
	newsList
============================================================
*/
#newsList .pagination {
  text-align: center;
  margin-top: 50px;
}
#newsList .pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#newsList .pagination li {
  display: inline;
}
#newsList .pagination li a {
  float: left;
  padding: 8px 10px;
  text-decoration: none;
}
#newsList .pagination li a.active {
  color: #A0A0A0;
}
@media screen and (min-width: 769px) {
  #newsList {
    width: 800px;
    margin: -20px auto !important;
  }
  #newsList #newsSort {
    width: 680px;
    margin: 0 auto 80px;
  }
  #newsList #newsSort ul {}
  #newsList #newsSort ul li {
    width: 160px;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    margin: 0 5px;
  }
  #newsList #newsSort ul li a {
    padding-bottom: 10px;
    border-bottom: 1px #000 solid;
    display: block;
  }
  #newsList #newsListArea {
    margin-bottom: 70px;
  }
  #newsList #newsListArea ul {}
  #newsList #newsListArea li {
    width: 100%;
    font-size: 1.3rem;
    padding: 20px 15px;
    border-top: 1px #DFDFDF solid;
    box-sizing: border-box;
  }
  #newsList #newsListArea li:last-child {
    border-bottom: 1px #DFDFDF solid;
  }
  #newsList #newsListArea .date {
    width: 120px;
    font-weight: 300;
    text-align: left;
    float: left;
  }
  #newsList #newsListArea .textArea {
    width: 650px;
    text-align: left;
    float: right;
  }
  #newsList #newsListArea .textArea a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #newsList {
    width: 100%;
    margin: 20px auto !important;
  }
  #newsList #newsSort {
    width: 90%;
    margin: 0 auto 40px;
  }
  #newsList #newsSort ul {}
  #newsList #newsSort ul li {
    width: 48%;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    margin: 0 1% 20px;
  }
  #newsList #newsSort ul li a {
    padding-bottom: 10px;
    border-bottom: 1px #000 solid;
    display: block;
  }
  #newsList #newsListArea {
    width: 90%;
    margin: 0 auto 50px;
  }
  #newsList #newsListArea ul {}
  #newsList #newsListArea li {
    width: 100%;
    font-size: 1.3rem;
    padding: 15px 15px 20px;
    border-top: 1px #DFDFDF solid;
    box-sizing: border-box;
  }
  #newsList #newsListArea li:last-child {
    border-bottom: 1px #DFDFDF solid;
  }
  #newsList #newsListArea .date {
    width: 100%;
    font-weight: 300;
    float: none;
    text-align: left;
  }
  #newsList #newsListArea .textArea {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #newsList #newsListArea .textArea a {
    text-decoration: underline;
  }
}
/*
============================================================
	newsDetail
============================================================
*/
@media screen and (min-width: 769px) {
  #newsDetail {
    width: 720px;
    margin: -20px auto !important;
  }
  #newsDetail #newsDetailArea {
    margin-bottom: 70px;
  }
  #newsDetail #newsDetailArea .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  #newsDetail #newsDetailArea .date {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  #newsDetail #newsDetailArea .freeArea {
    width: 100%;
    font-size: 1.3rem;
  }
  #newsDetail #newsDetailArea .freeArea img {
    min-width: 100%;
    margin-bottom: 20px;
  }
  #newsDetail .btnArea {
    margin: 0 auto 50px;
    text-align: center;
  }
  #newsDetail .btn {
    width: 300px;
    height: 45px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #newsDetail {
    width: 100%;
    margin: -20px auto !important;
  }
  #newsDetail #newsDetailArea {
    width: 90%;
    margin: 0 auto 50px;
  }
  #newsDetail #newsDetailArea .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
  }
  #newsDetail #newsDetailArea .date {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
  }
  #newsDetail #newsDetailArea .freeArea {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #newsDetail #newsDetailArea .freeArea img {
    min-width: 100%;
    margin-bottom: 20px;
  }
  #newsDetail .btnArea {
    margin: 0 auto 50px;
    text-align: center;
  }
  #newsDetail .btn {
    width: 300px;
    height: 45px;
    margin-top: 0 !important;
    margin: 0 auto;
  }
}
/*
============================================================
	Online Top
============================================================
*/
@media screen and (min-width: 769px) {
  .onlineTop {
    width: 1260px;
    margin: 0 auto;
  }
  .onlineTop .bannerArea {
    width: 1260px;
    margin: 0px auto 0;
    overflow: hidden;
  }
  .onlineTop .main_bannerArea_inner {
    max-width: 1260px;
  }
  .onlineTop .column_L {
    width: 270px !important;
    float: left;
    margin: 90px 0 0 15px;
    display: block;
  }
  .column_L h3 {
    font-size: 2.0rem;
    font-weight: 700;
    color: #000;
    margin: 0 auto 20px;
  }
  .column_L form {
    width: 270px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 80px;
  }
  .column_L input[type="text"] {
    width: 225px;
    vertical-align: top;
    line-height: 2.2;
    border: none;
  }
  .column_L input[type="image"] {
    width: 25px;
  }
  .left_nav_menu {
    padding-bottom: 60px;
  }
  .left_nav_menu ul li {
    cursor: pointer;
    list-style-type: none;
    width: 100%;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    background: url(https://www.sunsquare.shop/1904_re/images/common/left/arrow_right.png) no-repeat;
    background-position: 94% 50%;
    background-size: 6px 10px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
  }
  .left_nav_menu ul li a {
    display: block;
    padding: 10px 15px;
  }
  .left_nav_menu ul li ul {
    position: absolute;
    display: none;
    top: 0;
    left: 270px;
    z-index: 100;
  }
  .left_nav_menu ul li ul li ul {
    position: absolute;
    display: none;
    top: 0;
    left: 270px;
    z-index: 100;
  }
  .left_nav_menu ul li:hover ul {
    display: block;
  }
  .left_nav_menu ul li ul li {
    width: 270px;
    background: #FAFAFA;
    display: block;
    float: none;
  }
  .left_nav_menu ul li ul li:last-child {
    border: none;
  }
  .left_nav_menu ul li ul li a {
    font-size: 1.2rem;
    padding: 5px 10px;
    color: #000;
  }
  .left_nav_menu ul li ul li a:hover {
    background: #E50012;
    color: #FFF !important;
  }
  .onlineTop .column_R {
    width: 900px;
    float: right;
  }
  .onlineTop .column_R section {
    width: 100%;
    padding: 90px 0 30px;
  }
  .onlineTop .column_R h2 {
    font-size: 2.0rem;
    margin: 0 auto 50px;
  }
  /* itemList -------------------- */
  .column_R .itemList {}
  .onlineTop .column_R .itemList .itemArea {
    width: 100%;
  }
  .onlineTop .column_R .itemList .itemArea .item {
    width: calc(25% - 30px);
    text-align: left;
    margin: 0 15px 30px;
    position: relative;
    box-sizing: border-box;
  }
  .onlineTop .column_R .itemList .itemArea .item:nth-child(9), .onlineTop .column_R .itemList .itemArea .item:nth-child(10) {
    display: none;
  }
  .onlineTop .column_R .itemList.ranking .itemArea .item:nth-child(5) {
    /* display: none;*/
  }
  .onlineTop .column_R .itemList .itemArea .item .itemName {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  .onlineTop .column_R .itemList .itemArea .item .itemPrice {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .onlineTop {
    width: 100%;
    margin: 0 auto;
  }
  .onlineTop .bannerArea {
    width: 100%;
    margin: 20px auto 0;
  }
  .onlineTop .main_bannerArea_inner {
    max-width: 100%;
	  margin-top: 35px;
  }
  .onlineTop .column_L {
    display: none;
  }
  .onlineTop .column_R .itemList.ranking .itemArea {
    margin-top: 50px;
  }
}
/*
============================================================
	blogList
============================================================
*/
#blogList .pagination {
  text-align: center;
  margin-top: 50px;
}
#blogList .pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#blogList .pagination li {
  display: inline;
}
#blogList .pagination li a {
  float: left;
  padding: 8px 10px;
  text-decoration: none;
}
#blogList .pagination li a.active {
  color: #A0A0A0;
}
@media screen and (min-width: 769px) {
  #blogList {
    width: 1260px;
    margin: -20px auto !important;
  }
  #blogList #blogSort {
    display: flex;
    justify-content: center;
    width: 850px;
    margin: 0 auto 80px;
  }
  #blogList #blogSort ul {}
  #blogList #blogSort ul li {
    width: 160px;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    margin: 0 5px;
  }
  #blogList #blogSort ul li a {
    padding-bottom: 10px;
    border-bottom: 1px #000 solid;
    display: block;
  }
  /* archive  -------------------- */
  #blogList .archive {
    width: calc(33.333% - 30px);
    height: 350px;
    text-align: left;
    margin: 0 15px 50px;
    box-sizing: border-box;
    float: left;
  }
  #blogList.column .archive {
    height: 460px;
  }
  #blogList .archive .row {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  #blogList .archive .row .photo {
    width: 360px;
    padding-top: 20px;
  }
  #blogList .archive .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #blogList .archive .row .cate {
    font-size: 1.3rem;	
    font-weight: bold;	
    color: #A0A0A0;	
  }
  #blogList .archive .row .lead {
    font-size: 1.4rem;
    font-weight: 700;
  }
  #blogList .archive .row .date {
    font-size: 1.4rem;
    margin-top: -10px;
  }
  #blogList .archive .row .tag {
    font-size: 1.2rem;
    color: #CCC;
    margin-top: -10px;
  }
  #blogList .archive .row .tag a {
    cursor: pointer;
    color: #CCC !important;
  }
  #blogList .archive .row .tag a:hover {
    cursor: pointer;
    color: #000 !important;
  }
  #blogList.column .archive .row .tag a {	
    color: #000 !important;	
  }
}
@media screen and (max-width: 768px) {
  #blogList {
    width: 100%;
    margin: 20px auto !important;
  }
  #blogList #blogSort {
    width: 90%;
    margin: 0 auto 40px;
  }
  #blogList #blogSort ul {}
  #blogList #blogSort ul li {
    width: 98%;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    margin: 0 1% 20px;
  }
  #blogList #blogSort ul li a {
    padding-bottom: 10px;
    border-bottom: 1px #000 solid;
    display: block;
  }
  /* archive  -------------------- */
  #blogList .archive {
    width: 100%;
    margin: 0 auto 40px;
  }
  #blogList .archive .row {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  #blogList .archive .row .photo {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  #blogList .archive .row .photo a:hover img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  }
  #blogList .archive .row .cate {
    font-size: 1.1rem;	
    font-weight: bold;	
    color: #A0A0A0;
  }
  #blogList .archive .row .lead {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  #blogList .archive .row .date {
    font-size: 1.3rem;
    margin-top: -5px;
  }
  #blogList .archive .row .tag {
    font-size: 1.2rem;
    color: #CCC;
    margin-top: -8px;
  }
  #blogList .archive .row .tag a {
    cursor: pointer;
    color: #CCC !important;
  }
  #blogList .archive .row .tag a:hover {
    cursor: pointer;
    color: #000 !important;
  }
  #blogList.column .blogListArea {
    margin: 0 auto;
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #blogList.column .blogListArea::after {
    content: none;
  }
  #blogList.column .archive {
    width: calc(50% - 1.5%);
    text-align: left;
    margin: 3% 0;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
  }
  #blogList.column .archive .row {
    padding: 0;
  }
  #blogList.column .archive .row .photo {
    padding-top: 0;
  }
  #blogList.column .archive .row .lead {
    font-size: 1.2rem;
    margin-bottom: 2px;
    line-height: 1.5;
  }
  #blogList.column .archive .row .tag a {
    color: #000 !important;
  }
}
/*
============================================================
	newsDetail
============================================================
*/
/*youtubeのレスポンシブ設定*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*youtubeのレスポンシブ設定　ここまで*/
#blogDetail .pagination {
  width: 720px;
  margin: 0 auto 70px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-short{
	width: 100%;
	 aspect-ratio: 9 / 16;
	
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
	
	.blog_heading {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.blog_heading span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

.blog_heading:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000000;
}
	
	
  #blogDetail .pagination {
    width: 90%;
    margin: 0 auto 50px;
  }
}
#blogDetail .pagination .prev {
  float: left;
}
#blogDetail .pagination .next {
  float: right;
}
#blogDetail .pagination li a {
  text-decoration: none;
}

.slider-for {
  width: 100%;
  margin: 30 0 30px 0;
  text-align: left;
	/*メイン画像の枠*/
}


.slick-prev:before {
    color: #000;
	font-size:20px!important;
	margin: 0 5 0 5;
}

.slick-next:before {
    color: #000;
	font-size:20px!important;
	margin: 0 5 0 5;
}



@media screen and (min-width: 769px) {
	
	
		
	.slider-for {
  width: 95%;
  margin: 0 auto;
  text-align: center;
	/*メイン画像の枠*/
}
	
	
		.slick-prev:before {
    color: #000;
	font-size: 20px!important;
}

.slick-next:before {
    color: #000;
	font-size: 20px!important;
}


	.blog_heading {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.blog_heading span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

.blog_heading:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000000;
}
	

  .ranking_blog {
    width: 100%;
    max-width: 240px;
    float: left !important;
    padding-right: 10px;
  }
	
	  .ranking_blog2 {
    width: 100%;
    max-width: 240px;
    float: left !important;
    padding-right: 10px;
  }
	
	  .line2 {
    width: 100%;
    max-width: 360px;
    float: left !important;
    padding: 20px;
		  line-height: 25px;
  }	
	
	
  #blogDetail {
    width: 720px;
    margin: -20px auto !important;
  }
  #blogDetail #blogDetailArea {
    margin-bottom: 50px;
  }
  #blogDetail #blogDetailArea .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  #blogDetail #blogDetailArea .date {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  #blogDetail #blogDetailArea .freeArea {
    width: 100%;
    font-size: 1.3rem;
  }
  #blogDetail #blogDetailArea .freeArea img {
    min-width: 100%;
    /*margin-top: 10px;
		margin-bottom: 20px;*/
  }
  #blogDetail #blogDetailArea .freeArea img.eyecatch {
    margin-bottom: 20px;
  }
  #blogDetail .freeArea p {
    margin-bottom: 0px;
  }
  #blogDetail #blogDetailArea .tagArea {
    width: 100%;
    padding: 20px 10px;
    margin-top: 50px;
    border-top: 1px #D2D2D2 solid;
    border-bottom: 1px #D2D2D2 solid;
    color: #CCC;
    box-sizing: border-box;
    overflow: hidden;
  }
  #blogDetail #blogDetailArea .tagArea a {
    cursor: pointer;
    color: #CCC !important;
  }
  #blogDetail #blogDetailArea .tagArea a:hover {
    cursor: pointer;
    color: #000 !important;
  }
  #blogDetail .btnArea {
    margin: 0 auto 50px;
    text-align: center;
  }
  #blogDetail .btn {
    width: 300px;
    height: 45px;
    margin: 0 auto;
  }
  #blogDetail figure {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
  }
	
	  /*blog PC画像の縮小*/
	.blog_pc_photo_small{
    max-width:550px;
    margin: 0 auto;
  }
	.border-underline{
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
}
	
	.gray-back{
	max-width: 600px;
	background-color: #F2F2F2;
	padding: 30px;
}
	
	.column-ttl{
		font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }	
	.blog-movie{
	width: 100%;
	text-align: -webkit-center;
		    margin-bottom: 50px;
}
	.blog-movie video{
		width: 90%;
	}
	
}
@media screen and (max-width: 768px) {
	
	.blog_heading {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.blog_heading span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

.blog_heading:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000000;
}
	
	
  .ranking_blog {
    width: 50%;
    max-width: 200px;
    float: left !important;
    padding: 5px;
  }
	
	  .ranking_blog2 {
    width: 100%;
    float: left !important;
    padding: 5px;
  }
	
	
		  .line2 {
    width: 50%;
    float: left !important;
    padding: 5px;
			  line-height: 20px;
  }
	
  #blogDetail {
    width: 100%;
    margin: 20px auto !important;
  }
  #blogDetail #blogDetailArea {
    width: 95%;
    margin: 0 auto 50px;
  }
  #blogDetail #blogDetailArea .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  #blogDetail #blogDetailArea .date {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #blogDetail #blogDetailArea .freeArea {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  #blogDetail #blogDetailArea .freeArea img {
    min-width: 100%;
    /*margin-bottom: 20px;*/
  }
  #blogDetail #blogDetailArea .freeArea img.eyecatch {
    margin-bottom: 20px;
  }
  #blogDetail .freeArea p {
    margin: 10px;
  }
  #blogDetail #blogDetailArea .tagArea {
    width: 100%;
    padding: 20px 5px;
    margin-top: 30px;
    border-top: 1px #D2D2D2 solid;
    border-bottom: 1px #D2D2D2 solid;
    color: #CCC;
    box-sizing: border-box;
    overflow: hidden;
  }
  #blogDetail #blogDetailArea .tagArea a {
    cursor: pointer;
    color: #CCC !important;
  }
  #blogDetail #blogDetailArea .tagArea a:hover {
    cursor: pointer;
    color: #000 !important;
  }
  #blogDetail .btnArea {
    margin: 0 auto;
    text-align: center;
  }
  #blogDetail .btn {
    width: 300px;
    height: 45px;
    margin-top: 0 !important;
    margin: 0 auto;
  }
  #blogDetail figure {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
  }
	
		.border-underline{
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
}
	
	.gray-back{
	max-width: 600px;
	background-color: #F2F2F2;
	padding: 5px;
}
	
	.column-ttl{
		font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }	
	.blog-movie{
	width: 100%;
	text-align: -webkit-center;
		    margin-bottom: 50px;
}	
	.blog-movie video{
		width: 100%;
	}
}


/*
============================================================
	商品詳細　20211203追記
============================================================
*/
.coord-item{
	display: flex;
	width: 100%;
	max-width: 350px;
		text-align: center;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 30px;
	}

.coord-text {
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	}
	
	
	.coord-item-box{
	width: 45%;
	margin: 0px auto;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	  }
	
	.coord-item-box img{
	width: 100%;
	  }
}
	

.wash-icon{
	width: 100%;
	max-width: 350px;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 30px;
	}

	.wash-icon img{
	width: 100%;
	  }

.video-wrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}

.FS2_InputCouponCode_container {
    text-align: center;
    padding-top: 65px!important;
}

