@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.ozmall.co.jp/Content/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://www.ozmall.co.jp/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://www.ozmall.co.jp/Content/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://www.ozmall.co.jp/Content/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://www.ozmall.co.jp/Content/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://www.ozmall.co.jp/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-plus:before {
  content: "\f067";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-comment:before {
  content: "\f075";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p0 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p60 {
  padding: 60px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.p__topics-info {
  position: relative;
  display: table;
  margin: 10px auto 20px auto;
  border: 1px solid #fb9bad;
  width: 1080px;
}

@media (max-width: 767px) {
  .p__topics-info {
    display: block;
    border: none;
    margin: 10px 0;
    width: 100%;
  }
}

.p__topics-info .cmsi__topics-title,
.p__topics-info .cmsi_topics-txt {
  display: table-cell;
  font-size: 12px;
}

@media (max-width: 767px) {
  .p__topics-info .cmsi__topics-title,
  .p__topics-info .cmsi_topics-txt {
    display: block;
  }
}

.p__topics-info .cmsi__topics-title {
  width: 102px;
  padding: 8px;
  color: #fb9bad;
  vertical-align: top;
}

@media (max-width: 767px) {
  .p__topics-info .cmsi__topics-title {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    background-color: #feeef1;
  }
  .p__topics-info .cmsi__topics-title a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 16px 10px 8px;
  }
  .p__topics-info .cmsi__topics-title a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -2px 0 0;
    border-bottom: 2px solid #777777;
    border-right: 2px solid #777777;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
    border-color: #fb9bad;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .p__topics-info .cmsi__topics-title a::after {
    right: 6px;
  }
}

.p__topics-info .cmsi_topics-txt {
  padding: 8px;
  border-left: 1px solid #fb9bad;
  font-weight: 200;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .p__topics-info .cmsi_topics-txt {
    padding: 10px;
    border: none;
  }
}

.p__topics-info .cmsi_topics-txt .cmp__topics-link {
  padding-top: 8px;
  text-align: right;
}

.p__topics-info .cmsi_topics-txt .cmp__topics-link a {
  text-decoration: underline;
}

.p__topics-info .cmsi_topics-txt .cmp__topics-link a:hover {
  cursor: pointer;
}

.p__topics-info .cmp__topics-btnclose {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}

@media (max-width: 767px) {
  .p__topics-info .cmp__topics-btnclose {
    margin: 0;
  }
}

.p__topics-info .cmp__topics-btnclose:hover {
  text-decoration: none;
}

.p__topics-info .cmp__icon-exclamation {
  display: inline;
  padding-right: 8px;
  vertical-align: middle;
  color: #fb9bad;
  font-size: 163%;
}

@media (max-width: 767px) {
  .p__topics-info .cmp__icon-exclamation {
    font-size: 169%;
  }
}

.p__topics-info .cmp__icon-close {
  display: inline;
  padding: 1px 3px 2px;
  background: #fb9bad;
  color: #ffffff;
}

@media (max-width: 767px) {
  .commonHeaderTitle.prts__top-txt .cmsi__pickup-head .cmp__main-title {
    border: none;
    margin: 0 10px;
    padding-right: 0;
  }
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  overflow-x: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: scroll;
  }
}

.ozCmnHeadWrap {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.oz__header-line-wrap,
.oz__header-ttl-wrap,
.oz__menu-wrap,
.oz__submenu-wrap {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: #ffffff;
  color: #383838 !important;
}

.oz__header-line-wrap a,
.oz__header-ttl-wrap a,
.oz__menu-wrap a,
.oz__submenu-wrap a {
  color: #383838 !important;
  text-decoration: none;
}

.oz__header-line-wrap a:hover,
.oz__header-ttl-wrap a:hover,
.oz__menu-wrap a:hover,
.oz__submenu-wrap a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.oz__header-line-wrap a:hover img,
.oz__header-ttl-wrap a:hover img,
.oz__menu-wrap a:hover img,
.oz__submenu-wrap a:hover img {
  opacity: 0.7;
}

/* ヘッダ
================================================== */
.oz__header-line-wrap {
  clear: both;
  background: #eeeeee;
}

.oz__header-line {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
}

.oz__header-line .oz__header-line-title {
  float: left;
  display: inline-block;
  font-size: 10px;
  min-width: 350px;
  text-align: left;
}

.oz__header-line .oz__header-line-list {
  float: right;
}

.oz__header-line .oz__header-line-list li {
  float: left;
  padding-left: 20px;
}

.oz__header-line .oz__header-line-list li a {
  color: #222222;
  text-decoration: underline;
}

.oz__header-line .oz__header-line-list li a:hover {
  text-decoration: none;
}

.oz__header-line .oz__header-line-list li.dn {
  display: none;
}

.oz__header-ttl-wrap .oz__header-ttl {
  width: 1080px;
  margin: 0 auto;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-logo {
  float: left;
  width: 360px;
  margin: 10px 0;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link {
  float: right;
  display: table;
  max-width: 730px;
  margin: 20px 0;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link li {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link li.oz__login-name {
  padding-right: 10px;
  font-size: 13px;
  line-height: 1.3;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link li.oz__login-list .oz__login-btn {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link li.oz__login-list .oz__login-btn a {
  display: inline-block;
  padding: 10px 20px;
  background: #545454;
  border-radius: 4px;
  color: #ffffff !important;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link li.oz__point-list .oz__point-btn {
  display: inline-block;
  background: #eeeeee;
  font-size: 11px;
  line-height: 16px;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link li.oz__point-list .oz__point-btn.dn {
  display: none;
}

.oz__header-ttl-wrap .oz__header-ttl .oz__header-ttl-link li.oz__point-list .oz__point-btn a {
  display: inline-block;
  padding: 10px 20px;
  color: #545454;
}

.dn {
  display: none;
}

/* --------------------------------------------------- menu */
/* .oz__menu-wrap{
	position: relative;
	background-color: $top-gray;
	-webkit-box-shadow: 0px 2px 5px 0px rgba($black,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba($black,0.3);
	box-shadow: 0px 2px 5px 0px rgba($black,0.3);
	.oz__menu {
		*zoom: 1;
		position: relative;
		width: 100%;
		height: 50px;
		@include content__width;
		&::before,
		&::after {
			content: " ";
			display: table;
		}
		&::after {
			clear: both;
		}
		> li {
			box-sizing: border-box !important;
			-webkit-box-sizing: border-box !important;
			-webkit-font-smoothing : antialiased !important;
			display: table-cell;
			float: left;
			width: 135px;
			height: 50px;
			line-height: 50px;
			text-align: center;
			border-right: 1px solid darken($top-gray, 12% );
			font-size: 13px;
			font-weight: bold;
			&:hover {
				-webkit-transition: all .5s;
				transition: all .5s;
			}
			> a {
				display: block;
				&.oz__menu-current,
				&:hover{
					background-color: $gray-dd;
					color: $white !important;
					text-decoration: none !important;
					opacity: 1;
				}
			}
			&:first-child{
				border-left: 1px solid darken($top-gray, 12% );
			}
		}
		&.line6 li {
			width: 180px;
		}
		&.line7 li {
			width: 154px;
		}
		&.line9 li {
			width: 120px;
		}
		&.line10 li {
			width: 108px;
			font-size: 12px;
		}
	}
}

.oz__menu-wrap li ul.oz__menu-second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 10000;
	li {
		@include cmp__txt-d;
		border-top: 1px solid darken($top-gray, 12%);
		dl{
			dt{
				@include cmp__title-s;
				color: $black !important;
				padding-bottom: 5px;
				border-bottom: $oz-pink 1px solid;
				margin-bottom: 5px;
				width: 195px;
				img{
					width: 195px;
				}
				a{
					position: relative;
					display: block;
					&::after {
						content: '';
						position: absolute;
						right: 0;
						bottom: 5px;
						width: 6px;
						height: 6px;
						margin: 0 0 0 15px;
						border-right: 1px solid $black;
						border-bottom: 1px solid $black;
						-webkit-transform: rotate(45deg);
						-ms-transform: rotate(45deg);
						transform: rotate(-45deg);
					}
				}
			}
			dd {
				padding: 5px 0;
				&.height2 {
					height: 3em;
				}
			}
			&.oz__mega-ph-list {
				dt{
					border: none;
					a{
						&::after{
							content: none;
						}
					}
				}
				dd p.oz__mega-ph-ttl {
					@include cmp__title-s;
				}
			}
		}
	}
}

.oz__init-bottom{
	position: relative;
	padding-right:10px;
	&::after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 1px solid $black;
		border-bottom: 1px solid $black;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		top:20px;
		right:7px;
	}
	.oz__menu-current,
	&:hover{
		background-color: $gray-dd;
		color: $white !important;
		text-decoration: none;
		opacity: 1;
	}
	&:hover{
		&:before{
			content: ' ';
			z-index: 2;
			width:0;
			height: 0;
			position:absolute;
			border:10px solid transparent;
			border-bottom-color: $white;
			bottom: -2px;
			right: 0;
			left: 0;
			-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
			margin: 0 auto;
			-webkit-transition: all .5s;
			transition: all .5s;
		}
		&::after {
			border-color: $white;
			-webkit-transform: rotate(225deg);
			-ms-transform: rotate(225deg);
			transform: rotate(225deg);
		}
	}
} */
/* --------------------------------------------------- mega menu */
/* li.oz__menu-mega{
		z-index: 10000;
	ul.oz__menu-second-level {
		position: absolute;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 20px 0;
		background: $white;
		border-left: $border;
		border-right: $border;
		border-bottom: $border;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		li {
			text-align: left;
			float: left;
			width: 195px!important;
			border: none;
			margin-left: 17px;
			a:hover{
				background:none;
			}
			// wide
			&.oz__menu-mega-wide02{
				width: 407px!important;
				dt{
					width: 400px;
				}
				dd{
					float: left;
					width: 193px;
					margin-right:10px;
				}
			}
			// wide
			&.oz__menu-mega-wide03{
				width: 619px!important;
				dt{
					width: 619px!important;
				}
				dd{
					float: left;
					width: 205px!important;
				}
			}
			&.oz__mega-list02 {
				width: 407px!important;
				dd{
					width: 195px!important;
				}
			}
		}
	}
	&:hover ul.oz__menu-second-level {
		visibility: visible;
		opacity: 1;
	}
	p {
		color: $black !important;
	}
}
 */
/* --------------------------------------------------- submenuWrap */
/* .oz__submenu-wrap{
	background-color: $top-gray;
	.oz__submenu {
		display: table;
		@include content__width;
		background: $white;
		border-bottom: 1px solid $top-gray;
		li {
			display: table-cell;
			min-width: 66px;
			border-right: $border;
			text-align: center;
			font-size: 12px;
			line-height: 1.3;
			vertical-align: middle;
			&:first-child{
				border-right: 3px solid $header-boxBorder;
				border-left: 1px solid $top-gray;
			}
			&:last-child{
				border-color: $top-gray;
			}
			a,p{
				display: block;
				padding: 15px 0 10px;
			}
			.oz__submenu-current{
				background-color: $top-gray;
			}
		}
	}
} */
/* --------------------------------------------------- page-top */
#oz__page-top {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  z-index: 100000;
}

#oz__page-top a {
  position: relative;
  margin: 0 20px;
  background: rgba(56, 56, 56, 0.9);
  text-decoration: none;
  color: #ffffff;
  width: 55px;
  padding: 30px 0 14px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #oz__page-top a {
    margin: 0;
  }
}

#oz__page-top a::after {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(0, 0) rotate(-135deg);
  transform: translate(0px, 0px) rotate(-135deg);
}

@media (max-width: 767px) {
  #oz__page-top a::after {
    border-bottom: none;
    border-right: none;
  }
}

#oz__page-top a:hover {
  background: rgba(119, 119, 119, 0.9);
}

body[data-template="Standard"] #oz__page-top, body[data-template="Feature2"] #oz__page-top, body[data-template="SelectItem"] #oz__page-top, body[data-purpose-type="Content"] #oz__page-top, body[data-purpose-type="OthersPage"] #oz__page-top {
  bottom: 150px;
}

/* --------------------------------------------------- footer */
.oz__footer-link-wrap {
  padding: 10px 0;
  background: #eeeeee;
  color: #383838 !important;
}

.oz__footer-link {
  padding: 10px 0;
  width: 1080px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: -0.5em;
}

.oz__footer-link .oz__footer-column {
  display: inline-block;
  letter-spacing: normal;
}

.oz__footer-link .oz__footer-column .oz__footer-category-ttl {
  width: 180px;
  font-size: 12px;
  font-weight: bold;
}

.oz__footer-link .oz__footer-column .oz__footer-category {
  float: left;
  width: 180px;
}

.oz__footer-link .oz__footer-column a {
  text-decoration: underline;
  color: #383838 !important;
}

.oz__footer-link .oz__footer-column a:hover {
  text-decoration: none;
}

.oz__footer-nav {
  color: #383838 !important;
  padding: 15px 0;
  background: #e6e6e6;
}

.oz__footer-nav a {
  color: #383838 !important;
  text-decoration: none;
}

.oz__footer-nav a:hover {
  text-decoration: underline;
}

.oz__footer-nav .oz__footer-nav-list {
  width: 1080px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
}

.oz__footer-nav .oz__footer-nav-list li {
  display: inline-block;
  font-size: 11px;
  text-align: center;
}

.oz__footer-nav .oz__footer-nav-list li:after {
  content: "｜";
  margin: 0 0.4em;
}

.oz__footer-nav .oz__footer-nav-list li:last-child:after {
  content: none;
}

.oz__footer-nav .oz__footer-nav-list.oz__footer-nav-bold li {
  font-size: 12px;
  font-weight: bold;
}

/* --------------------------------------------------- ciLogo */
.oz__starts-logo {
  padding: 5px 0;
  text-align: center;
  background: #fff;
}

.oz__starts-logo a {
  display: inline-block;
}

body[data-template="Standard"] .oz__starts-logo, body[data-template="Feature2"] .oz__starts-logo, body[data-template="SelectItem"] .oz__starts-logo, body[data-purpose-type="Content"] .oz__starts-logo, body[data-purpose-type="OthersPage"] .oz__starts-logo {
  padding-bottom: 150px;
}

/* --------------------------------------------------- ぱんくず */
/* HTMLが新規ぱんくずに共通化されたら削除 */
.BreadcrumbList {
  width: 1080px;
  margin: 0 auto;
}

.BreadcrumbList .ozPg {
  margin: 20px 0;
}

.BreadcrumbList .ozPg li {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  display: inline;
}

.BreadcrumbList .ozPg li .bcTitle {
  padding-left: 10px;
}

.BreadcrumbList .ozPg li a {
  text-decoration: underline;
}

/* --------------------------------------------------- ぱんくず new ver. */
.BreadcrumbList-wrap {
  width: 1080px;
  margin: 0 auto 50px;
}

.BreadcrumbList-wrap .BreadcrumbList {
  width: 1080px;
  height: 26px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.BreadcrumbList-wrap .BreadcrumbList ::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}

.BreadcrumbList-wrap .BreadcrumbList::after {
  content: "";
  width: 40px;
  height: 26px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(25%, #ffffff), to(transparent));
  background-image: linear-gradient(to left, #ffffff, #ffffff 25%, transparent 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.BreadcrumbList-wrap .BreadcrumbList .ozPg {
  display: block;
  height: 26px;
  margin: 0;
  padding: 0 10px 15px 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.BreadcrumbList-wrap .BreadcrumbList .ozPg li {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  display: inline;
  line-height: 1;
  font-size: 12px;
  vertical-align: sub;
}

.BreadcrumbList-wrap .BreadcrumbList .ozPg li .bcTitle {
  padding-left: 10px;
}

.BreadcrumbList-wrap .BreadcrumbList .ozPg li:last-child .bcTitle {
  padding-right: 40px;
}

.BreadcrumbList-wrap .BreadcrumbList .ozPg li a {
  text-decoration: underline;
}

.ozCmnHeadWrap {
  background: none;
}

.ozCmnHeader {
  width: auto;
}

.ozCmnWrapper {
  margin-top: 20px;
}

.ozCmnContents {
  margin: 0 auto;
}

.contentsWrap {
  width: 980px;
  margin: 0 auto;
}

.ozCmnFooter {
  background: #e6e6e6;
}

.oz__footer-column {
  color: #383838 !important;
}

.oz__footer-column-wrap {
  display: inline-block;
}

.oz__footer-column-wrap .oz__footer-column {
  display: block;
}

.oz__footer-column-wrap .oz__footer-column:not(:first-child) {
  margin-top: 20px;
}

.ozCmnPkz {
  width: 1080px;
}

.ozCmnPkz ul {
  color: #383838 !important;
}

.ozCmnPkz ul a {
  color: #383838 !important;
}

.oz__starts-logo {
  background: #ffffff;
}

.ozPg {
  color: #383838 !important;
}

.ozPg a {
  color: #383838 !important;
}

.ozPg .bcArrow {
  color: #383838 !important;
}

/* --------------------------------------------------- エラーページ、NotFoundページ */
.error_box {
  width: 505px;
  padding: 10px;
  background-color: #eeeeee;
  margin: 15px auto 80px;
  color: #383838;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .error_box {
    width: 90%;
  }
}

.error_box .ttl {
  font-size: 15px;
  padding-top: 40px;
  margin: 0;
  text-align: center;
  line-height: 28px;
  line-height: 30px;
  font-weight: bold;
}

.error_box .txt {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .error_box .txt {
    text-align: left;
  }
}

.error_box span {
  font-size: 25px;
  font-weight: normal;
  color: #ff7b93;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
}

#oz1-3rdContentsArea .error_box .btn {
  margin-left: 10px;
}

#oz1-3rdContentsArea .error_box .btn a {
  display: block;
  background: #ff7b93;
  border-radius: 6px;
  width: 200px;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
}

#oz1-3rdContentsArea .error_box .btn a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------- 期限切れの注意文言 */
.due-notification {
  display: block;
  text-align: center;
  color: #ff6363;
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  padding: 15px;
  background: #f5f5f5;
  width: 1080px;
  margin: 0 auto;
}

.preview-notice {
  background: #c9c9c8;
  color: yellow;
  padding: 0.5% 0;
  text-align: center;
}

.Ad_wRectangleBox {
  margin: 30px auto;
}

.Ad_wRectangleBox td {
  padding: 0 10px;
}

#expiredMessage {
  width: 100% !important;
  max-width: 1080px !important;
  margin: 20px auto !important;
  padding: 0 30px !important;
}

#expiredMessage small {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

#template_fixedArt-container #expiredMessage {
  margin: 40px auto !important;
  padding: 0 !important;
}

#oz1-3rdContentsArea .error_box.error_speedingUp {
  padding: 40px 10px;
}

#oz1-3rdContentsArea .error_box.error_speedingUp .ttl {
  padding-top: 0;
}

#oz1-3rdContentsArea .error_box.error_speedingUp .btn {
  margin: 20px auto 0;
}

#oz1-3rdContentsArea .error_box.error_speedingUp .btn a {
  margin: 0 auto;
}

#container_ad-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 144px;
  margin: auto;
  background: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#container_bottom_overlay {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.advertisement__txt {
  width: 1080px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px !important;
  font-weight: normal !important;
  color: inherit !important;
  line-height: inherit !important;
  text-align: right;
}

.ad_rectangle {
  margin: 40px 0;
}

.ad_rectangle .ad_rectangle-inner {
  text-align: center;
}

.ad_rectangle .ad_rectangle-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.ad__userpost-header {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
}

.ad__userpost-footer {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
}

.pagerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin: 20px auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagerList .pagerContaienr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  max-width: 230px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagerList .pagerContaienr li {
  width: 16%;
  margin: 0 2%;
  font-size: 14px;
  text-align: center;
  background: #eeeeee;
}

.pagerList .pagerContaienr .current {
  padding: 11px 0;
  background: #4d4d4d;
  color: #ffffff;
}

.pagerList .pagerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagerList .pagerBox li {
  width: 40%;
  text-align: center;
}

.pagerList .pagerBox .inactive {
  padding: 11px 0;
  color: #aaaaaa;
}

.pagerList .pagerBox .fa {
  font-size: 20px;
  line-height: 0;
}

.pagerList li a {
  display: block;
  padding: 11px 0;
}

.report-screen {
  width: 1080px;
  margin: 0 auto 60px;
  font-size: 14px;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
}

.report-screen a.txtlink:link {
  text-decoration: underline;
}

.report-screen a.txtlink:hover {
  text-decoration: none;
}

.report-screen h1 {
  border-bottom: 1px solid #999999;
  margin: 0 0 20px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 19px;
}

.report-screen .formbox {
  margin: 0 0 40px;
}

.report-screen .formbox .legend {
  padding: 20px 15px 20px 20px;
  font-size: 14px;
  font-weight: bold;
  background: #f3f3f3;
}

.report-screen .formbox .legend span {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  background: #fff;
  border: 1px solid #fb4466;
  color: #fb4466;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.0;
  border-radius: 4px;
  vertical-align: middle;
}

.report-screen .formbox .radiobox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 10px 0;
  padding: 5px;
}

.report-screen .formbox .radiobox ul li {
  width: 515px;
  margin: 5px;
  position: relative;
}

.report-screen .formbox .radiobox ul li input[type="radio"] {
  position: absolute;
  z-index: -1;
  top: 50%;
}

.report-screen .formbox .radiobox ul li input[type="radio"]:checked + * {
  background: #fa9bac;
  color: #ffffff;
  font-weight: 500;
}

.report-screen .formbox .radiobox ul li input[type="radio"]:checked + label::after {
  background-position: bottom center;
}

.report-screen .formbox .radiobox ul li label {
  padding: 0 10px 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  background: #f0f0f0;
  color: #2b2b2b;
  text-align: center;
  line-height: 1.3;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.report-screen .formbox .radiobox ul li label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  z-index: 10;
  margin-top: -8px;
  background: no-repeat;
  background-image: url(https://www.ozmall.co.jp/message/images/radio_Button.svg);
  background-size: 16px auto;
  background-position: top center;
}

.report-screen .formbox .txtbox {
  margin: 20px 20px 0;
}

.report-screen .formbox .txtbox textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
  border: solid 1px #d4d4d4;
  border-radius: 2px;
  line-height: 1.4;
}

.report-screen .formbox .choice {
  margin: 20px;
}

.report-screen .formbox em + .choice {
  margin: 10px 20px 20px;
}

.report-screen .notice {
  margin: 0 20px 40px;
  padding: 20px;
  border: 5px solid #eee;
}

.report-screen .notice h2 {
  font-weight: bold;
  padding-bottom: 10px;
  color: #fb4466;
}

.report-screen .btnbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.report-screen .btnbox ul li {
  margin: 0 5px;
}

.report-screen .btnbox ul li button {
  color: #FFF;
  background: #fb9bad;
  min-width: 300px;
  display: block;
  padding: 20px 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: none;
  border: 2px solid #fb9bad;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.report-screen .btnbox ul li button:hover {
  opacity: 0.7;
}

.report-screen .btnbox ul li button.back {
  color: #383838;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
}

.report-screen .caution textarea {
  background: #feeef1;
  border: #fb4466 1px solid !important;
}

.report-screen .caution p {
  margin: 10px 20px;
  color: #fb4466;
  font-size: 15px;
}

.report-screen .caution p i {
  margin-right: 3px;
}

.report-screen .complete h2 {
  padding: 40px 0 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.report-screen .complete p {
  margin: 40px 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.report-screen .btn-disabled {
  background: #eee !important;
  border: 2px solid #eee !important;
  cursor: default !important;
  pointer-events: none !important;
}

.report-screen .btn-disabled:hover {
  opacity: 1 !important;
}
