.fes2023_contents a{
    color: #000;
}

.fes2023_contents iframe[name="google_conversion_frame"]{
	position: absolute;
	top: 0;
}

.fes2023_contents input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

body#fest2023,
body#fest2023_test20230913{
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    font-weight: 400;
    list-style-type: none;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-justify: inter-ideograph;
}

#fest2023 #page {
    -ms-overflow-x: unset;
    overflow-x: unset;
}

#fest2023_test20230913 #page {
    -ms-overflow-x: unset;
    overflow-x: unset;
}

.fes2023_contents .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.fes2023_contents .ly_plan {
  width: 100%;
  display: flex;
}

.fes2023_contents .ly_plan-leftarea {
  width: 50%;
}

.fes2023_contents .fes_element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fes2023_contents .is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.fes2023_contents .ly_plan-leftarea_inner {
  width: 100%;
  height: 100vh;
  display: flex;
  top: 74px;
  background-repeat: no-repeat;
}

.fes2023_contents .ly_plan-rightarea {
  width: 50%;
}

.fes2023_contents .fes2023_middlebox {
    padding: 20% 12% 40%;
    box-sizing: border-box;
}

.fes2023_contents .fes2023_main .fes2023_middlebox {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fes2023_contents .fes2023_middlebox h3 {
    font-size: 28px;
    font-family: 'Shippori Mincho',serif;
    letter-spacing: 0.1em;
}

.fes2023_contents .fes2023_middlebox .subtitle{
    font-weight: bold;
}

.fes2023_contents .fes2023_middlebox h4 {
    font-family: 'Shippori Mincho',serif;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 80px;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

.fes2023_contents .fes2023_middlebox h5 {
    font-size: 16px;
    margin-bottom: 24px;
    border-bottom: solid 1px;
    padding-bottom: 16px;
    margin-top: 64px;
}

.fes2023_contents .fes2023_middlebox p {
    line-height: 2;
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.fes2023_contents .fes2023_middlebox p:last-child{
  margin-bottom: 0;
}

.fes2023_contents .fes2023_middlebox p a{
  text-decoration: underline;

}

.fes2023_contents {
    margin: 74px 0 120px;
}

.fes2023_contents .fes2023_logo {
    width: 56%;
    margin: 0 auto 88px;
}

.fes2023_contents .fes2023_catchcopy {
    text-align: center;
    max-width: 88%;
}

.fes2023_contents .fes2023_catchcopy p {
}

.fes2023_contents .fes2023_catchcopy p:first-child {
    font-family: 'Shippori Mincho',serif;
    font-size: 28px;
    margin-bottom: 40px;
}

.fes2023_contents .fes2023_catchcopy p:last-child {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
}

.fes2023_contents .fes2023_main .ly_plan-leftarea_inner {
    background-image: url(../img/kfcs/bg_main.jpg);
    background-position: center;
    background-size: cover;
    height: 92vh;
}

.fes2023_contents .fes2023_first .ly_plan-leftarea_inner{
  background-image: url(../img/kfcs/photo_tunagaru.jpg);
  background-position: center;
  background-size: auto 88%;
}

.fes2023_contents .fes2023_second .ly_plan-leftarea_inner{
  background-image: url(../img/kfcs/photo_imuyaku.jpg);
  background-position: center;
  background-size: cover;
}

.fes2023_contents .fes2023_third .ly_plan-leftarea_inner{
  background-image: url(../img/kfcs/photo_syukakusai.jpg);
  background-position: center;
  background-size: auto 88%;
}

.fes2023_contents .link_button{
}

.fes2023_contents .link_button a {
    border: solid 1px #000;
    color: #000;
    border-radius: 24px;
    padding: 12px 40px;
    font-size: 12px;
    text-decoration: unset !important;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fes2023_contents .link_button a:hover{
    background-color: #000;
    color: #fff;
}

.fes2023_middlebox_detail dl{
    margin-top: 48px;
}

.fes2023_middlebox_detail dt {
    clear: left;
    float: left;
    width: 80px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 13px;
    line-height: 1.6;
}

.fes2023_middlebox_detail ul{
    list-style: none;
    padding-left: 0;
}

.fes2023_middlebox_detail li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.fes2023_middlebox_detail li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 8px;
    border-radius: 50%;
    left: 0;
}




.fes2023_middlebox_detail dd {
    padding-left: 80px;
    border-bottom: dashed 1px #222;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.fes2023_middlebox_detail dd span{
    font-size: 13px;
    font-weight: bold;
}

.fes2023_middlebox_detail dd .link_button {
    margin-top: 16px;
    margin-bottom: 12px !important;
}

.fes2023_middlebox_detail dd a{
    text-decoration: underline;
}

.fes2023_middlebox_detail .link_button {
    margin-top: 40px;
}

.fes2023_nav_fixed {
    position: fixed;
    top: 100px;
    right: 2%;
    border: solid 1px #222;
    background-color: #fff;
    z-index: 100;
    border-radius: 16px;
    padding: 24px 16px;
}

.fes2023_nav_fixed ul{
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.fes2023_nav_fixed ul li{
    margin-bottom: 12px;
}

.fes2023_nav_fixed ul li:last-child{
    margin-bottom: 0;
}

.fes2023_nav_fixed ul li a{
    color: #000;   
    position: relative;
    display: inline-block;
    padding-left: 16px;
    text-decoration: none;
}

.fes2023_nav_fixed ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}









@media screen and (min-width:800px) {

.sp_view{
    display: none;
}


}


















@media (min-width: 800px) {

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

}









































