/* ============== ヘッダー ============== */
body{
  background: #fff;
  font-size: 16px;
}
img {
  width: 100%;
}
.site-logo img{
  height: 50px;
  width: auto;
}
.gnav__menu {
  display: flex;
  padding-top: 4px;
}
.gnav__menu__item{
  margin: 10px 22px;
  text-align: center;
}
.gnav__menu__item a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.gnav__menu__item a .big {
  font-size: 24px;
}
.gnav__menu__item a .big2 {
  font-size: 32px;
  padding: 6px 0;
}
.gnav__menu__item a:hover {
  color: #1d91ba;
  text-decoration: none;
  font-weight: bold;
}
.hero{
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
}
.hero img{
    height: auto;
    width: 100%;
    display: none;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
/* -------------- 下にスクロールで消えて上にスクロールで固定表示 -------------- */
.pc-header{
    background: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: space-between;
    padding: 4px 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.pc-header.hide{
    top: -80px;
}
/* -------------- ハンバーガーメニューヘッダー -------------- */
.sp-header{
    background: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.sp-header.hide{
    top: -80px;
}
.header__inner {
  margin: 0;
  padding: 4px 15px;
  width: 100%;
}
.sp-header li {
  list-style-type: none;
  margin-top: 30px;
}
.sp-header a {
  color: #575757;
  font-size: 14px;
}
.sp-header a:hover {
  font-weight: bold;
  border-bottom: solid 2px #575757;
  text-decoration: none;
}
.sideMenu {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px;
  position: fixed;
  right: -220px;
  transition: all 0.6s;
  top: 0;
  width: 220px;
  z-index: 200;
  text-align: center;
}

.hamburger {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 300;
}
.hamburger span {
  background-color: #fd64c4;
  height: 3px;
  left: 11px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger__lineTop {
  top: 20px;
}
.hamburger__lineCenter {
  top: 29px;
}
.hamburger__lineBottom {
  top: 38px;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
/* メニューが開いた時のCSS */
.nav-open .sideMenu {
  background-color: #fff;
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
  background: #fd64c4;
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
  background: #fd64c4;
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}
.pcnavi-cart {
  
}
.pcnavi-cart a {
  
}
.pcnavi-cart a:hover {
  
}
.spnavi-cart {
  margin-right: 60px;
  margin-top: 7px;
  width: 20px;
  height: 40px;
  position: relative;
  border-radius: 6px;
  position: relative;
}
.spnavi-cart a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #0e2156;
}
.spnavi-cart a:hover {
  
}
@media screen and (max-width: 768px) {
  .incart-btn {
    width: 100%;
    margin-top: 0.714286em;
    float: right;
  }
  .incart-btn a {
    background-color: #000;
    padding: 6px 0.714286em;
    text-align: center;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    border-bottom: unset !important;
  }
  .incart-btn i:before {
    color: #fff;
    margin-right: 8px;
  }
  .incart-btn span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  .incart-btn span {
    display: unset !important;
  }
  .incart-btn .total-quant {
    top: 6px !important;
    left: 16px !important;
  }
}



/* ============== フッター ============== */
/*------------------ footer セクション ------------------*/
.footer-bg {
  background: #f7c3cc;
  padding: 20px 0;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}
.footer-bg::after {
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  height: -webkit-fill-available;
  background: #959595;
}
.footer-box1 {
  padding: 20px 30px;
  position: relative;
}
.footer-box1::after {
  content: "";
  position: absolute;
  background: #fff;
  left: -300px;
  z-index: -1;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: -webkit-fill-available;
  display: none;
}
.footer-box1 img {
  width: 260px;
  margin-bottom: 8px;
}
.footer-box1 p {
  color: #575757;
  margin-bottom: 20px;
  line-height: 1.5;
}
.footer-box1 ul {
  display: flex;
}
.footer-box1 ul li {
  margin-right: 20px;
}
.footer-box1 ul li a {
  
}
.footer-box1 ul li a img {
  width: 38px;
  margin-bottom: unset;
}
.footer-box1 ul li a:hover {
  
}
.footer-box2 {
  position: relative;
  z-index: 10;
  padding-left: 10px;
}
.footer-box2 h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 8px;
}
.footer-box2 h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
.footer-box2 ul {
  display: flex;
  justify-content: space-between;
}
.footer-box2 ul li {
  
}
.footer-box2 ul li a {
  color: #fff;
}
.footer-box2 ul li a:hover {
  
}
.copyright {
  margin-top: 60px;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.copyright p a {
  color: #fff;
  font-size: 13px;
}
@media only screen and (max-width:767px) {
  .footer-bg::after {
    display: none;
  }
  .footer-box2 {
    padding-left: 0px;
  }
  .footer-box2 h3 {
    font-size: 27px;
  }
  .footer-box2 h4 {
    font-size: 18px;
  }
  .footer-box2 ul {
    display: block;
  }
  .footer-bg {
    padding-bottom: 100px;
  }
  .copyright p {
    font-size: 13px;
  }
  .footer-box1::after {
    display: none;
  }
}

/* ============== サイト共通調整 ============== */
/*------------- スマホでテキスト改行 ------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*------------ PC・SP 表示切替（990） -----------*/
@media screen and (max-width: 990px){
  .pc9 {
    display: none!important;
  }
}
@media screen and (min-width: 990px){
  .sp9 {
    display: none!important;
  }
}
/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 768px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}
/*------------ PC・SP 表示切替（600） -----------*/
@media screen and (max-width: 600px){
  .pc6 {
    display: none;
  }
}
@media screen and (min-width: 600px){
  .sp6 {
    display: none;
  }
}
/*------------ 余白調整 -----------*/
.top_50 {
  margin-top: 50px;
}
.top_80 {
  margin-top: 80px;
}
.center {
  text-align: center;
  margin: 0 auto;
}
/*------------ テキスト調整 -----------*/
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}

/*------------------ Slick Slider ------------------*/
.slider {
  width: 94%;
  margin: 30px auto;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #575757 !important;
}
.slick-prev:before {
  content: '◀' !important;
}
.slick-next:before {
  content: '▶' !important;
}
/*------------------ slide logo ------------------*/
.slide img {
  width: 70%;
  padding: 0 10px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .slide img {
    padding: 10px 0;
    width: 80%;
  }
}

/*-----------------------------------------------
サイドバー
-----------------------------------------------*/
.side-search {
  margin-bottom: 20px;
  padding: 0 0.714286em;
}
.side-cate {
  padding: 0 0.714286em;
  margin-bottom: 26px;
}
.side-tag {
  padding: 0 0.714286em;
  margin-bottom: 26px;
}
.widget_title {
  margin-bottom: 8px !important;
}
.category-list {
  
}
.category-list li {
  margin-bottom: 4px;
  margin-left: 8px;
}
.category-list li a {
  color: #575757;
  text-decoration: none;
}
.category-list li a:hover {
  opacity: .7;
}
.tag-list {
  
}
.tag-list li {
  margin-bottom: 4px;
}
.tag-list li a {
  color: #575757;
  text-decoration: none;
}
.tag-list li a:hover {
  opacity: .7;
}

/*-----------------------------------------------
トップページ各コンテンツ
-----------------------------------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  width: 100%;
  height: auto;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
}
/*------------------ メインタイトル ------------------*/
.top_maintitle {
  text-align: center;
}
.top_maintitle h2 {
  font-size: 32px;
}
.top_maintitle h2 span {
  font-size: 32px;
  color: #fb65c0;
}
/*------------------ スクロール誘導 ------------------*/
.scroll {
  padding-top: 150px;
}
.scroll a {
  position: absolute;
  bottom: 0;
  left: 46%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  text-align: center;
  right: 48%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------ トップ動画 ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 77px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0 3px 6px #000;
	src: url(../fonts/RAGE.TTF) ;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  font-style: normal;
  text-shadow: 0 3px 6px #000;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy img {
    width: 240px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 30px;
    line-height: 46px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 18px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1866px) {
  .top_kv .top_copy {
    top: 0;
    background: unset;
  }
  .top_kv .top_copy .main-copy2 {
    margin-top: 60%;
  }
  .top {
    height: 960px;
  }
  .top_kv .top_copy .top_center {
    top: 70%;
  }
}

/*-----------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ pickupセクション ------------------*/
.pickup {
  padding: 60px 0;
}
.pickup a {
}
.pickup a:hover {
  text-decoration: none !important;
}
.pickup-box {
  box-shadow: 0 2px 6px #ababab;
  padding: 20px 15px;
}
.pickup-box img {
  margin-bottom: 8px;
	width: 100%;
  height: auto;
}
.pickup-box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  text-align: left;
}
.pickup-box p {
  font-size: 22px;
  text-align: right;
  color: #AF9191;
}
.pickup-box p span {
  font-size: 14px;
}
@media only screen and (min-width:1866px) {
  .pickup {
    margin-top: 160px;
  }
}

.ribbon19-wrapper {
  display: block;
  position: relative;
}
.ribbon19-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  z-index: 2;
  }
.ribbon19 {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  padding-left: 21px;
  left: -20px;
  top: 20px;
  width: 180px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  background: #fb65c0;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 0 2px #fb65c0;
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
}

/*------------------ bestsellerセクション ------------------*/
.bestseller {
  padding: 60px 0;
}
.bestseller-box {
  
}
.bestseller-box img {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}
.bestseller-box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  text-align: left;
  margin-bottom: 6px;
}
.bestseller-box p {
  font-size: 15px;
  color: #707070;
}
/*------------------ seriesセクション ------------------*/
.series1 {
  background: #f7c3cc;
  padding: 50px 0;
  margin-top: 60px;
  position: relative;
}
.series1::after {
  content: url(../img/index/series0.jpg);
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  height: -webkit-fill-available;
}
.series1-box {
  
}
.series1-box p {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 2px 6px #000;
  margin-bottom: 6px;
}
.series1-box h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 6px #000;
  margin-bottom: 30px;
}
.series1-box h4 {
  font-size: 20px;
  text-shadow: 0 3px 6px #000;
  color: #fff;
  line-height: 2;
}
.series2 {
  background: rgba(239, 203, 199, .2);
  padding-bottom: 20px;
}
.series2-box {
  
}
.series2-box h4 {
  font-size: 18px;
  color: #707070;
  margin: 20px 0;
}
.series2-box h3 {
  font-size: 30px;
  color: #fb65c0;
  border-bottom: solid 2px;
  margin-bottom: 30px;
}
.series2-box p {
  color: #707070;
  margin-bottom: 30px;
  font-size: 18px;
}
.series2-box p span {
  font-size: 13px;
}
.series-btn {
  position: absolute;
  z-index: 99999;
  text-align: right;
  bottom: 0;
  right: 0;
}
.series-btn a {
  color: #fff;
}
.series-btn a:hover {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .series1::after {
    display: none;
  }
  .series1 {
    padding-bottom: 80px;
  }
  .series-btn {
    bottom: -40px;
    right: 15px;
  }
}
/*------------------ lineupセクション ------------------*/
.lineup {
  padding-top: 100px;
  padding-bottom: 60px;
}
.lineup-area {
  margin-top: 30px;
  margin-bottom: 60px;
}
.lineup-box {
  padding: 0 12px;
}
.lineup-box img {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}
.lineup-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.lineup-box p {
  font-size: 14px;
  color: #707070;
}
.lineup-box a {
  text-decoration: none;
}
/*------------------ informationセクション ------------------*/
.information {
  padding: 60px 0;
}
.news-title {
  
}
.news-title h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
}
.news-title h3::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 34px;
  height: 5px;
  content: '';
  background: #fb65c0;
}
.news-box {
  margin-bottom: 30px;
}
.news-box p {
  color: #707070;
  margin-bottom: 4px;
}
.news-box h4 {
  font-size: 18px;
  color: #707070;
  border-bottom: dashed 1px #ABABAB;
  padding-bottom: 8px;
}


/*------------------ 下層ヘッダー ------------------*/
.entry-header {
  position: relative;
}
.entry-header img {

}
.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 6px black;
}
@media only screen and (max-width:767px) {
  .entry-header img {
    height: 240px;
    object-fit: cover;
  }
  .entry-header h2 {
    font-size: 28px;
    width: 90%;
    text-align: center;
  }
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {

}
.prev_next .next {

}
/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.site-content {
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  .site-content {
    margin-top: 80px;
  }
}

.lower {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*------------------ 見出し------------------*/
.lower h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #0e2156;
  margin-bottom: 30px;
}
.lower h2 span {
  font-size: 18px;
  display: block;
  padding-top: 8px;
  color: #afafaf;
}
.lower h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fb65c0;
}
.lower2 h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower2 h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #6c757d;
}
.lower2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #008f42;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 10px;
  line-height: 26px;
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.com-about td {
  background-color: #dee2e6;
  padding: 10px 15px;
  vertical-align: middle;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: unset;
    padding: 6px 12px;
  }
}

.access-area {
  
}
.access-map {
  
}
.access-info {
  background: #e9ecef;
  padding: 30px;
  border-radius: 15px;
  width: 98%;
  margin: 0 auto;
}
.access-info p {
  margin-bottom: 12px;
}
/*------------------ アクセス情報 ------------------*/
.com-accessmap {
  
}
.com-accessinfo {
  
}
.com-accessinfo h3 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #008f42;
  padding-bottom: 5px;
}
.com-accessinfo p {
  line-height: 30px;
}
/*------------------ 沿革のステップ ------------------*/
.com-history {

}
.com-history .flow {
  position: relative;
}
.com-history .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #dee2e6;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.com-history .flow > li {
  position: relative;
}
.com-history .flow > li:not(:last-child) {
  margin-bottom: 36px;
}
.com-history .flow .com-right dl {
  padding-left: 50%;
  position: relative;
}
.com-history .flow .com-left dl {
  padding-right: 50%;
  position: relative;
  text-align: right;
}
.com-history .flow > li dl::before,
.com-history .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.com-history .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: 49.7%;
}
.com-history .flow .com-right dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 50%;
}
.com-history .flow .com-left dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  right: 50%;
}
.com-history .flow .com-right dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-left: 60px;
}
.com-history .flow .com-right dl dd {
  margin-left: 60px;
}
.com-history .flow .com-left dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-right: 60px;
}
.com-history .flow .com-left dl dd {
  margin-right: 60px;
}
@media only screen and (max-width:767px) {
  .com-history .flow::before {
    left: 3%;
  }
  .com-history .flow .com-right dl {
    padding-left: 0%;
  }
  .com-history .flow > li dl::before {
    left: 1.7%;
  }
  .com-history .flow .com-right dl::after {
    left: 3%;
  }
  .com-history .flow .com-left dl {
    padding-right: 0;
    text-align: left;
  }
  .com-history .flow .com-left dl::after {
    right: 83%;
  }
  .com-history .flow .com-left dl dt {
    margin-right: unset;
    margin-left: 60px;
  }
  .com-history .flow .com-left dl dd {
    margin-right: unset;
    margin-left: 60px;
  }
}

/*-----------------------------------------------
事業紹介ページ
-----------------------------------------------*/
.s-s {
  border-bottom: dashed 1px #e9ecef;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.product-main {
  text-align: center;
}
.product-main h3 {
  font-size: 28px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(135deg, #ff8c00, rgb(225 120 237), #ff8c00);
  -webkit-background-clip: text;
  color: transparent;
}
.product-main  p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.service-img {
  border-radius: 12px;
}
.service-box {
  
}
.service-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
  border-bottom: dashed 2px #f7c3cc;
  padding-bottom: 6px;
}
.service-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #575757;
}
.service-box p {
  
}
.product-read {
  text-align: left;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.product-read span {
  font-size: 18px;
  font-weight: bold;
}
.product-subtitle {
  text-align: center;
}
.product-subtitle p {
  position: relative;
  margin-bottom: 0;
  margin-top: 12px;
}
.product-subtitle p:before,
.product-subtitle p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 39%;
  height: 1px;
  background-color: #575757;
}
.product-subtitle p:before {
  left: 0;
}
.product-subtitle p:after {
  right: 0;
}
@media only screen and (max-width:767px) {
  .product-subtitle p:before,
  .product-subtitle p:after {
    width: 24%;
  }
  .product-read {
    width: 100%;
  }
	.product-title {
		width: 92%;
	}
}
.oem-m {
  margin-top: 80px;
}
.oem-m h2 {
  
}
.oem-m p {
  text-align: center;
  line-height: 30px;
}


/*-----------------------------------------------
記事一覧
-----------------------------------------------*/
.archive-list {

}
.archive-list img {
  position: relative;
  width: 100%;
  height: auto;
}
.archive-list h3 a {
  font-size: 16px;
  color: #575757;
  font-weight: bold;
  margin: 6px 0;
}
.archive-list h3 a:hover {
  color: #008f42;
  text-decoration: none;
}
.archive-list p {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
}
.archive-list p a {
  color: #fff;
  font-weight: bold;
}

/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
  vertical-align: middle;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #008f42;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #008f42 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fb65c0;
	color: #008f42;
  font-weight: bold;
  opacity: .7;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

/*------------ モーダルウィンドウ -----------*/
.md-btn {
  margin-top: 10px;
}
.md-btn_a {
  background: #f7f7f7;
  display: inline-flex;
  padding: 2px 80px;
  color: #575757;
  font-weight: 600;
  border-radius: 18px;
  border: solid 1px rgb(0 0 0 / 50%);
  font-size: 14px;
}
.md-btn_a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  border: unset;
}
.modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: dashed 1px rgb(0 0 0 / 50%);
  color: #575757;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.modal-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 18px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
/*------------------ ステップ ------------------*/
.mainflow {
  padding: 60px 0;
}
.flow-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flow-s > li {
  -ms-flex-preferred-size: 29%;
  flex-basis: 21%;
}
.flow-s > li .icon {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #f7c3cc;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  padding: 2px 0;
}
.flow-s > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #f7c3cc;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-s > li dl {
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 16px;
  position: relative;
  height: 120px;
  background: #ececec;
  border-radius: 5px;
}
.flow-s > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(0 59 123 / 50%);
  border-right: 4px solid rgb(0 59 123 / 50%);
  position: absolute;
  top: calc(50% - 8px);
  left: 104%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow-s > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0 31 64);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow-s {
    display: block;
  }
  .flow-s > li dl {
    height: 100px;
  }
  .flow-s > li:not(:last-child) dl::before {
    display: none;
  }
}

/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 260px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fb65c0;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 6px;
  border-radius: 0px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
  border: solid 1px #fff;
  display: block;
  padding: 6px 0;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #fb65c0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #fb65c0;
}
.btn01 .btn-animation span:hover {
  color: #fb65c0;
  border: solid 1px #fb65c0;
}
.btn02 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn02 .btn-animation {
  display: inline-block;
  width: 260px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #959595;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 6px;
  border-radius: 0px;
  position: relative;
}
.btn02 .btn-animation span {
  position: relative;
  z-index: 1;
  border: solid 1px #fff;
  display: block;
  padding: 6px 0;
}
.btn02 .btn-animation::before,
.btn02 .btn-animation::after {
  content: "";
  display: block;
  background-color: #959595;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn02 .btn-animation::before {
  left: 0;
}
.btn02 .btn-animation::after {
  right: 0;
}
.btn02 .btn-animation:hover:before,
.btn02 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn02 .btn-animation:hover {
  color: #000;
}
.btn02 .btn-animation span:hover {
  color: #000;
  border: solid 1px #000;
}

.btn00 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn00 .btn-animation {
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 4px;
  position: relative;
}
.btn00 .btn-animation span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  border: solid 1px #fff;
  padding: 6px 64px;
}
.btn00 .btn-animation::before,
.btn00 .btn-animation::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn00 .btn-animation::before {
  left: 0;
  background: #fb65c0;
}
.btn00 .btn-animation::after {
  right: 0;
  background: #000;
}
.btn00 .btn-animation:hover:before,
.btn00 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn00 .btn-animation:hover:before {
  background: #000;
  width: 50%;
}
.btn00 .btn-animation:hover:after {
  background: #fb65c0;
  width: 50%;
}
.btn00 .btn-animation:hover {
  color: #FFF;
}

/*矢印が右に移動する*/
.btnarrow4 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.btnarrow4::before{
  content: '';
  position: absolute;
  bottom:-8px;
  left:15%;
  width: 85%;
  height: 3px;
  background:#fff;
  transition: all .3s;
  box-shadow: 1px 1px 6px #000;
}
.btnarrow4::after{
  content: '';
  position: absolute;
  bottom:-3px;
  right:0;
  width: 15px;
  height:3px;
  background:#fff;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left:20%;
}
.btnarrow4:hover::after{
  right:-5%;
}
.btnarrow4 span {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 6px #000;
}
.btnarrow4 span:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.btnarrow4 a:hover {
  color: #fff !important;
  text-decoration: none !important;
}


.coupon-navi {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: #fb65c0;
  box-shadow: 2px 2px 6px #ccc;
  padding: 8px;
}
.coupon-navi img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .coupon-navi {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .coupon-navi img {
    height: 60px;
    width: auto;
  }
}

.about-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.about-btn a {
  background: #f7c3cc05;
  width: 180px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
  border: solid 1px #575757;
  color: #000;
}
.about-btn a:hover {
  text-decoration: none;
  background: #575757;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-btn a {
    width: 160px;
  }
  .about-btn {
    margin-top: 30px;
  }
}


/*-----------------------------------------------
プライバシーポリシー
-----------------------------------------------*/
.p-policy {
  
}
.p-policy h3 {
  font-size: 22px;
  margin-bottom: 28px;
  position: relative;
  padding: 6px 0;
  border-bottom: 4px solid #666;
}
.p-policy h3::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #d8000f;
}
.p-policy h4 {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #666;
}
.p-policy p {
  
}
.p-policy ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li {
  list-style: circle;
  margin-left: 22px;
}
.p-policy ul li ol {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin-left: 26px;
}
.p-policy ul li ol li ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}


/*-----------------------------------------------
商品ページ（SNSシェアボタン）
-----------------------------------------------*/
.item-sns {
  clear: both;
  margin-bottom: 30px;
  float: right;
}
.item-sns ul {
  display: flex;
}
.item-sns ul li {
  margin: 0px 4px;
}
.item-sns ul li p {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  color: #575757;
  font-size: 14px;
  background: #efefef;
  margin-right: 20px;
}
.item-sns ul li p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #efefef;
}
.item-sns ul li a {
  padding: 4px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}
.item-sns ul li a:hover {
  opacity: .6;
}
.item-sns ul li h3 {
  margin-top: 10px;
}
.item-sns ul li .creator-link img {
  width: 30px;
}
.share-tw {
  background: #00acee;
}
.share-fb {
  background: #3b5998;
}
.share-ln {
  background: #00B900;
}
@media screen and (max-width: 768px) {
  .item-sns {
    margin-top: 30px;
  }
  .footer-box1::after {
    display: none;
  }
}

.creator-title {
  display: flex;
  justify-content: flex-start;
}
.creator-title li {
  margin-left: 12px;
}
.creator-title li a img {
  width: 30px;
}