@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  line-height: 1.5;
}
.inner {
  width: 1100px;
  margin: auto;
}

.sp_only {
    display: none;
  }
  .pc_only {
    display: inherit;
  }
.main-img {
  background: #ff7d7d;
  padding: 3rem 0;
}

.main-img h2 {
	background: #fff;
	color: #ff7d7d;
	font-size: 3.4rem;
	text-align: center;
	border-radius: 15px;
	position: relative;
	margin-bottom: 4rem;
	letter-spacing: 3px;
	padding: 5px;

  }
  .main-img h2::after{
	content: "";
	color: #fff;
position: absolute;
	width: 0;
	height: 0;
	border-left: 34px solid transparent;
	border-right: 35px solid transparent;
	border-top: 34px solid;
	margin: 2rem auto 1rem;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	bottom: -26px;
  transform: translateX(-50%)translateY(50%);
  }
  
.main-img .catch {
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 1rem 0;
  letter-spacing: 3px;
}
header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index:99;
}
header .inner {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
header .inner div:nth-child(2) {
  margin: 0 1rem;
}

.h-tel {
  color: #ff0000;
  font-weight: bold;
}
.h-tel dt {
  font-size: 1.4rem;
}
.h-tel dd {
  font-size: 2.6rem;
}
.t-time {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.h-tel {
  display: flex;
  align-items: center;
}
.t-time dt,
.t-time dd {
  font-size: 1.4rem;
}

section {
  margin: 7rem 0;
}
.bg-pink {
  background: #ffe5e5;
  padding: 2rem 0;
}
.flyer-catch h2 {
  font-size: 4.5rem;
  letter-spacing: 3px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

.flyer-catch .catch02 {
  font-size: 2.4rem;
  text-align: center;
  background: #f00;
  color: #fff;
  font-weight: bold;
  margin: 2rem 0;
}

.flyer-catch .catch {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 3px #f00;
  width: fit-content;
  margin: auto;
  letter-spacing: 3px;

}

.ttl p:nth-child(1) {
  font-size: 3.3rem;
  color: #fff;
  text-align: center;
  border-radius: 14px;
  font-weight: bold;
  padding: 5px;
  letter-spacing: 3px;
}

.ttl h2 {
  font-size: 2.6rem;
  letter-spacing: 3px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 10px;
}

.reason-area .ttl h2 {
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 0.5em;
  margin-top: 5px;
  text-decoration: none;
  margin-bottom: 0;
}

.arrows {
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-top: 34px solid;
  margin: 2rem auto 1rem;
}
.reason-cont > div:nth-child(1) > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}

.reason-cont {
  background: #ebebeb;
  padding: 2rem;
}

.reason-cont ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem;
}

.reason-cont ul li:first-child {
  width: 100%;
}
.reason-cont ul li {
  width: calc(50% - 1rem);
  background: #fff;
  padding: 3rem;
  border-radius: 20px;
}

.reason-cont ul li dl dt {
  font-size: 2.6rem;
  text-align: center;
  color: #00be82;
  margin-bottom: 1rem;
  font-weight: bold;
}

.reason-cont ul li dl dd {
  font-size: 1.7rem;
}

.Registration-area {
  background: #ffe5e5;
  padding: 3rem 0;
  text-align: center;
}

.Registration-area h3 {
  font-size: 2.8rem;
  letter-spacing: 3px;
  color: #ff0000;
  margin-bottom: 1rem;
}

.flyer-cont {
  padding: 2rem 0;
  background: #ebebeb;
}

.flyer-cont .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.flyer-cont .inner > div {
  background: #fff;
  padding: 3rem 2.5rem;
  border-radius: 20px;
}

.flyer-cont .inner div p.catch {
  font-size: 2.6rem;
  color: #ff7d7d;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.flyer-cont .inner div h3 {
  font-size: 3rem;
  border-bottom: solid 1px;
  border-top: solid 1px;
  text-align: center;
  letter-spacing: 3px;
}

.flyer-cont .inner img {
  margin: 2rem auto;
}

.flyer-cont .inner div p:nth-child(3) > span:nth-child(1) {
  font-size: 2.4rem;
  color: #ff7d7d;
  font-weight: bold;
  display: block;
}
.flyer-cont .inner div p:nth-child(3) {
  text-align: center;
  font-size: 2.2rem;
  margin-top: 1rem;
}

.btn a {
  display: flex;
  width: 480px;
  background: #ff0000;
  color: #fff;
  font-size: 2.3rem;
  border-radius: 25px;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  margin: 0 auto 5px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.flyer-sale-cont {
  padding: 2rem 0;
  background: #ebebeb;
}

.flyer-sale-cont .inner {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
}

.flyer-sale-cont .ctach {
  font-size: 2.7rem;
  text-align: center;
  font-weight: bold;
}

.flyer-sale-cont .ctach > span:nth-child(1) {
  color: #ff0000;
  font-weight: bold;
  font-size: 6rem;
}
.flyer-sale-cont .ctach > span:nth-child(1) > span {
  font-size: 3rem;
}

.flyer-sale-cont .attention {
  font-size: 1.7rem;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 0.8rem 0;
  text-align: center;
}

.flyer-sale-cont > div:nth-child(1) > p:nth-child(4) {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  color: #f00;
  margin: 1rem 0;
}

/* 要素 | https://tetujin2.kanamake.jp/flyer-lp/index.php */

.option-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.b-Vers {
  border: solid 6px #00be82;
  padding: 1rem;
}

.b-Vers > h3:nth-child(1) {
  font-size: 4.8rem;
  color: #00be82;
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}

.a-Vers {
  border: solid 6px #ff8c46;
  padding: 1rem;
}

.a-Vers > h3:nth-child(1) {
  font-size: 4.8rem;
  color: #ff8c46;
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.option-area .ttl p:nth-child(1) {
	background-color: #ff7d7d;
	font-size: 2.9rem;
  }
  
.option-cont > div > h3:nth-child(1) > span:nth-child(1) {
  font-size: 8rem;
}

.option-cont > div img:nth-child(3) {
  margin: 1rem auto;
}

.option-cont > div > p:nth-child(2) {
  font-size: 1.7rem;
}

.b-Vers > div.btn a:nth-child(1) {
  background: #00be82;
}
.a-Vers > div.btn a:nth-child(1) {
  background: #ff8c46;
}

.lineup-area {
  padding: 2rem 0;
  background: #ffe5e5;
}

.lineup-area h3 {
  font-size: 2.8rem;
  color: #ff0000;
  text-align: center;
  letter-spacing: 3px;
}
.lineup-area .inner p:nth-child(2) {
  margin: 1.5rem auto;
  font-size: 1.7rem;
  background: #fff;
  padding: 5px;
  text-align: center;
}
.lineup-area .inner > img:nth-child(3) {
  margin-bottom: 1.5rem;
}

.request-area h3:nth-child(1) {
  font-size: 2.8rem;
  color: #f00;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 3px;
}

.request-area .inner > p:nth-child(2) {
  font-size: 1.7rem;
  text-align: center;
}

.request-area .inner > div {
  border: solid #ccc;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.request-area .inner > div p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.request-area .inner > div > p:nth-child(2) {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.page-top  a img {
  position: fixed;
  right: 0;
  bottom: 3%;
}
#footerNavi div:first-child {
	display: grid;
	grid-template-columns: 1fr 5fr;
  }
  #footerNavi {
	padding: 1rem 0;
  }
  #footerNavi p{
	font-size: 1.3rem;
  }
 #footerNavi ul {
	display: flex;
  }
  #footerNavi ul li a{
	font-size: 1.4rem;
  }
  #copyright {
	margin-top: 1rem;
  }
  


.page-campaign > a:nth-child(1) > img:nth-child(1) {
  position: fixed;
  right: 20px;
  top: 33%;
}


@media screen and (max-width: 736px) {
  section {
    margin: 5rem 0;
  }

  html,
  body {
    min-width: 0;
    width: 100%;
    /*height: 100%;*/
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
  }

  img {
    max-width: 100% !important;
    height: auto;
  }

  .sp_only {
    display: inherit;
  }
  .pc_only {
    display: none;
  }
  .movie-btn-sp {
    bottom: 0px !important;
  }
  .pc_tac {
    text-align: left;
  }

  .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
  }

  header h1 img {
	width: 50%;
  }
  
  header .inner div:nth-child(2) {
    display: none;
  }

  #fl-lp header > div:nth-child(1) > p:nth-child(3) {
    display: none;
  }

  #fl-lp header > div:nth-child(1) > p:nth-child(4) {
    display: none;
  }

  .btn a {
    width: 100%;
  }
  .reason-cont > div:nth-child(1) > div:nth-child(1) {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .flyer-cont .inner {
    grid-template-columns: 1fr;
  }

  .option-cont {
    grid-template-columns: 1fr;
  }
.main-img h2 {
	font-size: 2rem;
	line-height: 1.2;
	padding: 7px 5px;
	letter-spacing: 3px;
  }
  
  .main-img h2::after {
	border-top: 27px solid;
	bottom: -23px;
  }
  
  .main-img > div:nth-child(1) > img:nth-child(3) {
    width: 80%;
  }
  .main-img {
    padding: 3rem 0;
  }

  .main-img .catch {
    font-size: 25px;
  }

  .flyer-catch h2 {
    font-size: 2.5rem;
  }

  .flyer-catch .catch02 {
    font-size: 1.6rem;
  }

  .flyer-catch .catch {
    font-size: 1.8rem;
  }

  .ttl p:nth-child(1) {
    font-size: 1.8rem;
  }

  .reason-area .ttl h2 {
    font-size: 2.5rem;
  }

  .arrows {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid;
  }

  .reason-cont {
    padding: 3rem 1rem;
  }

  .reason-cont ul li {
    width: 100%;
    padding: 2rem;
  }

  .reason-cont ul li dl dt {
    font-size: 2rem;
  }

  .reason-cont ul li dl dd {
    font-size: 1.4rem;
  }

  .ttl h2 {
    font-size: 1.7rem;
	text-underline-offset: 4px;
	line-height: 1.8;
  }
  
  .Registration-area h3 {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }

  .btn a {
    font-size: 1.8rem;
  }

  .flyer-cont .inner div p.catch {
    font-size: 1.8rem;
  }

  .flyer-cont .inner > div {
    padding: 3rem 1rem;
  }

  .flyer-cont .inner div h3 {
    font-size: 2.5rem;
  }

  .flyer-cont .inner div p:nth-child(3) {
    font-size: 1.8rem;
  }

  .flyer-cont .inner div p:nth-child(3) > span:nth-child(1) {
    font-size: 2rem;
  }

  .flyer-sale-cont .ctach {
    font-size: 2rem;
  }

  .flyer-sale-cont .ctach > span:nth-child(1) {
    font-size: 4rem;
  }

  .flyer-sale-cont .ctach > span:nth-child(1) > span {
    font-size: 2rem;
  }

  .flyer-sale-cont {
    padding: 2rem 1rem;
  }

  .flyer-sale-cont .attention {
    font-size: 1.6rem;
  }

  .flyer-sale-cont > div:nth-child(1) > p:nth-child(4) {
    font-size: 2rem;
  }

  .flyer-sale-cont .inner {
    padding: 2rem 1rem;
  }

  .option-cont > div > h3:nth-child(1) {
    font-size: 2.5rem;
  }
  .option-cont > div > h3:nth-child(1) > span:nth-child(1) {
    font-size: 5rem;
  }

  .option-cont > div > p:nth-child(2) {
    font-size: 1.5rem;
  }

  .lineup-area h3 {
    font-size: 2.2rem;
  }

  .lineup-area .inner p:nth-child(2) {
    font-size: 1.5rem;
  }

  .request-area h3:nth-child(1) {
    font-size: 2.2rem;
  }

  .request-area .inner > div p:nth-child(1) {
    font-size: 2rem;
  }

  .request-area .inner > div > p:nth-child(2) {
    font-size: 1.5rem;
  }

  .flyer-sale-cont > div:nth-child(1) > img:nth-child(1) {
    width: 70%;
  }


.page-top a img {
  bottom: 21%;
  width: 15%;
  right: 10px;
  }
  .option-area .ttl p:nth-child(1){
	font-size: 1.8rem;
  }

.sp-sidebnr a {

	color: #fff;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
	font-size: 1.2rem;
	padding: 10px 5px 15px;
  }
  .sp-sidebnr a:last-child{
	border-left: solid #fff 1px;
  }
  .sp-sidebnr a img{
	width: 12%;
  }
  .sp-sidebnr {
	display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  border-radius: 0px;
position: fixed;
	bottom: 0px;
	left: 50%;
  z-index: 10 ;
	transform: translateX(-50%);
  }

  .sp-sidebnr a{
    background: #f00;

  }
  .sp-sidebnr .sp-campaign{
  grid-area: 1 / 1 / 2 / 3;
  padding: 0;
  background: none;
}

.sp-campaign img:nth-child(1) {
  width: 100%;
}

#footerNavi div:first-child {
	grid-template-columns: 1fr;
	width: 100%;
  }
  
  #footerNavi {
	padding: 1rem;
	overflow: scroll;
  }
  
  #footerNavi ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
  }
  
  #footerNavi ul li a {
	font-size: 1.2rem;
  }
  #footerNavi ul li {
	margin-right: 0px;  }
  
  
#footerNavi  div >a{
	margin-bottom: 10px;
  }
  .page-campaign{
    display: none;
  }
  
}
