/* COMMON */
section {
	width: 100%;
	max-width: 1240px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.pNav {
	padding-top: 190px;
	padding-bottom: 20px;
	width: 100%;
	background: #fff8e0;
}
p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #1F1F1F;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  border: 0;
  color: #000;
}
a.btnA::after {
  display: inline-block;
  content: "▶︎";
  font-size: 13px;
  margin: 0 0 0 20px;
}
a.btnA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  color: #FFF;
  padding: 17px 0;
  border-radius: 25px;
  background: #0f4c81;
  border: solid 2px #0f4c81;
  margin: 20px auto;
}
a.btnA:hover {
  color: #0f4c81;
  background: #FFF;
  border: solid 2px #0f4c81;
}
img {
    vertical-align: bottom;
    border: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    object-fit: cover;
}



/* ALL */
.head {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.header {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 5000;
    margin: 0 auto;
    width: 100%;
    height: 85px;
    background: ;
}
.header {
  position: sticky;
  top: 5px;
  margin-top: 50px;
    	background: ;  
}

.header-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    max-width: 1240px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
}
.header-main {
	width: 100%;
    display: flex;
    overflow: hidden;
    padding: 0 40px 0 30px;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.07);
    transition-property: width, background-color;
    align-items: center;
    position: relative;
    left: 0;
}
.header-main h1 {
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
}
.header-main h1 a {
    width: 280px;
    flex: none;
}
.header-nav {
    width: 100%;
    margin-left: 4%;
}
.header-nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
li.header-nav__item {
    text-align: center;
    opacity: 1;
    white-space: nowrap;
}
.header-nav__link {
    font-size: 18px;
    font-weight: bold;
}




/* INDEX */
#index {
  overflow: hidden;
}

.slide {
	top: 0;
	width: 100%;
	aspect-ratio: 1026 / 500;
	padding-top:20px;
	padding-bottom: 20px;
}

.information a.btnA {
  color: #FFF;
  background: #d35571;
  border: solid 2px #d35571;
  font-size: 16px;
}
.information a.btnA:hover {
  color: #d35571;
  background: #FFF;
  border: solid 2px #d35571;
}

.information {
	margin-top: calc(100% / 1.51 - 140px);
  width: 100%;
  max-width: 100%;
  padding: 70px 0 0;
  border-top: 4px solid #FDB42E;
  background: #ffebe7;
}
.information .inner {
  width: 1100px;
  max-width: 1100px;
  padding: 30px 100px;
  margin: 0 auto;
  background: #FCF0ED;
  border-radius: 10px;
  border-top: solid 1px rgba(165, 170, 174, .2);
  border-left: solid 1px rgba(165, 170, 174, .2);
  
  display: flex;
  justify-content: space-between;
}
.information .news {
	width: 65%;
}
.information .news h2 {
  font-size: 30px;
  font-family: 'M PLUS 1p', sans-serif;
  text-align: center;
  color: #d35571;
  margin: 0 auto 30px;
}
.information .news ul {
  margin: 0 auto 30px;
}
.information .news ul li a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
}
.information .news ul li span.day {
  width: 150px;
  font-size: 16px;
  text-align: center;
  color: rgb(51, 51, 51);
}
.information .news ul li span.type {
  color: rgb(51, 51, 51);
  display: block;
  width: 150px !important;
  width: 100px !important;
  max-width: 150px;
  line-height: 26px;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border: solid 1px #d35571;
  border-radius: 5px;  
}
.information .news ul li p.title {
  width: fit-content;
  font-size: 16px;
  color: rgb(51, 51, 51);
  text-align: left;
  padding: 0 0 0 15px;
}

.information .sansa {
	width: 30%;
}
.information .sansa .poster {
	border: 1px solid purple;
}

.concept {
  overflow: revert;
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: ;
}
.concept .inner {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url('../../images/index/img2.png');
    background-repeat: no-repeat;
    background-position: right -10px;
    background-size: 40%;
}
.concept .img {
  width: 60%;
  border-radius: 10px;
}
.concept .img img {
  border-radius: 0px 40px 40px 0px;
}
.concept .conceptBox {
  padding: 40px 50px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 90%);
  position: absolute;
  top: 60%;
  left: 41%;
  z-index: 1;
  width: 90%;
  box-shadow: -4px -4px 5px rgba(255, 255, 255, .4), inset 1px 1px 1px rgba(165, 170, 174, .06), 4px 4px 5px rgba(165, 170, 174, .2);
}
.conceptBox h2.title {
    max-width: 526px;
	margin-bottom: 20px;
}
.conceptBox h2.title span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.conceptBox p {
  width: 65%;
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.service {
	background-color: ;
  background-size: 100% auto;
  max-width: 100%;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
.service .container__xl {
	width: 1200px;
    padding-left: 0;
    padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}
.service .inner {
    flex-direction: row;
    border-radius: 10px;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
}
.service .common__title.vertical {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: -100px;
}
.service .common__title h2 {
	font-size: 30px;
    line-height: 1.3;
    width: 90%;
}
.service .common__title div {
    margin-right: 10px;
    font-size: 12px;
}
.service .example {
    width: 100%;
    margin-top: 0;
}
.service .example ul {
    display: flex;
    align-items: flex-start;
    align-items: normal;
    flex-wrap: wrap;
    gap: 3%;
}
.service .example li {
    width: 31%;
    margin-bottom: 2%;	
    position: relative;
    overflow: hidden;
}
.service .example li a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service .example li .img__wrapper {
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}
.service .example li .heading {
    margin-top: 12px;
}
.service .example li h3 {
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    overflow: hidden;
	font-size: 18px;
    font-weight: 700;
}
.service .example li p {
	font-size: 14px;
    margin-top: 10px;
    line-height: 1.7;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kodawari {
	width: 100%;
}

.kodawaribox img {
	border-radius: 10px;
}

.kodawaribox {
	width: 31%;
	float: left;	
	padding: 20px 20px 20px;
	border-radius: 10px;
	margin: 10px;
	height: 700px;	
	box-shadow: -4px -4px 5px rgba(255, 255, 255, .4), inset 1px 1px 1px rgba(165, 170, 174, .06), 4px 4px 5px rgba(165, 170, 174, .2);
}

.kodawari1box {
	width: 97%;	
	padding: 20px 20px 20px;
	border-radius: 10px;
	margin: 10px;
	height: 400px;
	box-shadow: -4px -4px 5px rgba(255, 255, 255, .4), inset 1px 1px 1px rgba(165, 170, 174, .06), 4px 4px 5px rgba(165, 170, 174, .2);
}

.kodawari1box img {
	border-radius: 10px;
	width: 100%;
}

.kodawari1box .L {	
	width: 40%;
	float: left;
}

.kodawari1box .R {
	width: 55%;
	float: right;
}
.clear {
	clear: both;
}

.kodawartitle {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 15px 15px 5px;
}


.about {
  max-width: 100%;
  background: ;
  justify-content: center;
}
.about .container__xl {
	width: 1240px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px;
	margin-left: auto;
    margin-right: auto;
}

.about a.btnA {
  color: #FFF;
  background: #f83c3c;
  border: solid 2px #f83c3c;
  font-size: 23px;
}
.about a.btnA:hover {
  color: #f83c3c;
  background: #FFF;
  border: solid 2px #f83c3c;
}

.about .inner {
  max-width: 1100px;
  margin: 0 auto;
    padding: 60px 0 30px;
    background-image: url('../../images/index/romanseries_top.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 57%;
}
.about .top {
    padding: 0 0 80px;
    width: 60%;
}
.about .top .text {
}
.about .top .text .common__title {
	width: 550px;
    margin-bottom: 20px;
}

.about .top .text .common__title div {
    font-size: 12px;
}
.about .top .text p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.about .mid {
	padding: 0;
}
.about .mid img {
	width: 1100px;
  border-radius: 5px;
}
.about .nav {
	margin: 50px auto 0;
	width: 900px;
	display: flex;
}
.about .nav a {
	width: 400px;
}

.about .caption-wrap {
	position: absolute;
	margin-top: -40px;
	width: 363px;
	height: 40px;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
}


.menu {
	max-width: 100%;
    padding-top: 60px;
    padding-bottom: 150px;
    background-image: url('../../images/index/menu_bg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.menu .container__large {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: unset;
}
.menu .common__title div {
    font-size: 12px;
}
.menu .common__title h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 10px;
}
.menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 51px 0 50px;
}
.menu li {
	width: 25%;
	margin-bottom: 0;
    position: relative;
    border-radius: 5px;
    transition: all .2s ease;
    box-shadow: -3px -3px 8px transparent, 3px 3px 8px transparent;
}
.menu li:hover {
	background: #FFF;
    box-shadow: -3px -3px 8px rgba(165, 170, 174, .1), 3px 3px 8px rgba(165, 170, 174, .3);
}
.menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
}
.menu li .inner {
    padding-top: 30px;
    padding-left: 30px;
    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 5px;
}
.menu li h3 {
    font-size: 18px;
    font-weight: 700;
}
.menu li p {
    width: 102%;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
    flex-grow: 1;
}
.menu li .__rOverImg {
    height: 143px;
    margin-top: 18px;
    border-radius: 5px;
}



.banner {
	max-width: 100%;
}
.banner .container__large {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner li {
	display: block;
	width: 19%;
	margin-bottom: 0;
    border: 1px solid #CCC;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .2);;
}


footer {
    background: #fff;
    position: relative;
    z-index: 1;
    transition: transform .5s cubic-bezier(.43,.05,.17,1);
}
.contact {
    display: flex;
    flex-wrap: wrap;
}
.contact li {
	width: 33.33%;
    position: relative;
    z-index: 1;
}
.contact .inner {
	        padding: 80px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}
.contact .inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s ease;
    inset: 0;
    opacity: 1;
    background: linear-gradient(-45deg, #d35571 0%, #db8799 100%);
    color: #FFF;
}
.contact p {
    color: #FFF;
    font-size: 14px;
}
.contact span {
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 0;
}
.contact .reception {
	color: #FFF;
    font-size: 14px;
}
.contact .inner a{
	color: #FFF;
    font-size: 33px;
}
.contact a .borderHover:before {
    content: "";
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    pointer-events: none;
}
.arrow__bgPink {
    display: flex;
    align-items: center;
    background: #dc399d;
    border-radius: 3px;
    margin-top: 21px;
    padding: 2px 4px;
}
.arrow__bgPink svg {
    width: 11px;
}
.arrow__bgPink svg .st0 {
    fill: #fff;
}

.footerNav {
    max-width: 100%;
    padding: 70px 0;
    background: #fff8e0;
}
.footerNav .inner {
    max-width: 1100px;
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 0 auto;
}
.footerNav .inner div {
    width: 30%;
}
.footerNav .inner div p {
	margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
}
.footerNav .inner div:last-child {
    width: fit-content;
    display: flex;
    justify-content: space-around;
    justify-content: flex-end;
}
.footerNav .inner div:last-child dl {
    width: fit-content;
    padding: 0 80px;
    padding-top: 85px;
}
.footerNav .inner div:last-child dt {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}

small {
	background: #e43c3c;
	font-size: 14px;
	color: #FFF;
    display: block;
    text-align: center;
    padding: 20px 0;
}



.clear {
	clear: both;
}
