/* CSS Document */
body{
background-color:#fff;
}

.theme-spot .c-font__jost {
  font-family: "Jost", sans-serif;
}
.theme-spot {
  color: #222;
  overflow: hidden;
  margin-bottom: -30px;
}

/* responsive
------------------------------------------------------------ */
.pc-none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}

/* text
------------------------------------------------------------ */
.theme-spot .t-spot__text {
  color:#222;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
.theme-spot .t-spot__text {
  	font-weight:400!important;
    font-size: 16px!important;
    font-size: 1.6rem!important;
  }
}

.theme-spot .t-trademark__text {
  color: #222 !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.888;
  letter-spacing: 0.025em;
  margin-top: 30px !important;
  text-align: left;
  padding: 0 40px;
}
.theme-spot .t-trademark__text a{
	color:#0077d5;
}
.theme-spot .p-spot__heading {
  text-align: center;
  font-size: 60px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
  /*text-shadow: 0 0 20px rgba(234, 85, 4, 0.8);*/
  color: #001968;
  /*display: inline-block;*/
  background: #001968;
  -webkit-background: #00a29a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
.theme-spot .p-spot__heading {
	font-size:40px!important;
	font-size:4.0rem!important;
}
}
/* リンクボタン
------------------------------------------------------------ */
.theme-spot .p-spot__btn {
  display: flex;
  margin: 40px auto;
  width: 500px;
  max-width: 80%;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 10px 40px;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.3s;
  color: #222;
  border: 1px solid #001968;
}

.theme-spot .p-spot__btn::after{
    content: "";
    display: inline-block;
	margin-left:10px;
    width: 20px;
    height: 20px;
    background-image: url('https://www.pc-koubou.jp/wp/wp-content/uploads/2023/03/arrow_black.png');
    background-position: center;
    background-repeat: no-repeat;
}
.theme-spot .p-spot__btn:hover {
	  background: #0077d5;
	  color:#fff;
}
.theme-spot .p-spot__btn:hover::after {
	  filter: invert(1);
}


.theme-spot .p-spot__btn img {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
.theme-spot .p-spot__btn {
	font-size: 14px;
	font-size: 1.4rem;
}

}

/* pankuzu
------------------------------------------------------------ */
#theme-spot.theme-spot {
  position: relative;
}
.theme-spot .c-pankuzu {
  display: block;
  max-width: 1240px;
  padding: 0 20px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 2;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.theme-spot .c-pankuzu a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75em;
  position: relative;
  color: #222;
}
.theme-spot .c-pankuzu a::after {
  content: "";
  display: inline-block;
  width: 0.707em;
  height: 0.707em;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  margin-left: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
}
.theme-spot .c-pankuzu strong {
  color: #001968;
}
@media screen and (max-width: 1160px) {
  .theme-spot .c-pankuzu {
    font-size: 10px;
    font-size: 1rem;
  }
  .theme-spot .c-pankuzu a::after {
    width: 0.5em;
    height: 0.5em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

/* main
------------------------------------------------------------ */
#h01{position: relative;}

.theme-spot .p-spot-main-contents__heading {
	color:#682633!important;
	background-color:#682633!important;
	font-size:60px!important;
	font-size:6.0rem!important;
	font-weight:500!important;
}

.theme-spot .p-spot-main-contents__text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 70px;
  position:absolute;
  bottom:0px;
  margin:auto;
  width:100%;
  padding:40px;
}
.theme-spot .p-spot-main-contents__text h1 {
	display: inline;
	font-size: 20px;
	font-size: 2rem;
}
.theme-spot .p-spot-main-contents__text p {
	display: inline;
	font-size: 20px;
	font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .theme-spot .p-spot-main-contents {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .theme-spot .p-spot-main-contents__heading {
	font-size:34px!important;
	font-size:3.4rem!important;
	margin-bottom:4px!important;
  }
  .theme-spot .p-spot-main-contents__text {
    font-size: 14px;
    font-size: 1.4rem;
	margin-top: 0px;
  }
  
  .theme-spot .p-spot-main-contents__text {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  /*fix*/
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 20px;

}

.theme-spot .p-spot-main-contents__text h1 {
	font-size: 16px!important;
}
.theme-spot .p-spot-main-contents__text p {
	font-size: 16px!important;
}
 
  
}


/* features
------------------------------------------------------------ */
.theme-spot .p-spot-features__heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.471;
  letter-spacing: 0.025em;
}
.theme-spot .p-spot-features__heading .is-subheading {
  display: block;
  margin-bottom: 30px;
  color: #001968;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  /*text-shadow: 0 0 15px rgba(234, 85, 4, 0.8);*/
  background: #001968;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .theme-spot .p-spot-features__heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .theme-spot .p-spot-features__heading .is-subheading {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* features 1 */
.theme-spot .p-spot-feature01 {
  background: none;
}
.theme-spot .p-spot-feature01__container {
 display:flex;
  position: relative;
}
.p-spot-feature01-contents{
    position: absolute;
    bottom: 3em;
    padding: 40px;
    width: 50%;
    right: 0px;
}

@media screen and (max-width:1024px) {
.p-spot-feature01__container{
	flex-direction: column;
	padding-top:0px!important;
	padding-bottom:0px!important;
}
  .p-spot-feature01-contents{
  	width:100%;
	text-align:center;
  }
}


/* feature02 */
.theme-spot .p-spot-feature02__container {
	display:flex;
	flex-direction: column;
	position: relative;
  /*fix*/
  /*align-items: center;*/
}
.theme-spot .p-spot-feature02-contents {
	display:flex;
	align-items: center;
	position:absolute;
	bottom:0px;
	max-width:100%!important;
    padding: 0 40px;
	margin:0px;
	height:30%;
}
.theme-spot .p-spot-feature02-contents .t-spot__text{
  color:#fff!important;
}
.theme-spot .p-spot-feature02-contents h2.p-spot-features__heading{
	width:50%;
	padding-right:40px;
}
.theme-spot .p-spot-feature02-contents h2.p-spot-features__heading span.is-subheading{
	color:#fff!important;
	background-color:#fff!important;
	margin:0px;
}
.theme-spot .p-spot-feature02-contents p.t-spot__text{
	width:50%;
	color:#fff!important;
	margin:0px!important;
}
.theme-spot .p-spot-feature02-contents.link{
	height:auto;
	padding:40px;
}
.theme-spot .p-spot-feature02-contents div.linkbutton{
    background-color: #0077d5;
    padding: 10px 16px;
    border-radius: 6px;
}
.theme-spot .p-spot-feature02-contents div.linkbutton a{
	font-weight:600;
	color:#fff!important;
}
.theme-spot .p-spot-feature02-contents div.linkbutton:hover{
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
.theme-spot .p-spot-feature02__container {
    flex-direction: column;
	padding-top:0px!important;
}
.theme-spot .p-spot-feature02-contents {
    max-width: 100%;
}
.p-spot-feature02-contents:not(:has(.linkbutton)) {
    height: 40%;
	margin-right: 0px!important;
}
.theme-spot .p-spot-feature02-contents.link{
	width: 100%;
	justify-content: center;
	padding:20px;
}
.theme-spot .p-spot-feature02-contents h2.p-spot-features__heading span.is-subheading{
	font-size:18px;
	font-size:1.8rem;
}
.theme-spot .p-spot-feature02-contents .t-spot__text{
    font-size: 1.4rem !important;
    line-height: 1.2;
}
}

/* feature-ImgText */
.theme-spot .p-spot-feature-ImgText__container {
	display:flex;
	flex-direction: row-reverse;
}
.theme-spot .p-spot-feature-ImgText__container.rev {
	flex-direction: row!important;
}
.theme-spot .p-spot-feature-ImgText-contents {
	width:50%;
	padding:80px 40px;
}
.theme-spot .bg-blue{
	background-color:#e4f1ff;
}
.theme-spot .p-spot-feature-ImgText-images {
	width:50%;
}
@media screen and (max-width: 1023px) {
.theme-spot .p-spot-feature-ImgText__container,
.theme-spot .p-spot-feature-ImgText__container.rev{
	flex-direction: column!important;
}
.theme-spot .p-spot-feature-ImgText-contents {
    width: 100%;
    margin-left: 0;
	text-align:center;
  }
.theme-spot .p-spot-feature-ImgText-images {
	width:100%;
  }
}
@media screen and (max-width: 768px) {
.theme-spot .p-spot-feature-ImgText-contents {
	padding:40px;
}
}

/* feature-HalfImgText */
.theme-spot .p-spot-feature-HalfImgText{
	display:flex;
	position:relative;
}
.theme-spot .p-spot-feature-HalfImgText__container {
	display: flex;
	flex-direction: row-reverse;
	position:inherit;
}
.theme-spot .p-spot-feature-HalfImgText-contents {
	width: 50%;
	position:absolute;
	left:0px;
	margin-left: 20px;
	padding:80px 40px;
}
.theme-spot .p-spot-feature-HalfImgText-contents span.is-subheading{
	font-size:32px;
	font-size:3.2rem;
}
.theme-spot .p-spot-feature-HalfImgText-contents .t-spot__text{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.6;
}
@media screen and (max-width: 1023px) {
.theme-spot .p-spot-feature-HalfImgText__container,
.theme-spot .p-spot-feature-HalfImgText-images {
	flex-direction: column;
}
.theme-spot .p-spot-feature-HalfImgText{
flex-direction: column;
}
.theme-spot .p-spot-feature-HalfImgText-contents {
	max-width: 100%;
	margin-left: 0;
	padding: 6px 0 0 20px;;
}
}
@media screen and (max-width: 768px) {
.theme-spot .p-spot-feature-HalfImgText-contents span.is-subheading{
	font-size:26px!important;
	font-size:2.6rem!important;
}

.theme-spot .p-spot-feature-HalfImgText-contents .t-spot__text{
	font-size:14px!important;
	font-size:1.4rem!important;
	line-height:1.3;
}

}
/* LINEUP
------------------------------------------------------------ */
.theme-spot .p-spot-lineup {
  background-color: #fff;
  padding-bottom: 65px;
}
.theme-spot .p-spot-lineup__container {
	display: flex;
	flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}

.theme-spot .p-spot-lineup__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 25px;
  /*background-color:#001968;*/
 background: linear-gradient(to right,#e9eced 0,#f6f6f6 100%);
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 0;
  }
}
