@charset "utf-8";
body {
  width: 100%;
  font-family: 'Anton', YuGothic, YuGothic, 'YuGothic', 'Yu Gothic', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #000;
}
/*トップページ領域*/
/*ヘッダー領域*/
header {
  height: 100vh;
  background-image: url("../img/img_hero_bg.jpg");
  background-size: cover;
  background-position: 80% 50%;
}
/*メニューバーここから*/
#menu {
  background-color: rgba(255, 255, 255, 0);
  z-index: 1000;
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: calc(100% - 50px);
  margin: 0;
  padding: 25px 25px 0;
  transition: 2s;
}
h1 {
  height: 50px;
}
#logo_img {
  transition: 1s;
  height: 50px;
}
.menu_link {
  height: 100%;
}
.menu_link a {
  transition: 1s;
  color: #cfcfcf;
  font-weight: normal;
  line-height: 50px;
}
#header_nav {
    display: flex;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: calc(-100vh - 25px);
  left: 0;
  background-color: #fff;
  transition: .5s;
}

#header_nav ul {
  padding-top: 10vh;
  padding-left: 5%;
  padding-right: 5%;
}
#header_nav ul li {
  padding-top: 10%;
  font-size: 28px;
  font-weight: 500;
}
#header_nav ul li a:hover {
  transition: 1s;
  color: #e60012;
}
#hamburger {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  top: 5px;
  cursor: pointer;
  transition: 1s;
}
span {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  width: 40px;
  background-color: #fff;
  border-radius: 2px;
  transition: 1s;
}
#line1 {
  top: 10px;
}
#line2 {
  bottom: 10px;
}
.in {
  transform: translateY(calc(100vh + 25px));
}
.line_1 {
  background-color: #cfcfcf;
  transform: translateY(10px) rotate(-45deg);
  top: 0;
}
.line_2 {
  background-color: #cfcfcf;
  transform: translateY(-5px) rotate(45deg);
  bottom: 0;
}
/*/メニューバー*/
.header_text {
  text-align: center;
  position: relative;
  width: 85%;
  max-width: 650px;
  height: 40%;
  top: 20%;
  margin: 0 auto;
}
.hero_ver {
  height: 50%;
  position: absolute;
  right: 0;
}
.hero_width {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.scroll_img {
  position: absolute;
  bottom: -5px;
  right: 10%;
}
.scroll_img img {
  height: 150px;
}
@media screen and (min-width: 769px) {
  #menu {
    font-size: 18px;
    height: 10%;
    padding-right: 30px;
    padding-left: 30px;
  }
  #header_nav ul li {
    padding-top: 10%;
  }
    
 .nav_img{
    height: 100%;
    width: 30%;
    background-image: url("../img/img_top_slideshow3.jpg");
    background-size: cover;
    background-position: 50% 50%;
}
  .header_text {
    top: 30%;
      height: 50%;
  }
}
/*@media screen and (min-width: 769px) {}*/
/*/header領域*/
/*main領域*/
section {
  width: 100%;
  padding-top: 20vh;
  padding-bottom: 10vh;
  margin: 0 auto;
}
/*.catch*/
h2 {
  font-size: 20px;
}
.catch_title {
  color: #e60012;
  float: right;
}
.catch_title::after {
  content: "";
  display: block;
  clear: both;
}
.contents {
  padding-bottom: 30vh;
  max-width: 960px;
}
.catch .contents {
  text-align: center;
  padding-right: 10%;
  padding-left: 10%;
  background: url("../img/img_top_text_bg1.png") no-repeat bottom;
  background-position: 50% 95%;
  background-size: 70%;
}
.catch_vertical {
  display: inline-block;
  text-align: left;
  height: 500px;
  column-count: 2;
  column-gap: 20px;
  line-height: 1.6;
  letter-spacing: .1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.catch .page_link {
  margin: 0 auto;
  font-weight: normal;
}
.page_link {
  position: relative;
  border-bottom: 3px solid #000;
  width: 60%;
  max-width: 330px;
  padding: 10px 0;
}
.page_link a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .catch, .brand {
    max-width: 960px;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
  }
  .catch .contents {
    padding: 0;
    background-size: 330px;
    background-position: 0 50%;
    margin: 0 auto;
  }
  .catch_vertical {
    column-count: 1;
    display: block;
    height: 330px;
    margin-left: auto;
    padding-right: 40px;
  }
  .catch .page_link {
    margin-left: 5%;
    position: relative;
    top: -50px;
    max-width: 250px;
  }
}
/*/.catch*/
/*.slide_show*/
.slide_show {
  overflow: hidden;
}
.slide_show img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
/*/.slide_show*/
/*.brand*/
.brand_images {
  margin-bottom: 10vh;
  max-width: 300px;
  width: 80%;
  min-height: 240px;
  background-image: url("../img/img_brand.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.brand .contents {
  margin-left: 10%;
  padding-bottom: 10vh;
  background: url("../img/img_top_text_bg2.png") no-repeat bottom;
  background-position: 0% 95%;
  background-size: 70%;
}
.brand .alltexts {
  width: 70%;
  max-width: 350px;
}
.vertical {
  display: inline-block;
  text-align: left;
  line-height: 1.6;
  letter-spacing: .1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.title {
  font-size: 22px;
  float: right;
}
.title::after {
  content: "";
  display: block;
  clear: both;
}
.brand .page_link {
  margin-left: 10%;
  font-weight: normal;
}
.brand .page_link a {
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .brand .contents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-size: 300px;
    background-position: 0% 100%;
    margin: 0 5%;
  }
  .brand_images {
    margin-bottom: 0;
    margin-top: 10vh;
  }
  .alltexts {
    max-width: 300px;
  }
  .title {
    font-size: 25px;
  }
  .text {
    font-size: 14px;
  }
  .brand .page_link {
    margin-left: 5%;
    max-width: 300px;
  }
}
/*/.brand*/
/*.about*/
.about {
  color: #fff;
  background-color: #000;
  padding-top: 0;
}
.parallax_bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  background-image: url("../img/img_about_contents2.jpg");
  background-attachment: fixed;
  background-position: -20vw 0;
  background-size: 150%;
  background-repeat: no-repeat;
}
.about .alltexts {
  margin-left: auto;
  width: 80%;
  max-width: 350px;
}
.about .contents {
  padding-bottom: 5vh;
  padding-top: 10vh;
  margin-right: 10%;
  background: url("../img/img_top_text_bg3.png") no-repeat bottom;
  background-position: 15% 95%;
  background-size: 50%;
}
.about .title {
  height: 250px;
}
.about .page_link {
  font-weight: normal;
  margin-left: auto;
  margin-right: 10%;
  border-color: #fff;
}
.about .page_link a {
  font-weight: normal;
  color: #fff;
  margin-right: 10%;
  margin-left: auto;
}
.about .page_link a::after {
  border-color: #fff;
}
@media screen and (min-width: 769px) {
  .about {
    height: 140vh;
    max-height: 800px;
    box-sizing: border-box;
    padding: 3% 30px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url("../img/img_about_contents2.jpg");
    background-size: cover;
  }
  .border {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
  }
  .about .contents {
    height: 50%;
    min-height: 300px;
    max-width: 400px;
    margin-right: 0;
    margin-left: auto;
    background-position: 0% 80%;
    background-size: 30%;
  }
  .about .alltexts {
    height: 100%;
    max-height: 350px;
    margin-right: 10vw;
  }
  .about .title {
    height: 85%;
  }
  .about .page_link {
    max-width: 300px;
    margin-right: 10vw;
  }
  .parallax_bg {
    display: none;
  }
}
/*/.about*/
/*.product*/
h2 {
  text-align: center;
}
.product_content {
  width: 80%;
  margin-left: auto;
  padding-top: 10vh;
  margin-right: auto;
}
.product .page_link {
  margin-right: 0;
  margin-left: auto;
}
.product_img {
  text-align: right;
}
.product_img img {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .product_content {
    max-width: 400px;
  }
  .product_img {
    margin: auto;
    max-width: 400px;
  }
  .product .page_link {}
}
/*/.product*/
/*.info*/
.info_text {
  margin: 0 10%;
  padding: 10vh 0;
}
time {
  font-family: 'YuGothic', 'Yu Gothic';
  margin-right: 5%;
}
.info_text p {
  padding: 10% 0;
  font-size: 14px;
}
.info_text p:first-child {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.info_text p:not(:first-child) {
  border-bottom: 1px dotted #000;
}
.info .page_link {
  font-weight: normal;
  margin-left: auto;
  margin-right: 10%;
}
@media screen and (min-width: 769px) {
  .info {
    padding-bottom: 200px;
  }
  .info_text p {
    padding: 5% 0;
  }
}
/*/.info*/
/*/main領域*/
/*footer領域*/
footer {
  padding-top: 25px;
  height: 300px;
  text-align: center;
  background-color: #bebebe;
}
.footer_menu {
  display: flex;
  height: calc(100% - 25px);
}
.footer_menu p {
  font-weight: normal;
}
.sns {
  height: 80%;
  width: 50%;
  text-decoration: none;
}
.sns_list {
  padding-left: 10%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}
.sns_list li {
  margin: 5%;
}
li img {
  height: 60px;
  width: 60px;
}
.footer_nav {
  width: 50%;
}
.footer_nav li {
  padding: 15px 0;
}
small {
  font-weight: normal;
  font-size: 12px;
}
/*/footer領域*/
#page_top {
    position: fixed;
    bottom: 5%;
    right: 5%;
}

#page_top img{
    height: 100px;
}
/*/トップページ領域*/
/*下層ページabout領域*/
.header_about {
  background-image: url("../img/img_about_hero.jpg");
  background-position: 70% 50%;
}
.header_brand {
  background-image: url("../img/img_top_slideshow2.jpg");
}
.header_text h2 {
  display: inline-block;
  line-height: 2;
  margin-top: 20vh;
  font-size: 30px;
  color: #fff;
}
.header_about .header_text p {
  margin-top: 20px;
  font-size: 18px;
  color: #efefef;
  font-weight: normal;
  letter-spacing: 3px;
}

.two_column {
    display: flex;
    margin: auto;
        font-family: YuGothic, Yu Gothic, 'YuGothic', 'Yu Gothic', 'Hiragino Sans', Meiryo, 'sans-serif';
    padding-bottom: 20vh;
}

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 1% auto;
	padding: 1% 2%;
	color: #555;
    font-size: 14px;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #555;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #555;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1%;
	height: 1%;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	color: inherit;
	position: absolute;
	bottom: 120%;
	right: 15%;
}
.cp_breadcrumb li:last-child {
    font-weight: normal;
	margin-right: 0;
	padding-right: 0;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}


.main_contents{
    padding-top: 5vh;
}

.side_contents{
    display: none;
}


.contents_block{
    margin-top: 5vh;
}


.about_textboxs{
    padding: 5%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    z-index: 100;
    background-color: #efefef;
    height: 280px;
    font-size: 14px;
}

.about_texts{
    color: #333;
    font-size: 16px;
    letter-spacing: 1.5;
    line-height: 1.4;
}

.abouttexts_title{
    padding-top:15%;
    font-size: 30px;
    color: #633;
}

.subtitle{
    padding-bottom: 10%;
    padding-top: 10px;
    color: #633;
}

.about_img{
    background-image: url("../img/img_about_contents2.jpg");
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 300px;
}
    .contents_block:nth-of-type(3) .about_img{
        background-image: url("../img/img_top_slideshow4.jpg");
    }
    .contents_block:nth-of-type(4) .about_img{
        background-image: url("../img/img_about_contents2.jpg");
    }




@media screen and (min-width: 769px) {
.side_contents{
    display: block;
    width: 20%;
    padding-top: 300px;
}
    .side_contents p{
        margin-bottom: 40px;
        text-align: center;
    }
    .side_contents a{
        color: #333;
    }
    .side_contents a:hover{
        color: #e60012;
        transition: 1s;
    }
    
.main_contents{
    width: 80%;
    }
    
.contents_block{
    display: flex;
    position: relative;
    height: 80vh;
    margin-top: 100px;
}
    .about_textboxs{
    padding: 5%;
     margin: auto 0 auto auto;
    z-index: 100;
    width: 400px;
    height: 280px;
    font-size: 14px;
    font-family: YuGothic, Yu Gothic, 'YuGothic', 'Yu Gothic', 'Hiragino Sans', Meiryo, 'sans-serif';
}
    
.contents_block:nth-of-type(2n) .about_textboxs{
        margin: auto auto auto 0;
    }

.about_texts{
    color: #333;
    font-size: 16px;
    letter-spacing: 1.5;
    line-height: 1.4;
}

.abouttexts_title{
    padding-top:15%;
    font-size: 30px;
    color: #633;
}

.subtitle{
    padding-bottom: 10%;
    padding-top: 10px;
    color: #633;
}

.about_img{
    position: absolute;
    left: 10%;
    top: 7%;
    background-image: url("../img/img_about_contents4.jpg");
    background-size: cover;
    text-align: center;
    width: 60%;
    height: 70vh;
}
    .contents_block:nth-of-type(2n) .about_img{
        left: inherit;
        right: 10%;
    top: 7%;
    }
    


    }
    