@charset "utf-8";
/* Reset
----------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0
}
ul[role='list'], ol[role='list'] {
  list-style: none
}
body {
  min-height: 100vh;
  line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1
}
h1, h2, h3, h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img, picture {
  max-width: 100%;
  display: block
}
input, button, textarea, select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/* Break Point
----------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*16px * 62.5% = 10px*/
}
body {
  /*font-size: 1.6rem;*/
  /*10px * 1.6 = 16px*/
}
.vpc1367_in {
  display: inline !important;
}
.vsp1367 {
  display: none !important;
}
.vsp1367_in {
  display: none !important;
}
@media screen and (max-width: 1367px) {
  .vsp1367 {
    display: block !important;
  }
  .vsp1367_in {
    display: inline !important;
  }
  .vpc1367, .vpc1367_in {
    display: none !important;
  }
}
.vpc1023_in {
  display: inline !important;
}
.vsp1023 {
  display: none !important;
}
.vsp1023_in {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .vsp1023 {
    display: block !important;
  }
  .vsp1023_in {
    display: inline !important;
  }
  .vpc1023, .vpc1023_in {
    display: none !important;
  }
}
.vpc767_in {
  display: inline !important;
}
.vsp767 {
  display: none !important;
}
.vsp767_in {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .vsp767 {
    display: block !important;
  }
  .vsp767_in {
    display: inline !important;
  }
  .vpc767, .vpc767_in {
    display: none !important;
  }
}
/* Common
----------------------------------------------------------------------------------------------------*/
body {
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit; /* 必要に応じて色も調整 */
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    padding: 0;
  }
}
/* リンクカラー */
a {
  color: #0a0a0a; /* default #0a0a0a */
}
/* テキストカラー */
.color-primary {
  color: #0081BB; /* default #1779ba */
}
.color-secondary {
  color: #767676; /* default #767676 */
}
.color-success {
  color: #7AC943; /* default #00913A */
}
.color-warning {
  color: #FF931E; /* default #f29600 */
}
.color-alert {
  color: #cc4b37; /* default #cc4b37 */
}
/* ボタンカラー */
.button {
  padding: 1rem;
  background-color: #666666; /* default #666666 */
  border: none;
  border-radius: 1rem;
  font-weight: bold;
  color: #fefefe;
  transition: 0.5s;
}
.button:hover, .button:focus {
  background-color: #333333; /* default #333333 */
  color: #fefefe;
}
.button.primary {
  background-color: #0081BB; /* default #1779ba */
  color: #FFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #14679e; /* default #14679e */
  color: #fefefe;
}
.button.secondary {
  background-color: #767676; /* default #767676 */
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e; /* default #5e5e5e */
  color: #fefefe;
}
.button.success {
  background-color: #7AC943; /* default #00913A */
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: #006934; /* default #006934 */
  color: #fefefe;
}
.button.warning {
  background-color: #FF931E; /* default #f29600 */
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00; /* default #cc8b00 */
  color: #fefefe;
}
.button.alert {
  background-color: #cc4b37; /* default #cc4b37 */
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a; /* default #a53b2a */
  color: #fefefe;
}
a.button {
  text-decoration: none;
}
/* ラベルカラー */
.label {
  display: inline-block;
  padding: 0;
  border-radius: 5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
  cursor: default;
  background: #666666;
  color: #fefefe;
}
.label.primary {
  background: #3FA9F5; /* default #1779ba */
  color: #fefefe;
}
.label.secondary {
  background: #767676; /* default #767676 */
  color: #fefefe;
}
.label.success {
  background: #7AC943; /* default #00913A */
  color: #fefefe;
}
.label.warning {
  background: #FF931E; /* default #f29600 */
  color: #fefefe;
}
.label.alert {
  background: #cc4b37; /* default #cc4b37 */
  color: #fefefe;
}
/* Text Decoration */
sup {
  font-size: 1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}
/* Text Marker */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 2rem;
  text-decoration-color: rgba(255, 255, 0, 0.8);
  text-underline-offset: -1rem;
  text-decoration-skip-ink: none;
}
/* Anker Link */
.jump_point {
  display: block;
  padding-top: 6rem;
  margin-top: -6rem;
}
/* Header
----------------------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1000;
  width: 100%;
  height: 10rem;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
/*.header__logo {
  margin-left: 4rem;
}
.header__logo img {
  width: 54.5rem;
}*/
.header__logo {
  flex: 1 1 29%;
  margin-left: 1%;
  min-width: 10rem;
}
.header__logo img {
  width: 100%;
  max-width: 54.5rem;
  height: auto;
}
.header-inner {
  flex: 1 1 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*padding-right: 4rem;*/
  min-width: 20rem;
  overflow: hidden;
}
.header-inner__nav nav {
  margin-bottom: 2rem;
}
.header-inner__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header-inner__nav li {
  padding: 0;
  list-style: none;
}
.header-inner__nav li a {
  display: block;
  width: 100%;
  min-width: 16rem;
  padding: 2rem;
  border-left: 1px solid #000;
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.5s;
}
.header-inner__nav li:first-child a {
  border-left: none;
}
.header-inner__nav li a:hover {
  background-color: #0081BB;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .header {
    z-index: 1000;
    height: 8.5rem;
    padding: 0 0 0 2rem;
  }
  .header__logo {
    z-index: 999;
    margin-left: 0;
  }
  .header__logo img {
    width: 26.2rem;
  }
  .header__logo.panelactive {
    width: 100%;
    z-index: 999;
  }
  .header__item {
    width: 100%;
  }
}
@media (max-width: 951px) {
  .header-inner__nav {
    position: fixed;
    top: -1300%;
    left: 0;
    z-index: 0;
    height: 100dvh;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 8.5rem;
    /*padding-top: 12rem;*/
    /*transition: all 0.6s;*/
  }
  .header-inner__nav.panelactive {
    /*display: flex;*/
    top: 0;
    opacity: 1;
  }
  .header-inner__nav ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 1rem 0;
  }
  .header-inner__nav li a {
    width: 16.5rem;
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .header-inner__nav li:first-child a {
    border-left: 1px solid #000;
  }
  .header-inner__nav li:nth-child(even) a {
    border-right: 1px solid #000;
  }
  .header-inner__nav-contact {
    display: block;
    width: 33rem;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: left;
  }
  .header-inner__nav-contact span {
    font-size: 4.8rem;
    font-weight: 500;
  }
}
/* Header Open Button
----------------------------------------------------------------------------------------------------*/
.header-inner__openbtn {
  position: relative;
  top: 0;
  right: 1.3rem;
  z-index: 9999;
  height: 5.3rem;
  width: 5.3rem;
  cursor: pointer;
}
.header-inner__openbtn span {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.2rem;
  display: inline-block;
  width: 5.3rem;
  background: #000;
  border-radius: 5rem;
  transition: all .4s;
}
.header-inner__openbtn.active span {
  background: #000;
}
.header-inner__openbtn span:nth-of-type(1) {
  top: 1.7rem;
}
.header-inner__openbtn span:nth-of-type(2) {
  top: 2.7rem;
}
.header-inner__openbtn span:nth-of-type(3) {
  top: 3.7rem;
}
@media screen and (min-width: 952px) {
  .header-inner__openbtn {
    position: inherit;
    display: none;
  }
}
/*@media screen and (max-width: 951px) {
  .header-inner__openbtn {
    right: 3rem;
  }
}*/
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 0;
  background-color: #0081BB;
}
.footer__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 178rem;
  padding: 6.5rem 3rem;
  margin: 0 auto;
  color: #FFF;
  text-align: left;
}
.footer__item-left {
  width: auto;
  font-size: 2rem;
  text-align: left;
  line-height: 1.75;
}
.footer-logo img {
  width: 54.5rem;
  margin-bottom: 3rem;
}
.footer__item__link ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 2rem 0;
}
.footer__item__link li {
  padding: 0;
  list-style: none;
}
.footer__item__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 5rem;
  padding: 0;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  font-size: 1.6rem;
}
.footer__item__link li:last-child a {
  border-right: 1px solid #FFF;
}
.footer__item__link li a:hover {
  background-color: #FFF;
  color: #0081BB;
}
.footer__item-right {
  justify-content: space-between;
  width: 38.5rem;
  font-size: 2rem;
}
.footer__item-right span {
  font-size: 6rem;
  font-weight: 500;
}
.footer-button {
  position: relative;
  display: inline-block;
  width: 30rem;
  height: 8rem;
  background-color: #FFF;
  margin-top: 2rem;
  color: #0081BB;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.footer-button:hover {
  background-color: #323232;
  color: #FFF;
}
.footer-button .mail {
  position: absolute;
  top: 45%;
  left: 2rem;
}
.footer-button .arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #0081BB;
  border-right: 2px solid #0081BB;
  transform: translateY(-50%) rotate(45deg);
}
.footer-button:hover .arrow {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.footer__item-center {
  display: block;
  width: 100%;
  text-align: right;
}
.footer__item-center a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__item {
    flex-direction: column;
    padding: 3rem 3rem 5rem;
  }
  .footer__item-left, .footer__item-right {
    width: 100%;
  }
  .footer__item-left {
    width: 100%;
    min-width: 33rem;
    margin: 0 auto 2rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .footer__item__link li a {
    width: 16.5rem;
    font-size: 1.4rem;
  }
  .footer__item-right {
    width: 33rem;
    font-size: 1.4rem;
  }
  .footer__item-right span {
    font-size: 4.8rem;
    line-height: 1.25
  }
  .footer-button {
    width: 100%;
  }
  .footer-button .mail {
    left: 4rem;
  }
}
/* Footer Nav
----------------------------------------------------------------------------------------------------*/
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #323232;
  color: #FFF;
}
.footer__nav nav {
  width: 100%;
  margin: 0 auto;
}
.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 5rem 0;
}
.footer__nav li {
  padding: 0;
  list-style: none;
}
.footer__nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 5rem;
  padding: 0;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
}
.footer__nav li:last-child a {
  border-right: 1px solid #FFF;
}
.footer__nav li a:hover {
  background-color: #FFF;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    flex-wrap: wrap;
    margin: 5rem 0 1rem;
  }
  .footer__nav li a {
    width: 16.5rem;
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .footer__nav li:nth-child(even) a {
    border-right: 1px solid #FFF;
  }
}
/* Footer Copy
----------------------------------------------------------------------------------------------------*/
.footer-copy {
  width: 100%;
  padding: 0;
  margin-bottom: 5rem;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 1rem;
  }
}
/* Container
----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
}
.contents {
  width: 100%;
  margin: 0 auto;
}
.main {
  background-color: #FFF;
  text-align: left;
}
/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  background-color: #0081BB;
  margin-top: 10rem;
}
.mv-title {
  margin: 0 auto;
}
.mv-title__jp h2 {
  margin-bottom: 1rem;
  color: #FFF;
  font-size: 4.2rem;
  font-weight: 700;
  text-wrap: auto;
}
.mv-title__en {
  padding: 0 1rem;
  color: #FFF;
  font-size: 4.2rem;
  font-family: "Akatab", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .mv-page {
    margin-top: 8.5rem;
  }
}
/* Page Contents
----------------------------------------------------------------------------------------------------*/
.main {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 5rem 0;
  }
}
/* Telephone Link
----------------------------------------------------------------------------------------------------*/
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width:767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: none;
  }
}

/* Page Top
----------------------------------------------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #0081BB;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    transition: 0.5s;
    /*opacity: 0.5;*/
}
.pagetop a:hover {
    display: block;
    background-color: #323232;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    /*opacity: 0.5;*/
}

/*---------------------------------------------
ガンショップSHOWA
---------------------------------------------*/

body {
	font-feature-settings: "palt";
}
.header {
	height: auto;
}
.header__logo img {
	max-width: none;
	height: inherit;
}
.header__logo {
	flex: none;
	margin-left: inherit;
	min-width: inherit;
}
.header__logo h1 {
	padding: 0.3em 0 0.3em 1em;
}
.header-inner__nav li a:hover {
	background-color: #cd6715 !important;
}
.footer {
	background-color: inherit;
	background: #cd6715;
	width: inherit;
}
.footer__nav {
	background-color: inherit;
	background: #3c2c1d;
}
.footer-logo img {
	width: inherit;
}
.footer__item {
	width: inherit;
	max-width: inherit;
	padding: 3em 5em;
	flex-wrap: wrap;
}
.footer__item-left {
	width: inherit;
}
.footer__item-right {
	width: inherit;
}
.footer-button {
	color: #000;
}
.footer-button .arrow {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.footer-button .mail {
	top: inherit;
	left: inherit;
}
.footer-button {
	display: flex;
	align-items: center;
	padding: 0 0 0 3.5em;
	border-radius: 0.5em;
}
.footer-button .mail {
	left: 1em;
}
.footer__item__link li a:hover {
	color: #000;
}
.pagetop a {
	background-color: inherit;
	background: #cd6715;
}
.mv-page {
	margin: 15em 0 0;
	background-color: inherit;
	background: #cd6715;
}
.label.warning {
	background: #ff4b3e;
}
.jump_point {
	margin: 0;
	padding: 12em 0 0;
}

@media (max-width: 951px) {
	.header-inner__openbtn {
		right: 5em;
		z-index: inherit;
		height: inherit;
		width: inherit;
		cursor: inherit;
		position: unset;
	}
	.header {
		padding: 0 3em 0 0;
		flex-wrap: inherit;
		height: inherit;
	}
	.header__logo {
		z-index: inherit;
	}
	.header-inner {
		flex: unset;
		display: inherit;
		justify-content: unset;
		align-items: unset;
		padding: 0;
		min-width: inherit;
		overflow: inherit;
		width: 5em;
	}
	.header-inner__openbtn span {
		top: inherit;
		border-radius: unset;
		transition: unset;
		position: unset;
	}
	.header-inner__openbtn span:nth-of-type(1) {
		top: -1em;
	}
	.header-inner__openbtn span:nth-of-type(2) {
		top: 0;
	}
	.header-inner__openbtn span:nth-of-type(3) {
		top: 1em;
	}
	.header__logo h1 {
		padding: 0.3em;
	}
	.header-inner__nav.panelactive {
		opacity: inherit;
	}
	.header-inner__nav {
		padding: 3rem 0 0;
		background: #fff;
	}
}
@media (max-width: 767px) {
	.mv-page {
		height: 15rem;
		margin: 10em 0 0;
	}
	.pagetop {
		bottom: 15px;
	}
	.footer__item {
		flex-direction: unset;
		padding: 2em 0;
		margin: 0 auto;
		width: 90%;
	}
	.footer__item-right {
		width: 100%;
	}
	.footer__item-right span {
		font-size: 5.4rem;
	}

	.mv-title__jp,
	.mv-title__en {
		margin: 0;
		padding: 0;
	}
	.mv-title__jp h2 {
		font-size: 2.8rem;
		line-height: 1.25;
	}
	.mv-title__en {
		font-size: 1.8rem;
		line-height: 1;
	}
	.page-title {
		height: inherit !important;
	}
	.page-title h3 {
		font-size: 2.0rem !important;
		padding: 1em 0.5em;
		height: inherit !important;
	}
	.page-body__title {
		font-size: 2.0rem !important;
	}
	.page-body__text {
		font-size: 1.6rem !important;
	}
}



































