<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&amp;display=swap');
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
	background: #000!important;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a, a img {
  overflow: hidden;
  color: #007655;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:active {
  color: #0f4f3d;
  border: none;
  outline: none;
}
a:hover img, a:active img {
  opacity: 1;
  border: none;
  outline: none;
}
html, body {}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
* {
  box-sizing: border-box;
  outline: none;
}
main:after, article:after, section:after, div:after, ul:after, li:after, dl:after {
  content: "";
  display: block;
  clear: both;
}
/***************  makeshop   *******************/
@media screen and (min-width:769px) {
	.bg-section {
    background: #FCF8EC;
    padding:  0!important;
}
.detail-description {
    width: 100%!important;
    margin: 0 auto!important;
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
}
.left-detail-description {
    margin-right: 0!important;
	width: 100%!important;
}

}
/***************  //makeshop   *******************/

.center {
  text-align: center;
}
.right {
  text-align: right;
  width: 100%;
}
.modal-bg {
    display: none;
    background-color: rgba(0, 0, 0, 0.77);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
}
#video-modal {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    width: 90%;
    margin    : 50vh auto 0;
	transform : translateY(-50%);
    z-index: 10;
}
@media screen and (min-width:769px) {
#video-modal {
    position: absolute;
    padding: 20px;
    background-color: #fff;
	margin: 0;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
}
	
.modal_inner{
	position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.modal_inner iframe{
	position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*********************************         SP          *************************************/
.pc {
  display: none;
}
.sp {
  display: block;
}
body {
  font-size: 3.6vw;
  line-height: 1.6;
  color: #fff;
  background: #000;
  font-family: "Helvetica Neue LT W01_81488926", HelveticaNeue-Heavy, "Helvetica Neue Heavy", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#wrap {
  width: 100%;
  overflow: hidden;
}
.main {
  background: #000;
}
.contents {
  padding: 15% 4% 6%;
  position: relative;
}
.contents h2 {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 2.4em;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  position: relative;
  z-index: 1;
  padding: 0;
  padding: 1em 0 .5em;
}
.contents p {
  margin-bottom: 1em;
}
.contents p:last-child {
  margin-bottom: 0;
  color: #fff;
}
.contents small {
  color: #999;
  line-height: 1.5;
  display: block;
}
.contents .inner {
  position: relative;
  z-index: 1;
}
.inner .box p, .inner .box h3 {
  text-align: center;
}
.color_variation_select{
	position: relative;
	width:100%;
}
p.color_name{
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.color_variation_select .header_arrow p.color_name a img{
	width: 10%;
	margin-right: 10px;
}
.color_variation_select .header_detail{
	text-align: center;
	font-weight: bold;
	padding: 7px 0;
}
.color_variation_select .header_arrow::before {
	display: none;
}
.color_variation_select .header_arrow .header_detail::before {
  content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #717171;
    border-right: solid 2px #717171;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 30%;
    margin-top: -6px;
}
.color_variation_select .header_arrow .open::before {
	top: 16%;
}
.color_variation_select .header_arrow .header_detail::after, .color_variation_select .header_arrow .header_detail::before, .color_variation_select .header_arrow .header_detail h2 {
  transition: all .2s linear;
}
.color_variation_select .header_arrow .header_detail::after {
  display: none;
}
.color_variation_select .header_arrow .content{
	padding-top: 10px;
}
.color_variation_select .header_arrow .content a{
	padding: 5px 0;
	width: 100%;
	display: inline-block;
}
/***********************first_section*************************/
.first_section {
  background-image: url("../images/sp/grindblue_1sp.jpg");
  background-repeat: no-repeat;
  background-color: #052143;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 150%;
  position: relative;
}
.first_section .inner {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 59%;
}
@media screen and (max-width: 480px) {
  .first_section .inner {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 52%;
  }
}
.first_section .inner .box h3 {
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1%;
}
.first_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.first_section .inner .box ul li {
  height: 40px;
  margin-top: 1%;
	text-align: left;
}
.first_section .inner .box ul li p {
  line-height: 40px;
  padding-left: 15%;
  font-size: 14px;
}
.first_section .inner .box ul li img {
  display: block;
  width: 14%;
  max-width: 40px;
  float: left;
}

/***********************movie*************************/
.movie {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
  overflow: hidden;
}
.movie_in .box {
  border: none;
  /*  padding: 0;*/
  position: relative;
  width: 100%;
  padding-top: 158.75%;
}
.movie_in .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .movie_in .box img#youtube_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  transition: 1.5s;
  cursor: pointer;
}
.movie .movie_in .box img#youtube_thumb:hover {
  max-width: 110%;
  width: 105%;
  height: 105%;
  top: -2.5%;
  left: -2.5%;
}
.movie .movie_in .box img#youtube_thumb2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  transition: 1.5s;
  cursor: pointer;
}
.movie .movie_in .box img#youtube_thumb2:hover {
  max-width: 110%;
  width: 105%;
  height: 105%;
  top: -2.5%;
  left: -2.5%;
}
/***********************second_section*************************/
.second_section {
  background-image: url("../images/sp/grindblue_2sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
}
.second_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 3%;
}
.second_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1;
  margin-bottom: -5%;
  text-align: center;
}
.second_section .inner .box a {
display: block;
 text-align: center!important;
  }
.inner .box p {
  font-size: 0.95em;
  line-height: 1.4;
}
.second_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.second_section #headphone-img {
  position: absolute;
  bottom: -65%;
  left: 6%;
  width: 47%;
  display: block;
  z-index: 2;
}
.second_section #headphone-img {
  position: absolute;
  bottom: -50%;
  left: 6%;
  width: 120%;
  max-width: 120%;
  display: block;
  z-index: 2;
}
.second_section .productStorytelling-features {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  top: 42%;
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  z-index: 3;
}
.productStorytelling-features_inner {
  width: 115px;
  height: auto;
  display: block;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.productStorytelling-features_inner p {
  font-size: 0.8rem;
  line-height: 1.2;
  margin-top: 10px;
}
.productStorytelling-features_inner img {
  display: initial;
  width: 40px;
}
.plus-icon {
  float: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px auto;
}
/***********************third_section*************************/
.third_section {
  background-image: url("../images/sp/grindblue_3sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
  overflow: hidden;

}
.third_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 5%;
}
.third_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1.2;
  margin-bottom: -2%;
  text-align: center;
}
.third_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************fourth_section*************************/
.fourth_section {
  background-image: url("../images/sp/grind4sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
}
.fourth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 5%;
}
.fourth_section .inner .box h3 {
  font-size: 9vw;
  color: #000;
  line-height: 1.2;
 
  text-align: center;
}
.fourth_section .inner .box p {
  color: #000;
}
.fourth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************fifth_section*************************/
.fifth_section {
  background-image: url("../images/sp/grindblue_5sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
}
.fifth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 3%;
}
.fifth_section .inner2 {
  position: absolute;
  width: 90%;
  right: 5%;
  top: 57%;
}
.fifth_section .inner2 .box h3 {
  font-size: 9vw;
  color: #641f31 !important;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: center;
}
.fifth_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: center;
}
.fifth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************personal_section*************************/
.personal_section {
  background-image: url("../images/sp/grindblue_6sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
  overflow: hidden;

}
.personal_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 5%;
}
.personal_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1.2;
 
  text-align: center;
}
.personal_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************sixth_section*************************/
.sixth_section {
  background-image: url("../images/sp/grindblue_7sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
}
.sixth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 6%;
}
.sixth_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: center;
}
.sixth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************seventh_section*************************/
.seventh_section {
  background-image: url("../images/sp/grindblue_8sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
}
.seventh_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 2%;
}
.seventh_section .inner .box h3 {
  font-size: 9vw;
  color: #fff;
  line-height: 1.2;
  margin-bottom: -3%;
  text-align: center;
}
.seventh_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
/***********************eighth_section*************************/
.eighth_section {
  background-color: #052143;
  padding-top: 25vw;
  padding-bottom: 25vw;
  position: relative;
}
.eighth_section .inner {
  position: relative;
  width: 70%;
  margin-left: 15%;
}
.eighth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
      text-align: center;
}
.eighth_section .inner .box p {
  font-size: 1.5em;
}
#skull-img {
  margin: 0 auto 30px;
  width: 43px;
  height: 54px;
}
#feelskull-img {
  margin: 0 auto;
  width: 195px;
}
/***********************ninth_section*************************/
.ninth_section {
  background-image: url("../images/sp/grind9sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 200%;
  position: relative;
}
.ninth_section .inner {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 80%;
}
.ninth_section .inner .box h3 {
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1%;
}
.ninth_section .inner .box {
  background: none;
  display: block;
  color: #fff;
}
.ninth_section #design-img {
  position: absolute;
  top: 60%;
left: 25%;
width: 50%;
}
/***********************tenth_section*************************/
.tenth_section {
  background-image: url("../images/sp/grind10sp.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 181.25%;
  position: relative;
}
/***********************eleventh_section*************************/
.eleventh_section {
    background-color: #000;
    padding: 10% 0;
  }
  .eleventh_section .swiper-slide {
    text-align: center;
    color: #fff;
  }
  .eleventh_section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    border: 1px #fff solid;
    opacity: 1;
  }
  .eleventh_section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
  .eleventh_section .slide-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .eleventh_section .swiper-container {
    padding: 3% 0 10%;
  }
  .eleventh_section .slide-inner .slide-inner-in {
    width: 85%;
  }
  .eleventh_section .swiper-container .swiper-button-prev {
    background: url("../images/prev.png") no-repeat;
    background-size: 200%;
    background-position-x: -10px;
  }
  .eleventh_section .swiper-container .swiper-button-next {
    background: url("../images/next.png") no-repeat;
    background-size: 200%;
    background-position-x: -10px;
  }
  .eleventh_section .slide-inner-in p {
    font-size: 7vw;
    line-height: 1.1;
  }
  .eleventh_section .slide-inner p i {
    font-size: 0.9rem;
  }
/***********************twelveth_section*************************/
.twelveth_section {
  background-image: url("../images/sp/grind_final_section_sp.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 82.125%;
  position: relative;
}
/***********************thirteenth_section*************************/
.thirteenth_section {
  background-image: url("../images/blue_package.jpg.jpg");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 0;
  height: auto;
	padding-top: 100%;
  position: relative;
}
.thirteenth_section .inner {
  position: relative;
  width: 90%;
  margin-left: 5%;
  color: #fff;
}
.thirteenth_section .inner article {
  border-top: solid 1px #fff;
  color: #fff;
}
.thirteenth_section .inner article:last-child {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.thirteenth_section .inner article a {
  color: #fff;
  width: 100%;
  display: block;
}
.thirteenth_section .inner article .header_detail {
  padding: 15px 0;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.thirteenth_section .inner article:nth-child(2) .header_detail::before ,
.thirteenth_section .inner article:nth-child(3) .header_detail::before {
  content: '';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
  z-index: 1;
}
.thirteenth_section .inner article .hide {
  /*height: 0;*/
  display: none;
  overflow: hidden;
}
.header_arrow .header_detail::before {
  content: '+';
  font-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 20%;
  margin-top: -5px;
  z-index: 1;
}
.header_arrow .open::before {
  content: '-';
  font-size: 40px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -7px;
  z-index: 1;
}
.header_arrow .header_detail::after, .header_arrow .header_detail::before, .header_arrow .header_detail h2 {
  transition: all .2s linear;
}
.header_arrow .header_detail::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.eleventh_section .inner article .content {
  /*border-top: solid 1px #fff;*/
  padding: 20px 0 30px;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.7;
}
/*********************************       //SP       *************************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}
.fadein3 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein3.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*********************************          PC         *************************************/
@media screen and (min-width:769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  body {
    font-size: 1.8vw;
	  background: #000!important;
  }
  .contents {
    padding: 10% 4% 10%;
    position: relative;
  }
  .contents h2 {
    font-size: 2.6em;
    padding: 1em 0;
  }
	.inner .box h3 {
		font-size: 3.46vw!important;
	}
	.inner .box p, .inner .box h3 {
  text-align: left!important;
}
  /***********************first_section*************************/
  .first_section {
    background-image: url("../images/grindblue_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
  }
  .first_section .inner {
    position: absolute;
    width: 44%;
    left: 6%;
    top: 50%;
	  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	  max-width: 560px;
  }
  .first_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 1%;
  }
  .first_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  .first_section .inner .box ul li {
    padding: 6px 0;
	  text-align: left;
  }
  .first_section .inner .box ul li p {
    line-height: 40px;
    padding-left: 15%;
    font-size: 18px;
	   text-align: left;
  }
  .first_section .inner .box ul li img {
    display: block;
    width: 40px;
    float: left;
  }
	.color_variation_area{
		position: absolute;
		top: 2px;
		left: 0;
		background: none;
	}
	.color_variation_area ul{
		margin: 0;
		width: 100%;
	}
	.color_variation_area ul li{
		float: right;
		width: 13%;
		margin-right: 1%;
		background-color: #fff;
		border-radius: 3px;
		padding: 3px;
		box-sizing: border-box;
	}
	.color_variation_area ul li a{
		display: block;
		text-decoration: none;
	}
	.color_variation_area ul li .colorvari-img{
		width: 20%;
		display: inline-block;
		margin-right: 3px;
	}
	.color_variation_area ul li .color_name{
		vertical-align: middle;
		color: #000;
		font-weight: bold;
		margin: 0;
		display: inline-block;
		font-size: 1.2vw;
	}
  /***********************movie*************************/
  .movie {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  .movie_in .box {
    border: none;
    padding: 0;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie_in .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie .movie_in .box img#youtube_thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 1.5s;
  }
  .movie .movie_in .box img#youtube_thumb:hover {
    max-width: 110%;
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
  }
  /***********************second_section*************************/
  .second_section {
    background-image: url("../images/grindblue_2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
  }
  .second_section .inner {
    position: absolute;
    width: 425px;
    left: 6%;
    top: 39%;
  }
  .second_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 2%;
  }
  .second_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  .inner .box p {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .second_section #headphone-img {
    position: absolute;
    bottom: -65%;
    left: 6%;
    width: 47%;
    display: block;
    z-index: 2;
  }
  .second_section .productStorytelling-features {
    position: absolute;
    width: 760px;
    display: block;
    text-align: center;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 3;
  }
  .productStorytelling-features_inner {
    width: 220px;
    height: auto;
    float: left;
    text-align: center;
  }
  .productStorytelling-features_inner p {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 10px;
  }
  .productStorytelling-features_inner img {
    display: initial;
    width: 45px;
  }
  .plus-icon {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  /***********************third_section*************************/
  .third_section {
    background-image: url("../images/grindblue_3.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
    overflow: hidden;
  }
  .third_section video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 36.4583%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
  }
  .third_section .inner {
    width: 37%;
    left: 60%;
    top: 27%;
  }
  .third_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 1%;
  }
  .third_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  /***********************fourth_section*************************/
  .fourth_section {
    background-image: url("../images/grind4.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
  }
  .fourth_section .inner {
    position: absolute;
    width: 35%;
    left: 7%;
    top: 31%;
  }
  .fourth_section .inner .box h3 {
    font-size: 45px;
    color: #000;
    line-height: 1;
    margin-bottom: 1%;
  }
    .fourth_section .inner .box p {
     color: #000;
     }
  .fourth_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  /***********************fifth_section*************************/
  .fifth_section {
    background-image: url("../images/grindblue_5.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
  }
  .fifth_section .inner {
    position: absolute;
    width: 44%;
    left: 56%;
    top: 39%;
	  max-width: 500px;
  }
	.fifth_section .inner2 {
    position: absolute;
    width: 44%;
    right: 5%;
    top: 70%;
	max-width: 460px;
  }
	.fifth_section .inner2 .box h3 {
		font-size: 3.46vw;
    color: #641f31 !important;
    line-height: 1.2;
    margin-bottom: 1%;
    text-align: left;
}
  .fifth_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 1%;
  }
  .fifth_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  .fifth_section .inner .box .button {
    display: block;
    max-width: 17.85714rem;
    margin-bottom: 1.78571rem;
    color: #000;
    position: relative;
    overflow: hidden;
    height: 3.57143rem!important;
    line-height: 3.57143rem;
    transition: all .15s ease;
    letter-spacing: .07143rem;
    font-size: .85714rem;
    text-transform: uppercase;
    padding: 0 2.85714rem;
    border: 0;
    white-space: nowrap;
    text-align: center;
    background: 0 0;
    z-index: 98;
    cursor: pointer;
    font-weight: 400;
    margin: 0 0 1rem;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
	  width: 50%!important;
  }
 /***********************personal_section*************************/
  .personal_section {
    background-image: url("../images/grindblue_6.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
    overflow: hidden;
  }

  .personal_section .inner {
    width: 37%;
    left: 60%;
    top: 27%;
  }
  .personal_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 1%;
  }
  .personal_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  /***********************sixth_section*************************/
  .sixth_section {
    background-image: url("../images/battery.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
  }
  .sixth_section .inner {
    position: absolute;
    width: 35%;
    left: 6%;
    top: 32%;
  }
  .sixth_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 1%;
  }
  .sixth_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  /***********************seventh_section*************************/
  .seventh_section {
    background-image: url("../images/grindblue_7.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
  }
  .seventh_section .inner {
    position: absolute;
    width: 35%;
    left: 61%;
    top: 33%;
  }
  .seventh_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 1%;
  }
  .seventh_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
    /***********************model_section*************************/
  .model_section {
    background-image: url("../images/pushactive7.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 58.9285%;
    position: relative;
  }
  .model_section .inner {
    position: absolute;
    width: 35%;
    left: 5%;
    top: 18%;
  }
  .model_section .inner .box h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 1%;
  }
  .model_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  /***********************eighth_section*************************/
  .eighth_section {
    background-color: #052143;
    padding-top: 4.5vw;
    padding-bottom: 4.5vw;
    position: relative;
  }
  .eighth_section .inner {
    position: relative;
    width: 68%;
    margin-left: 16%;
  }
  .eighth_section .inner .box {
    background: none;
    display: block;
    color: #fff;
    text-align: center;
  }
  .eighth_section .inner .box p {
    font-size: 2rem;
      text-align: center!important;
}
  #skull-img {
    margin: 0 auto 30px;
    width: 43px;
    height: 54px;
  }
  #feelskull-img {
    margin: 0 auto;
    width: 195px;
  }
  /***********************ninth_section*************************/
   .ninth_section {
    background-image: url("../images/grind9.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 51.5476%;
    position: relative;
  }
  .ninth_section .inner {
    position: absolute;
    width: 30%;
    left: 5%;
    top: 54%;
  }
  .ninth_section .inner .box {
    background: none;
    display: block;
    color: #fff;
  }
  .ninth_section #design-img {
    position: absolute;
    width: 240px;
    top: 30%;
    left: 2%;
  }
  /***********************tenth_section*************************/
  .tenth_section {
    background-image: url("../images/grind10.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 45.3125%;
    position: relative;
  }
   /***********************eleventh_section*************************/
  .eleventh_section {
    background-color: #000;
    padding: 3% 0;
  }
  .eleventh_section .swiper-slide {
    text-align: center;
    color: #fff;
  }
  .eleventh_section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    border: 1px #fff solid;
    opacity: 1;
  }
  .eleventh_section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
  .eleventh_section .slide-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .eleventh_section .swiper-container {
    padding: 3% 0 10%;
  }
  .eleventh_section .slide-inner .slide-inner-in {
    width: 60%;
  }
  .eleventh_section .swiper-container .swiper-button-prev {
    background: url("../images/prev.png") no-repeat;
    background-size: 200%;
    background-position-x: -10px;
  }
  .eleventh_section .swiper-container .swiper-button-next {
    background: url("../images/next.png") no-repeat;
    background-size: 200%;
    background-position-x: -10px;
  }
  .eleventh_section .slide-inner p {
    font-size: 2.6vw;
    line-height: 1.1;
  }
  .eleventh_section .slide-inner p i {
    font-size: 1rem;
  }
  /***********************twelveth_section*************************/
  .twelveth_section {
    background-image: url("../images/grind_final_section.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 41.1458%;
    position: relative;
  }
  /***********************thirteenth_section*************************/
  .thirteenth_section {
    background-image: url("../images/blue_package.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50%;
    padding-top: 0;
    position: relative;
    padding: 0.5% 0;
    padding-bottom: 50%
    
  }
  .thirteenth_section .inner {
    position: absolute;
    width: 35%;
    left: 5%;
    top: 27%;
    color: #fff;
	  margin: 0;
  }
  .thirteenth_section .inner article {
    border-top: solid 1px #fff;
    color: #fff;
  }
  .thirteenth_section .inner article:last-child {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .thirteenth_section .inner article a {
    color: #fff;
    width: 100%;
    display: block;
  }
  .thirteenth_section .inner article .header_detail {
    padding: 15px 0;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    cursor: pointer;
  }
  .thirteenth_section .inner article:nth-child(2) .header_detail::before ,
  .thirteenth_section .inner article:nth-child(3) .header_detail::before {  
    content: '';
    font-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 20%;
    margin-top: -5px;
    z-index: 1;
	  
  }
  .thirteenth_section .inner article .hide {
    /*height: 0;*/
    display: none;
    overflow: hidden;
  }
  .header_arrow .header_detail::before {
    content: '+';
    font-size: 26px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 20%;
    margin-top: -5px;
    z-index: 1;
  }
  .header_arrow .open::before {
    content: '-';
    font-size: 40px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -7px;
    z-index: 1;
  }
  .header_arrow .header_detail::after, .header_arrow .header_detail::before, .header_arrow .header_detail h2 {
    transition: all .2s linear;
  }
  .header_arrow .header_detail::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    margin-top: -15px;
  }
  .eleventh_section .inner article .content {
    /*border-top: solid 1px #fff;*/
    padding: 20px 0 30px;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.7;
  }
}
#red {
  background: none;
  color: red;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (min-width:1024px) {
  body {
    font-size: 1.4vw;
  }
}
@media screen and (min-width:1200px) {
  body {
    font-size: 16px;
  }
  .contents {
    padding-left: 10%;
    padding-right: 10%; /*max-width:1600px;*/ margin: 0 auto;
  }
  .contents h2 {
    font-size: 3em;
    padding-bottom: .8em;
  }
}
@media screen and (min-width:1600px) {}
@media screen and (min-width:1920px) {
  body {
    font-size: 18px;
  }
  .contents {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width:1200px) and (min-height:900px) {}
@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
  .gnavi li a:hover {
    opacity: 1
  }
  .linklist li a:hover {
    background: #000;
  }
  .movie_in li a:hover {
    opacity: 1;
  }
  .linkbtn a:hover {
    background: #000;
  }
  .buy_btn li a:hover {
    background: #333;
  }
  .first_section_in .box h3 {
    font-size: 1.8em;
  }
  .first_section_in .box h4 {
    font-size: 1.5em;
  }
}</pre></body></html>