.product{
	margin-top: 118px;
}
.product .product_spec {
	position: relative;
}
.product .product_spec .product_heading {
	position: absolute;
	top: 108px;
	left: 8.5%;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto
}
.product .product_spec .product_heading .product_spec_logo {
	width: 80px;
	height: auto;
	margin: 13.5vw 0 0 5px
}
.product .product_spec .product_spec_img {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding-top: 56%
}
.product .product_spec .product_spec_img .swipeArea {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: transparent
}
.product .product_spec .product_spec_img .product_spec_img_list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.product .product_spec .product_spec_img .product_spec_img_list-khaki {
	opacity: 0
}
.product .product_spec .product_spec_img .product_spec_img_list-active {
	opacity: 1
}
.product .product_spec .product_spec_img .product_spec_img_item {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product .product_spec .product_spec_img .product_spec_img_item img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	will-change: animation
}
.product .product_spec .product_spec_img .product_spec_img_item .product_spec_img_position {
	position: absolute;
	z-index: 4;
	bottom: 20%
}
.product .product_spec .product_spec_img .product_spec_img_item-01 {
	z-index: 1
}
.product .product_spec .product_spec_img .product_spec_img_item-02 {
	z-index: 0
}
.product .product_spec .product_spec_img .product_spec_img_item-03 {
	z-index: -1
}
.product .product_spec .product_spec_img .product_spec_img_item.prev {
	z-index: 2!important
}
.product .product_spec .product_spec_img .product_spec_img_item.current {
	z-index: 3!important
}
.product .product_spec .product_spec_img .product_spec_img_item.current img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-name: SliderFade;
	animation-name: SliderFade;
	-webkit-animation-duration: .35s;
	animation-duration: .35s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.product .product_spec .product_spec_img .product_spec_img_nav {
	position: absolute;
	bottom: 77px;
	left: 50%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn {
	position: relative;
	width: 10px;
	height: 10px;
	margin-left: 105px
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn:first-child {
	margin-left: 0
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	width: 115px;
	border-top: 1px dotted #c4c4c4
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn:after {
	content: "";
	position: absolute;
	z-index: 0;
	display: block;
	width: 0;
	border-top: 1px solid #c8b497
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn:last-child:after, .product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn:last-child:before {
	content: none
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn .point {
	position: absolute;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #c4c4c4;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn .point svg {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: -20px;
	display: block;
	width: 50px;
	height: 50px;
	opacity: 0
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn .point svg circle {
	fill: none;
	stroke: #c8b497;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1, 4
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.progress .bar {
	position: absolute;
	z-index: 0;
	display: block;
	width: 115px;
	height: 1px;
	background: #c8b497
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.circle .point {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: #c8b497
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.circle .point svg {
	opacity: 1
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.active:after {
	width: 115px;
	-webkit-transition: all 3s linear;
	transition: all 3s linear
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.active:last-child:after, .product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.active:last-child:before {
	content: none
}
.product .product_spec .product_spec_img .product_spec_img_switch {
	position: absolute;
	z-index: 5;
	bottom: 62px;
	left: 9.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn {
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 1s;
	transition: 1s
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn svg {
	position: absolute;
	z-index: 1;
	top: -7px;
	left: -7px;
	opacity: 0;
	width: 48px;
	height: 48px
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn svg circle {
	fill: none;
	stroke: #c8b497;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1, 4
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn.active {
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn.active svg {
	opacity: 1
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn-beige {
	background: #c8b497
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn-khaki {
	margin-left: 16px;
	background: #000
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn-khaki.active svg circle {
	stroke: #000
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn-khaki.active:before {
	border: 1px dashed #000
}
.product .product_spec .product_spec_img.khaki .product_spec_img_nav .product_spec_img_nav_btn:after {
	border-top: 1px solid #000!important
}
.product .product_spec .product_spec_img.khaki .product_spec_img_nav .product_spec_img_nav_btn .point svg circle {
	stroke: #000
}
.product .product_spec .product_spec_img.khaki .product_spec_img_nav .product_spec_img_nav_btn.circle .point, .product .product_spec .product_spec_img.khaki .product_spec_img_nav .product_spec_img_nav_btn.progress .bar {
	background: #000!important
}
.product .product_spec{
	margin: 0 auto 0;
	padding: 0 80px;
	max-width:1500px;
}
.product .product_spec .product_spec_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap:50px;
	margin-top:22px;
	align-items:center;
}
.product .product_spec .product_spec_left {
	width: 63%;
}
.product .product_spec .product_spec_right{
	width: 37%;
}
.product .product_spec .product_spec_left dl, .product .product_spec .product_spec_right dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 27px
}
.product .product_spec .product_spec_left dl:first-child, .product .product_spec .product_spec_right dl:first-child {
	margin-top: 0
}
.product .product_spec .product_spec_left dl dd, .product .product_spec .product_spec_left dl dt, .product .product_spec .product_spec_right dl dd, .product .product_spec .product_spec_right dl dt {
	font-family: Noto Sans JP, sans-serif
}
.product .product_spec .product_spec_left dl dt, .product .product_spec .product_spec_right dl dt {
	color: #b3b3b3
}
.product .product_spec .product_spec_left {
	/*margin-right: 1%*/
}
.product .product_spec .product_spec_left dl dt {
	width: 10em;
}
.product .product_spec .product_spec_left dl dd {
	width:inherit;
	overflow:hidden;
	flex:1;
}
.product .product_spec .product_spec_left dl dd.buy {
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product .product_spec .product_spec_buyButton {
	margin-left: 30px
}
.product .product_spec .product_spec_buyButton a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1;
	padding: 10px 15px 12px 26px;
	color: #1a1a1a;
	font-size: 1.5rem;
	font-family: Noto Sans JP, sans-serif;
	font-weight: 300;
	letter-spacing: .07em;
	border: 1px solid #d5d5d6;
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s
}
.product .product_spec .product_spec_buyButton a .link {
	width: 13px;
	height: 10px;
	margin-top: 1px;
	margin-left: 9px
}
.product .product_spec .product_spec_buyButton a .link path, .product .product_spec .product_spec_buyButton a .link rect {
	fill: none;
	stroke: #1a1a1a;
	stroke-width: 2
}
.product .product_spec .product_spec_buyButton a .product_spec_buyButton_msk {
	overflow: hidden;
	position: relative;
	display: block
}
.product .product_spec .product_spec_buyButton a .product_spec_buyButton_msk>span {
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}
.product .product_spec .product_spec_buyButton a:hover {
	opacity: .5
}
.product .product_spec .product_spec_right dl dt {
	width: 10em
}
.product .product_spec .product_spec_right dl dd {
	width:inherit;
	overflow:hidden;
	flex:1;
}
.product .product_spec .product_spec_remarks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 170px 0
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01, .product .product_spec .product_spec_remarks .product_spec_remarks_02 {
	background: #f1f1f1
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 .product_spec_remarks_inner, .product .product_spec .product_spec_remarks .product_spec_remarks_02 .product_spec_remarks_inner {
	height: 127px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 {
	width: calc(100% - 339px)
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 .product_spec_remarks_inner {
	padding: 51px 74px
}
.product .product_spec .product_spec_remarks .product_spec_remarks_02 {
	max-width: 339px;
	width: 100%;
	margin-left: 12px
}
.product .product_spec .product_spec_remarks .product_spec_remarks_02 .product_spec_remarks_inner {
	padding: 29px 74px
}
.product .product_spec .product_spec_remarks .product_spec_remarks_title {
	width: 99px
}
.product .product_spec .product_spec_remarks .product_spec_remarks_text {
	margin-left: 15px;
	font-family: Noto Sans JP, sans-serif
}
.product .product_spec .product_spec_remarks .product_spec_remarks_img {
	position: relative;
	width: 202px;
	height: auto
}
.product .product_spec .product_spec_attention {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 170px 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.product .product_spec .product_spec_attention .product_spec_attention_title {
	margin-right: 135px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	word-break: keep-all
}
.product .product_spec .product_spec_attention .product_spec_attention_inner {
	padding: 37px 0
}
.product .product_spec .product_spec_attention .product_spec_attention_text {
	font-family: Noto Sans JP, sans-serif;
	line-height: 28px;
	font-size: 1.4rem
}
@media screen and (max-width:1600px) {
.product .product_left-productsDesigner .product_wrap .product_img {
	width: 38.25vw;
	height: 36.125vw;
	margin-right: 8.75vw
}
.product .product_left-productsDesigner .product_wrap .product_img img {
	height: 38.0625vw
}
.product .product_left-productsDesigner .product_wrap .product_content {
	width: 31.4375vw;
	padding-right: 7.5vw
}
/*.product .product_spec .product_spec_left, .product .product_spec .product_spec_right {
	width: 48vw
}
.product .product_spec .product_spec_left {
	margin-right: 1vw
}*/
.product .product_spec .product_spec_left dl dt {
	width: 10em
}
.product .product_spec .product_spec_left dl dd {
	width: inherit;
}
.product .product_spec .product_spec_buyButton {
	margin-left: 15px
}
.product .product_spec .product_spec_right dl dt {
}
.product .product_spec .product_spec_right dl dd {
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 .product_spec_remarks_inner, .product .product_spec .product_spec_remarks .product_spec_remarks_02 .product_spec_remarks_inner {
	height: 7.9375vw
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 {
	width: 78.8125vw
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 .product_spec_remarks_inner {
	padding: 3.1875vw 4.625vw
}
.product .product_spec .product_spec_remarks .product_spec_remarks_02 {
	max-width: 21.1875vw;
	width: 100%;
margin-left:.75vw
}
.product .product_spec .product_spec_remarks .product_spec_remarks_02 .product_spec_remarks_inner {
	padding: 1.8125vw 4.625vw
}
.product .product_spec .product_spec_remarks .product_spec_remarks_title {
	width: 6.1875vw
}
.product .product_spec .product_spec_remarks .product_spec_remarks_text {
margin-left:.9375vw
}
.product .product_spec .product_spec_remarks .product_spec_remarks_img {
	position: relative;
	width: 12.625vw;
	height: auto
}
}
@media screen and (max-width:1340px) {
.product .product_spec .product_heading .product_spec_logo {
	margin: 4vw 0 0 5px
}
.product .product_spec .product_spec_img .product_spec_img_nav {
	left: 60%
}
}
@media screen and (max-width:1080px) {

.product .product_spec .product_heading {
	top: 50px
}
.product .product_spec .product_heading .product_spec_logo {
	width: 54px;
	margin: 10vw 0 0 10px
}
.product .product_spec .product_spec_img .product_spec_img_nav {
	bottom: 45px;
	left: 50%
}
.product .product_spec .product_spec_img .product_spec_img_switch {
	bottom: 12px;
	left: 9.3%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn {
	width: 16px;
	height: 16px
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn svg {
	top: -6px;
	left: -6px;
	width: 28px;
	height: 28px
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn-khaki {
	margin: 16px 0 0
}
.product .product_spec .product_spec_list {
	display: block;
	margin-top: 115px
}
.product .product_spec .product_spec_left, .product .product_spec .product_spec_right {
	width: 100%
}
.product .product_spec .product_spec_left dl dt {
	width: 40%
}
.product .product_spec .product_spec_left dl dd {
	margin-left: 0
}
.product .product_spec .product_spec_right {
	margin-top: 27px
}
.product .product_spec .product_spec_right dl dt {
	width: 40%
}
.product .product_spec .product_spec_right dl dd {
	margin-left: 0
}
}
@media screen and (max-width:768px) {

.product .product_spec {
	margin-top: 140px
}
.product .product_spec .product_heading {
	top: 70px;
	left: 25px
}
.product .product_spec .product_heading .product_spec_logo {
	margin: 165px 0 0 3px
}
.product .product_spec .product_spec_img {
	height: 639px;
	padding-top: 0
}
.product .product_spec .product_spec_img .product_spec_img_item.current img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-name: SliderFade;
	animation-name: SliderFade;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn {
	position: relative;
	width: 5px;
	height: 5px;
	margin-left: 33px
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn:before {
	width: 40px
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn .point {
	width: 3px;
	height: 3px;
	margin: -1px 0 0 -1px
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn .point svg {
	top: -10px;
	left: -10px;
	width: 25px;
	height: 25px
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.progress .bar {
	width: 35px
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.circle .point {
	width: 5px;
	height: 5px;
	margin: -2px 0 0 -2px
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn.active:after {
	width: 40px
}
.product .product_spec .product_spec_img .product_spec_img_switch {
	top: 280px;
	left: 27px
}
.product .product_spec .product_spec_list {
	padding: 0 30px
}
.product .product_spec .product_spec_left dl dd, .product .product_spec .product_spec_left dl dt, .product .product_spec .product_spec_right dl dd, .product .product_spec .product_spec_right dl dt {
	line-height: 19px;
	letter-spacing: .07em;
	font-size: 1.3rem;
	font-weight: 400
}
.product .product_spec .product_spec_left dl dt {
	width: 40%
}
.product .product_spec .product_spec_left dl dd {
	width: 60%
}
.product .product_spec .product_spec_left dl dd.buy {
	width: 60%;
	display: block
}
.product .product_spec .product_spec_buyButton {
	margin-left: 0;
	margin-top: 5px
}
.product .product_spec .product_spec_buyButton a {
	padding: 6px 8px 6px 12px;
	font-size: 1.125rem
}
.product .product_spec .product_spec_buyButton a .link {
	width: 7px;
	height: 6px;
	margin-left: 3px
}
.product .product_spec .product_spec_right dl dt {
	width: 40%
}
.product .product_spec .product_spec_right dl dd {
	width: 60%
}
.product .product_spec .product_spec_remarks {
	display: block;
	margin: 50px 30px 0
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 .product_spec_remarks_inner, .product .product_spec .product_spec_remarks .product_spec_remarks_02 .product_spec_remarks_inner {
	height: auto
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 {
	width: 100%
}
.product .product_spec .product_spec_remarks .product_spec_remarks_01 .product_spec_remarks_inner {
	display: block;
	padding: 48px 44px
}
.product .product_spec .product_spec_remarks .product_spec_remarks_02 {
	max-width: 100%;
	width: 100%;
	margin: 10px 0 0
}
.product .product_spec .product_spec_remarks .product_spec_remarks_02 .product_spec_remarks_inner {
	padding: 48px 44px
}
.product .product_spec .product_spec_remarks .product_spec_remarks_title {
	width: auto;
	font-size: 1.3rem
}
.product .product_spec .product_spec_remarks .product_spec_remarks_text {
	margin: 20px 0 0;
	font-size: 1.3rem
}
.product .product_spec .product_spec_remarks .product_spec_remarks_img {
	position: relative;
	width: 100%;
	height: auto
}
.product .product_spec .product_spec_remarks .product_spec_remarks_img img {
	width: 194px;
	margin: 0 auto
}
.product .product_spec .product_spec_attention {
	display: block;
	margin: 90px 30px 0
}
.product .product_spec .product_spec_attention .product_spec_attention_title {
	margin-top: 35px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 400
}
.product .product_spec .product_spec_attention .product_spec_attention_inner {
	display: block;
	margin-top: 25px;
	padding: 0 0 35px
}
.product .product_spec .product_spec_attention .product_spec_attention_text {
	width: 100%;
	line-height: 19px;
	margin: 10px 0 0;
	letter-spacing: .07em;
	font-size: 1.3rem
}
.product .product_spec .product_spec_attention .product_spec_attention_text:first-of-type {
	margin-top: 0
}
}
@media (-ms-high-contrast:none) {
.product .product_img img {
	font-family: "object-fit: cover;"
}
.product .product_spec .product_spec_img .product_spec_img_nav .product_spec_img_nav_btn {
	position: static;
	width: 105px;
	margin-left: 0
}
.product .product_spec .product_spec_img .product_spec_img_switch .product_spec_img_switch_btn {
	overflow: visible
}
}

@media screen and (max-width: 768px) {
	.product {
		margin-top: 90px;
	}
	.product .product_spec{
		margin-top:0;
		max-width:inherit;
		padding:0 30px;
	}
	.product .product_spec .product_spec_list{
		padding:0;
		margin-top:10px;
	}
	.product .product_spec .product_spec_right{
		margin-top:45px;
	}
}