@charset "utf-8";
@font-face {
  font-family: "Blair md";
  src: url("../fonts/BlairMdITCTTMedium.woff2") format("woff2"), url("../fonts/BlairMdITCTTMedium.woff") format("woff")
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
/*----------------------------------------------------
　共通
----------------------------------------------------*/
main{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	font-family: "Hiragino Mincho ProN","Yu Mincho","Times New Roman","YuMincho","MS PMincho",serif;

}
main img {
    max-width: 100%;
    vertical-align: bottom;
}
h2{
	background-color: #FFFFFF;
}

/*----------------------------------------------------
　MV
----------------------------------------------------*/
.page_heading {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	min-height: 400px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page_heading--en{
    letter-spacing: 5px;
    line-height: 1.25;
    font-size: 45px;
    font-family: "Blair md";
    color: #231815;
    text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
    font-weight: 900;
}
.page_heading--ja {
    color: #231815;
    text-shadow: inherit;
    margin-top: 10px;
    letter-spacing: 5px;
    font-size: 27px;    font-family: "Hiragino Mincho ProN","Yu Mincho","Times New Roman","YuMincho","MS PMincho",serif;

}
.page_heading.gragista-e {
    background-image: url(../img/e/gragista-e.jpg)
}
.page_heading.gragista-r {
  background-image: url("../img/r/gragista-r.jpg")
}
.page_heading.gragista-b {
	background-image: url(../img/b/gragista-b.jpg)
}
.page_heading.gragista-gc {
	background-image: url(../img/gc/gragista-gc.jpg)
}
/*----------------------------------------------------
　ディテール
----------------------------------------------------*/
.product_detail--use {
    display: flex;
    justify-content: center;
}
.product_detail--use .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    width: 147px;
    height: 147px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,Meiryo,sans-serif;
    font-size: 22px;
    background: #034ea2;
    color: #fff;
    -webkit-border-radius: 74px;
    border-radius: 74px;
}

.product_detail .logo-title.gragista {
  text-align: center
}
.product_detail--use .item.kodate {
  background-color: #c1ad69
}

/*----------------------------------------------------
　イントロリスト
----------------------------------------------------*/
.product_intro--title {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.75;
	font-size: 36px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.product_intro--text {
    margin: 0 auto 2em;
    max-width: 850px;
    text-align: left;
    line-height: 1.75;
    font-size: 21px;
}
.product_intro--images {
	justify-content: center;
	list-style: none;
	margin: 0 auto 80px;
	max-width: 850px;
	display: flex;
}
.product_intro--images .image {
    width: calc(50% - 40px);
}
.product_intro--list {
    margin-bottom: 80px;
}
.product_intro--list .item {
    margin-bottom: 2.5em;
}
.product_intro--list .item .label {
	background: #3e3a39;
	color: #fff;
	padding-top: 0.5em;
	text-align: center;
	font-size: 19px;
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,Meiryo,sans-serif;
	padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.product_intro--list .item .content {
  text-align: left;
    line-height: 1.8;
    font-size: 19px;
    font-family: "Hiragino Mincho ProN","Yu Mincho","Times New Roman","YuMincho","MS PMincho",serif;
}

.product_intro--features {
  background: #231815
}
.product_intro--features>.inner {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.product_intro--features .feature {
    width: calc(50% - 20px);
}
.product_intro--features .feature .label {
    color: #231815;
    font-family: inherit;
    background: linear-gradient(to bottom, #c6b16a 0%, #fbe6b6 50%, #c6b16a 100%);
    padding: 0.5em;
    text-align: center;
    font-size: 20px;
}
.product_intro--features .feature .content {
	padding-top: 1em;
	padding-bottom: 2em;
	min-height: 180px;
	line-height: 1.875;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
/*----------------------------------------------------
　product_feature
----------------------------------------------------*/
.product_feature {
    line-height: 1.75;
    font-size: 20px;    font-family: "Hiragino Mincho ProN","Yu Mincho","Times New Roman","YuMincho","MS PMincho",serif;
    text-align: center;
}
.product_feature:after {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/b/feature-border.png);
    width: 200px;
    height: 34px;
    border-radius: inherit;
    display: block;
    margin: 40px auto 30px;
}
.product_feature:after {
    content: "";
    display: block;
    margin: 40px auto 30px;
}
.product_feature.last:after, .product_feature.no-sep:after {
    display: none;
}
.product_feature--outer {
    padding-top: 120px;
    padding-bottom: 120px;
}
.product_feature--outer.pt0 {
    padding-top: 0;
}
.product_intro--features {
    padding: 60px 60px calc(60px - 2em);
    background: #231815;
}

.product_feature--title {
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.75;
    font-size: 30px;
}
.product_feature--2col {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.product_feature--2col .first, .product_feature--2col .second {
    width: calc(50% - 20px);
}

.product_feature--list {
    margin: 0 0 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,Meiryo,sans-serif;
}
.product_feature--list .item {
    list-style: none;
    margin: 0;
    padding-left: 1.35em;
    text-indent: -1.35em;
    font-size: 21px;
}
.product_feature--list .item:before {
    content: "● ";
    color: #bca968;
}

.product_feature--warranty {
    margin-top: 40px;
    border: 1px solid #000;
    text-align: center;
}
.product_feature--warranty .label {
    margin-top: 1em;
    line-height: 1;
    font-size: 31px;
}
.product_feature .note-sm {
	margin-top: 2em;
	font-size: 14px;
	text-align: left;
}
.product_feature--box {
    background: #3e3a39;
    border-color: #3e3a39;
    display: flex;
    align-items: center;
    margin-top: 35px;
    border: 1px solid #000;
}
.product_feature--box .label {
    background: #3e3a39;
    flex-shrink: 0;
    color: #fff;
    font-size: 21px;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,Meiryo,sans-serif;
    text-align: center;
    width: 140px;
}
.product_feature--box .content {
    padding: 0.5em 1.5em;
    text-align: left;
    background: #fff;
}
.l_line {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/b/feature-border.png);
	width: 200px;
	height: 34px;
	border-radius: inherit;
    display: block;
    margin: 40px auto 30px;
}
.product_feature--title-sm {
	background: #3e3a39;
	margin-bottom: 30px;
	padding: 0.5em 1em;
	text-align: center;
	color: #fff;
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,Meiryo,sans-serif;
	font-size: 18px;
}
.product_feature--detail {
    margin-bottom: 50px;
    text-align: left;
}
.product_feature--test .details {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.product_feature--test .details .header {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border: 1px solid #000;
    width: 4.5em;
    line-height: 1.2;
}
.product_feature--test .details .header .text {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1em);
    text-align: center;
}
.product_feature--test .details .body {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}.product_feature--test .details .detail .label {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 6.5em;
    text-align: center;
    font-size: 17px;
    background: #dcdddd;
}
.product_feature--test .details .detail {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: calc(50% - 10px);
}
.product_feature--test .details .detail .content {
    padding: 0 10px;
    text-align: left;
    font-size: 20px;
    line-height: 1;
}
.product_feature--test .details .detail.row1 {
    margin-bottom: 10px;
}
.product_feature--test .details .detail.normal {
    width: 30%;
}
.product_feature--test .details .detail.wide {
    width: 70%;
}
.product_feature--test .samples {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    text-align: center;
}
.product_feature--test .samples .sample {
    padding: 20px 0 25px;
    width: calc(50% - 10px);
    border: 1px solid #000;
}
.product_feature--test .samples .sample .label {
    margin-bottom: 0.5em;
    font-size: 21px;
}
.product_feature--test .samples .sample .image {
    margin: 0 auto;
    width: 75%;
}
.product_feature--test .samples .sample .comment {
    margin-top: 2em;
    font-size: 14px;
}
.product_feature--2col.has-sep-border:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.ls_minus1_pc {
    letter-spacing: -1px;
}
.product_feature .bordered {
    margin-top: 1em;
    padding: 0.75em 1em;
    border: 1px solid #333;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,Meiryo,sans-serif;
}
.product_feature .notes {
    margin: 1em 0 0 0;
    font-size: 18px;
    list-style: none;
}.product_feature--1col {
    text-align: left;
}
/*----------------------------------------------------
　COLOR VARIATIONS
----------------------------------------------------*/
.color_variations--inner {
    margin-bottom: 40px;
    padding: 90px 28px 60px;
    border: 4px solid #004098;
}
.color_variations--inner h3{
    line-height: 1;
}

.color_variations--title .en {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	font-size: 40px;
	font-weight: 600;
}
.color_variations--title .ja {
    display: block;
    margin-top: 10px;
    letter-spacing: 3px;
    font-size: 20px;
}
.color_variations--category .list {
    display: flex;
    flex-wrap: wrap;
}
.color_variations--category .list .item {
    margin-top: 35px;
    width: 20%;
    padding-left: 28px;
    padding-right: 28px;
    text-align: center;
}
.color_variations--category .list .name {
    font-size: 19px;
}
.color_variations--category .list .name .code {
    margin-bottom: 0.25em;
    border-bottom: 1px solid #000;
    padding-bottom: 0.25em;
}
.color_variations--category .list .name .ja {
    margin-left: -28px;
    margin-right: -28px;
}
.color_variations--notes{
	text-align: left;
	font-size: 16px;
}