@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*---------------------------------------------------
LPページ
Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/
.pc {display: block!important;}
.sp {display: none!important;}
.leadSectionInner {
  width: 1050px;
}
#container {
	width:100%;
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
	width: 1050px;
	margin: 0 auto;
  margin-bottom: 10px;
}
.pagetop {
  margin: 0 auto;
  width: 1050px;
}
#s_container {
  font-family: "Noto Sans JP";
  color: #333;
  background: #E0E8F9;
  position: relative;
}
.main_section {
	width: 1050px;
  margin: 0 auto;
}
.main_section.kv_area {
  width: 100%;
  margin: 0 -555%;
  padding: 0 555%;
  padding-bottom: 80px;
}
.main_section.kv_area .section_inner .main_Visual {
  width: 1050px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
.main_section.kv_area .section_inner .main_Visual img {
  position: absolute;
  top: 0;
  left: -40.5%;
  z-index: 1;
}
h2.ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  color: #3B00A2;
}
p.lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
}
.shop-list {
  margin-bottom: 100px;
  border: 20px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
}
.icon-info {
  display: flex;
  margin-bottom: 20px;
}
.icon-info p {
  margin-right: 20px;
  font-size: 15px;
}
.icon-info p img {
  margin-right: 5px;
}
.type-icon {
  vertical-align: top;
  padding-left: 5px;
  width: 25px;
}
.shop-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-block {
  width: 48%;
}
.area-block h3 {
  text-align: center;
  color: #fff;
  background: #3B00A2;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  font-size: 22px;
  margin-bottom: 20px;
}
.area-block.col-2 {
  display: flex;
  flex-wrap: wrap;
}
.area-block.col-2 h3 {
  width: 100%;
}
.area-block.col-2 ul{
  width: 48%;
}
.area-block ul li {
  margin-bottom: 20px;
  font-size: 18px;
}
.shop-hidden {
}
.mfp-container {
  right: 0;
  margin: 0 auto;
  width: 950px!important;
}
.mfp-content {
  background: #fff;
  max-width: 800px;
}
.popup-inner {
  padding: 60px 40px;
  display: flex;
}
.shop-info {
    margin-left: 25px;
    height: 350px;
    position: relative;
}
.shop-info h3 {
  color: #200057;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.shop-info p.point {
  color: #40A1EC;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop-info p.point-text {
  color: #222;
  font-size: 18px;
  margin-bottom: 20px
}
p.btn_detail {
  position: absolute;
  bottom: 0;
  left: 0;
}
p.btn_detail a {
  min-width: 300px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #063BA3;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  transition: 0.2s all;
}
p.btn_detail a:hover {
  opacity: 0.8;
}
p.btn_detail a::after {
  content: "";
  position: absolute;
  bottom: -40px;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(
  -45deg);
  transition: 0.3s all;
}
p.btn_detail a:hover::after {
  right: 4%;
}
p.shop-attention {
  font-size: 16px;
  text-align: right;
}
.main_section.links {
  padding-bottom: 80px;
}
h3.link-feature {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #3B00A2;
}
.feature-banner img {
	margin: 0 auto;
	margin-bottom: 80px;
	transition: 0.3s all;
}

.feature-banner img:hover {
		opacity: 0.8;
}
p.link-list a {
  box-sizing: border-box;
	border-radius: 5px;
	display: block;
	width: 805px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #3b00a2;
	position: relative;
	font-size: 28px;
	padding: 25px;
	text-decoration: none;
	transition: 0.3s all;
}
p.link-list a::before {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 8%;
	opacity: 0.3;
}
p.link-list a::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10%;
}
p.link-list a:hover {
		opacity: 0.8;
}

@media only screen and (max-width: 468px){
  .pc {display: none!important;}
  .sp {display: block!important;;}
  #s_container img {max-width: 100%;}
  .breadCrumb,.main_section {
    width: auto;
  }
  .main_section .section_inner {
    width: auto!important;
    margin: 0 15px;
  }
  .main_section.kv_area .section_inner .main_Visual {
    width: auto!important;
    height: auto;
    margin-bottom: 20px;
  }
  .main_section.kv_area {
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }
  .main_section.kv_area .section_inner .main_Visual img {
    height: auto;
    position: static;
    max-width: inherit!important;
    width: 180%;
    margin-left: -40%;
  }
  h2.ttl {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  p.lead {
    margin-bottom: 20px;
  }
  .shop-list {
    margin-bottom: 100px;
    border: 10px solid #ccc;
    display: block;
    padding: 10px;
  }
  .icon-info {
    display: block;
  }
  .icon-info p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .area-block {
    width: 100%;
  }
  .area-block h3 {
    padding: 5px;
    font-size: 5vw;
  }
  .area-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area-block ul li {
    font-size: 4.5vw;
    width: 48%;
  }
  .area-block.col-2 {
    display: block;
  }
  .area-block.col-2 h3 {
    width: auto;
  }
  .area-block.col-2 ul {
    width: auto;
  }
  .mfp-container {
    width: auto!important;
  }
  .popup-inner {
    display: block;
    padding: 40px 0;
  }
  .mfp-arrow {
    top: auto!important;
    bottom: -4%!important;
    width: 70px!important;
    height: 70px!important;
  }
  .mfp-arrow:before, .mfp-arrow:after {
    margin-top: 15px!important;
  }
  .mfp-arrow-left {
    left: 30%!important;
  }
  .mfp-arrow-right {
    right: 30%!important;
  }
  .mfp-content {
    width: 90%;
  }
  p.btn_detail {
    position: static;
    width: 100%;
    min-width: inherit;
  }
  p.btn_detail a {
    min-width: inherit;
  }
  p.btn_detail a::after {
    width: 14px;
    height: 14px;
  }
  .photo-area {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .photo-area img {
    max-width: 100%;
  }
  .shop-info {
    margin-left: 0;
    height: auto;
    /* padding: 0 40px; */
    padding: 0 20px;
  }
  .shop-info h3 {
    font-size: 7vw;
    margin-bottom: 10px;
  }
  .shop-info p.point {
    font-size: 5vw;
    height: auto;
  }
  p.shop-attention {
    font-size: 4vw;
    text-align: left;
  }
  h3.link-feature {
      font-size: 6vw;
  }
  .feature-banner img {
    margin-bottom: 40px;
}
  p.link-list a {
      width: auto;
      padding: 10px;
      font-size: 6vw;
  }
}
