@charset "utf-8";

* {
  margin: 0px;
}
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
body p {
  padding-top: 5px;
  padding-bottom: 5px;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#top_width {
  max-width: 1200px;
  margin: 0px auto;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
a img{
    transition:0.3s;
}
a img:hover{
    opacity:0.8;
}

/**
装飾系
-------------------------------------------*/
.shadowA {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
}

/**
ステージ全体の幅
-------------------------------------------*/
div[id^="max_width"] {
  max-width: 1200px;
  margin: 0px auto;
}

/**
ヘッダーの高さ分を指定
-------------------------------------------*/
#newss {
    padding-top: 80px;
    margin-top: -80px;
}
#block1 {
  background-image: url(../images/denim-texture222.png); /* 背景画像 */
  color: #FFFFFF;
  height: 80px;
}
#site_title {
  z-index: 1;
}
#title_big {
  display: none;
}
#stage {
    position: relative;
    /*background-image: url(../images/denim-texture223.png);*/ /* 背景画像 */
    
    background-color: #FFFFFF;
}
#stage ul {
    padding: 0px;
    position: relative;
}
#stage ul li {
    width: 100%;
    list-style-type: none;
    position: absolute;
    pacity: 0;
}
#stage img {
    max-width: 100%;
    height: auto;
}

/**
スライダー
-------------------------------------------*/
#slide_control {
    position: absolute;
}
[id^='photo_'] {
  cursor: pointer;
}
#prev_button {
  cursor: pointer;
}
#next_button {
  cursor: pointer;
}
#play_stop {
  cursor: pointer;
}
#main_img {
  background-image: url(../images/denim-texture223.png); /* 背景画像 */
}
#menu_button {
  position: fixed;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 3;
}

/**
第２階層メインイメージ
-------------------------------------------*/
#main_img {
	
}

/**
ナビ
-------------------------------------------*/
#nav {
  position: fixed;
  top: 0px;
  margin-left: -200px;
  width: 200px;
  z-index: 2;
}
#nav ul {
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.90);
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a:link {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4A4A4A;
  display: block;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -ms-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
#nav ul li a:visited {
  /*color: #FFFFFF;*/
  border-bottom: 1px solid #434343;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  display: block;
}
#nav ul li a:hover {
  color: #B9B9B9;
  text-decoration: none;
}

/**
パンくず
-------------------------------------------*/
.breadcrumbs {
    width: 100%;
    margin: 0 auto 1em;
    padding: 0 0 0.5em 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

/**
新着情報
-------------------------------------------*/
.content_NEWS {
    background-color: #FFFFFF;
}
h2.midashi {
    text-align: center;
    font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "sans-serif";
    /*padding-bottom: 1em;*/
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    color: #666666;
    font-weight: normal;
}
h2.midashi span {
    font-size: 80%;
}

/* 新着情報以外のタイトル */
h1.content_title {
    font-size: 24px;
    font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", "見出ミンMA31", "Midashi Min MA31", "Hiragino Sans", Meiryo, "sans-serif";
    margin: 0 0 1.25em;
    line-height: 2;
    position: relative;
    transform: rotate(.03deg);
}
h1.content_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #7ec17e, #7ec17e 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #7ec17e, #7ec17e 2px, #fff 2px, #fff 4px);
}
h2.access_title {
    font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", "見出ミンMA31", "Midashi Min MA31", "Hiragino Sans", Meiryo, "sans-serif";
    border: 4px solid #7ec17e;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 1em 0;
    padding: 0.5em;
    background-color: rgba(255,255,255,0.8);
}
.news {
    margin: 0 auto 1em;
    padding: 1em;
    text-align: left;
    color: #444;
    width: 100%;
    box-sizing: border-box;
    
    border: 10px solid #EFEEEE;
    
    /*border: 1px solid #ccc;
    overflow: auto;
    height: 10em;
    background-color: #fcfcfc;*/
}
.news dl {
    padding: 0.5em 0;
    border-bottom: 1px solid #EFEEEE;
}
.news dt {
    padding-bottom: 0.5em;
    width: auto;
}

/**
新着情報一覧
-------------------------------------------*/
.flex-wrap {
    padding: 1em;
    margin-bottom: 1em;
    background-color: #EFEEEE;
}
.flex-item {
    background-color: #FFFFFF;
    padding: 12px;
    border-radius: 6px;
    box-sizing: border-box;
    
    margin-bottom: 1em;
}
.flex-item .item-title {
    font-size: 16px;
    line-height: 1.6;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    text-align: left;
}
.flex-item .item-text {
    line-height: 1.6;
    text-align: justify;
    margin: 0.5em 0;
}
.flex-item .item-date {
    font-size: 12px;
    text-align: right;
}

/**
トップページ用パララックス
-------------------------------------------*/
body.home .wrapper {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.wrapper.block2 {
    background-color: rgba(255,255,255,0);
    position: relative;
}
.wrapper.block3{
    background-color: rgba(255,255,255,0);
    position: relative;
}
.wrapper.block4 {
    background-color: rgba(255,255,255,0);
    position: relative;
}
.absolute_block2 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -30%;
    right: 1%;
}
.absolute_block3 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -40%;
    left: 1%;
}
.absolute_block4 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -40%;
    right: 1%;
}

/**
商品紹介
-------------------------------------------*/
#block2 {
  background-color: #8F50B2;
}
.btn-buy {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1em;
}
.btn-buy img  {
    width: 100%;
    height: auto;
}

/**
会社概要
-------------------------------------------*/
#block4 {
  background-color: #33439B;
}
body.page-template-page-about .flex-wraper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
body.page-template-page-about .flex-item {
    width: 100%;
    margin: 0;
}
body.page-template-page-about .flex-item img {
    width: 100%;
    height: auto;
}
body.page-template-page-about .flex-item h4 {
    font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "sans-serif";
    font-size: 18px;
    padding: 1rem 2rem;
    border-left: 5px dotted #000;
    background: #f4f4f4;
    margin-bottom: 1em;
}
body.page-template-page-about h2 {
  position: relative;
  padding: 1em;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
    margin: 2em auto 0;
    clear: both;
}
body.page-template-page-about h2:before, body.page-template-page-about h2:after {
  position: absolute;
  content: '';
}
body.page-template-page-about h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
body.page-template-page-about h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
body.page-template-page-about h2 i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
body.page-template-page-about h2 span {
  position: relative;
  z-index: 1;
}
body.page-template-page-about .flex-item.order1 {
    order: 1;
  }
  body.page-template-page-about .flex-item.order2 {
    order: 2;
  }
.about_layout {
    text-align: justify;
    line-height: 1.6;
}
.about_layout span {
    font-weight: bold;
}

.content_even {
  /*background-image: url(../images/denim-texture221.png);*/ /* 背景画像 */
}
.content_even a:link {
  /*color: #000000;*/
    color: blue;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -ms-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.content_even a:visited {
  /*color: #000000;*/
}
.content_even a:hover {
  color: #767676;
}

/**
動画掲載
-------------------------------------------*/
#block3 {
  background-color: #4EA899;
}
body.page-id-78 .flex-wraper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.page-id-78 .flex-item {
  width: 100%;
  margin: 0;
}
body.page-id-78 .flex-item img {
  width: 100%;
  height: auto;
}
body.page-id-78 .flex-item h4 {
  font-family: apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "sans-serif";
  font-size: 18px;
  padding: 1rem 2rem;
  border-left: 5px dotted #000;
  background: #f4f4f4;
  margin-bottom: 1em;
}
body.page-id-78 h2 {
position: relative;
padding: 1em;
text-align: center;
border: 2px solid #000;
background: #fff;
  margin: 2em auto 0;
  clear: both;
}
body.page-id-78 h2:before, body.page-id-78 h2:after {
position: absolute;
content: '';
}
body.page-id-78 h2:before {
top: -40px;
left: calc(50% - 40px);
width: 80px;
height: 80px;
border: 2px solid #000;
border-radius: 50%;
background: #fff;
}
body.page-id-78 h2:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
}
body.page-id-78 h2 i {
font-size: 30px;
font-size: 3rem;
line-height: 60px;
position: absolute;
z-index: 1;
top: -40px;
left: calc(50% - 40px);
width: 80px;
height: 60px;
text-align: center;
}
body.page-id-78 h2 span {
position: relative;
z-index: 1;
}
body.page-id-78 .flex-item.order1 {
  order: 1;
}
body.page-id-78 .flex-item.order2 {
  order: 2;
}
.about_layout {
  text-align: justify;
  line-height: 1.6;
}
.about_layout span {
  font-weight: bold;
}
body.page-id-78 .flex-wraper {
  flex-direction: row;
  justify-content: space-between;
}

/**
第２階層
-------------------------------------------*/
/* 詳細記事 */
.wrapper {
    width: 100%;
    background-color: #F1F1F1;
    margin-bottom: 1em;
    padding: 1em;
    box-sizing: border-box;
}
.main {
    background-color: #FFFFFF;
    padding: 1em;
    margin:0 auto;
    border-radius: 6px;
}
h2.title {
    font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    text-align: left;
    padding: 0.5em;
    
    background-color: #000000;
    color: #FFFFFF;
    position: relative;
}
h2.title .date {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    position: absolute;
    right: 0.5em;
}
.main .item-text {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin: 0.5em 0;
}
.main .youtube {
    position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.main .youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*ページナビ*/
.navigation {
  text-align: center;
  padding: 1em 0;
  width: 100%;
}
.navigation .navitop {
  float: left;
  width: 12%;
  text-align: center;
}
.navigation .navileft {
  float: left;
  width: 44%;
  text-align: left;
  word-break: break-all;
  line-height: 1.5em;
}
.navigation .naviright {
  float: right;
  width: 44%;
  text-align: right;
  word-break: break-all;
  line-height: 1.5em;
}

#block5 {
    background-color: #FFFFFF;
}
#block5 a:link {
    color: blue;
    text-decoration: none;
}
#block5 a:visited {
    /*color: #000000;*/
    text-decoration: none;
}
#block5 a:hover {
    color: #B9B9B9;
    text-decoration: none;
}
#block6 a:link {
    color: #FFFFFF!important;
    text-decoration: none;
}

.content_odd {
  /*background-image: url(../images/denim-texture222.png);*/ /* 背景画像 */
  /*color: #FFFFFF;*/
}
.content_odd a:link {
  /*color: #FFFFFF;*/
    color: blue;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -ms-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.content_odd a:visited {
  /*color: #FFFFFF;*/
}
.content_odd a:hover {
  color: #A7A7A7;
}

/**
フッター
-------------------------------------------*/
#block6 {
    background-image: url(../images/footer_BG.svg); /* 背景画像 */
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center bottom;
    background-color: #ffffff;
}
#block6 p {
    text-align: center;
}
#block6 p img {
    width: 100%;
    height: auto;
}
footer a:link {
  text-decoration: none;
}
footer a:visited {
  text-decoration: none;
}
div[class^="bg-text"] {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 1;
  height: auto;
  overflow: hidden;
}
div[class^="bg-text"] h1 {
  font-size: 180%;
  font-weight: normal;
  padding-bottom: 5px;
}
div[class^="bg-text"] p {
  text-align: left;
}
#bg-text-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
/* 会社概要・お問い合わせ */
.flex_footer-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.item_footer-btn {
    margin: 1em 0 0;
}
a.btnA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btnA:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btnA:hover {
    background: #7FC2E9;
    border: 1px solid #7FC2E9;
    color: #228bc8;
}
a.btnA:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}

.color1 {
  color: #FF0000; /* 赤色 */
}
.color2 {
  color: #FF6600; /* 橙色 */
}
.color3 {
  color: #9900CC; /* 紫色 */
}
.supplement {
  font-size: 90%;
  color: #6C6C6C; /* 補足 */
}
#footer_nav {
  display: none;
}
.img_450_left img {
  display: block;
  margin: auto;
}
.img_450_right img {
  display: block;
  margin: auto;
}
/* news */
#news {}
#news ul {
  padding: 0px;
}
#news ul li {
  list-style-type: none;
  border-bottom: #554b1e 1px dashed;
  padding-top: 10px;
  padding-bottom: 10px;
}
#news ul li:first-child {
  border-top: #554b1e 1px dashed;
}
/* faq */
#faq {
  text-align: left;
}
#faq dl {}
#faq dl dt {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #2D2D2D;
}
#faq dl dd {
  border-bottom: #554b1e 1px dashed;
  padding-top: 10px;
  padding-bottom: 20px;
}
#faq dl dt:first-child {
  border-top: #554b1e 1px dashed;
}

@media only screen and (min-width: 400px) { /* site_title img 切り替え */
  #title_small {
    display: none;
  }
  #title_big {
    display: inline-block;
  }
}
@media only screen and (min-width: 600px) { /* content 内の上下の余白を切り替え */
  div[class^="bg-text"] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  div[class^="bg-text"] h1 {
    font-size: 200%;
    padding-bottom: 10px;
  }
  #bg-text-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 650px) { /* テキスト回り込みの切り替え */
  .img_450_left {
    float: left;
    padding-right: 5px;
  }
  .img_450_right {
    float: right;
    padding-left: 5px;
  }
}

/* PC版のブレークポイント */
@media only screen and (min-width: 950px) {
	/* nav 展開の切り替え / js の min_width（ブレークポイント）も同じ値に設定 */
	#site_title {
		float: left;
		padding-right: 30px;
	}
  #menu_button {
    display: none;
  }
  #nav {
    top: auto;
    position: static;
    margin-left: 0px;
    width: auto;
  }
  #nav ul {
    background-color: rgba(0, 0, 0, 0);
  }
  #nav ul li {
    float: left;
  }
  #nav ul li a:link {
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    border-bottom: 0px solid #424242;
    /*color: #FFFFFF;*/
      color: blue;
  }
  #nav ul li a:visited {
    /*color: #FFFFFF;*/
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    border-bottom: 0px solid #424242;
  }
  #nav ul li a:hover {
    text-decoration: none;
    color: #B9B9B9;
  }
    
    /* 新着情報 */
    h2.midashi {
        text-align: left;
    }
    .news:first-child {
        margin: 0 auto;
    }
    .news dt {
        clear: left;
        float: left;
        width: 15%;
        padding-bottom: 0;
    }
    .news dd {
        margin-left: 0.5em;
    }
    /* 新着情報一覧 */
    .flex-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-wrap::after {
        display: block;
        content:"";
        width: 32%;
    }
    .flex-item {
        width: 32%;
    }
    .flex-item img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 1em;
    }
    /**
    商品紹介
    -------------------------------------------*/
    .btn-buy {
        width: 100%;
    }
    .btn-buy img {
        width: auto;
        height: auto;
    }
    
    /* 会社概要 */
    body.page-template-page-about .flex-wraper {
        flex-direction: row;
        justify-content: space-between;
    }
    body.page-template-page-about .flex-item {
        width: 49%;
        margin: 1em auto;
    }
    body.page-template-page-about .flex-item.order1 {
        order: 1;
    }
    body.page-template-page-about .flex-item.order2 {
        order: 1;
    }
    
    #footer_nav {
        display: block;
    }
    #footer_nav a:link {
        color: #000!important;
    }
    
    /* 動画掲載 */
    body.page-id-78 .flex-wraper {
      flex-direction: row;
      justify-content: space-between;
  }
  body.page-id-78 .flex-item {
      width: 49%;
      margin: 1em auto;
  }
  body.page-id-78 .flex-item.order1 {
      order: 1;
  }
  body.page-id-78 .flex-item.order2 {
      order: 1;
  }

    /**
    フッター
    -------------------------------------------*/
    #block6 p img {
        width: auto;
        height: auto;
    }
    /* 会社概要・お問い合わせ */
    .flex_footer-btn {
        width: 340px;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: row;
    }
}

/**
お問い合わせ
-------------------------------------------*/
#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 1.6;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable td {
    text-align: left;
}
table.formTable th {
  /*width: 30%;*/
    white-space: nowrap;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
.textarea {
    padding: 5px;
}
table.formTable .kome {
    font-size: 90%;
    color: coral;
    margin-left: 0.5em;
}
#formWrap .submitbtn {
    margin: 1em auto;
}

/*　スマホ用 */
@media screen and (max-width:950px) {
  #formWrap {
      width: 100%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
      
      white-space: normal;
  }
  form input[type="text"], form textarea {
    width: 80%;
    
    font-size: 110%;
    display: block;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}