@charset "utf-8";
/* MV
----------------------------------------------------------------------------------------------------*/
.mv-top {
  position: relative;
  width: 100%;
  background-color: #FFF;
  margin-top: 0;
}
.mv2__image {
  display: flex;
}
.mv2__image .mv2__image-left {
  width: calc(1060 / 1920 * 100%);
}
.mv2__image .mv2__image-right {
  width: calc(860 / 1920 * 100%);
}
.mv-top__title {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 75rem;
  background-color: rgba(0, 129, 187, 0.7);
  padding: 5rem 2rem;
  text-align: center;
}
.mv-top__title__main {
  margin-bottom: 1.5rem;
  color: #FFF;
  font-size: 5.4rem;
  font-weight: 700;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  line-height: 1.25;
}
.mv-top__title__sub img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv2__image {
    flex-direction: column-reverse;
  }
  .mv2__image .mv2__image-left, .mv2__image .mv2__image-right {
    width: 100%;
  }
  .mv-top__title {
    position: inherit;
    left: inherit;
    top: inherit;
    transform: none;
    width: 100%;
    background-color: rgba(0, 129, 187, 1);
    padding: 3rem;
  }
  .mv-top__title__main {
    font-size: 2.6rem;
  }
  .mv-top__title__sub {
    color: #FFF;
    font-size: 1.8rem;
    text-align: left;
  }
}
/* Section - Common
----------------------------------------------------------------------------------------------------*/
.main {
  text-align: left;
}
.hero {
  position: relative;
  width: 100%;
  max-width: 172rem;
  height: 80rem;
  margin: 0 auto 12.5rem;
}
.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 親の高さにフィット */
  object-fit: cover; /* 画像が親のサイズに埋め込まれるように */
  object-position: center; /* 画像の中心を表示 */
  display: block;
}
.hero-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 54.7rem;
  transform: translateX(-50%);
  width: 55.6rem;
  height: 37.8rem;
  background-color: #FFF;
  text-align: center;
  padding: 4rem 2rem;
}
.hero-box h2 {
  font-size: 4.2rem;
  margin-bottom: 1rem;
}
.hero-box p {
  margin-bottom: 2rem;
  font-size: 4.2rem;
  font-family: "Akatab", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hero-button {
  position: relative;
  display: inline-block;
  width: 30rem;
  height: 8rem;
  background-color: #0081BB;
  color: #FFF;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 8rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.hero-button:hover {
  background-color: #323232;
  color: #FFF;
}
.hero-button .arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hero {
    position: relative;
    max-width: 100%;
    height: 60rem;
    margin-bottom: 6.7rem;
  }
  .hero-box {
    top: 45.6rem;
    width: 33rem;
    height: 21rem;
    padding: 1.5rem;
  }
  .hero-box h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .hero-box p {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
/* Section News
----------------------------------------------------------------------------------------------------*/
.sec-news {
  width: 100%;
  max-width: 113.8rem;
  margin: 8.5rem auto;
  padding: 3.5rem 0;
  background-color: #F0F8FF;
}
.sec-news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84.6rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.sec-news__head .sec-title {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: left;
}
.arrow-button {
  position: relative;
  display: inline-block;
  width: 20rem;
  height: 4rem;
  background-color: #0081BB;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.arrow-button:hover {
  background-color: #323232;
  color: #FFF;
}
.arrow-button .arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
}
.sec-news__body {
  width: 84.6rem;
  margin: 1.5rem auto;
}
.newsList {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.newsList {
  list-style-type: none;
}
.newsList li {
  text-align: left;
}
.newsList li a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.newsList li .label {
  padding: 0;
  width: 9rem;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.newsList li .link {
  display: block;
  padding: 1rem;
}
.newsList .note {
  padding: 0 2rem;
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: top;
  word-wrap: break-word;
}
.newsList .date {
  width: 22.7rem;
  margin-right: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .sec-news {
    max-width: 37rem;
    margin: 8.5rem auto;
    padding: 2rem 2rem 1rem;
  }
  .sec-news__head {
    width: 33rem;
    padding-bottom: 2rem;
  }
  .sec-news__head .sec-title {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .arrow-button {
    width: 20rem;
    height: 4rem;
    font-size: 1.6rem;
    line-height: 4rem;
  }
  .sec-news__body {
    width: 33rem;
  }
  .newsList li .label {
    width: 6.5rem;
    font-size: 1.2rem;
  }
  .newsList li .link {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 0.5rem 0;
  }
  .newsList .note {
    display: block;
    width: 18rem;
    padding: 0;
    margin-top: 0;
    margin-left: 0.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: top;
    word-wrap: break-word;
  }
  .newsList .date {
    display: block;
    width: 7.5rem;
    margin-right: 0.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    word-wrap: break-word;
  }
}
/* Section Link
----------------------------------------------------------------------------------------------------*/
.sec-link {
  width: 100%;
  max-width: 178rem;
  padding: 0 3rem;
  margin: 10rem auto 23rem;
}
.link-section {
  text-align: left;
}
.link-section h2 {
  font-size: 4.2rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
.link-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-list li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.link-list li a::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../img/icon-window.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sec-link {
    max-width: 37rem;
    padding: 0 2rem;
    margin: 5rem auto;
  }
  .link-section h2 {
    font-size: 1.8rem;
  }
  .link-list li a {
    font-size: 1.4rem;
  }
}

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

.mv-top {
	margin: 0;
	padding: 0;
	width: 100%;
	aspect-ratio: 1920 / 980; /* 比率を維持 */
	background-image: url("../img/mv_top-gunshopshowa_pc.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto; /* 横幅をフィット、縦は比率維持 */
	overflow: hidden;
	position: relative;
}
.mv__ttlBox {
	width: calc(800 / 1920 * 100%);
	background: #eae5da;
	opacity: 0.9;
	margin: 0;
	padding: 3em 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.mv__ttlBox h2 {
	padding: 0;
	margin: 0;
	font-size: clamp(1.6rem, 0.746rem + 1.27vw, 3.2rem);
}
.mv__ttlBox h1 img {
	width: 100%;
}
.mv__ttlBox h1 {
	width: calc(560 / 800 * 100%);
	padding: 0;
	margin: 1em auto 0;
}
@media (max-width: 767px) {
	.mv-top {
		aspect-ratio: 390 / 444;
		background-image: url("../img/mv_top-gunshopshowa_sp.jpg");
	}
	.mv__ttlBox {
		width: 90%;
	}
}
.hero-button {
	background-color: inherit;
	background: #836c55;
}
.hero-button:hover {
	background-color: #cd6715;
}
.sec-news {
	background-color: inherit;
	background: #eae5da;
}
.label.primary {
	background: #4caf50;
}
.arrow-button {
	background-color: inherit;
	background:  #836c55;
}
.link-list li a {
	transition: 0.5s;
}
.link-list li a:hover {
	color: #3c2c1d;
	opacity: 0.7;
}
@media (max-width: 767px) {
	.sec-news {
		max-width: inherit;
		margin: 1em auto;
	}
}

.licenseArea {
	margin: 0 auto 100px;
}
.licenseBox {
	border: 1px solid #a8a8a8;
	border-radius: 10px;
	width: min(90%, 600px);
	margin: 0 auto;
	padding: 2em 0;
}
.licenseBox .licenseBox__ttl {
	font-size: 1.8rem;
	border-bottom: 1px solid #a8a8a8;
	padding: 0 0 1em 0;
}
.licenseBox__txt {
	font-size: 2.0rem;
	font-weight: 500;
	padding: 1em 0 0;
}

































