
a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 54px;
  }
}

.inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.inner--1000 {
  max-width: 1040px;
}
.inner--750 {
  max-width: 790px;
}

.inner--700 {
  max-width: 740px;
}

/*------------------------------------------------------------
container
--------------------------------------------------------------*/

.container{
	max-width:  1000px;
}
.container_inner{
	width: 885px; 
}

.container,.container_inner{
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 560px) and (max-width: 768px) {
	.container{
	max-width: 560px;
}
}
@media only screen and (max-width: 768px) {
		body {
      min-width: 0px;
    }
    .container {
			padding-left: 15px;
			padding-right: 15px;
      width: 100%;
    }
	.container_inner{
  	width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*===========
header_fixed
===========*/
header{
	  transition: 0.3s;
}

#header_fixed{
	position: fixed;
	width: 100%;
	height: auto;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	z-index: 999;
	background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header_fixed {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #header_fixed {
    display: none !important;
  }
}

#header_fixed_sp {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: 999;
}

@media only screen and (min-width: 1025px) {
  #header_fixed_sp {
    display: none !important;
  }
}

/*======================
g_nav
======================*/
.g_nav{
	max-width: 1200px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	position: relative;
	padding: 0 25px;
	z-index: 0;
	transition: .3s;
}
.g_nav inview_logo{
	display: flex;
}
.g_nav .header_logo{
	display: flex;
}

.g_nav .header_logo.w-full{
  width: 100%;
  justify-content: space-between;
}

.g_nav .header_logo a{
	display: block;
}
.g_nav .header_logo .mop_logo img{
	width:204px;
	height: auto;
}
.g_nav .header_logo .mfg_logo{
	margin-left: 16px;
}
.g_nav .header_logo .mfg_logo img{
	width:220px;
	height: auto;
}

/*===========
上に設置
===========*/
	.header_sp{
	width: 100%;
	height: 54px;
	padding: 0 20px;
    z-index: 999;
	position: fixed;
		background-color: #fff;
	}

.header_logo_sp{
	display: flex;
	position: relative;
	width: 100%;
	height: 54px;
}

.header_logo_sp .sp_inner{
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.header_logo_sp.w-full .sp_inner {
  width: 100%;
  justify-content: space-between;
}

.header_logo_sp .mop_logo {
	margin-right: 10px;
}
	.header_logo_sp .mop_logo img{
		width: 110px;
		height: auto;
		vertical-align: middle;
	}
.header_logo_sp .mfg_logo img{
		width: 110px;
		height: auto;
		vertical-align: middle;
	}

/*===========
footer
===========*/

footer {
	line-height: 1.4;
}

.footer_wrap{
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_insta{
	margin-bottom: 30px;
}
.footer_marinepialabo{
	margin-bottom: 30px;
}
.footer_insta a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	width: 100%;
	height: 70px;
	font-size: 26px;
	font-weight: 500;
	color: #DB004C;
	border: 2px solid #DB004C;
	position: relative;
	transition: .3s;
	cursor: pointer;
	 z-index: 0;
	 background: linear-gradient(to right, #fff, #fff);
}
.footer_marinepialabo a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	width: 100%;
	height: 70px;
	font-size: 26px;
	font-weight: 500;
	color: #232584;
	border: 2px solid #232584;
	position: relative;
	transition: .3s;
	cursor: pointer;
	 z-index: 0;
	 background: linear-gradient(to right, #fff, #fff);
}
/* マウスホバー時の背景色を重ねて表示（初期状態で透明） */
.footer_insta a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(67,177,73,0.5) 0%, rgba(0,186,239,0.5) 100%);
    opacity: 0;
    transition: opacity 0.5s;
}
.footer_marinepialabo a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(67,177,73,0.5) 0%, rgba(0,186,239,0.5) 100%);
    opacity: 0;
    transition: opacity 0.5s;
}

/* マウスホバー時に透明化を解除 */
.footer_insta a:hover::before {
    opacity: 1;
}
.footer_marinepialabo a:hover::before {
    opacity: 1;
}


.footer_insta a .arrow{
	width: 20px;
	height: auto;
}
.footer_marinepialabo a .arrow{
	width: 20px;
	height: auto;
}


@media screen and (min-width: 560px) and (max-width: 768px) {
	.footer_wrap{
	padding-bottom: 100px;
}
	.footer_insta a{
	width: 490px;
		margin: 0 auto;
}
.footer_marinepialabo a{
	width: 490px;
		margin: 0 auto;
}
}

@media only screen and (max-width: 768px) {
		.footer_wrap{
	padding-bottom: 80px;
}
	.footer_insta a{
	font-size: 16px;
		padding: 10px;
		text-align: center;
}
.footer_insta a .instagram{
	width: 30px;
	height: auto;
}
.footer_insta a .arrow{
	width: 15px;
	height: auto;
}
.footer_marinepialabo a{
	font-size: 16px;
		padding: 10px;
		text-align: center;
}
.footer_marinepialabo a .instagram{
	width: 30px;
	height: auto;
}
.footer_marinepialabo a .arrow{
	width: 15px;
	height: auto;
}
}

.footer_list {
	margin-bottom: 30px;
}
.footer_list ul{
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 300px;
}
.footer_list ul:first-of-type{
	margin-bottom: 14px;
}
.footer_list li {
	margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 8px;
}
.footer_list li:last-child{
	margin-right: 10px;
  margin-bottom: 0;
}
.footer_list li a{
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.footer_logo{
	margin-bottom: 30px;
  text-align: center;
}
.footer_logo img{
	width: 240px;
	height: auto;
}

.copyright {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

/*------------------------------------------------------------
pagetop_btn
--------------------------------------------------------------*/
.pagetop_btn {
    position: fixed;
    right: 15px;
    bottom: 20px;
   /* display: none;*/
    z-index: 998;
/*	mix-blend-mode: difference;*/
}

.pagetop_btn img{
	width: 70px;
	height: auto;
}


@media only screen and (max-width: 768px) {
    .pagetop_btn {
      bottom: 20px;
      width: 42px;
    }
}

@media screen and (min-width: 560px) and (max-width: 768px) {
	  .pagetop_btn {
		bottom: 20px;
        width: 42px;
	}
}

/*======================
フッター入ったら消える
======================*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: .3s;
}

.note-of-page {
  text-align: center;
  margin-bottom: 0em;
  display: block;
}
@media screen and (max-width: 834px) {
  .note-of-page {
    line-height: 1.5;
  }
}

.sns-footer {
  max-width: 840px;
  margin: 0 auto 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .sns-footer {
    width: 89%;
    margin: 0 auto 20px;
  }
}
.sns-footer__item {
  width: 33.33%;
  border-left: 1px solid #C9CACA;
}
@media screen and (max-width: 834px) {
  .sns-footer__item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sns-footer__item:nth-child(1) .sns-footer__icon {
    width: 17%;
  }
  .sns-footer__item:nth-child(2) .sns-footer__icon {
    width: 29%;
  }
  .sns-footer__item:nth-child(3) .sns-footer__icon {
    width: 19%;
  }
}
.sns-footer__item:last-of-type {
  border-right: 1px solid #C9CACA;
}
.sns-footer__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 6px 0 6px 21px;
  height: 57px;
  color: #261F1C;
}
@media screen and (max-width: 834px) {
  .sns-footer__link {
    padding: 6px 0 6px 9px;
  }
}
@media screen and (max-width: 640px) {
  .sns-footer__link {
    height: 26px;
  }
}
.sns-footer__ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  padding-left: 8px;
}
@media screen and (max-width: 834px) {
  .sns-footer__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sns-footer__ttl {
    padding-left: 2px;
    font-size: clamp(0.789rem, 0.225rem + 1.504vw, 2rem);
  }
}
.sns-footer__ttl .s {
  font-size: 64%;
  display: block;
}
.sns-footer__ttl .ss {
  font-size: 64%;
}



