@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

@font-face {
    font-family: 'YuGoth';
    font-style: normal;
    src: url('../fonts/YuGothR.eot'); /* IE9 Compat Modes */
    src: url('../fonts/YuGothR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/YuGothR.woff') format('woff'), /* Modern Browsers */
    url('../fonts/YuGothR.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'YUMIN';
    font-style: normal;
    src: url('../fonts/yumin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/yumin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/yumin.woff') format('woff'), /* Modern Browsers */
    url('../fonts/yumin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body, table, input, textarea, select, option {
	font-family: 'YuGoth';
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
}

a:hover {
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/*min-width: 1250px;*/
	color: #000;
	font-size: 2.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

#container {
	padding-top: 140px;
	text-align: left;
	position: relative;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 701px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 700px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		padding-top: 70px;
		overflow: hidden;
	}
	
	#main {
		padding-bottom: 0;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 53px;
	padding-bottom: 14px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 200;
	background-color: #fff;
}

.cls_scrolling_up #gHeader,
.cls_scrolling_up .comCate {
	position: fixed;	
}

#gHeader .title {
	position: absolute;
	top: 38px;
	right: 185px;
	text-align: right;
	z-index: 80;
	font-family: Arial, Helvetica, "sans-serif";
}

#gHeader .hInner {
	padding: 0 20px;
	max-width: 1848px;
	margin: 0 auto;
	position: relative;
}

#gHeader .hInner .lBox {
	padding-left: 50px;
	float: left;
}

#gHeader .hInner .lBox h1 {
	float: left;
}

#gHeader .hInner .lBox .naviUl {
	padding: 41px 0 0 50px;
	float: left;
}

#gHeader .hInner .lBox .naviUl > li {
	padding: 0 25px 0 10px;
	float: left;
	position: relative;
}

#gHeader .hInner .lBox .naviUl > li ul {
	position: absolute;
	top: 35px;
	left: 13px;
	width: 96px;
	z-index: 100;
	display: none;
	border-right: 1px solid rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	background-color: #fff;
}

#gHeader .hInner .lBox .naviUl > li ul li a {
	display: block;
	padding: 2px;
	font-size: 1.2rem;
	text-align: center;
}

#gHeader .hInner .lBox .naviUl > li ul li a:hover {
	background-color: #BEBEC1;
	color: #fff;
}

#gHeader .hInner .lBox .naviUl > li > a {
	display: block;
}

#gHeader .hInner .lBox .naviUl > .on > a {
	background: url("../../img/crista/icon14_over.png") no-repeat center top;
	background-size: 32px auto;
}

#gHeader .hInner .lBox .naviUl > .on > a img {
	visibility: hidden;
}

#gHeader .hInner .rBox {
	padding-top: 35px;
	float: right;
}

#gHeader .hInner .rBox .logo {
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 100;
}

.index #container {
	padding-top: 0;
}

.index #gHeader {
	padding: 0;
	margin-bottom: 0;
}

.index #gHeader h1 {
	position: fixed;
	top: 35px;
	right: 37px;
	z-index: 1000;
}

.backstretch img {
	transition: transform 6s;
	-webkit-transition: -webkit-transform 6s;
}

.backstretch img.active {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

@media all and (max-width: 700px) {
	#gHeader {
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	
	#gHeader .hInner {
		padding: 0 17px;
		max-width: inherit;
		box-sizing: border-box;
	}
	
	#gHeader .hInner .lBox {
		float: none;
		padding-left: 0;
		position: relative;
		/*z-index: 100;*/
	}
	
	#gHeader .hInner .rBox {
		display: none;
	}
	
	#gHeader .hInner .lBox h1 img {
		width: 43px;
	}
	
	#gHeader .hInner .lBox .naviUl {
		display: none;
	}
	
	#gHeader .title {
		width: auto;
		top: 19px !important;
		right: 57px !important;
		text-align: right;
		font-size: 1.8rem;
		font-family: Arial, Helvetica, "sans-serif";
	}
	
	.spMenu {
		position: fixed;
		top: 14px;
		right: 14px;
		z-index: 1000;
	}
	.navToggle {
		display: block;
		position: absolute;
		right: 8px;
		top: 8px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		z-index: 100;
		overflow: hidden;
		text-align: center;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	
	.navToggle.active {
		z-index: 99;
	}
	
   .navToggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 3px #fff;
		-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
		-moz-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
		-ms-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
		-o-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
		transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
		left: 6px;
	  }
		.navToggle span {
			border-color: #000; 
		}
	
	 .navToggle span:nth-child(1) {
		top: 9px;
		width: 18px;
		left: 12px; 
	}
	
     .navToggle span:nth-child(2) {
        top: 18px;
        width: 30px;
        left: 6px;
	}
	
     .navToggle span:nth-child(3) {
        top: 27px;
        width: 18px;
        left: 12px;
	}
	
	.navToggle.active span {
		transform: translateX(80px);
		-webkit-transform:translateX(80px);
	}
	
	.navToggle span:nth-child(1) {
	  transition-delay:0.1s;
	  -webkit-transition-delay:0.1s;
	}

	.navToggle span:nth-child(2) {
	}

	.navToggle span:nth-child(3) {
	  transition-delay:0.2s;
	  -webkit-transition-delay:0.2s;
	}
	
.menu-trigger, .close-trigger {
  position: fixed;
  top: 13px;
  right: 13px;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 99;
}
 .close-trigger.active {
}
.menu-trigger:hover .menu-trigger-bar:before, .close-trigger:hover .menu-trigger-bar:before {
  width: 100%;
}
.menu-trigger:hover .close-trigger-bar:before, .close-trigger:hover .close-trigger-bar:before {
  width: 100%;
}

.menu-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  margin-bottom: 6px;
  transform: rotate(-45deg);
  position: relative;
}
.menu-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.menu-trigger-bar.top {
  width: 50%;
}
.menu-trigger-bar.middle:before {
  left: auto;
  right: 0;
}
.menu-trigger-bar.bottom {
  width: 50%;
  margin-left: 50%;
}

.close-trigger-bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #222222;
  position: absolute;
  left: 0;
  top: 13px;
  transition: all 0.8s cubic-bezier(0.42, 0, 1, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 1, 1);
}
.close-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.close-trigger-bar.left {
  transform: translateX(100px) translateY(-100px) rotate(-45deg);
}
.close-trigger-bar.right {
  transform: translateX(-100px) translateY(-100px) rotate(45deg);
  top: 13px;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.active .close-trigger-bar.left {
  transform: translateX(0) translateY(0) rotate(-45deg);
}
.active .close-trigger-bar.right {
  transform: translateX(0) translateY(0) rotate(45deg);
}


.menu-bg {
	position: absolute;
	display: block;
	width: 200%;
	left: 50%;
	top: 50%;
	height: 40%;
	background-color: #fff;
	transition: transform cubic-bezier(0.860,  0.000, 0.070, 1.000) 0.8s,visibility cubic-bezier(0.860,  0.000, 0.070, 1.000) 0.8s;
	-webkit-transition: transform cubic-bezier(0.860,  0.000, 0.070, 1.000) 0.8s,visibility cubic-bezier(0.860,  0.000, 0.070, 1.000) 0.8s;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform-origin: center center;
	visibility: hidden;
}
.bg .menu-bg {
	background-color:#000;
}

.menu-bg.middle {
  transform: translate(-50%,-50%) rotate(-45deg) scaleY(0);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg) scaleY(0);
}
.active .menu-bg.middle {
  transform: translate(-50%,-50%) rotate(-45deg) scaleY(1);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg) scaleY(1);
  visibility: visible;
}

.menu-bg.top {
  top: 10%;
  transform: translate(-50%,-50%) rotate(-45deg) translateY(-220%);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg) translateY(-220%);
}

.menu-bg.top:after {
	content: "";
	display: block;
	width: 100%;
	height: 1000px;
	background: #fff;
	position: absolute;
	bottom: 0;
}
.bg .menu-bg.top:after {
	background-color:#000;
}

.active .menu-bg.top {
	transform: translate(-50%,-50%) rotate(-45deg) translateY(-28.5%);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg) translateY(-28.5%);
	visibility: visible;
}

.menu-bg.bottom {
	top: 90%;
	transform: translate(-50%,-50%) rotate(-45deg) translateY(220%);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg) translateY(220%);
}

.menu-bg.bottom:after {
	content: "";
	display: block;
	width: 100%;
	height: 1000px;
	background: #fff;
	position: absolute;
	top: 0;
}
.bg .menu-bg.bottom:after {
	background-color:#000;
}

.active .menu-bg.bottom {
	transform: translate(-50%,-50%) rotate(-45deg) translateY(28.5%);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg) translateY(28.5%);
	visibility: visible;
}
	
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}

#gNavi li {
}

@media all and (max-width: 700px) {
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (max-width: 700px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (max-width: 700px) {
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (max-width: 700px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {

}

#pageTop {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
	display: none;
}

#pageTop a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    display: block;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%; 
}

#pageTop a:after {
      transform: rotate(-45deg);
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-top: 2px solid #000;
      border-right: 2px solid #000; 
}

#pageTop a:hover {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background: #000;
      color: #000; 
}

#pageTop a:hover:after {
	border-color: #fff; 
}

@media only screen and (max-width: 768px) {
    #pageTop {
      right: 10px;
      bottom: 10px;
	 }
}


@media all and (max-width: 700px) {
}


/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/

@media all and (max-width: 700px) {
}


/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#sideBar {
	width: 251px;
	float: left;
	text-align: center;
}

#sideBar .menuBox {
	display: block;
}

#sideBar .logo {
	margin-bottom: 145px;
	position: relative;
	z-index: 100;
}

#sideBar .logo a:hover img {
	opacity: 0.7;
}

#sideBar .naviUl {
	margin-left: 73px;
	position: relative;
	z-index: 10;
}

.menuBox .naviUl li,
#sideBar .naviUl > li {
	padding-bottom: 15px;
	font-size: 1.7rem;
	text-align: left;
	position: relative;
	font-family: 'YUMIN';
}

/*.menuBox .naviUl > li .txtSpan02,
#sideBar .naviUl > li .txtSpan02 {
	display: none;
}*/

.menuBox .naviUl > li .img,
#sideBar .naviUl > li .img {
	display: inline-block;
	width: 34px;
	vertical-align: 2px;
}

.menuBox .naviUl > li .img img,
#sideBar .naviUl > li .img img {
	vertical-align: middle;
}

.menuBox .naviUl > li a:hover,
#sideBar .naviUl > li a:hover {
	opacity: 0.7;
}

.menuBox .naviUl > li ul,
#sideBar .naviUl > li ul {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 80px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: none;
	z-index: 999;
}

.menuBox .naviUl > li ul li,
#sideBar .naviUl > li ul li {
	padding-bottom: 0;
	font-size: 1.2rem;
	text-align: center;
}

.menuBox .naviUl > li ul li a,
#sideBar .naviUl > li ul li a {
	display: block;
	padding: 4px 2px;
	background-color: #fff;
	font-family: 'YuGoth';
}

.menuBox .naviUl > li ul li a:hover,
#sideBar .naviUl > li ul li a:hover {
	opacity: 1;
	color: #fff;
	background-color: #BEBEC1;
}

.topBox .jsBox {
	padding-left: 251px;
	position: relative;
}

.topBox .jsBox .bg {
	position: absolute;
	bottom: -1px;
	left:251px;
}

.topBox .jsBox .fooUl li {
	float: left;
	position: relative;
}
.topBox .menuBox {
	display: block;
}
.topBox .jsBox .fooUl li span {
	position: absolute;
	bottom: 0;
	left: 0;
}

#main .topText {
	margin-left: 60px;
}

#main .topSection {
	margin-bottom: 150px;
	position: relative;
}

#main .topSection .arrow {
	margin-left: -37px;
	padding: 1% 0 30px;
	text-align: center;
}

#main .topSection .arrow a:hover img {
	opacity: 0.7;
}

.index .content {
	max-width: 1250px;
	margin: 0 auto 80px;
	padding: 0 20px;
}

.index .content .jsBox02 {
	margin-bottom: 65px;
	overflow: hidden;
}

.index .content .jsBox02 .foo {
	width: 100%;
}

.index .content .jsBox02 .foo li {
	margin: 0 0 21px 0;
	float: left;
	width: 55.36%;
	max-width: 692px;
}

.cls_recommendmenu > div a:after {
	content: "";
	padding-bottom: 17.15%;
	display: block;
}

.index .content .jsBox02 .foo li:first-of-type {
	margin-right: 1.68%;
	width: 42.96%;
	max-width: 537px;
}

.index .content .jsBox02 .foo li:first-of-type a:after {
	padding-bottom: 100%;
}

.index .content .jsBox02 .foo li a:hover img {
	opacity: 0.7;
}
.index .content .jsBox02 .flex-control-nav {
	bottom: -12px;
	text-align: right;
	height: 20px;
}
.index .content .jsBox02 .flex-control-paging li {
	margin: 0 0 0 10px;
	vertical-align: top;
}
.index .content .jsBox02 .flex-control-paging li a {
	width: 20px;
	height: 20px;
	font-size: 0;
	text-indent: -9999px;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: none;
}
.index .content .jsBox02 .flex-control-paging li .flex-active {
	background: #000;
}

.cls_recommendmenu {
	float: left;
	cursor: pointer;
	position: relative;
}

.cls_recommendmenu > div {
    width: 100%;
    height: 100%;
    position: relative;
	overflow: hidden;
}

#printTop .cls_recommendmenu > div {
  overflow: hidden;
}

.cls_recommendmenu > div img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;

}

.cls_recommendmenu:first-of-type > div img {
	top:0;
	bottom:0;
	height:100%;
	width:auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.cls_recommendmenu > div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 0;
	background: #47494D;
	z-index: 2;
}
.cls_recommendmenu.start > div:before {
	transition: width linear 0.3s,height linear 0.3s;
	-webkit-transition: width linear 0.3s,height linear 0.3s;
}

.cls_recommendmenu.start.down > div:before {
	height: 100%;
}

.cls_recommendmenu.start.right > div:before {
	width: 100%;
}
.cls_recommendmenu.start > div.right:before {
	left: auto;
	right: 0;
	width: 0;
	transition: width linear 0.3s,height linear 0.3s;
	-webkit-transition: width linear 0.3s,height linear 0.3s;
}

.cls_recommendmenu.start > div.hide:before {
	height: 0;
	right: auto;
	left: 0;
}

.cls_recommendmenu > div:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
}
.cls_recommendmenu.start > div.right:after {
	width: 0;
}
.cls_recommendmenu.start > div.hide:after {
	width: 100%;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}

.index .newsBox {
	margin-bottom: 100px;
	display: table;
	width: 100%;
}

.index .newsBox h2 {
	padding: 34px 0;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 218px;
	font-size: 4.1rem;
	border-right: 3px solid #000;
	box-sizing: border-box;
	font-weight: normal;
	font-family: 'YUMIN';
}

.index .newsBox h2 img {
	margin-right: 20px;
	vertical-align: -13px;
}

.index .newsBox .textBox {
	padding: 10px 50px 5px 25px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	position: relative;
	background: url("../../img/crista/line.png") no-repeat right bottom 10px;
	background-size: 34px auto;
}

.index .newsBox .textBox p {
	font-size: 1.8rem;
	line-height: 2;
}

.index .newsBox .textBox p a {
	color: #FF0000;
}

.index .newsBox .textBox p a:hover {
	opacity: 0.7;
}

.index .newsBox .textBox .more {
	display: none;
}

.index .newsBox .textBox .link {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10;
	background-color: #fff;
}

.index .newsBox .textBox .link img {
	vertical-align: bottom;
}

.index .newsBox .textBox .link a:hover {
	opacity: 0.7;
}

.index .newsBox .textBox .link:after {
	width: 34px;  
	height: 20px;
	background-color: #fff;
	position: absolute;  
	top: -20px;
	right: 0;  
	content: ""; 
}

.index .btmLink {
	text-align: center;
	padding-bottom: 1rem;
}

.index .btmLink a:hover img {
	opacity: 0.7;
}

.menuBox {
	display: none;
}

@media all and (max-width: 700px) {
	.index #gHeader {
		display: none;
	}

	.index .btmLink img {
		width: 95px;
	}

	#sideBar {
		width: auto;
		float: none;
		text-align: left;
		z-index: 100;
		position: relative;
	}
	
	#sideBar .logo {
		position: absolute;
		top: 0;
		left: 20px;
		margin-bottom: 0;
		z-index: 10;
	}

	#sideBar .logo img {
		width: 43px;
	}
	
	.menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: block;
		z-index: 90;
		visibility: hidden;
	}
	.menuBox.active {
		visibility: visible;
	}	
	.menuBox .btmLogo {
		position: absolute;
		bottom: 20px;
		right: 10px;
	}
	
	.menuBox .menuLogo {
		position: absolute;
		left: 17px;
		top: 0;
		opacity: 0;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		transition: all cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.6s;
		-webkit-transition: cubic-bezier(0.165, 0.840, 0.440, 1.000)  0.6s;
	}
	
	.menuBox .menuLogo img {
		width: 43px;
	}
	
	.menuBox.active .menuLogo {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}
	
	.menuBox .naviUl,
	#sideBar .naviUl {
		display: block !important;
		margin: 150px 20px 0 34%;
		opacity: 0;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		transition: all cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.6s;
		-webkit-transition: cubic-bezier(0.165, 0.840, 0.440, 1.000)  0.6s;
	}
	.menuBox.active .naviUl,
	#sideBar .active .naviUl {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}	
	.menuBox .naviUl > li ul,
	#sideBar .naviUl > li ul {
		border: none;
		width: auto;
	}
	
	.menuBox .naviUl > li ul li,
	#sideBar .naviUl > li ul li {
		text-align: left;
	}
	
	.menuBox .naviUl > li ul li a,
	#sideBar .naviUl > li ul li a {
		font-size: 1.5rem;
		color: #020202 !important;
		background-color: #fff !important;
	}
	
	#gHeader .hInner .lBox .naviUl {
		float: none;
		padding: 0;
	}

	.topBox .jsBox {
		padding: 0;
	}
	
	.topBox .jsBox .bg {
		left: 0;
	}
	
	.topBox .jsBox .bg img {
		width: 68px;
	}
	
	.topBox .jsBox .fooUl li > img {
		width: 100%;
	}

	.topBox .jsBox .fooUl li span img {
		width: 64px;
	}
	
	.topBox .jsBox .fooUl {
		height: 200px !important;
	}
	
	#main .topBox {
		margin-bottom: 32px;
		position: relative;
	}
	
	.topBox .jsBox .fooUl {
		height: 180px !important;
	}

	#main .topText {
		margin: 0;
		font-size: 1.9rem;
		text-align: center;
		line-height: 1.75;
	}
	
	#main .topText img {
		width: 175px;
	}

	#main .topSection .arrow {
		display: none;
	}

	.index .content {
		width: auto;
		margin: 0 50px 20px;
		padding: 0;
	}
	
	.index .content .jsBox02 .foo {
		margin: 0;
	}
	
	.index .content .jsBox02 .foo li {
		float: none;
		margin: 0 0 9px;
		width: auto;
	}

	.index .content .jsBox02 .foo li:first-of-type {
		margin-right: 0;
		width: auto;
	}
	.index .content .jsBox02 .foo li:first-child {
		margin: 0 52px 30px;
	}

	.index .content .jsBox02 .foo li img {
		width: 100%;
	}
	.index .content .jsBox02 .flex-control-nav {
		bottom: -3px;
		height: 7px;
	}
	
	.index .content .jsBox02 .flex-control-paging li {
		margin-left: 3px;
	}
	.index .content .jsBox02 .flex-control-paging li a {
		width: 7px;
		height: 7px;
	}
	#main .topSection {
		margin-bottom: 41px;
	}
	
	.index .content .jsBox02 {
		margin-bottom: 8px;
	}
	
	.index .newsBox h2 {
		padding: 7px 0;
		width: 38px;
		font-size: 1rem;
		text-align: left;
		border-width: 1px;
	}
	
	.index .newsBox h2 img {
		margin: 0 0 5px 3px; 
		vertical-align: middle;
		width: 18px;
		display: block;
	}
	
	.index .newsBox .textBox {
		padding: 0 20px 0 15px;
		background-size: 13px auto;
		background-position: right bottom 4px;
	}
	
	.index .newsBox .textBox p {
		font-size: 0.9rem;
	}
	
	.index .newsBox .textBox .link {
		top: 5px;
	}
	
	.index .newsBox .textBox .link img {
		width: 13px;
		display: block;
	}
	
	.index .newsBox .textBox .link:after {
		width: 13px;
	}
	
	.index .newsBox {
		margin-bottom: 35px;
	}
	
	.index .btmLink a img {

	}
	
	
	
}
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.category {
	min-width: inherit;
}

#main .cateUl li {
	float: left;
	width: 20%;
	height: 20vw;
}

#main .cateUl li > a {
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}

#main .cateUl li > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

#main .cateUl li a {
	display: block;
	height: 100%;
	position: relative;
}

#main .cateUl li .pBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 30% 0 0.8vh 20px;
	box-sizing: border-box;
	background: url("../../img/crista/bg.png") repeat-x left bottom -3px;
	background-size: 100% auto;
}

#main .cateUl li .pBox:after {
	width: 103px;  
	height: 108px;
	background: url("../../img/crista/img.png") no-repeat left bottom;
	background-size: 103px 108px;
	position: absolute;  
	bottom: 31%;
	left: 0;  
	content: "";
	display: none;
}

#main .cateUl li .pBox p {
	font-size: 0.9vw;
	font-weight: bold;
	position: relative;
	z-index: 10;
	color:#363636;
}

#main .cateUl li .pBox p span {
	display: block;
}

#main .cateUl li .inner {
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: rgba(255,255,255,0.7);
}

#main .cateUl li .inner .subInner {
	display: table;
	width: 100%;
	height: 100%;
}

#main .cateUl li .inner .star {
	position: absolute;
	top: 12px;
	right: 15px;
}

#main .cateUl li .inner .sub {
	padding-bottom: 50px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	position: relative;
}

#main .cateUl li .inner .sub p {
	margin-bottom: 2px;
}

#main .cateUl li .inner .sub p:last-child {
	margin-bottom: 0;
}

#main .cateUl li .inner .sub .txt {
	font-size: 2.2rem;
	font-weight: bold;
	color:#363636;
}

#main .cateUl li .inner .sub .redP {
	color: #FF0000;
	font-size: 1.6rem;
}

#main .cateUl li a:hover .inner {
	opacity: 1;
}

@media all and (max-width: 1250px) {
	#gHeader .hInner .lBox .naviUl {
		padding-left: 20px;
	}
	
	#gHeader .hInner .lBox .naviUl > li {
		padding-right: 10px;
	}
	
	#main .cateUl li {
		width: 25%;
		height: 25vw;
	}
	
	#main .cateUl li .pBox {
		padding: 30% 0 6px 10px;
        background-size: 120% auto;
	}
	
	#main .cateUl li .pBox:after {
		width: 70px;
		height: 75px;
		background-size: 70px auto;
	}
	
	#main .cateUl li .pBox p {
		font-size: 1.2vw;
	}
	
	#main .cateUl li .pBox p span {
		margin-bottom: 5px;
		/*font-size: 1.3rem;*/
		line-height: 1;
	}
	
	#main .cateUl li .inner .sub {
		padding-bottom: 20px;
	}
	
	#main .cateUl li .inner .sub .txt {
		font-size: 1.8rem;
	}
	
	#main .cateUl li .inner .sub .redP {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 830px) {
	#gHeader .title {
		top: 40px;
		right: 180px;
	}
}
@media all and (max-width: 700px) {
	.category #gHeader .title img {
		width: auto;
		height: 19px;
	}
	
	#main .cateUl li {
		width: 50%;
		height: 50vw;
	}
	
	#main .cateUl li .pBox {
		padding: 35% 5px 2px 8px;
		background-image: url("../../img/crista/sp_bg.png");
		background-size: 216% auto;
	}
	
	#main .cateUl li .pBox:after {
		width: 50px;
		height: 52px;
		background-size: 50px 52px;
	}
	
	#main .cateUl li .pBox p {
		font-size: 0.9rem;		
		line-height: 2;
	}
	
	#main .cateUl li .pBox p span {
		margin-bottom: 1px;
	}
	
	#main .cateUl li .inner {
		display: none;
	}
}

@media all and (max-width: 374px) {
	#main .cateUl li .pBox p {
		font-size: 0.7rem;		
	}
	
	.category #gHeader .title img {
		height: 15px;
	}
}

/*------------------------------------------------------------
	category02
------------------------------------------------------------*/
.comCateCover {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	display: none;
}
.comCate {
	padding-top: 142px;
	position: absolute;
	min-height: 683px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 5px #999;
	display: none;
}

.comCate .lBox {
	position: absolute;
	left: 0;
	top: 156px;
	max-width: 273px;
	width: 15%;
}

.comCate .lBox .fooUl li {
	display: none;
	position: relative;
}

.comCate .lBox .fooUl li .img {
	border-radius: 0 440px 440px 0;
	margin-left: -80%;
	display: block;
	width: 440px;
	height: 440px;
	overflow: hidden;
}

.comCate .lBox .fooUl li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
	font-family: "object-fit: cover;";
}

.comCate .lBox .fooUl li .txtImg {
	margin-right: -12px;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	right: 0;
	height: 100%;
	z-index: 10;
}

.comCate .lBox .fooUl li .txtImg img {
	width: auto;
	height: 100%;
	max-width: inherit;
}

.comCate .mBox {
	padding: 0 29% 0 19.3%;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.comCate .mBox .inner {
	max-width: 1180px;
	margin: auto;
	overflow: hidden;
}

.comCate .mBox .ttl {
	margin-bottom: 18px;
}

.comCate .mBox .ttl span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.comCate .mBox .ttl span img {
	display: block;
}

.comCate .mBox .ttl span:after {
	margin-top: -3px;
	width: 9999px;  
	height: 1px;
	border-bottom: 1px solid #000;
	position: absolute;  
	top: 50%;
	left: 100%;  
	content: "";
	z-index: -1; 
}

.comCate .mBox .list > li {
	max-width: 300px;
	width: 31%;
	float: left;
}

.comCate .mBox .list > li:last-child {
	padding-left: 6%;
	max-width: 320px;
	width: 32%;
}

.comCate .mBox .list > li ul li {
	padding-bottom: 11px;
	font-size: 0.93vw;
}

.comCate .mBox .list > li p {
	margin-bottom: 5px;
	font-size: 1.0vw;
	font-weight: bold;
	font-family: 'YUMIN';
}

.comCate .mBox .list > li ul li ul {
	margin-left: 20px;
}

.comCate .mBox .list > li ul li ul li {
	padding-bottom: 9px;
}
.comCate .mBox .list > li a:hover {
	color: #00ACFF;
}

.comCate .rBox {
	position: absolute;
	top: 137px;
	right: 94px;
	max-width: 360px;
	width: 19%;
}

.comCate .rBox .photoList li a > img {
	width: 100%;
}

.comCate .rBox .photoList li {
	padding-top: 19px;
}

.comCate .rBox .photoList li a {
	position: relative;
	display: block;
}

.comCate .rBox .photoList li a:after {
	content: '';
	padding-bottom: 28.5%;
	display: block;
}

.comCate .rBox .photoList li a > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.comCate .rBox .photoList li .txtSpan {
	display: block;
	width: 100%;
	padding: 1px 0;
	position: absolute;
	height: 32px;
	top: -0;
	left: 0;
	box-sizing: border-box;
	background: url("../../img/ogawamine/bg01.png") no-repeat left bottom;
	background-size: auto 32px;
}

.comCate .rBox .photoList li a:hover img {
	opacity: 0.7;
}

.comCate .subCate {
	margin-bottom: 30px;
}

.comCate .number {
	max-width: 615px;
	position: absolute;
	bottom: 35px;
	right: 0;
	padding-right: 94px;
	width: 34%;
}

.comCate .number .sub {
	display: table;
	width: 100%;
}

.comCate .number .sub .imgBox {
	width: 78px;
	text-align: left;
	vertical-align: bottom;
	display: table-cell;
}

.comCate .number .sub img {
	width: 100%;
	vertical-align: bottom;
}

.comCate .number .sub .inputBox {
	display: table-cell;
	text-align: right;
	padding: 4px 0 0 16px;
	vertical-align: bottom;
}

.comCate .number .sub input {
	padding: 6px 30px;
	font-size: 2.2rem;
	border: none;
	width: 100%;
	box-sizing: border-box;
	background: url("../../img/crista/icon15.png")  no-repeat left center;
	background-size: 16px auto;
	border-bottom: 2px solid #000;
}

.comCate .number p {
	font-size: 1.9rem;
	color: #BDBEBF;
	font-weight: 500;
	text-align: right;
}

@media all and (min-width: 1921px) {
	.comCate .mBox .list > li ul li {
		font-size: 1.8rem;
	}
	
	.comCate .mBox .list > li p {
		font-size: 2rem;
	}
}

@media all and (max-width: 1800px) {
	.comCate .lBox .fooUl li .img {
		width: 24vw;
		height: 24vw;
	}
}


@media all and (min-width: 751px) and (max-width: 1200px) {
	.comCate .mBox .list {
		columns:100px 2;
		-webkit-columns:100px 2; /* Safari and Chrome */
		-moz-columns:100px 2; /* Firefox */
	}
	
	.comCate .mBox .list > li:last-child {
		padding-left: 0;
		margin-left: -20px;
	}

	.comCate .number {
		padding-right: 94px;
		width: 19%;
		bottom: 5%;
	}

	.comCate .number .sub:after {
		display: none;
	}

	.comCate .number .sub .imgBox {
		width: 55px;
	}
}
	

@media all and (min-width: 701px) and (max-width: 1200px) {
	.comCate {
		min-height: 620px;
	}
	.comCate .mBox {
		padding-right: 33%;
	}
		
	.comCate .subCate {
		position: relative;
	}
	
	.comCate .lBox {
		top: 0;
	}
	
	.comCate .mBox .ttl {
		font-size: 1.8rem;
	}	
	.comCate .mBox .list {
		columns:100px 2;
		-webkit-columns:100px 2; /* Safari and Chrome */
		-moz-columns:100px 2; /* Firefox */
	}
	
	.comCate .mBox .list {
		-moz-column-gap:5px; /* Firefox */
		-webkit-column-gap:5px; /* Safari and Chrome */
		column-gap:5px;
	}
	
	.comCate .mBox .list > li {
		padding: 0 !important;
		width: auto !important;
	}
	.comCate .mBox .list > li:last-child {
		margin-left: 0;
	}
 	
	.comCate .mBox .list > li ul li {
		padding-bottom: 6px;
		font-size: 1.4rem;
	}
	
	.comCate .mBox .list > li p {
		font-size: 1.5rem;
	}
	
	.comCate .rBox {
		right: 40px;
		width: 23.5%;
		top: 0;
	}

	.comCate .rBox .photoList {
		margin-top: 9px;
	}

	.comCate .rBox .photoList li {
		padding-top: 10px;
	}
	
	.comCate .rBox .photoList li .txtSpan {
		height: 25px;
		background-size: auto 25px;
	}
	
	.comCate .rBox .photoList li .txtSpan img {
		width: auto;
		height: 15px;
	}
	
	
	.comCate .number {
		padding-right: 40px;
		width: 24%;
		bottom: 0;
	}

	.comCate .number .sub:after {
		display: none;
	}

	.comCate .number .sub .imgBox {
		width: 55px;
	}
	
	.comCate .number .sub input {
		padding: 6px 22px;
		font-size: 1.3rem;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		background-size: 11px auto;
	}
	
	.comCate .number .sub .inputBox {
		padding-left: 12px;
	}
	
	.comCate .number p {
		font-size: 1.3rem;
	}
}


@media all and (max-width: 700px) {
	.comCate {
		padding: 0;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		min-height: inherit;
		left: 0;
		bottom: 0;
		overflow-y: scroll;
		width: auto;
		box-shadow: none;
	}
	
	.comCateCover {
		position: fixed;
		left: auto;
		top: 13px;
		right: 13px;
		display: block;
		width: 28px;
		height: 28px;
		cursor: pointer;
		z-index: 1001;
		display: none;
	}
	
	.comCateCover:before {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		top: 13px;
		background-color: #222222;
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	
	.comCateCover:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		top: 13px;
		background-color: #222222;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
	
	.comCate .subCate {
		padding: 97px 32px 0;
		margin-bottom: 0;
	}
	
	.comCate .cateLogo {
		position: absolute;
		top: 0;
		left: 17px;
	}
	
	.comCate .cateLogo img {
		width: 43px;
	}
	
	.comCate .number {
		margin-bottom: 23px;
		position: relative;
		max-width: inherit;
		bottom: auto;
		right: auto;
		padding: 0;
		width: auto;
	}
	
	.comCate .number .sub .imgBox {
		max-width: inherit;
		width: 50px;
	}
	
	.comCate .number .sub .inputBox {
		padding-left: 10px;
	}
	
	.comCate .number .sub input {
		padding: 3px 20px;
		font-size: 1.8rem;
		border-radius: 0;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		background-size: 11px auto;
	}
	
	.comCate .number p {
		font-size: 1.5rem;
	}
	
	.comCate .rBox {
		margin: 0 42px 35px;
		position: relative;
		top: auto;
		right: auto;
		max-width: inherit;
		width: auto;
	}
	
	.comCate .rBox .photoList li {
		padding-top: 12px;
	}
	
	.comCate .rBox .photoList li .txtSpan {
		height: 28px;
		top: -3px;
		background-size: 98px 28px;
	}
	
	.comCate .rBox .photoList li .txtSpan img {
		width: auto;
		height: 15px;
	}
	
	.comCate .lBox {
		display: none;
	}
	
	.comCate .mBox {
		padding: 0;
	}
	
	.comCate .mBox .ttl {
		margin-bottom: 29px;
		font-size: 1.7rem;
	}
	
	.comCate .mBox .ttl span {
		padding-right: 10px;
	}
	
	.comCate .mBox .ttl span:after {
		margin-top: 0;
	}
	
	.comCate .mBox .list {
		margin: 0 30px;
	}
	
	.comCate .mBox .list > li {
		width: auto !important;
		float: none !important;
	}
	
	.comCate .mBox .list > li ul li {
		font-size: 1.4rem;
	}
	
	.comCate .mBox .list > li:last-child {
		padding: 0;
		margin-left: -10px;
	}
	
	.comCate .mBox .list > li p {
		font-size: 1.7rem;
	}
	
	.comCate .mBox .list > li ul li ul {
		margin-left: 12px;
	}
}

/*------------------------------------------------------------
	crista/products.html
------------------------------------------------------------*/
#main .productBox {
	padding-top: 17px;
	max-width: 1540px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px 35px;
	overflow: hidden;
	box-sizing: border-box;
}

#main .productBox .prev {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 10;
}

#main .productBox .next {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 10;
}

#main .productBox .lBox {
	padding: 0 25px 0 60px;
	width: 52%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

#main .productBox .lBox p {
	padding-top: 20px;
	font-size: 1.1rem;
	position: absolute;
	bottom: -20px;
	left: 135px;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  #main .productBox .lBox p {
	bottom: -23px;
}
}

#main .productBox .lBox .smallBox {
	width: 55px;
	position: absolute;
	left: 56px;
	bottom: 0;
	height: 100%;
}

#main .productBox .lBox .smallBox ul {
	max-width: 55px;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}

#main .productBox .lBox .smallBox .slick-slider .slick-track {
	height: 100% !important;
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
}

#main .productBox .lBox .smallBox .slick-slider .slick-list {
	height: 100% !important;
}

#main .productBox .lBox .smallBox li {
	width: 55px;
	height: 8.5vh;
	padding-top: 10px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

#main .productBox .lBox .smallBox li.slick-current {
	opacity: 0.5;
}

#main .productBox .lBox .smallBox li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

#main .productBox .lBox .bigBox {
	padding-left: 73px;
	box-sizing: border-box;
}

#main .productBox .lBox .bigBox .photo {
	position: relative;
	overflow: hidden;
}

#main .productBox .lBox .bigBox .photo img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
	
#main .productBox .rBox {
	padding: 0 127px 0 25px;
	width: 47%;
	height: 100%;
	float: right;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

#main .productBox .rBox .bigBox .slick-slide > img {
	width: 100%;
}

#main .productBox .rBox .pBox {
	
}

#main .productBox .rBox .smallBox {
	width: 65px;
	position: absolute;
	top: 0;
	right: 43px;
}

#main .productBox .rBox .smallBox .smallList .slick-list,
#main .productBox .rBox .smallBox .smallList .slick-track {
	height: auto !important;
	overflow: visible !important;
}

#main .productBox .rBox .smallBox li {
	margin-bottom: 10px;
	float: left;
	max-width: 64px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#main .productBox .rBox .smallBox li:after {
	display: block;
	content: '';
	padding-bottom: 100%;
}

#main .productBox .rBox .smallBox li:after {
	display: block;
	content: '';
	padding-bottom: 100%;
}

#main .productBox .rBox .smallBox li img {
	width: 100%;
    height: 100%;
    position: absolute;
}

#main .productBox .rBox .smallBox li.slick-current {
	opacity: 0.5;
}

#main .productBox .rBox .bigBox .photo {
	margin-bottom: 10px;
	position: relative;
}

#main .productBox .rBox .bigBox .photo .fancybox img {
	display: block;
	width: auto;
	height: 100%;
  max-width: inherit;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

#main .productBox .rBox .bigBox .photo .slider {
	position: relative;
	overflow: hidden;
}

#main .productBox .rBox .bigBox .photo .slider > a:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}

#main .productBox .rBox .bigBox .photo span {
	position: absolute;
	top: 20px;
	right: 18px;
}

#main .productBox .rBox .bigBox .photo .slider > img {   
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	font-family: "object-fit: cover;";
}

#main .productBox .rBox .pBox {
	margin-top: 12px;
	margin-bottom: 47px;
}

#main .productBox .rBox .shopBox a {
	display: block;
	float: right;
}

#main .productBox .rBox .shopBox a img {
	display: block;
}

#main .productBox .rBox .shopBox a:hover img {
	opacity: 0.7;
}

#main .productBox .rBox #orderBox {
	border-right:1px solid #767676;
	border-bottom:1px solid #767676;
	margin-top:-1px;
	width:100%;
	box-sizing: border-box;
	padding:0 33px;
}

#main .productBox .rBox #orderBox h4 {
	text-align: center;
	padding:23px 0 15px;
}

#main .productBox .rBox .orderWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	color:#5F5E5E;
	line-height: 1;
	padding:9px 25px;
	border-bottom:1px solid #c9c9c9;
}

#main .productBox .rBox .orderWrap .orderNo {
	box-sizing: border-box;
	color:#fff;
	width:19px;
	height:19px;
	padding-top:3px;
	text-align:center;
	background-color:#767676;
	font-size:1.5rem;
	flex: 0 0 auto;
}

@media all and (-ms-high-contrast:none){
	#main .productBox .rBox .orderWrap .orderNo {
		padding-top:5px;
	}
}

#main .productBox .rBox .orderWrap .orderBody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width:calc(100% - 19px);
}

#main .productBox .rBox .orderWrap .orderBody .cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

#main .productBox .rBox #orderBox .txt {
	font-size: 1.3rem;
}

#main .productBox .rBox #orderBox .txt02 {
	font-size: 1.3rem;
	color:#000;
	vertical-align: baseline;
}

#main .productBox .rBox #orderBox .en {
	font-size: 1.0rem;
	color:#8E8E8E;
}

#main .productBox .rBox .orderWrap .orderBody .cell .txt {
	padding:0 5px 0 15px;
}

#main #orderBox input[type="text"],
#main #orderBox input[type="number"] {
    width: 50px;
    text-align: right;
    font-size: 1.6rem;
    vertical-align: middle;
    /* height: 22px; */
    box-sizing: border-box;
    border: 1px solid #8E8E8F;
}

#main #orderBox input[type="text"] {
	padding-right: 5px;
}

#main #orderBox select {
	padding-right: 10px;
	padding-left: 2px;
    width: 60px;
    /* height: 22px; */
    border-radius: 0;
    font-size: 1.6rem;
    margin-left: 0;
    text-align: center;
    border: 1px solid #8E8E8F;
	line-height: 1.4;
	vertical-align: middle;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: url(../../img/crista/select_bg.png) no-repeat right 4px center;
	background-size: 7px auto;
}

#main #orderBox .sample [type="text"] {
    width: 25px;
}

#errorBox {
	float:left;
	color:#ff0000;
	font-size:10px;
	margin-top:8px;
	margin-bottom: 15px;
	width:calc(100% - 40px);
}

#btnAddOrder {
	float: right;
	margin-top:8px;
	margin-right:25px;
	margin-bottom:3px;
}

#btnAddOrder img:hover {
	cursor: pointer;
}

#orderBox .sample {
	text-align: center;
	font-size:1.6rem;
}

#orderBox .sample span,
#orderBox .sample label,
#orderBox .sample input {
	vertical-align: middle;
}

#orderBox .sample input[type=checkbox] {
	margin-left:15px;
}

#orderBox .sample input[type=text] {
	margin-left:7px;
}

#orderBox .sample input[type=text] + .txt02,
#orderBox .sample input[type=checkbox] + .txt02 {
	padding-left:5px;
}

#btnAddCart {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	display: block;
	width:131px;
	margin:35px auto 30px;
}

#btnAddCart:hover {
	opacity: 0.7;
}

@media all and (min-width: 1301px) and (max-width: 1400px) {
	#main .productBox .rBox #orderBox {
		padding:0 10px;
	}
}

@media all and (min-width: 1301px) { 
	#main #orderTable .spHeader {
		display: none;
	}
}

@media all and (max-width: 1300px) { 
	#main .productBox .rBox .orderWrap .orderBody .cell .txt {
		display:none;
	}
	#main #orderTable .spHeader {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
		margin-top:25px;
		margin-bottom:6px;
	}
	#main #orderTable .spHeader .cell:nth-child(2) {
		margin:0 10px;
	}
	#main .productBox .rBox .orderWrap {
		justify-content: center;
	}
	#main .productBox .rBox .orderWrap .orderBody {
		justify-content: center;
		width:auto;
	}
	#main .productBox .rBox #orderBox {
		padding:0 30px 0 12px;
	}
	#main .productBox .rBox .orderWrap .orderNo {
		margin-right:15px;
	}
	#main .productBox .rBox .orderWrap .orderBody .cell:nth-child(2) {
		margin-right:25px;
		margin-left:25px;
	}
	#btnAddOrder {
		margin-right:0;
		margin-bottom:20px;
	}
	#errorBox {
		width:calc(100% - 20px);
	}
}

@media all and (min-width: 701px) and (max-width: 800px) {
	#main .productBox .rBox #orderBox {
		padding:0 2px;
	}
	#main .productBox .rBox .orderWrap .orderNo {
		margin-right:10px;
	}
	#main .productBox .rBox .orderWrap .orderBody .cell:nth-child(2) {
		margin-right:15px;
		margin-left:15px;
	}
}
@media all and (min-width: 701px) and (max-width: 710px) {
	#main #orderTable .spHeader .cell:nth-child(2) {
		margin:0 5px;
	}
}


#main .productBox .rBox .pBox dl {
	margin-bottom: 11px;
	padding-bottom: 38px;
	border-bottom: 1px solid #5F5E5E;
}

#main .productBox .rBox .pBox dt {
	float: left;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}

#main .productBox .rBox .pBox dd {
	font-size: 1.3rem;
	padding-left: 4.2em;
}

#main .productBox .rBox .pBox p {
	font-size: 1.2rem;
	color: #1A1311;
	letter-spacing: -1px;
}

.products .fancybox-close {
	right: 15px;
	top: 15px;
	width: 35px;
	height: 35px;
	background: url("../../img/ogawamine/close.png") no-repeat center center;
	background-size: 35px auto;
}

#main .productBox #addOrder {
	cursor: pointer;
}

#main .productBox #btnAddCart {
	cursor: pointer;
}

@media all and (min-width: 701px) and (max-width: 1000px) { 
	#main .productBox {
		max-width: 870px;
	}
	
	#main .productBox .rBox {
		width: 48%;
		padding: 0 65px 0 20px; 
	}
	
	#main .productBox .rBox .smallBox {
		right: 20px;
		width: 35px;
	}
	
	#main .productBox .rBox .smallBox li {
		margin-bottom: 5px;
	}
	
	#main .productBox .lBox {
		width: 52%;
		padding: 0 20px 0 72px;
	}
	
	#main .productBox .lBox .bigBox {
		padding-left: 0;
	}
	
	#main .productBox .lBox .smallBox li {
		padding-top: 4px;
		height: 4.8vh;
	}
	
	#main .productBox .lBox .smallBox {
		left: 15px;
	}
	
	#main .productBox .lBox p {
		left: 70px;
	}

	#main .productBox .rBox .shopBox a img {
		width: 75px;
	}
	
	#main .productBox .rBox .pBox dl {
		padding-bottom: 6px;
		margin-bottom: 10px;
	}
	
	#main .productBox .rBox .pBox dt {
		font-size: 1.2rem;
	}
	
	#main .productBox .rBox .pBox dd {
		font-size: 1.2rem;
		padding-left: 5.2em;
	}
	
	#main .productBox .rBox .pBox p {
		font-size: 1.1rem;
	}
	
	#main .productBox .rBox .shopBox {
		margin-bottom: 12px;
	}

}

@media all and (min-width: 1001px) and (max-width: 1300px) { 
	#main .productBox {
		max-width: 1088px;
	}
	
	#main .productBox .rBox {
		padding-right: 80px;
		width: 47.7%;
	}
	
	#main .productBox .rBox .smallBox {
		right: 20px;
		width: 45px;
	}
	
	#main .productBox .lBox {
		padding-left: 85px;
		width: 52.3%;
	}
	
	#main .productBox .lBox .bigBox {
		padding-left: 0;
	}
	
	#main .productBox .lBox .smallBox {
		left: 28px;
		width: 40px;
	}
	
	#main .productBox .lBox .smallBox li {
		height: 6vh;
		padding-top: 7px;
	}
	
	#main .productBox .lBox p {
		left: 85px;
	}
	
	#main .productBox .rBox .pBox {
		margin-top: 17px;
	}
	
	#main .productBox .rBox .pBox dl {
		padding-bottom: 6px;
	}
	
}

/* IE */
@media all and (min-width: 701px) and (max-width: 758px) and (-ms-high-contrast: none) {
		#main .productBox .lBox p {
			bottom: -36px;
		}
}

@media all and (max-width: 700px) {
	.products .fancybox-close { 
		right: 10px;
		top: 10px;
		width: 17px;
		height: 17px;
		background-size: 17px auto;
	}
	
	#main .productBox {
		max-width: inherit;
		padding: 23px 37px 20px;
	}
	
	#main .productBox .prev {
		top: 18.2%;
		left: 10px;
		width: 18px;
	}
	
	#main .productBox .next {
		top: 18.2%;
		right: 10px;
		width: 18px;
	}
	
	#main .productBox .rBox {
		margin-bottom: 46px;
		padding: 0;
		max-width: inherit;
		width: auto;
		float: none;
	}
	
	#main .productBox .rBox .smallBox {
		width: auto;
		max-width: inherit;
		margin: 0 0 9px;
		float: none;
		position: relative;
		top: auto;
		right: auto;
	}
	
	#main .productBox .rBox .smallBox .slick-track,
	#main .productBox .rBox .smallBox .slick-list {
		height: auto !important;
	}
	
	#main .productBox .rBox .smallBox li {
		float: right;
		width: 35px  !important;
		margin: 0 0 0 5px;
	}
	
	#main .productBox .rBox .bigBox {
		width: auto;
		float: none;
		max-width: inherit;
	}
	
	#main .productBox .rBox .shopBox {
		margin-bottom: 21px;
	}
	
	#main .productBox .rBox .pBox {
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		padding: 0;
	}
	
	#main .productBox .rBox .pBox dl {
		border: none;
		padding-bottom: 13px;
	}
	
	#main .productBox .rBox .pBox dt {
		font-size: 1.6rem;
	}
	
	#main .productBox .rBox .pBox dd {
		font-size: 1.6rem;
	}
	
	#main .productBox .rBox .pBox p {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	
	#main .productBox .rBox .bigBox .photo img {
		width: 100%;
	}
	
	#main .productBox .rBox .bigBox .photo span {
		width: 33px;
		top: 8px;
		right: 8px;
	}
	
	#main .productBox .lBox {
		width: auto;
		max-width: inherit;
		float: none;
		padding: 0;
	}
	
	#main .productBox .lBox .bigBox {
		padding: 0;
		margin-bottom: 10px;
		width: auto;
		max-width: inherit;
		float: none;
	}
	
	#main .productBox .lBox .bigBox .photo img {
		width: 100%;
	}
	
	#main .productBox .lBox .smallBox {
		width: auto;
		float: none;
		max-width: inherit;
		position: relative;
		left: auto;
		bottom: auto;
	}
	
	#main .productBox .lBox .smallBox li {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	
	#main .productBox .lBox .smallBox ul {
		width: auto;
		max-width: inherit;
		height: auto;
		margin: 0 2px;
		display: block;
	}
	
	#main .productBox .lBox .smallBox ul li {
		float: left;
		width: 26% !important;
		margin: 18px 3.6666% 0;
		padding: 0;
		height: auto;
	}

	/*#main .productBox .lBox .smallBox ul li img {
		    width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
			max-width: inherit;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
	}

	#main .productBox .lBox .smallBox ul li:after {
		display: block;
		padding-bottom: 133%;
		content: '';
	}*/
	
	#main .productBox .lBox p {
		padding: 0;
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		text-align: center;
		transform: none;
		-webkit-transform: none;
	}
	
	#main .productBox .lBox .smallBox .slick-slider .slick-track {
		transform: none !important;
		-webkit-transform: none !important;
	}
	
}

/*------------------------------------------------------------
	order
------------------------------------------------------------*/
.order .content {
	margin: 0 auto;
	max-width: 1000px;
	padding: 60px 20px;
}

#main .headLine01 {
	margin-bottom: 55px;
	padding: 13px 10px 1px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
}

#main .headLine01 a {
	padding-left: 20px;
	font-size: 1.4rem;
	position: absolute;
	top: 15px;
	right: 20px;
	background: url("../../img/crista/icon20.png") no-repeat left 2px center;
	background-size: 14px auto;
	border-bottom: 1px solid #949494;
}

#main .headLine01 a:hover {
	opacity: 0.7;
}

.tableBox {
	margin: 0 100px 30px;
	padding: 22px 20px 20px;
	position: relative;
	background-color: #EDEDED;
}

.tableBox .link {
	position: absolute;
	top: 53.5%;
	right: 38px;
}

.tableBox .link a:hover img {
	opacity: 0.7;
}

.tableBox .ttl {
	font-size: 1.8rem;
	margin-bottom: 24px;
	text-align: center;
}

.tableBox .ttl span {
	font-size: 1.3rem;
	margin-left: 10px;
}

#main .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th {
	width: 25%;
	padding: 3px 10px;
	font-weight: normal;
	font-size: 1.6rem;
	color: #5F5E5E;
	text-align: right;
	vertical-align: top;
}

#main .comTable th > span {
	font-size: 1.2rem;
	color: #8E8E8E;
}

#main .comTable td {
	padding: 3px 10px 3px 27px;
	font-size: 1.9rem;
	color: #1A1311;
	text-align: left;
	vertical-align: top;
}

#main .tableBox02 {
	margin: 0 40px;
	padding: 23px 0px 0px;
	position: relative;
}
@media all and (max-width:700px) {
#main .tableBox02 {
	padding-bottom:43px;
	border-bottom: 2px dashed #B5B4B4;
}
}

.tableBox02 .link {
	position: absolute;
	top: 49%;
	right: 98px;
}

@media all and (min-width: 701px) {
#main .seeProducts {
	text-align: center;
	padding-bottom:43px;
	border-bottom: 2px dashed #B5B4B4;
	margin:40px 40px 0;
}
}

@media all and (max-width: 700px) {
#main .seeProducts {
	text-align: center;
	width:80px;
	margin:0 auto 18px;
}
}

#main .seeProducts a:hover img,
.tableBox02 .link a:hover img {
	opacity: 0.7;
}

#main .tableBox02 .comTable th {
	padding: 6px 10px 7px;
}

#main .tableBox02 .comTable th .textSpan {
	color: #FF0000;
	font-size: 1.8rem;
	margin-left: 4px;
}

#main .tableBox02 .comTable td {
	padding: 6px 10px 7px 27px;
	font-size: 1.6rem;
}

#main .tableBox02 .comTable td .errorSpan {
	display: inline-block;
	font-size: 1.5rem;
	color: #FF0000;
	vertical-align: bottom;
	margin-left: 10px;
}

#main .tableBox02 .comTable td .errorSpan02 {
	padding-right: 90px;
	max-width: 590px;
	margin-top: -15px;
	font-size: 1.4rem;
	color: #FF0000;
	line-height: 1.5;
	display: block;
}

#main .comTable input[type="text"] {
	width: 60px;
	padding-right: 5px;
	text-align: right;
	font-size: 2rem;
	vertical-align: middle;
	height: 26px;
	box-sizing: border-box;
	border: 1px solid #8E8E8F;
}

#main .comTable select {
	padding-right: 10px;
	width: 60px;
	height: 22px;
	border-radius: 0;
	font-size: 1.6rem;
	vertical-align: -2px;
	margin-left: 0;
	text-align: center;
	border: 1px solid #8E8E8F;
	line-height: 1.4;
	vertical-align: bottom;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	box-sizing: border-box;
	background: url("../../img/crista/select_bg.png") no-repeat right 4px center;
	background-size: 7px auto;
}

#main .comTable select.error {
	border-color: #ff0000;
}

select::-ms-expand { display: none; }

#main .comTable .wide01[type="text"] {
	width: 23px;
	margin-left: 5px;
	vertical-align: middle;
}

#main .tableBox03 {
	padding-bottom: 15px;
}

#main .tableBox04 {
	padding-top: 55px;
}

#main .tableBox02 .radioUl li {
	float: left;
	margin: 0 30px 10px 0;
}

#main .tableBox02 .list {
	margin: 25px 0 35px 20%;
	color: #FF0000;
	font-size: 1.5rem;
}

#main .tableBox02 .list li {
	padding-bottom: 3px;
	text-indent: -1em;
	padding-left: 1em;
}

#main .tableBox02 .title {
	margin: 0 35px 2px;
	font-size: 1.8rem;
	color: #5F5E5E;
}

#main .tableBox02 .textareaBox {
	margin: 0 48px 0 33px;
}

#main .tableBox02 textarea {
	padding: 10px;
	width: 100%;
	height: 181px;
	font-size: 1.8rem;
	color: #1A1311;
	box-sizing: border-box;
	border: 2px solid #C6C6C7;
}

#main .tableBox04 {
	border: none;
}

#main .submit {
	text-align: center;
}

#main .submit li {
	display: inline;
	margin: 0 5px;
}

#main .submit li input {
	cursor: pointer;
	border: none;
	font-family: Arial, Helvetica, "sans-serif";
}

#main .submit li input:hover {
	opacity: 0.7;
}

#main .tableBox02 .comTable td .txtSpan {
	margin-right: 10px;
	font-size: 2rem;
	vertical-align: -1px;
}

#main .tableBox02 .comTable td .confirmP {
	font-size: 1.8rem;
	line-height: 1.9;
	padding: 25px 0 24px 26%;
}

#main .submit02 li {
	margin: 0 22px;
}

#main .submit li a:hover img {
	opacity: 0.7;
}

#main .submit02 li input {
	padding: 0;
	background: none;
	height: auto;
}

#main .tableBox02 .price {
	display: none;
}

#main .confirmBox .tableBox02 {
	padding-bottom: 20px;
}

.order #main .tableBox02 .comTable td label {
	vertical-align: middle;
}

.order #main .tableBox02 .comTable td .textSpan {
	vertical-align: middle;
}

.order #main .tableBox02 .comTable td label input[type="checkbox"] {
	margin-top: 0;
	vertical-align: middle;
}

@media all and (-ms-high-contrast:none){
	#main .comTable select {
		font-family: Arial, Helvetica, "sans-serif";
	}
}

@media all and (max-width: 700px) {
	.order .content {
		max-width: inherit;
		margin: 0 20px 30px;
		padding: 0;
	}
	
	#main .headLine01 {
		margin-bottom: 27px;
		padding: 6px 7px;
		text-align: center;
		border-width: 1px;
		border-color: #BDBEBF;
	}
	
	#main .headLine01 a {
		padding-left: 15px;
		right: 10px;
		top: 7px;
		font-size: 0.9rem;
		background-size: 11px auto;
	}
	
	#main .headLine01 img {
		display: inline-block;
		vertical-align: middle;
	}
	
	.order #gHeader .title img {
		width: 50px;
	}
	
	.order #main .headLine01 {
		text-align: left;
	}
	
	.order #main .headLine01 img {
		width: 108px;
	}
	
	.order #main .ordervH2 img {
		width: 95px;
	}
	
	.tableBox {
		padding: 7px 10px 13px;
		margin: 0 17px 5px;
	}
	
	.tableBox .ttl {
		margin-bottom: 19px;
		font-size: 1.4rem;
	}
	
	.tableBox .ttl span {
		font-size: 0.8rem;
		vertical-align: middle;
	}
	
	#main .comTable {
		margin-bottom: 13px;
	}
	
	#main .comTable th {
		padding: 1px 10px 1px;
		font-size: 0.9rem;
		color: #343434;
	}
	
	#main .comTable th > span {
		color: #343434;
		font-size: 0.6rem;
	}
	
	#main .comTable td {
		padding: 1px 10px 1px 5px;
		width: 36%;
		font-size: 1rem;
	}
	
	.tableBox .link {
		position: relative;
		top: auto !important;
		right: auto !important;
		width: 25px;
		margin: 0 auto;
	}
	
	#main .tableBox02 {
		margin: 0 10px;
		border-width: 1px;
		padding: 18px 0 15px;
	}
	
	#main .tableBox02 .comTable th {
		padding: 5px 10px 5px 0;
		width: 27%;
		font-size: 1.3rem;
	}
	
	#main .tableBox02 .comTable th > span {
		font-size: 1.1rem;
	}
	
	#main .tableBox02 .comTable td {
		padding: 5px 0 5px 27px;
		padding-left: 5px;
		font-size: 1.1rem;
	}
	
	#main .comTable input[type="text"] {
		height: 21px;
		width: 46px;
		font-size: 1.1rem;
		line-height: 1.5;
		border-radius: 0;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	
	#main .comTable select {
		height: 17px;
		width: 45px;
		font-size: 1.1rem;
		text-align: left;
		padding-left: 5px;
		border-radius: 0;
		background-size: 5px auto;
	}

	.tableBox02 .link {
		position: relative;
		top: auto;
		right: auto;
		width: 25px;
		margin: 0 auto;
	}
	
	#main .tableBox02 label input {
		margin-top: -0;
		vertical-align: middle;
	}
	
	#main .comTable .wide01[type="text"] {
		width: 20px;
		margin-left: 2px;
		
		vertical-align: middle;
	}
	
	#main .tableBox04 {
		padding: 25px 0 0;
		position: relative;
	}
	
	#main .tableBox04 .comTable th {
		padding-right: 19px;
		width: 4%;
	}
	
	#main .tableBox02 .radioUl li {
		width: 48%;
		font-size: 1.6rem;
		margin: 0 0 12px;
	}
	
	#main .tableBox02 .radioUl li:nth-child(2n) {
		float: right;
	}
	
	#main .tableBox02 .list {
		margin: 0 7px;
		font-size: 1.2rem;
	}
	
	#main .tableBox02 .list li {
		padding-bottom: 0;
	}
	
	#main .tableBox02 .title {
		font-size: 1.2rem;
		margin: 0;
		text-indent: -1em;
		padding-left: 1em;
		padding-top: 7px;
	}
	
	#main .tableBox02 .textareaBox {
		margin: 0 0 25px;
		border-radius: 0;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	
	#main .tableBox02 textarea {
		border-width: 1px;
		font-size: 1.4rem;
		height: 122px;
		border-radius: 0;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	
	#main .submit li img,
	#main .submit li input {
		border-radius: 0;
		width: 52px;
	}
	
	#main .submit li input:hover {
		opacity: 1;
	}
	
	#main .tableBox02 .comTable td .errorSpan {
		font-size: 0.9rem;
		margin-left: 0;
		margin-right: -10px;
	}
	
	#main .tableBox02 .comTable td .txtSpan {
		font-size: 1.5rem;
		margin-right: 5px;
		vertical-align: -2px;
	}
	
	#main .tableBox04 .confirmTable th {
		width: 27%;
	}
	
	#main .tableBox04 .confirmTable td .txtSpan02 {
		font-size: 1.6rem;
	}
	
	#main .tableBox02 .comTable td .confirmP {
		font-size: 1.4rem;
		padding: 29px 5px 37px;
		line-height: 1.6;
	}
	
	#main .submit02 {
		padding-top: 12px;
	}
	
	#main .submit02 li img {
		width: 52px;
	}
	
	#main .confirmBox .tableBox02 {
		padding-bottom: 0;
	}
	
	.order #main .tableBox02 .comTable td label {
		vertical-align: 0;
	}
	
	
}

@media all and (max-width: 374px) {
	.tableBox02 .comTable th {
		font-size: 1.2rem;
	}
	
	.tableBox02 .comTable th > span {
		font-size: 0.8rem;
	}
	
	.tableBox02 .radioUl li {
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	watch
------------------------------------------------------------*/
.watch .content {
	margin: 0 auto;
	max-width: 1520px;
	padding: 0 20px 0;
	overflow: hidden;
}

.watch .content .title {
	margin-bottom: 40px;
	font-size: 2.5rem;
	overflow: hidden;
}

.watch .content .title a:hover img {
	opacity: 0.7;
}

.watch .content .title  span > img {
	vertical-align: -4px;
	margin-left: 5px;
}

.watch .content .title span {
	display: inline-block;
	padding-right: 15px;
	position: relative;
}

.watch .content .title a img {
	vertical-align: -2px;
	margin-left: 20px;
}

.watch .content .title span:after {
	width: 9999px;  
	height: 1px;
	margin-top: -2px;
	border-bottom: 1px solid #000000;
	position: absolute;  
	top: 50%;
	left: 100%;  
	content: "";
	z-index: -1; 
}

.watch .jsBox {
	margin-bottom: 65px;
}

.watch .jsBox .fooUl {
	margin: 0 60px;
}

.watch .jsBox .fooUl li {
	margin: 0 5px;
	float: left;
	width: 178px;
}

.watch .jsBox .fooUl li a {
	display: block;
	font-size: 2.1rem;
	text-align: center;
}

.watch .jsBox .fooUl li a img {
	display: inline-block !important;
}

.watch .jsBox .fooUl li a span {
	display: block;
	line-height: 1.15;
	margin-top: 17px;
}

.watch .jsBox .fooUl li a:hover {
	opacity: 0.7;
}

.watch .jsBox .slick-arrow {
	text-indent: -9999px;
	width: 37px;
	height: 45px;
	margin-top: -14px;
	border: none;
	position: absolute;
	cursor: pointer;
}

.watch .jsBox .slick-prev {
	top: 50%;
	left: -50px;
	margin-top: -45px;
	background: url("../../img/crista/prev02.png") no-repeat;
	background-size: 37px auto;
}

.watch .jsBox .slick-next {
	top: 50%;
	right: -50px;
	margin-top: -45px;
	background: url("../../img/crista/next02.png") no-repeat;
	background-size: 37px auto;
}

@media all and (max-width: 1250px) {
	.watch .jsBox .fooUl li a {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 700px) {
	.watch .jsBox { 
		margin-bottom: 25px;
	}
	
	.watch .content {
		padding: 22px 0 0;
		margin: 0 20px;
		max-width: inherit;
	}
	
	.watch .content .title {
		margin-bottom: 32px;
		font-size: 1.6rem;
	}
	
	.watch .content .title span {
		padding-right: 10px;
	}
	
	.watch .content .title span > img {
		width: 65px;
	}
	
	.watch .content .title a img {
		margin-left: 10px;
		width: 27px;
	}
	
	.watch .jsBox .fooUl {
		margin: 0;
	}
	
	.watch .jsBox .fooUl li {
		width: 85px;
	}
	
	.watch .jsBox .fooUl li a {
		font-size: 0.9rem;
	}
	
	.watch .jsBox .fooUl li img {
		width: 40px;
	}
	
	.watch .jsBox .fooUl li a span {
		margin-top: 13px;
		line-height: 1.3;
	}
	
	.watch .jsBox .slick-next {
		width: 12px;
		height: 15px;
		right: -0;
		margin-top: -20px;
		background-size: 12px auto;
	}
	
	.watch .jsBox .slick-prev {
		width: 12px;
		height: 15px;
		margin-top: -20px;
		left: -0;
		background-size: 12px auto;
	}
	
	.watch #gHeader .title img {
		width: 70px;
	}
}


/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.popBox {
	margin: 0 auto;
	max-width: 780px;
	width: 100%;
	padding: 86px 40px 50px;
	min-height: 450px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.popBox .close {
	position: absolute;
	top: 19px;
	right: 18px;
}

.pop .title02,
.pop .title {
	margin-bottom: 60px;
	text-align: center;
}

.pop dl {
	margin-bottom: 36px;
	display: table;
	width: 100%;
}

.pop dt {
	width: 108px;
	display: table-cell !important;
	text-align: right;
	vertical-align: middle;
	font-size: 1.4rem;
	color: #5F5E5E;
}

.pop dt span {
	font-size: 1rem;
	color: #8E8E8E;
}

.pop dd {
	padding-left: 20px;
	font-size: 1.5rem;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.pop dd input[type="text"] {
	width: 490px;
	height: 45px;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 1.5rem;
	color: #000;
	border: 2px solid #C7C7C7;
}

.pop input::-webkit-input-placeholder { /* WebKit browsers */
　　color:#000000;
	opacity:1;
}

.pop input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#000000;
	opacity:1;
}

.pop input::-moz-placeholder {
	color: #000000;
	opacity:1;
}

.pop input:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#000000;
	opacity:1;
}

.comLink {
	text-align: center;
}

.comLink li {
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}

.comLink .li02 {
	margin:10px 35px 0;
}

.comLink .liStyle a {
	text-align: center;
}

.popBox .close a:hover img,
.comLink a:hover img,
.comLink a:hover {
	opacity: 0.7;
}

.popBox02 {
	width: 100%;
}

.popBox02 dt {
	font-size: 1.8rem;
}

.popBox02 dt span {
	font-size: 1.3rem;
}

.popBox02 dd input[type="text"] {
	width: 535px;
	font-size: 1.9rem;
}

.popBox .textImg {
	margin-bottom: 70px;
	text-align: center;
}

.popBox .redP {
	margin-bottom: 42px;
	font-size: 2.2rem;
	color: #FF0000;
	text-align: center;
}

.popBox .delUl {
	text-align: center;
}

.popBox .delUl li {
	margin: 0 22px;
	display: inline-block;
}

.popBox .delUl li a:hover img {
	opacity: 0.7;
}

.popBox03 .title {
	margin-bottom: 70px;
}

.popBox03 .title span {
	margin-top: 24px;
}

.popBox03 .popTxt {
	font-size: 1.9rem;
	text-align: center;
	line-height: 1.7;
}

.popBox03 .close img {
	width: 34px;
}

.comLink02 {
	display: none;
    text-align: center;
	vertical-align: top;
	width: 42px;
}


@media all and (max-width: 700px) {
	.popBox {
		width: auto;
		padding: 20px;
		min-height: inherit;
	}
	
	.pop .title02,
	.pop .title {
		margin-bottom: 20px;
	}
	
	.watch_edit .pop dt {
		display: none !important;
	}
	
	.watch_edit .pop dd {
		padding-left: 0;
	}
	
	.watch_edit .pop .title img {
		width: 70px;
	}
	
	.watch_edit .pop .title.title02 img {
		width:100px;
	}
	
	.watch_edit .pop .comLink {
		margin-top: 0;
	}
	
	.pop dd input[type="text"] {
		margin-right: 4%;
		font-size: 1.3rem;
		width: 83%;
		height: 33px;
		display: inline-block;
		border-radius: 0;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}

	.comLink .li02 {
		margin-left:15px;
		margin-right:15px;
	}

	.comLink .li02 img {
		width:98px;
	}


	
	.comLink .liStyle {
		display: none;
	}
	
	.comLink02 {
		display: inline-block;
		width: 32px;
	}
	
	.pop dl {
		margin-bottom: 17px;
	}
	
	.comLink li img {
		width: 36px;
	}
	
	.popBox .close {
		width: 14px;
		top: 7px;
		right: 7px;
	}
	
	.popBox .textImg {
		width: 81px;
		margin: 0 auto 26px;
		padding-top: 16px;
	}
	
	.popBox .redP {
		margin-bottom: 8px;
		font-size: 1rem;
	}
	
	.popBox .delUl li {
		margin: 0 8px;
	}
	
	.popBox .delUl li img {
		width: 79px;
	}
	
	.popBox .delUl li:last-child img {
		width: 118px;
	}
	
	.popBox02 {
		padding-bottom: 38px;
	}
	
	.popBox03 {
		padding: 28px 20px;
	}
	
	.popBox03 .title img {
		width: 130px;
	}
	
	.popBox03 .title {
		margin-bottom: 30px;
		font-size: 1.2rem;
	}
	
	.popBox03 .title span {
		margin-top: 9px;
	}
	
	.popBox03 .popTxt {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	
	
}

@media all and (max-width: 700px) {
	.watch_new .pop .title span {
		margin-top: 0px;
		font-size: 1.2rem;	
	}

	.watch_new .pop .title {
		margin-bottom: 5px;
	}

	.watch_new .pop dd input[type="text"] {
		width: 80%;
	}

	.watch_new .pop dd .comLink02 {
		margin-left: 5px;
	}
	
	.watch_new .pop .title02 img {
		width: 110px;
	}
}

@media all and (max-width: 374px) {
	.pop dd input[type="text"] {
		margin-right: 1%;
	}
	
	.popBox .delUl li {
		margin: 0 8px;
	}
	
	
}

/*------------------------------------------------------------
	contact-cp
------------------------------------------------------------*/
.contact-cp .content {
	margin: 0 auto 40px;
	max-width: 1000px;
	padding: 60px 20px 0;
}

.contact-cp .tableBox {
	padding-bottom: 25px;
	margin: 0 111px 30px 89px;
}

.contact-cp #main .comTable th {
	padding: 4px 10px;
	width: 17%;
	font-size: 1.8rem;
}

.contact-cp #main .comTable th > span {
	font-size: 1.3rem;
}

.contact-cp #main .comTable td {
	padding: 4px 10px 4px 27px;
	font-size: 2.1rem;
}

.contact-cp #main .comTable td p {
	margin-top: 5px;
	font-size: 1.5rem;
}

.contact-cp .tableBox .link {
	top: 37%;
	right: 45px;
}

.contact-cp .tableBox .link img {
	width: 40px;
}

.contact-cp #main .tableBox02 {
	margin: 0;
	border: none;
}

.contact-cp #main .tableBox02 .textareaBox {
	margin: 0;
}

.contact-cp #main .tableBox02 .comTable td {
	padding: 0;
}

.contact-cp #main .tableBox02 textarea {
	font-size: 2.1rem;
	height: 210px;
}

#main .file {
	position: relative;
	height: 27px;
	width: 99px;
	cursor: pointer;
}

#main .fileUl {
	margin-bottom: 50px;
}

#main .fileUl li {
	padding-bottom: 10px;
}

#main .file .textSpan {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#main .file input {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	opacity: 0;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 100;
	position: relative;
}

.contact-cp .confirmBox {
	margin-bottom: 8px;
	background: none;
}

.contact-cp .text {
	margin: 0 10px 240px 20px;
	font-size: 2.1rem;
	line-height: 1.6;
}
@media all and (max-width: 700px) {
	.contact-cp .content {
		max-width: inherit;
		padding: 2px 20px;
	}
	
	.contact-cp #main .headLine01 {
		padding: 6px 7px;
		text-align: center;
		border-width: 1px;
	}
	
	.contact-cp #gHeader .title img {
		width: 65px;
	}
	
	.contact-cp .contactH2 img {
		width: 64px;
	}
	
	.contact-cp .cpvH2 img {
		width: 108px;
	}
	
	.contact-cp .tableBox{
		margin: 0 17px 20px;
		padding-bottom: 15px;
	}
	
	.contact-cp #main .comTable th {
		padding-left: 0;
		width: 27%;
		font-size: 1.3rem;
	}
	
	.contact-cp #main .comTable th > span {
		font-size: 1.1rem;
		color: #343434;
	}
	
	.contact-cp #main .comTable td {
		padding-left: 10px;
		font-size: 1.3rem;
	}
	
	.contact-cp #main .comTable td p {
		font-size: 1.3rem;
	}
	
	.contact-cp #main .tableBox02 {
		padding: 0;
		margin: 0 17px 22px;
	}
	
	.contact-cp #main .tableBox02 textarea {
		font-size: 1.3rem;
		height: 160px;
		padding: 5px 10px;
	}
	
	#main .fileUl {
		margin: 0 17px 20px;
	}
	
	#main .file {
		width: 84px;
		height: 23px;
	}
	
	#main .file .textSpan {
		font-size: 1.1rem;
	}
	
	.contact-cp .confirmBox {
		padding-bottom: 5px;
		background-color: #EDEDED;
	}
	
	.contact-cp .text {
		margin-bottom: 25px;
		font-size: 1.3rem; 
	}
}

@media all and (max-width: 374px) {
	.contact-cp #main .comTable th {
		font-size: 1rem;
	}
	
	.contact-cp #main .comTable th > span {
		font-size: 0.8rem;
	}
	
	.contact-cp #main .comTable td {
		font-size: 1.1rem;
	}
}

/*------------------------------------------------------------
	account.html
------------------------------------------------------------*/
.account #gHeader .hInner .lBox {
	display: none;
}

.account .content {
	max-width: 1000px;
	margin: 65px auto 50px;
	padding: 0 20px;
}

.account #main .tableBox02 {
	padding-bottom: 125px;
	border: none;
}

.account #main .tableBox02 .comTable th {
	padding: 15px 10px 15px 0;
	width: 20%;
	font-size: 1.8rem;
	vertical-align: middle;
}

.account #main .comTable th > span {
	font-size: 1.3rem;
}

.account #main .tableBox02 .comTable td {
	padding: 15px 55px 15px 35px;
	font-size: 1.9rem;
	vertical-align: middle;
	position: relative;
}

.account #main .edTableBox {
	margin: 0 0 0 -100px;
	padding-bottom: 45px;
}

.account #main .edTableBox .comTable th {
	padding: 11px 10px 11px 0;
	width: 29%;
}

#main .edTableBox .comTable input[type="password"],
#main .edTableBox .comTable input[type="email"],
#main .edTableBox .comTable input[type="tel"],
#main .edTableBox .comTable input[type="text"] {
	width: 100%;
	height: 35px;
	border: none;
	font-size: 1.9rem;
	padding-left: 10px;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 2px solid #C6C6C7;
	border-left: 2px solid #C6C6C7;
}

#main .edTableBox .comTable .error[type="password"],
#main .edTableBox .comTable .error[type="email"],
#main .edTableBox .comTable .error[type="tel"],
#main .edTableBox .comTable .error[type="text"] {
	border-color: #ff0000;
}

.account #main .edTableBox .txt {
	position: absolute;
	top: 0;
	right: 55px;
	font-size: 1.5rem;
	color: #7C7B7B;
	text-align: right;
}

.account #main .edTableBox .txt span {
	color: #FF0000;
}

.account #main .purposeBox {
	margin: -45px auto 27px;
	width: 600px;
	padding: 9px 20px;
	box-sizing: border-box;
	position: relative;
	border: 2px solid #ff0000;
}

.account #main .purposeBox p {
	font-size: 1.342rem;
	color: #474645;
	text-align: center;
}

.account #main .checkP {
	margin-bottom: 62px;
	text-align: center;
	font-size: 1.342rem;
}

.account #main .purposeBox p span {
	display: inline-block;
	text-align: left;
}

.account #main .checkP input {
	margin-top: 0;
	vertical-align: middle;
}

.account #main .checkP a {
	color: #E33C0B;
}

.account #main .reText {
	padding: 60px 0 40px;
	font-size: 1.9rem;
	text-align: center;
	line-height: 1.7;
}

@media all and (max-width: 700px) {
	.account .content {
		max-width: inherit;
		margin: 0 20px 35px;
		padding: 0;
	}
	
	.account #main .headLine01 {
		margin-bottom: 13px;
		text-align: center;
		padding: 6px 7px;
	}
	
	.account #main .headLine01 img {
		width: 62px;
	}
	
	.account #main .edH2Ttl img {
		width: 110px;
	}
	
	.account #main .tableBox02 {
		margin: 0 20px;
		padding-bottom: 10px;
	}
	
	.account #main .tableBox02 .comTable th {
		width: 100%;
		float: left;
		padding: 0 0 5px;
		color: #343434;
		text-align: left;
		font-size: 1.3rem;
		box-sizing: border-box;
	}
	
	.account #main .comTable th > span {
		font-size: 1.1rem;
		color: #343434;
	}
	
	#main .tableBox02 .comTable th .textSpan {
		font-size: 1.4rem;
	}
	
	.account #main .tableBox02 .comTable td {
		width: 100%;
		float: left;
		font-size: 1.3rem;
		padding: 0 0 30px;
		box-sizing: border-box;
	}
	
	#main .edTableBox .comTable input[type="password"],
	#main .edTableBox .comTable input[type="email"],
	#main .edTableBox .comTable input[type="tel"],
	#main .edTableBox .comTable input[type="text"] {
		font-size: 1.3rem;
		border-width: 1px;
		height: 25px;
		border-radius: 0;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
	}
	
	.account #main .edTableBox .txt {
		font-size: 1.3rem;
		color: #343434;
		right: 0;
	}
	
	.account #gHeader .title {
		width: 200px;
		right: 60px;
	}
	
	.account #gHeader .title img {
		width: 66px;
	}
	
	.account #gHeader .edTitle img {
		width: 168px;
	}
	
	#main .tableBox02 .comTable td .errorSpan02 {
		margin-top: 0;
		padding: 0;
		width: 70%;
		font-size: 1.3rem;
	}
	
	#main .tableBox02 .comTable .trStyle02 th {
		display: none;
	}
	
	.account #main .edTableBox .comTable .trStyle td {
		padding-bottom: 0;
	}
	
	.account #main .purposeBox {
		width: auto;
		margin: -20px 20px 20px;
		padding: 22px 10px;
	}
	
	.account #main .checkP {
		margin-bottom: 40px;
	}
	
	#main .submit li .submitInput {
		font-size: 1.3rem;
		height: 52px;
		background-size: 28px auto;
	}

	.account #main .reText {
		font-size: 1.3rem;
		padding: 43px 0 28px;
		line-height: 1.4;
	}
}

/*------------------------------------------------------------
	login
------------------------------------------------------------*/
.login #gHeader .hInner .lBox {
	display: none;
}

.login .content {
	margin: 65px auto 20px;
	max-width: 1000px;
	padding: 0 20px;
}

.login #main .tableBox02 {
	border: none;
}

.login #main .tableBox02 .comTable th {
	padding: 12px 10px 12px;
	width: 20%;
	font-size: 1.8rem;
}

.login #main .tableBox02 .comTable th > span {
	font-size: 1.3rem;
}

.login #main .tableBox02 .comTable td {
	padding: 12px 10px 12px 27px;
}

.login .linkUl {
	margin-top: 150px;
	text-align: center;
}

.login .linkUl li {
	display: inline-block;
	margin: 0 70px;
}

.login .linkUl li a {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 500;
}

.login .linkUl li a .txt01 {
	margin-bottom: 2px;
	padding: 0 10px 4px;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.login .linkUl li a .txt02 {
	display: block;
	font-size: 1.9rem;
	color: #BDBEBF;
}

.login .linkUl li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 700px) {
	.login .content {
		max-width: inherit;
		margin: 0 20px;
		padding: 0;
	}
	
	.login #main .tableBox02 {
		margin: 0 20px;
		padding: 10px 0 4px;
	}
	
	.login #main .tableBox02 .comTable th {
		padding: 0 0 5px;
		float: left;
		width: 100%;
		text-align: left;
		font-size: 1.3rem;
	}
	
	.login #main .tableBox02 .comTable th > span {
		font-size: 1.1rem;
	}
	
	.login #main .tableBox02 .comTable td {
		padding: 0 0 27px;
		float: left;
		width: 100%;
	}
	
	.login .linkUl {
		margin-top: 83px;
	}
	
	.login .linkUl li {
		margin: 0 0 45px;
		display: block;
	}

	.login .linkUl li:last-child {
		margin-bottom: 0;
	}

	.login .linkUl li a {
		font-size: 1.2rem;
	}
	
	.login .linkUl li a .txt02 {
		font-size: 1.3rem;
	}
	
	.login #main .tableBox02 .comTable td .errorSpan02 {
		width: auto;
	}
	
	.login #gHeader .title img {
		width: 43px;
	}
	
	.login #main .headLine01 img {
		width: 50px;
	}
	
}

/*------------------------------------------------------------
	watch_save
------------------------------------------------------------*/
.watch_save .popBox {
	padding: 81px 40px 50px;
}

.watch_save .pop .title {
	margin-bottom: 55px;
}

.watch_save .select {
	width: 408px;
	display: inline-block;
	position: relative;
}

.watch_save .selectP {
	padding: 0 5px;
	height: 42px;
	color: #5F5E5E;
	line-height: 42px;
	font-size: 1.7rem;
	background: url(../../img/crista/select_bg.png) no-repeat right 10px center;
	box-sizing: border-box;
	border: 1px solid #5F5E5E;
}

.watch_save .selectP.on {
	background-image: url(../../img/crista/select_bg_on.png);
}

.watch_save .selectP a {
	display: block;
	color: #8E8E8F;
}

.watch_save .selectP .color {
	color: #000;
}

.watch_save .secInner {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 41px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 10;
	border: 1px solid #5F5E5E;
	box-sizing: border-box;
}

.watch_save .secInner ul {
	padding: 9px 0;
	background-color: #fff;
}	

.watch_save .secInner li {
	padding: 0 10px;
	line-height: 1.76;
	font-size: 1.7rem;
}

select::-ms-expand { display: none; }

.watch_save .pop dd .comLink02 {
	margin-left: 6px;
	display: inline-block;
}

.watch_save .pop dd {
	padding-left: 24px;
}

.watch_save .pop dt {
	width: 123px;
	font-size: 1.5rem;
}

.watch_save .pop dl {
	margin-bottom: 82px;
}

.watch_new .pop dl {
	margin-bottom: 36px;
}

.watch_save .comLink .comLink02 {
	padding: 2px 4px 19px;
	width: 42px;
	display: inline-block;
}

@media all and (max-width: 700px) {
	.watch_save .popBox {
		padding: 23px 20px 250px;
	}
	
	.watch_save .pop .title {
		margin-bottom: 6px;
		font-size: 2.05rem;
	}
	
	.watch_save .pop .title img {
		width: 85px;
	}
	
	.watch_save .pop dt {
		margin-bottom: 2px;
		width: auto;
		display: block !important;
		text-align: left;
		font-size: 1.2rem;
	}
	
	.watch_save .pop dt span {
		font-size: 0.9rem;
	}
	
	.watch_save .pop dd {
		padding: 0;
		display: block;
	}
	
	.watch_save .select {
		width: calc(100% - 47px);
	}
	
	.watch_save .selectP {
		padding: 0 27px 0 5px;
		height: 32px;
		line-height: 32px;
		font-size: 1.3rem;
		background-size: 9px auto;
		background-position: right 15px center;
	}
	
	.watch_save .secInner {
		top: 31px;
		max-height: 300px;
	}
	
	.watch_save .secInner ul {
		padding: 6px 0;
	}
	
	.watch_save .secInner li {
		padding: 0 6px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	
	.watch_save .pop dd .comLink02 {
		margin-left: 9px;
	}
	
	.watch_save .pop dl {
		margin-bottom: 18px;
	}
	
	.watch_save .comLink {
		margin-top: 20px;
	}
	
	.watch_save .comLink li img {
		width: 50px;
	}
	
}

@media all and (max-width: 374px) {
	.watch_save .selectP {
		font-size: 1rem;
	}
}

/*------------------------------------------------------------
	account-re
------------------------------------------------------------*/
.account-re .fancybox-close {
	display: none !important;
}

.account-re .popBox {
	width: 780px;
}

.watch_del #container,
.watch_edit #container,
.watch_save #container {
	padding-top: 0 !important;
}


@media all and (max-width: 700px) {
	.account-re .popBox {
		width: 100%;
	}

	.account-re #gHeader h1 {
		margin-top: 25px;
		text-align: center;
	}
	
	.account-re #main .headLine01 img {
		width: 110px;
	}
	
	.account-re #gHeader .title img {
		width: 140px;
	}
}

@media all and (min-width: 701px) and (max-width: 1200px) {
	.account #main .edTableBox {
		margin-left: 0;
	}
	
	.login .linkUl li {
		margin: 0 40px;
	}
	
	.login #main .tableBox02 {
		margin: 0;
	}
	
	.login #main .tableBox02 .comTable th {
		width: 27%;
	}
	
	#main .tableBox02 {
		margin: 0;
	}
	
	.contact-cp .tableBox {
		margin: 0 20px 30px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.index .content .jsBox02 .foo li {
		height: 80px;
	}
	
	.index .content .jsBox02 .foo li img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}
	
	.index .content .jsBox02 .foo li:first-of-type {
		height: 383px;
	}
}

/*------------------------------------------------------------
	fancy box
------------------------------------------------------------*/
.hidden_fancybox {
	display:none;
}
