@charset "utf-8";
/*
Theme Name: OOF2024
Theme URI: https://www.o-2.jp/mono/oof2024/wp-content/themes/oof2024/
Description: OOF2024 THEME
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* # =================================================================
   # Original style
   # ================================================================= */

body{
	font-family:"Zen Maru Gothic", serif;
    font-weight: 700;
    letter-spacing: 0.01em;
	color: #333;
	line-height:1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    background-color:#fff;
}

.fade {
    opacity: 0;
    transform: translateY(20px); /* 初期位置を下に設定 */
    transition: opacity 1.5s, transform 1.5s;
}

.fadeIn {
    opacity: 1;
    transform: translateY(0); /* 上昇する位置 */
}

@media screen and (max-width:767px) {
	body{
	font-size:0.85rem;
	}
}

hr{
    border: 1px solid #666;
}

a{
	color:#333;
	text-decoration: none;
  transition: all 0.5s;
	outline: none;
}

a:hover{
    color:#333;   
}

.wrapper a{
	text-decoration: underline;
}

.wrapper a:hover{
    color:#BD2C2D;
	text-decoration: none;
}

em{
    font-style: italic;
}

.font-s{
    font-size:0.8rem;
}

.font-b{
    font-size:1.7rem;
    font-weight: bold;
}

.font-wb{
    font-weight: bold;
}

.font-l{
    font-size:2.5rem!important;
}

@media screen and (max-width:767px) {
.font-l{
    font-size: 1.35rem!important;
}
.wp-block-column .font-l{
    font-size: 1.8rem!important;
    margin-bottom:0!important;
}

}


h2,h3,h4,h5{font-weight:700;}

ul{
	list-style: none;
}

.wrapper ul{
	margin:0 0 1em 1.2em;
}

.wrapper ul.blocks-gallery-grid{
	margin:0 0 1em 0;
}

.wrapper ul li{
	list-style: disc;
}

.wrapper ul.blocks-gallery-grid li{
     list-style: none;   
}

.wrapper ol{
	margin:0 0 1em 1.5em;
}

.wrapper ol ol,
.wrapper ol ul{
	margin-top:1em;
}

.wrapper ol li{
	list-style: decimal;
}

.wrapper ol ul li{
	list-style:disc;
}

.wrapper ol li{
    margin:0 0 5px 0;   
}

.wrapper p{
	margin:0 0 1em 0;
}

.wrapper p.lead{
    line-height:2;
}
.wrapper p.mb-50{
	margin:0 0 50px 0;
}
.wrapper p.mb-80{
	margin:0 0 80px 0;
}

@media screen and (max-width:767px) {
    .wrapper p.mb-50{
        margin:0 0 30px 0;
    }
.wrapper p.mb-80{
	margin:0 0 50px 0;
}

.wrapper p.lead{
    line-height: 1.5;
}

}

*{box-sizing:border-box;}

.pc-none{
		display:none;
}

.d-none{
		display:none!important;
}

@media screen and (max-width:767px) {
.pc-none{
		display: block;
}
     
.sp-none{
	display: none!important;
}
}

.cl{
	overflow: hidden;
}

/* wordpress editor */

.aligncenter{
	display: block;
	clear: both;
	margin:0 auto 30px auto;
	text-align:center;
    border-radius: 5px;
}
 
.alignleft{
	float:left;
	margin:0 30px 30px 0;
    border-radius: 5px;
}

.alignright{
	float:right;
	margin:0 0 30px 30px;
    border-radius: 5px;
}

@media only screen and (max-width:465px){

.alignleft,
.alignright{
	float: none;
	display: block;
	margin:0 auto 20px auto;
}	
}

.wp-block-columns{
    flex-wrap: nowrap!important;    
}

@media screen and (max-width:767px){

.wp-block-columns{
    flex-wrap: wrap!important;    
}
}

.wp-block-media-text .wp-block-media-text__content{
    padding:0!important;
}


.wp-block-media-text .wp-block-media-text__media{
    margin:0 30px 0 0!important;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
    margin:0 0 0 30px!important;
}



@media (max-width: 600px){
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__media {
    margin:0 0 30px 0!important;
}
}

.wp-block-media-text,
.wp-block-table,
.wp-block-separator{
    margin: 0 0 30px 0!important;
}

.wp-block-table tr{
    border:1px solid #ccc;
}

.wp-block-table th,
.wp-block-table td{
    padding: 10px;
	word-break: break-all;
}

#gallery-1 img{
    border:none!important;
}

.pn-link{
    border-top:1px solid #ccc;
}

.pn-link a{
    display:block;
    padding:30px 20px;
    position: relative;
}

.pn-link a:hover{
    color:#BD2C2D;   
}


.pn-link li a:after{
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color:#BD2C2D #BD2C2D transparent transparent;
    transform: rotate(-135deg);    
}

.pn-link li:last-child a:after{
    left:inherit;
    right:0;
    transform: rotate(45deg);    
}

aside li,
.pn-link li,
figure.gallery li.gallery-item{
	list-style: none!important;
}

aside li{
    margin:0 0 15px 20px;
    text-transform: uppercase;
}

aside li:before{
     content:'-'; 
    padding: 0 10px 0 0;
}

.wrapper ul.archive-link  {
    padding: 1em 0 0 0;
    margin:0;
}

.wrapper ul.archive-link li{
    list-style: none;
    margin-right: 10px;
    text-align: center;
    border:1px solid #B20808;
    border-radius: 1em;
    width:5.5em;
    margin-bottom:10px;
    font-size: 0.8rem;
    padding:0.2em 1em;
    transition: all 0.5s;
}

.wrapper ul.archive-link li a{
    text-decoration: none;
    display:block;
    color: #B20808;
}

@media screen and (min-width:768px) {
    .wrapper ul.archive-link li:hover{
        background-color: #B20808;
    }
    .wrapper ul.archive-link li:hover a{
        color:#fff;
    }
}

.pn-link{
    margin-left: 0!important;
}

.wp-caption-text{
	display: block!important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    position: relative!important;
    background:none!important;
    max-height: inherit!important;
    color: #333!important;
    font-size: 1rem!important;
    padding: 0!important;
}
.wp-block-embed figcaption,
.wp-block-image figcaption{
    font-size:0.85rem;
    color:#666;
    text-align: center;
    padding-top: 10px;
}

/* video */
.wp-block-webfactory-map,
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 52.65%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}


.wp-block-webfactory-map iframe,
.wp-block-webfactory-map object,
.wp-block-webfactory-mapr embed,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-area iframe{
    width:100%;
    height: 100%;
    aspect-ratio: 16/9;
}


@media (max-width: 767px){
.wp-block-webfactory-map{
    padding-bottom: 130%;
}
}

.wp-pagenavi{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	padding: 50px 0;
}

.wp-pagenavi a, .wp-pagenavi span{
	border:none!important;
	padding: 3px 15px!important;
	margin:0 5px!important;
    background:#ccc;
    background-size: contain;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	border:none!important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    font-weight: bold;
    background:#000;
    color:#fff;
}

/* img
------------------------------ */
img{
	max-width:100%;
	height: auto;
    transition: all 0.5s;
}

figure{
    text-align: center;
}

.ban-list img{
width:100%!important;	
}

figure.radius,
.radius,
.radius img{
    position: relative;
    border-radius:0.5em;
}

figure.radius,
.radius img{
    line-height: 0;
}

.bg-special .radius img{
    border:3px solid #fff;
}

figure.wp-block-table img{
	width:auto!important;
    line-height: 0;
}

img[src$=".svg"],
img[src$=".svgz"]{
	width: 100%;
}

a figure{
    line-height:0;
    position: relative;
    overflow: hidden;
}

a figure img:hover{
    transform: scale(1.05);
}

.cat-list:before{
    content:'';
    width:0.6em;
    height:0.6em;
    background:#B20808;
    display: inline-block;
    border-radius: 50%;
    margin-right:0.7em;
}

/* color
------------------------------ */

.font-red{
	color:#B20808;
}

.font-white{
	color:#fff;
}

.bg-white{
    background-color:#fff;
   border-radius: 0 0 2em 2em;
}

.bg-w{
    background:#fff;
    padding:30px!important;
}

@media screen and (max-width:767px) {
    .bg-w{
        padding:15px!important;
    }
}

.bg-red{
    background-color:#FCEDED;
    border:2px solid #BD2C2D;
    border-radius: 5px;
}

.bg-red02{
    background-color:#FCEDED;
}

/* align
------------------------------ */

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

@media screen and (min-width:768px) {
.pc-txt-center{
	text-align: center;
}
}

@media screen and (max-width:767px) {
    .sp-txt-center{
        text-align: center;
    }
    .heading01.pc-txt-center{
        text-align: left;
    }
    }
    

.vt{
    writing-mode: vertical-rl;
    text-orientation: upright;
}


/* margin padding
------------------------------ */

.m-auto{
	margin-right:auto;
	margin-left:auto;
}

.mx-10{
	margin-right:10px;
	margin-left:10px;
}

.my-30{
	margin-top:30px;
	margin-bottom:30px;
}

.my-50{
	margin-top:50px;
	margin-bottom:50px;
}

@media screen and (max-width:767px) {
.my-50{
	margin-top:30px;
	margin-bottom:30px;
}
}

.ml-10 {
	margin-left:10px;
}

.mr-10 {
	margin-right:10px;
}

.mr-20 {
	margin-right:20px;
}
.mr-30 {
	margin-right:30px;
}

.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-50 {
	margin-top:50px;
}
.mt-80 {
	margin-top:80px;
}

@media screen and (max-width:767px) {
.mt-50 {
	margin-top:30px;
}
.mt-80 {
	margin-top:50px;
}

}

.mb-10 {
	margin-bottom:10px;
}

.mb-20 {
	margin-bottom:20px;
}

.mb-30 {
	margin-bottom:30px;
}

.mb-40 {
	margin-bottom:40px;
}

.mb-50 {
	margin-bottom:50px;
}

.mb-80 {
	margin-bottom:80px!important;
}

.mb-100 {
	margin-bottom:100px;
}

@media screen and (max-width:767px) {

    .mb-50 {
	margin-bottom:30px;
}	

.page-id-2 .mb-100,
.mb-80 {
	margin-bottom:50px!important;
}

}

.p-10{
	padding:10px;
}

.p-20{
	padding:20px;
}

.p-30{
	padding:30px;
}

.p-50{
	padding:50px;
}

.p-80{
	padding:80px;
}

@media screen and (max-width:767px) {
.p-80{
	padding:50px 30px;
}
.p-50{
	padding:30px;
}
    .border-area.p-50{
	padding:30px 20px;
    }
}

.px-10{
	padding-right:10px;
	padding-left:10px;
}

.px-15{
	padding-right:15px;
	padding-left:15px;
}

.px-20{
	padding-right:20px;
	padding-left:20px;
}

.px-30{
	padding-right:30px;
	padding-left:30px;
}

.px-50{
	padding-right:50px;
	padding-left:50px;
}

.py-20{
	padding-top:20px;
	padding-bottom:20px;
}

.py-30{
	padding-top:30px;
	padding-bottom:30px;
}

.py-40{
	padding-top:40px;
	padding-bottom:40px;
}

.py-50{
	padding-top:50px;
	padding-bottom:50px;
}

.py-80{
	padding-top:80px;
	padding-bottom:80px;
}


@media screen and (max-width:767px) {
.px-30{
	padding-right:20px;
	padding-left:20px;
}
    
.px-50{
	padding-right:20px;
	padding-left:20px;
}

.py-50{
	padding-top:30px;
	padding-bottom:30px;
}

.py-80{
	padding-top:50px;
	padding-bottom:50px;
}
    

}

.pl-30{
	padding-left:30px;
}
.pr-10{
	padding-right:10px;
}
.pr-30{
	padding-right:30px;
}
.pt-10 {
	padding-top:10px;
}
.pt-30 {
	padding-top:30px;
}
.pt-40 {
	padding-top:40px;
}
.pt-50 {
	padding-top:50px;
}
.pt-70 {
	padding-top:70px;
}
.pt-80 {
	padding-top:80px;
}

.pt-100 {
	padding-top:100px;
}

.pb-10 {
	padding-bottom:10px;
}

.pb-20 {
	padding-bottom:20px;
}

.pb-30 {
	padding-bottom:30px;
}

.pb-40 {
	padding-bottom:40px;
}

.pb-50 {
	padding-bottom:50px;
}

.pb-80 {
	padding-bottom:80px;
}

@media screen and (max-width:767px) {
.pb-80 {
	padding-bottom:50px;
}  
.pt-70,
.pt-80 {
	padding-top:50px;
}
}

/* flex
------------------------------ */

.flex{
	display: flex;
}

.flex-wrap{
	flex-wrap:wrap;
}

.justify-between{
	justify-content: space-between;
}

.justify-around{
	justify-content: space-around;
}

.justify-center{
	justify-content: center;
}

.justify-end{
     justify-content: flex-end;   
}


.align-items-center{
	align-items: center;
}

.align-items-start{
    align-items: start;
}

.align-items-end{
    align-items: end;
}

.align-content-center{
	align-content: center;
}

.row-reverse{
	flex-direction: row-reverse;
}

/* btn
------------------------------ */

.txt-link a{
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/arrow_black.svg) no-repeat right;
    background-size: 20px auto;
    padding:0 30px 5px 10px;
    border-bottom: 2px solid #B20808;
}

#top-news .txt-link a{
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/arrow_white_l.svg) no-repeat bottom;
    background-size: contain;
    color: #fff;
    text-transform: uppercase;
    padding:0 2em 1em 2em;
}

#top-news .txt-link a:hover{
    padding:0 2.5em 1em 2.5em;
}


.wp-block-file__button{
    text-decoration: none!important;
    padding: 10px 20px;
}

.wp-block-button__link,
.btn{
    color:#333!important;
    display:block;
    border:1px solid #333!important;
    border-radius:5em!important;
    padding: 10px 20px!important;
    transition:all 0.2s;
    text-decoration: none!important;
}

.btn span{
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/arrow_r-circle.svg) no-repeat left;
    padding-left:2em;
}

@media screen and (max-width:767px) {
    .wp-block-button__link,
    .btn{
        font-size: 0.8rem;
        padding: 10px 20px 10px 15px!important;
    }    

}

/*.wp-block-button__link:after,
.btn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 12px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color:#BD2C2D #BD2C2D transparent transparent;
    transform: rotate(45deg);
}*/


.btn02{
    display: inline-block;
    background:#BD2C2D url(/mono/oof2024/wp-content/themes/oof2024/img/icon_win.svg) no-repeat 94% 47%;
    padding:10px 40px 10px 20px;
    background-size: 14px auto;
    max-width:250px;
    width:100%;
   box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none!important;
    border-radius: 5px;
    color: #fff!important;
}

.btn02 span{
    display: block;
}

.btn03{
    background:#000;
    color:#fff;
    display: block;
    padding:20px;
    text-align: center;
}

.btn03 span{
    position: relative;
    padding-left:40px;
}

.btn03 span:before,
.btn03 span:after{
    content:'';
    width:20px;
    height: 3px;
    background:#fff;
    position: absolute;
    left:0;
    top:45%;
}

.btn03 span:after{
    transform:rotate(90deg);
}


@media screen and (min-width:769px) { 
.wp-block-button__link:hover,
.btn:hover{
    background:#BD2C2D!important;
    color: #fff!important;
    box-shadow: none;
}

.btn:hover i{
    color:#fff;
}

.btn:hover:after{
    border-color:#fff #fff transparent transparent;
}

    .txt-link a:hover{
        color: #B20808;
    }
    .btn02:hover{
        box-shadow: none;
     }
    .btn03:hover{
        color:#fff;
        background:#017FBD;
    }
    
}


/* table
------------------------------ */

table{
    width:100%;
    text-align: left!important;
    border-collapse: collapse;
}

table thead th{
    text-align:center;
}

table th,
table td{
    padding:10px;
}

table tbody th{
    width:20%;
}
table tbody td{
    width:80%;
}

.overflow-area table tbody th,
.overflow-area table tbody td{
    width:auto;
}

.overflow-area table,
.wp-block-table table{
    border:none;
    border-spacing: 0;
    background:#fff;
}

.overflow-area table th,
.wp-block-table table th,
.wp-block-table table td{
    padding: 10px 20px;
    text-align:left;
    border:none;
}

.overflow-area table th,
.wp-block-table table th{
    border-bottom:1px solid #ccc;
}

.wp-block-table table th{
    width:20%;
    background-color: #ddd;
}

.wp-block-table table td{
    width:80%;
}

@media screen and (max-width:767px) {

.wp-block-table table th,
.wp-block-table table td{
    display: block;
    width:100%;
        padding: 5px 10px;
}

.wp-block-table table th{
    text-align: center;
}
    
.wp-block-table table td{
    border:none;
    padding-bottom:20px;
}
    
}


/* # =================================================================
   # LAYOUT
   # ================================================================= */

.row{
    width:calc(100% - 160px);
    margin:0 auto;
}


@media screen and (max-width:1024px) {
.row{
    width:90%;
}

}

.inner{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}

.inner-s{
	width:90%;
	max-width:800px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
}

@media screen and (max-width:767px) {
.inner,
.inner-s{
	padding-left:0;
	padding-right:0;
}

    .row .inner{
        width:100%;
    }
    
}

.wd15{
	width:15%;
}

.wd18{
	width:18%;
}

.wd22{
	width:23%;
}

.wd25{
	width:25%;
}

.wd30{
    width:30%;
}

.wd33{
    width:33.333%;
}

.wd40{
    width:40%;
}

.wd48{
    width:48%;
}

.wd50{
	width:50%;
}

.wd60{
    width:60%;
}

.wd65{
    width:65%;
}

.wd70{
	width:70%;
}

.wd75{
	width:75%;
}

@media screen and (max-width:767px) { 
.wd15,
.wd25,
.wd30,
.wd40,
.wd48,
.wd50,
.wd60,
.wd65,
.wd70,
.wd75{
	width:100%;
}  

.about-photo .wd22,
.spot-wrapper-area .wd48,
.map-btn .wd48{
    width:48%;
}
    
.wd33{
    width:48%;
} 

.access-area .wd33{
    width:100%;
}
          
}

/* # =================================================================
   # header
   # ================================================================= */

#header{
    background:#fff;
    padding:5px 15px;
    position: sticky;
    top:0;
    z-index: 99;
}

.identity{
    line-height: 1;
    padding:2px 0;
}

.identity img{
    width: 150px;
    line-height: 0;
}

@media screen and (max-width:1023px) { 
.identity img{
    width: 135px;
}
    
}

.sns-link{
    font-size:1.5rem;
    line-height: 1;
}

.sns-link li:nth-child(1) a{
    color:#0061BB;   
}

.sns-link li:nth-child(2) a{
    color:#333;   
}
.sns-link li:nth-child(3) a{
    color:#b2048f;   
}

.sns-link li a:hover i{
    transition:all 0.5s;
}

@media screen and (min-width:769px) { 
.sns-link li a:hover i{
    transform: scale(0.9);
}    
}

@media screen and (max-width:930px) { 
    #g-nav{
    display: none;
}
}

#g-nav li{
    font-size:1.1vw;
}

#g-nav li a{
    padding:15px 0.8em;
    font-weight: 600;
}

#g-nav li .current,
#g-nav li a:hover{
    color:#B20808;
}

#g-nav-area li{
    font-size: 1.1rem;
}

#g-nav-area li a{
    color: #333;
    display: block;
    padding:10px 30px;
    font-weight: bold;
}

#g-nav-area{
    position:fixed;
    top:0;
    z-index: 999;
    right: -120%;
	width:310px;
    height: 100vh;
	background:#BD2C2D;
	transition: all 0.6s;
}   

#g-nav-area.panelactive{
    right: 0;
    box-shadow: -6px 0 9px rgb(0 0 0 / 19%);
}

#g-nav-list{
    position: fixed;
    z-index: 999; 
	width:100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav-area.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
    padding:0!important;
}
    
    #g-nav-area li{
        font-size:1rem!important;
    }
    
  

@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@media screen and (max-width:930px) { 

    #g-nav-list li:first-child img{
        width:150px;
        padding-top:10px;
    }

    #g-nav-list li a{
        color: #fff;
    }

.openbtn{
    opacity: 1;
    position: fixed;
    right:0;
    bottom:0;
    background:#B20808;
    cursor: pointer;
    width: 20%;
    height: 55px;
    z-index: 999999;
    transition: all 0.5s;
}
   
.openbtn.UpMove{
       opacity: 1;
   }

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
  }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(2),
.openbtn span:nth-of-type(3) {
    height: 2px;
    background: #fff;
    width: 55%;
    left: 24%;
 }

.openbtn span:nth-of-type(1) {
    top:16px;	
}

.openbtn span:nth-of-type(2) {
    top:28px;	
}

.openbtn span:nth-of-type(3) {
    top:38px;
}

.openbtn.active{
    background:#333;
}

.openbtn.active span:nth-of-type(1) {
top: 20px;
left: 22%;
transform: translateY(6px) rotate(-25deg);
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
top: 32px;
left: 22%;
transform: translateY(-6px) rotate(25deg);
}

}

/* # =================================================================
   # heading
   # ================================================================= */

.heading-area{
    border-top: 3px solid #bd2c2d;
    color: #333;
    padding:30px 0;
}

.heading-area p{
    font-size: 1.1rem;
}

.heading01{
    font-size:2em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}

.factory-h.heading01{
    text-align: left;
}

.heading01::before{
    content:attr(data-title);
    display: block;
    color:#B20808;
    text-transform: uppercase;
    font-size: 1rem;
}

.heading01a{
    font-size:2.5em;
    letter-spacing: 0.15em;
    line-height: 1.5;
}

.cat{
    color: #666;
}

@media screen and (max-width:767px) { 
.sp-heading .heading01{
    text-align: left;
}
.cat{
    text-align: right;
    padding-right: 1.5em;
}
}


.heading02{
    font-size:2.4vw;
    margin-bottom:1em;
   color:#BD2C2D;
    line-height: 1.6;
}

.heading02a{
    font-size:2.4vw;
    margin-bottom:1em;
    line-height: 1.6;
    border-left:5px solid #B20808;
    padding-left:0.7em;
}

.heading03{
    position: relative;
    font-size:2vw;
    margin-bottom:1.5em;
    color:#BD2C2D;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;

}

.heading03::before,
.heading03:after{
    content:'';
    position: absolute;
    left:0;
    top:1em;
    width:35%;
    height: 2px;
    background:#BD2C2D;
}

.heading03:after{
    right:0;
    left:inherit;
}


.heading03a{
    font-size:1rem;
    margin:0.5em 0;
    padding-left:0.5em;
    padding-bottom:0.2em;
    border-bottom:2px dotted #C4C4C4;
}

.heading04,
.heading04 p{
    font-size:1rem!important;
    padding:0.5em 0;
    line-height: 1.5;
    font-weight: 800;
}

.heading05{
    font-size: 1.5rem;
    font-weight: 600;
}

.intro-list .heading05{
    font-size: 0.85rem;
}

.interview-heading{
    font-size:1.2rem;
    margin:2em 0;
    color:#BD2C2D;
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/dotted.svg);
}

.travel-heading{
    font-size:1.5rem;
    margin:0 0 2em 0;
    color:#BD2C2D;
    text-align:center;
}

.travel-heading span{
    padding-bottom: 0.5em;
    background: url(/mono/oof2024/wp-content/themes/oof2024/img/border.svg) repeat-x left bottom;
}

.map-heading,
.movie-heading,
.tour-heading,
.factory-heading,
.interview-heading{
    font-size:1.4rem;
    color:#BD2C2D;
    padding: 5px 1em 3px 0;
}

.map-heading span{
    display: inline-block;
    padding: 5px 1em 3px 40px;
    background:#F1F0F0 url(/mono/oof2024/wp-content/themes/oof2024/img/icon_pin.svg) no-repeat left;
}

.movie-heading span{
    display: inline-block;
    padding: 5px 1em 3px 60px;
    background:#F1F0F0 url(/mono/oof2024/wp-content/themes/oof2024/img/icon_movie.svg) no-repeat left;
}


.interview-heading span{
    display: inline-block;
    padding: 5px 1em 3px 60px;
    background:#F1F0F0 url(/mono/oof2024/wp-content/themes/oof2024/img/icon_interview.svg) no-repeat left;
}

.factory-heading span{
    display: inline-block;
    padding: 5px 1em 3px 30px;
    background:#F1F0F0 url(/mono/oof2024/wp-content/themes/oof2024/img/icon_factory.svg) no-repeat left;
    background-size:23px auto;
}

@media screen and (max-width:767px) { 

    .heading-area p{
    font-size: 1rem;
    }

    .heading-area p.cat{
    font-size: 0.9rem;
    }

.heading01{
    font-size:1.3rem;
}
	

.heading01a{
    font-size:1.6rem;
}

	.heading-area .heading01a{
	    font-size:1.4rem;
	padding:0 10px;
}

.heading02,
.travel-heading{
    font-size:1.1rem;
}

.heading02a{
    font-size:0.95rem;
    margin-bottom:1em;
}

.heading03{
    font-size:1rem;
}

.heading04 p,
.heading05{
    font-size:0.85rem!important;
}

.heading03a,
.heading04{
    font-size:0.95rem!important;
    margin:0.5em 0 1em 0;
}

.news-list .heading04 {
    margin:0;
}

.map-heading,
.movie-heading,
.tour-heading,
.factory-heading,
.interview-heading{
    font-size:1rem;
}

}

/* # =================================================================
   # about
   # ================================================================= */

   .about-bg .inner{
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/about_bg.svg) no-repeat center;
    background-size:90% auto;
    padding:0;
    max-width: 768px;
}

.about-fun-area .inner{
    max-width: 768px;
}

.about-bg .inner p{
    line-height: 2.3;
}

.date-area{
    border-top:2px solid #B20808;
    padding:4em 0;
}

.date-area dt{
    background:#B20808;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
    margin-bottom:1em;
}

@media screen and (max-width:1023px) {

    .date-area .wd48:first-of-type{
        width:60%;
    }
    .date-area .wd48:last-of-type{
        width:38%;
    }
}

@media screen and (max-width:767px) {

    .date-area .wd48:first-of-type{
        width:100%;
        margin-bottom:2em;
    }

    .date-area .wd48:last-of-type{
        width:100%;
    }

    .date-area .font-s {
        font-size: 0.65rem;
    }
}

.about-point-area{
    border-top:2px solid #B20808;
    border-bottom:2px solid #B20808;
    padding:1em 0;
}

.about-point-area .row{
    border-left:2px solid #B20808;
    border-right:2px solid #B20808;
    padding:3em;
}


.about-fun-block:not(:last-child){
    border-bottom: 1px dashed #B20808;
}

.about-fun-block:last-child{
    padding:0!important;
}

@media screen and (max-width:767px) {
    .about-bg .inner{
        background-position: top center;
    }
    .about-bg .wd48 p{
  text-align: center;
}
.about-point-area .row{
    padding:4em 1.5em 1em 1.5em;
    max-width: 300px;
}
}

.about-fun-area{
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/about_logo_bg.svg) no-repeat center left;
}

.about-fun-area-title{
    padding:0 0 30%;
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/about_map_bg.svg) no-repeat top center;
    background-size: contain; 
}

.about-fun-block:nth-of-type(1),
.about-fun-block:nth-of-type(2){
    display: flex;
    justify-content: space-between;

}

.about-fun-block:nth-of-type(1){
    flex-direction: row-reverse;
}

.about-fun-block:nth-of-type(1) header,
.about-fun-block:nth-of-type(2) header{
    width:8.5em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
}

.about-fun-block:nth-of-type(1) header h3 span,
.about-fun-block:nth-of-type(2) header h3 span{
    text-combine-upright: all;
}

.area-img{
    width:80px;
}

.about-fun-block:nth-of-type(1) header .area-img,
.about-fun-block:nth-of-type(2) header .area-img{
    margin: 0 auto 20px auto;
}


.about-fun-block:nth-of-type(1) .about-fun-content,
.about-fun-block:nth-of-type(2) .about-fun-content{
    width:calc(100% -  13em);
}

.about-fun-block .about-fun-content img{
    width:100%;
}

.about-fun-block:nth-of-type(3) header,
.about-fun-block:nth-of-type(4) header{
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 2em;
}

.about-fun-block:nth-of-type(3) .heading01,
.about-fun-block:nth-of-type(4) .heading01{
    width:calc(100% -  120px);
}

.about-fun-block:nth-of-type(3) .about-fun-content{
    display: flex;
    justify-content: space-between;
}

.about-fun-block:nth-of-type(3) figure{
    width: 48%;
}

.about-fun-block:nth-of-type(3) .wrapper{
    width: 48%;
}


@media screen and (max-width:767px) {

.about-fun-block:nth-of-type(1) header,
.about-fun-block:nth-of-type(2) header{
    writing-mode:horizontal-tb;
    text-orientation: inherit;
}

.about-fun-block:nth-of-type(1) header h3 span,
.about-fun-block:nth-of-type(2) header h3 span{
    text-combine-upright: none;
}

.area-img{
    width:60px;
}

.about-fun-block:nth-of-type(1) header,
.about-fun-block:nth-of-type(2) header,
.about-fun-block:nth-of-type(3) header,
.about-fun-block:nth-of-type(4) header{
    width:100%;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 1em;
}

.about-fun-block:nth-of-type(1) header .area-img,
.about-fun-block:nth-of-type(2) header .area-img{
    margin: 0;
}

.about-fun-block:nth-of-type(1) .heading01,
.about-fun-block:nth-of-type(2) .heading01,
.about-fun-block:nth-of-type(3) .heading01,
.about-fun-block:nth-of-type(4) .heading01{
    width:calc(100% -  80px);
    font-size: 1rem;
    }

    .about-fun-block:nth-of-type(1),
    .about-fun-block:nth-of-type(2),
    .about-fun-block:nth-of-type(3) .about-fun-content{
        display: block;
    }

    .about-fun-block:nth-of-type(1) .about-fun-content,
    .about-fun-block:nth-of-type(2) .about-fun-content,
    .about-fun-block:nth-of-type(3) figure,    
    .about-fun-block:nth-of-type(3) .wrapper{
        width: 100%;
    }
}



/* # =================================================================
   # spot
   # ================================================================= */

.spot-wrapper-area{
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/line_wave.svg) repeat-x left top;
    padding-top:100px;

}

.spot-area{
    background:none;
}

.spot-area h2{
    color: #bd2c2d;
    font-size: 2rem;
    letter-spacing: 0.2em;
    padding-left:1em;
}

.spot-area h2 span{
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

.spot-area .vt p{
    line-height:2; 
}
figure.spot-img{
    margin-bottom:0;
}

.spot-img img{
    object-fit: cover;
    aspect-ratio: 4.5/3;
}

@media screen and (max-width:767px) {
    .spot-wrapper-area {
        padding-top: 50px;
    }
    .spot-area{
        background-size: 70% auto;
        background-position: center;
    }

}

/* # =================================================================
   # news
   # ================================================================= */

#top-news{
    background:#B20808;
    color: #fff;
    border-radius: 0.5em;
}

#top-news .sns-link a{
    color: #fff;
}

#top-news h2{
    text-align: center;
    font-size: 2.3em;
}

.news-list{
    background:#fff;
}

.tag-list li{
    border-radius: 1em;
    border:1px solid #333;
    margin:10px 5px 0 0;
}

.news-area{
    width:calc(100% - 250px);
}

.category-list{
    width:200px;
}

@media screen and (max-width:767px) {

#top-news{
    padding-left:10px;
    padding-right:10px;
}

.news-area,
.category-list{
    width:100%;
}

.tag-list li{
    font-size: 10px;
}
    
}

.category-list p{
    text-align: center;
    background: url(/mono/oof2024/wp-content/themes/oof2024/img/border.svg) repeat-x bottom;
    text-transform: uppercase;
    color:#BD2C2D;
}

.category-list li{
    margin-bottom:15px;
}

.category-list li a:hover{
    color:#BD2C2D;
}

.category-list li:before{
    content:'-';
    padding:0 20px;
}

.top-news-heading{
    width:90px;
}


.news-list .heading04{
    font-weight: 600!important;
    padding:0 0 10px 0;
}


.news-list section a{
    transition:all 0.5s;
    border-bottom:1px dashed #aaa;
    display: block;
    padding:10px 30px;
}

@media screen and (max-width: 767px){

    .news-list section a{
        padding:10px;
    }

#top-news{
display: block;
padding:15px;
}

#top-news header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#top-news header h2,
#top-news header ul{
    width:50%;
    padding-bottom:0;
    margin-bottom: 0;
}

#top-news header p{
    width:100%;
}


}

@media screen and (min-width: 769px){
    .news-list section a:hover{
        color:#B20808;
    }
}


/* # =================================================================
   # factory
   # ================================================================= */

.factory-catch img{
    width:100%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 4px 4px -4px rgb(0 0 0 / 10%);
}

.select-list ul{
    display: flex;
    flex-wrap: wrap;
}

.select-list li{
    font-weight: bold;
    margin-bottom:15px;
}

.select-list li ul{
    margin-top: 10px;
}

.select-list li ul li{
    position: relative;
    font-weight: normal;
    margin:0 10px 0 0;
    padding:0 0 0 25px;
}

.select-list li ul li label{
    cursor: pointer;
}

.select-list input[type=checkbox] {
    display: none;
}

.select-list li ul li label::before{
  content:'';
  position: absolute;
    top:5px;
  left:0;
  width:20px;
  height:20px;
  border:2px solid #ccc;
}

.select-list li ul li input[type=checkbox]:checked + label::after{
  content:'';
  position: absolute;
  left:5px; 
  top:6px;
  border-left:3px solid #BD2C2D;
  border-bottom:3px solid #BD2C2D;
  width:16px;
  height:9px;
  transform:rotate(-45deg);
}

.select-area{
    background:#fff;
  border:1px solid #BD2C2D;
    border-radius:1em;
}

.select-area h2{
    font-size: 1.2rem;
    background-color: #bd2c2d;
    color: #fff;
    padding:10px;
    border-radius:0.8em 0.8em 0 0;

}

.select-area h2 i{
    font-size:1.5rem;
    margin-bottom: 10px;
}

.select-block{
    background:#fff;
    padding:1.5em 2em;
    border-radius:1em;

}

@media screen and (max-width: 870px){
    .select-area h2{
        font-size: 1rem;
    }
    .select-area .wd25 h2 i{
    font-size:1.2rem;
        margin:0 10px 0 0;
    }
}

.icon-list{
    position: absolute;
    background: #bd2c2d;
    bottom: 0;
    right: 0;
    padding:0.1em 0.5em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    font-size: 0.9rem;
}

@media screen and (max-width: 890px){

.factory-lead .wd40,
.factory-lead .wd50{
    width:100%;
}
}

@media screen and (max-width: 870px){
    .icon-list{
        font-size: 0.75rem;
    }

}


#google-map-content{
    width:100%;
    height: 400px;
}

.page-id-2 #google-map-content,
.page-id-2811 #google-map-content,
.page-id-13 #google-map-content,
.page-id-15 #google-map-content,
.page-id-9 #google-map-content{
    height: 500px;
}  

.map-btn .btn{
    padding: 0 15px 0 8px!important;
    line-height: 38px;
    border-radius: 5px!important;
    display: block;
    white-space: nowrap;
    font-size: 11px!important;
}

.map-btn .btn:after{
    right: 9px;    
}

.gm-style .gm-style-iw-c{
    overflow:inherit!important;
    max-width:230px!important;

}

.gm-style .gm-style-iw-c button{
    background:#ffc219!important;
    opacity: 1!important;
    border-radius: 20px!important;
}

.gm-style figure.radius img {
    width: 210px!important;
}

.google-area{
    padding-top:5px!important;
    padding-left:5px!important;
    padding-right:10px!important;
    padding-bottom:10px!important;
}

.google-area ul{
    font-size: 10px;
    color:#BD2C2D;
    text-align: center;
}

.google-area ul img{
    width:24px;
}

.google-area figure img{
    height: 125px;
    object-fit: cover;
}

/* # =================================================================
   # tour
   # ================================================================= */

.hide-area{
    display: none;
}

.close.appear{
   display: block;
    opacity: 1;
}

.more,
.close{
    color:#BD2C2D;
    cursor: pointer;
    
}

.more.hide{
    display: none;
}

.more span,
.close span{
    position: relative;
}

.more span:after{
    content: "";
    position: absolute;
    top: 40%;
    left: -20px;
    width: 8px;
    height: 8px;
    border: 3px solid;
    border-color: #BD2C2D #BD2C2D transparent transparent;
    transform: rotate(135deg);
}

.close span:after{
    content: "";
    position: absolute;
    top: 45%;
    left: -20px;
    width: 8px;
    height: 8px;
    border: 3px solid;
    border-color: #BD2C2D #BD2C2D transparent transparent;
    transform: rotate(-45deg);
}

.travel-area{
    border:2px solid #C4C4C4;
    border-radius:5px;
    position: relative;
}

.travel-area:before{
    content: '';
    position: absolute;
    left: -25px;
    top: 20px;
    background: #BD2C2D;
    width: 96px;
    height: 2px;
    transform: rotate(140deg);
}

.travel-area:after{
    content: '';
    position: absolute;
    right: -25px;
    bottom: 20px;
    background: #BD2C2D;
    width: 96px;
    height: 2px;
    transform: rotate(140deg);
}

.arrow-bottom{
    content:'';
    position: absolute;
    left:50%;
    margin-left:-30px;
    bottom:-55px;
    width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #BD2C2D;
}

@media screen and (max-width:767px) {
.arrow-bottom{
    left:50%;
    margin-left:-20px;
    bottom:-35px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #BD2C2D;
}
    
}

/* # =================================================================
   # history
   # ================================================================= */

.archive-list section{
    background:#fff;
    border:2px solid #dbd9d9;
    border-radius:0 2em 0 0;
    box-shadow:8px 10px 0 #eee;
    padding:20px 20px 10px 20px;
}

@media screen and (max-width:767px) {

    .archive-list{
        justify-content: space-between;
    }   
    
 .archive-list section{
     padding:10px;
    }
}

.archive-heading{
    color: #fff;
    text-align: center;
    font-size:1.3rem;
}

.archive-heading span{
    background:#BD2C2D;
    padding: 3px 10px;
    
}

.archive-date{
    text-align: center;
    font-size:1.3rem;
    font-weight: bold;
}

@media screen and (max-width:767px) {
.archive-heading,
.archive-date{
    font-size: 0.9rem;
    margin-bottom: 10px;
    }
}

.archive-detail{
    text-align: right;
}

.archive-detail a{
    background:url(/mono/oof2024/wp-content/themes/oof2024/img/icon_arrow.svg) no-repeat right;
    color:#DB0404;
    padding:5px 35px 5px 0;
    text-decoration: none;
}

.archive-detail a:hover{
    color:#333; 
    padding:5px 40px 5px 0;
}


/* # =================================================================
   # ocn
   # ================================================================= */

.lead-area{
    background: #F1F0F0;
    padding: 30px 0;
}

.intro-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.5em;
}

.item{
    width:23%;
    margin:0 1% 1em 1%;
}

.item figure img,
.intro-list figure img{
    aspect-ratio: 9/6;
    object-fit: cover;
}



.intro-list section{
    background:#fff;
    box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}

.item h3,
.intro-list h3{
    padding:0 12px 12px 12px;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.5;
}

.item h3{
    font-size: 0.9rem;
}


.item p{
    font-size:0.85rem;
    padding:0 12px 0 12px;
}
.intro-list p{
    font-size:0.85rem;
    padding:0 12px 20px 12px;
}

.item-heading p{
    padding:0 12px 20px 12px;
    font-size: 1rem;
    line-height: 1.6;
}

.item .item-heading p{
    padding:0 12px 10px 12px;
}

@media screen and (max-width:1023px) {

    .item{
        width:31.333%;
    }
    .intro-list{
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width:767px) {
    .item{
        width:48%;
    }

    .intro-list{
        grid-template-columns: repeat(2,1fr);
        gap: 1.5em 1em;
    }

    .intro-list h3{
        font-size: 0.9rem;
    }

    .item h3,
    .item p,
    .intro-list p{
        font-size: 0.8rem;
        line-height: 1.5;
    }

}

/* # =================================================================
   # footer
   # ================================================================= */

.footer-info{
    position: relative;
    top:80px;
    z-index: 2;
    padding:0 50px;
}

.footer-info-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
}

.footer-info figure{
    position: relative;
}

.footer-info figcaption{
    position: absolute;
    top:-1em;
    right:0;
    color: #bbb;
    letter-spacing: 0.3em;
}

.fixed-btn{
   display: none;
}
.footer-info-inner .wd10{
    width:10%;
}

.footer-info-inner .wd90{
    width:90%;
}


@media screen and (max-width:930px) { 
    #footer .wd40{
    width:100%;
    }

    .footer-info{
        padding:0 25px;
    }
    .fixed-btn{
        display: block;
        opacity: 1;
    }

    .fixed-btn li{
        position: fixed;
       bottom:0;
       left:0;
        z-index: 999;
        text-align: center;
        line-height: 1.1;
        width:27%;
        left:27%;
        letter-spacing: 0;
    }
    .fixed-btn li:first-child{
        left:0;
    }
    
    .fixed-btn li:last-child{
        left:54%;
    }
    
    .fixed-btn a{
        display: flex;
        height: 55px;
        justify-content: center;
        align-items: center;
        background: #333 url(/mono/oof2024/wp-content/themes/oof2024/img/arrow_s.svg) no-repeat 9% 50%;
        color: #fff;
        padding:10px 5px;
        font-size: 12px;
    }

    .fixed-btn li:first-child a{
        background: #B20808 url(/mono/oof2024/wp-content/themes/oof2024/img/arrow_s.svg) no-repeat 9% 50%;
    }

    .fixed-btn li:last-child a{
        background: #000 url(/mono/oof2024/wp-content/themes/oof2024/img/arrow_s.svg) no-repeat 9% 50%;
    }

    .footer-info-inner{
        grid-template-columns: 1fr 1fr;
    }

    .footer-info figure img{
        aspect-ratio: 1/1;
        object-fit: cover;
    }



}
@media screen and (max-width:550px) { 

    .footer-info-inner{
        grid-template-columns: 1fr;
    }

}


#footer{
    padding-top:150px;
    position: relative;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 2;
    background:#B32A2B;
    z-index: 1;
}

#footer a{
    color: #fff;
}

#footer a:hover{
    color: #fff!important;
    text-decoration:underline;
}

#footer .footer-logo img{
    width:180px;   
}

#footer h3 span{
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
}

#footer a{
    color: #fff;
}

#footer a:hover{
    color:#666;   
}

.footer-link li:first-child:after{
	content:'|';
	padding-left:10px;
}

.footer-link a{
	text-decoration:underline;
}

@media screen and (max-width:1023px) {
    .ban-list{
        justify-content: space-between;
    }
    .ban-list li.wd33{
        width:48%;
        padding:0;
    }
}
@media screen and (min-width:769px) {
    .fixed-btn a:hover{
        background-color:#BD2C2D;
    }
    .footer-link a:hover{
        color:#BD2C2D;
		text-decoration:none;
    }
}

@media screen and (max-width:767px) {
    .ban-list li.wd50{
        width:48%;
        padding:0;
    }
    #footer small{
        display: block;
        text-align: center;
    }
    #footer p,
    #footer h3{
        text-align: center;
    }
#footer .footer-logo img{
    width:145px;   
}
}

/*pagetop*/
#page-top {
	position: fixed;
	right:10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(200px);
    line-height: 0;
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(200px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(200px);
  }
}

#page-top img{
    width:50px;
}

@media screen and (max-width:767px) {
    #page-top{
        right:0;
        bottom:0;     
    }
}


/* # =================================================================
   # top
   # ================================================================= */

#top-fixed-btn{
    display: flex;
    gap:1em;
    position: fixed;
    right:30px;
    bottom:80px;
    z-index: 9;
}

@media screen and (max-width:930px) {

    #top-fixed-btn{
        display: none;
    }
}

#top-fixed-btn a{
    width: 8em;
    height: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.5;
    position: relative;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.2em;
}

#top-fixed-btn li:first-child a{
    background:#B20808;
}

#top-fixed-btn li:last-child a{
    background:#000;
}


#top-fixed-btn a:before {
    content: '';
    position: absolute;
    width: 7.6em;
    height: 7.6em;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.2s;
}

#top-identity img{
    width:100%;
}

.lead{
    background-image:url(/mono/oof2024/wp-content/themes/oof2024/img/lead_left.svg),url(/mono/oof2024/wp-content/themes/oof2024/img/lead_right.svg);
    background-size: 13% auto,18% auto;
    background-position: left bottom,right bottom;
    background-repeat: no-repeat,no-repeat;
}

.lead-inner{
   padding:0 20% 0 14%;
   display: flex;
   gap:2em;
   justify-content:center;
   flex-direction: row-reverse;
}

.lead p{
    line-height:2.5;
    font-size: 1.2em;
}

@media screen and (max-width:840px) {

.sp-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-flex h2{
    width:55%;
    margin-bottom: 0;
}

.about .heading05{
    font-size: 1.1rem!important;
}

.sp-flex p{
    width:45%;
}

    .lead h2{
        width:5em;
    }

    .lead-title-area h2{
        width:4em;
        margin-bottom: 1.5em;
    }


    .lead p{
        line-height:2.2;
        font-size: 1em;
    }

}

@media screen and (max-width:600px) {

    .lead h2{
        width:3.5em;
    }
    .lead{
        background-size: 17% auto,22% auto;
     }

    .lead-inner{
        padding:0 0 40px 0;
        width:90%;
        gap:2em;
    }

    .lead p{
        line-height:1.8;
        font-size: 1em;
    }

}

@media screen and (max-width:374px) {
    .lead-inner{
        gap:1em;
    }
}

.pin-list img{
    width:40px;
    vertical-align: middle;
}

.top-openfactory-heading{
    color: #bd2c2d;
    font-size: 2.2rem;
    line-height: 1.5;
}

@media screen and (max-width:767px) {
    .top-openfactory-heading{
        font-size:1.2rem;
        text-align: center;
    }
}

.inner-item{
    background:#fff;
    display: block;
}
  .swiper-slide img {
    width: 100%;
   aspect-ratio: 4/3;
    object-fit: cover;
    line-height: 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    line-height: 0;
    cursor: pointer;
  }

  .mySwiper .swiper-slide-thumb-active {
    border:2px solid #B20808;
  }

  .access figure.radius{
    margin:0;
}

  .access .radius img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media screen and (max-width:767px) { 

    .access .radius img{
        aspect-ratio: 3.5/2;
        object-fit: cover;
    }

}

.special .intro-list section p:first-of-type{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}