@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Inter:wght@100..900&display=swap');

*:focus {
  outline: none;
}

#ou_wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
	position: relative;
	text-align: center;
    display: block;
    padding: 0%;
    font-weight:400;
    overflow: hidden;
    letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#ou_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#ou_wrap ul{
	padding: 0;
	overflow: hidden;
    margin: 0 auto;
}
#ou_wrap li{
	list-style: none;
}
#ou_wrap a{
    text-decoration: none;
}
#ou_wrap a:link{
    opacity: 1;
}
#ou_wrap a:hover{
    text-decoration: none;
}
/**************************************************
　　　　　　　　　　　　　ヘッダー
**************************************************/
#ou_head{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#ou_head .main{
    width: 100%;
}
#ou_head h1{
    font-size: 30px;
    text-align: center;
    margin: 5% auto;
    line-height: 1em;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
#ou_head .lead{
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    line-height: 2em;
}
#ou_head .sub{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#ou_head .sub .bg{
    width: 100%;
    position: relative;
}
#ou_head .sub p{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    z-index: 6;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 2em;
}
#ou_head .menu{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
#ou_head .menu ul li{
    width: 24%;
    float: left;
    display: inline-block;
    border: #000000 1px solid;
    background: #FFFFFF;
    margin: 0 auto 1%;
}
#ou_head .menu ul li:nth-of-type(2){
    margin-left: 1%;
    background: #b8b8b8;
}
#ou_head .menu ul li:nth-of-type(3){
    margin-left: 1%;
    background: #FFFFFF;
}
#ou_head .menu ul li:nth-of-type(4){
    margin-left: 1%;
    background: #b8b8b8;
}
#ou_head .menu ul li:nth-of-type(5){
    width: 32.4%;
    background: #FFFFFF;
}
#ou_head .menu ul li:nth-of-type(6){
    width: 32.4%;
    margin-left: 1%;
    background: #b8b8b8;
}
#ou_head .menu ul li:nth-of-type(7){
    width: 32.4%;
    margin-left: 1%;
    background: #FFFFFF;
}
.arrow_u_b {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow_u_b:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow_u_w{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600;
}
.arrow_u_w:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#ou_head .menu ul li p{
    font-size: 11px;
    font-weight: 600;
    margin: 13px auto;
}

/**************************************************
　　　　　　　　　　　　コンテンツ
**************************************************/
#ou_contents {
    width: 100%;
    display: inline-block;
    margin: 0% auto;
    position: relative;
}
#ou_contents .ou_box{
    width: 100%;
    position: relative;
    margin: 10% auto 5%;
    text-align: center;
    display: inline-block;
}
#ou_contents .ou_box .ttl_box{
    width: 100%;
    margin: 0% auto;
    position: relative;
    display: inline-block;
}
#ou_contents .ou_box .ttl_box .ttl{
	width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 1%;
}
#ou_contents .ou_box .ttl_box .ttl::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0%;
	right: 100%;
    background: #FFFFFF;
	height: 2px;
	opacity: 0;
	transition: 1.2s all 0s ease;
}
#ou_contents .ou_box .ttl_box .ttl.ac::after{
	content: "";
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0%;
	right: 0%;
    background: #000000;
	opacity: 1;
}
#ou_contents .ou_box .ttl_name{
    font-size: 15px;
    float: right;
    text-align: left;
    margin: 1% auto 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
#ou_contents .ou_box .style_box{
    max-width: 500px;
    width: 100%;
    margin: 5% auto 0;
    text-align: center;
    position: relative;
    float: left;
}
#ou_contents .ou_box .style{
    max-width: 500px;
    width: 100%;
    margin: 8% auto 5%;
    text-align: center;
    position: relative;
    float: left;
}
#ou_contents .ou_box .plof_box{
    max-width: 450px;
    width: 100%;
    display: inline-block;
    position: relative;
    float: right;
    margin: 30% auto 0;
    
}

#ou_contents .ou_box .plof_box .name{
    font-size: 18px;
    font-weight: 500;
    border-bottom: #000000 1px solid;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 0% auto 0;
}
#ou_contents .ou_box .plof_box p{
    font-size: 13px;
    text-align: left;
    line-height: 1.8em;
    margin: 10% auto 0;
    
}

#ou_contents .ou_box .plof_box2{
    max-width: 450px;
    width: 100%;
    display: inline-block;
    position: relative;
    float: right;
    margin: 10% auto 0%;
    
}
#ou_contents .ou_box .plof_box2 .name{
    font-size: 18px;
    font-weight: 500;
    border-bottom: #000000 1px solid;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 0% auto 0;
}
#ou_contents .ou_box .plof_box2 p{
    font-size: 13px;
    text-align: left;
    line-height: 1.8em;
    margin: 10% auto 0;
    
}
#ou_contents .ou_box .sns_box{
    max-width: 210px;
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    float: left;
}
#ou_contents .ou_box .sns_box img{
    width: 20px;
    float: left;
}
#ou_contents .ou_box .sns_box .account{
    font-size: 14px;
    text-align: left;
    margin: 3px 0 0 5px;
    line-height: 1em;
    float: left;
    color: #000000;
}
#ou_footer {
    width: 100%;
    display: inline-block;
    margin: 8% auto 0;
    position: relative;
}
#ou_footer .plof_box{
    width: 100%;
    position: relative;
    margin: 0% auto 0%;
    text-align: center;
    display: inline-block;
    background: #FFFFFF;
    border: #000000 1px solid;
    border-radius: 10px;
    box-shadow: 4px 4px 8px lightgray;
}
#ou_footer .plof_box .inner{
    width: 90%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#ou_footer .plof_box .inner .txt_box{
    width: 60%;
    float: left;
    display: inline-block;
}
#ou_footer .plof_box .inner .txt_box .ttl{
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 0% auto 0;
}
#ou_footer .plof_box .inner .txt_box .name{
    font-size: 18px;
    font-weight: 500;
    border-bottom: #000000 1px solid;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 5% auto;
    float: left;
}
#ou_footer .plof_box .inner .txt_box p{
    font-size: 12px;
    text-align: left;
    line-height: 1.8em;
    margin: 15% auto 0;
    
}
#ou_footer .plof_box .inner .txt_box .sns_box{
    max-width: 210px;
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    float: left;
}
#ou_footer .plof_box .inner .txt_box .sns_box img{
    width: 20px;
    float: left;
}
#ou_footer .plof_box .inner .txt_box .account{
    font-size: 14px;
    text-align: left;
    margin: 3px 0 0 5px;
    line-height: 1em;
    float: left;
    color: #000000;
}
#ou_footer .plof_box .inner .icon{
    width: 30%;
    float: right;
    margin: 1% auto 0;
}
#ou_footer .bar{
    width: 100%;
    padding: 1% 0;
    font-size: 13px;
    font-weight: 500;
    background: #b8b8b8;
    display: inline-block;
    text-align: center;
    margin: 10% auto 0;
    position: relative;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}



/**************************************************
ボタン
**************************************************/
.btn_01 a {
    background: #b8b8b8;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 30%;
    padding: 2% 4%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    margin: 5% auto;
}
.btn_01 a:hover {
    background: #b8b8b8;
    color: #656565;
}
.btn_01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_01 a:hover:after {
    border-color: #656565;
}

.btn_02 a {
    background: #b8b8b8;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    padding: 3% 4%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    margin: 0 auto;
}
.btn_02 a:hover {
    background: #b8b8b8;
    color: #656565;
}
.btn_02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_02 a:hover:after {
    border-color: #656565;
}

.Left{
    float: left;
}
.Right{
    float: right;
}

.clear {
	clear: both;
}


.pc {
	display: block;
}
.sp {
	display: none;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.Almarai{
    font-family: "Almarai", sans-serif;
}
.small{
    font-size: 85%;
}
.bold{
    font-weight: bold;
}
.hr{
    width: 90%;
    text-align: center;
    border-bottom: #502c1d 1px solid;
    margin: 0 auto;
    display: block;
}


@media only screen and (max-width:768px){
	#ou_wrap {
		width: 100%;
	}
    #ou_head h1{
        font-size: 20px;
        margin: 10% auto;
    }
    #ou_head .lead{
        font-size: 13px;
        margin: 0 auto 8%;
    }
    #ou_head .sub{
        margin: 10% auto;
    }
    #ou_head .sub p{
        width: 90%;
        font-size: 13px;
    }
    #ou_head .menu{
        width: 94%;
    }
    
    #ou_head .menu ul li{
        width: 48%;
        margin-bottom: 3%;
    }
    #ou_head .menu ul li:nth-of-type(2){
        margin-left: 2%;
    }
    #ou_head .menu ul li:nth-of-type(3){
        margin-left: 0%;
    }
    #ou_head .menu ul li:nth-of-type(4){
        margin-left: 2%;
    }
    #ou_head .menu ul li:nth-of-type(5){
        width: 48%;
        margin-left: 0%;
        height: 60px;
    }
    #ou_head .menu ul li:nth-of-type(6){
        width: 48%;
        margin-left: 2%;
        height: 60px;
    }
    #ou_head .menu ul li:nth-of-type(6) a{
        margin-top: 10px;
    }
    #ou_head .menu ul li:nth-of-type(7){
        width: 98%;
        margin-left: 0%;
    }
    #ou_head .menu ul li p{
        font-size: 10px;
    }
    #ou_contents .ou_box .ttl_box .ttl{
        font-size: 18px;
        margin-left: 3%;
    }
    #ou_contents .ou_box .ttl_name{
        font-size: 13px;
    }
    #ou_contents .ou_box .plof_box{
        width: 84%;
        text-align: center;
        float: none;
        margin: 10% auto;
    }
    #ou_contents .ou_box .plof_box .name{
        font-size: 15px;
    }
    #ou_contents .ou_box .plof_box p{
        font-size: 12px;
        margin: 8% auto 5%;
    }
    #ou_contents .ou_box .plof_box2{
        width: 84%;
        text-align: center;
        float: none;
        margin: 10% auto;
    }
    #ou_contents .ou_box .plof_box2 .name{
        font-size: 15px;
    }
    #ou_contents .ou_box .plof_box2 p{
        font-size: 12px;
        margin: 8% auto 5%;
    }
    #ou_contents .ou_box .sns_box .account{
        font-size: 13px;
        font-weight: 500;
    }
    
    #ou_footer .plof_box{
        width: 92%;
    }
    #ou_footer .plof_box .inner{
        width: 84%;
        margin: 10% auto;
    }
    #ou_footer .plof_box .inner .icon{
        width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    #ou_footer .plof_box .inner .txt_box{
        width: 100%;
        float: none;
        text-align: center;
        margin: 8% auto;
    }
    #ou_footer .plof_box .inner .txt_box .ttl{
        font-size: 14px;
    }
    #ou_footer .plof_box .inner .txt_box .name{
        font-size: 14px;
    }
    #ou_footer .plof_box .inner .txt_box p{
        font-size: 11px;
        margin: 8% auto 3%;
    }
    #ou_footer .plof_box .inner .txt_box .sns_box img{
        width: 18px;
    }
    #ou_footer .plof_box .inner .txt_box .account{
        font-size: 12px;
    }
    
    .btn_01 a{
        width: 80%;
        font-size: 11px;
        padding: 3% 4%;
    }
    .btn_02 a{
        width: 88%;
        font-size: 13px;
        padding: 3% 4%;
    }
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}

	
}