@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap');

.contents {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
}
/*IEのみWEBフォントが効かないため*/
@media all and (-ms-high-contrast: none) {
    #wrap {
        font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    }
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 500px;
	text-align: center;
	position: relative;
}
#mainvisual .title {
	position: absolute;
	right: 0;
	left: 0;
	top: 160px;
	z-index: 2;
}
#mainvisual .title img {
	width: 260px;
}
.fade-slider {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.fade-slider span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fade-slider .slider-1 {
      background-image: url("../img/main-bg1.jpg");
      animation: fadeSlideImg01 20s ease-out infinite;
      animation-delay: 3s;
}
.fade-slider .slider-2 {
      opacity: 0;
      background-image: url("../img/main-bg2.jpg");
      animation: fadeSlideImg02 20s ease-out infinite;
      animation-delay: 3s;
}
/*.fade-slider .slider-3 {
      opacity: 0;
      background-image: url("../img/main-bg3.jpg");
      animation: fadeSlideImg03 20s ease-out infinite;
      animation-delay: 3s;
}*/
.fade-slider .slider-4 {
      opacity: 0;
      background-image: url("../img/main-bg4.jpg");
      animation: fadeSlideImg04 20s ease-out infinite;
      animation-delay: 3s;
}
.fade-slider .slider-5 {
      opacity: 0;
      background-image: url("../img/main-bg5.jpg");
      animation: fadeSlideImg05 20s ease-out infinite;
      animation-delay: 3s;
}

@keyframes fadeSlideImg01 {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 0; }
    75% { opacity: 0; }
   100% { opacity: 1; }
}
@keyframes fadeSlideImg02 {
    0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 0; }
   100% { opacity: 0; }
}
/*@keyframes fadeSlideImg03 {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 1; }
    60% { opacity: 0; }
     80% { opacity: 0; }
   100% { opacity: 0; }
}*/
@keyframes fadeSlideImg04 {
    0% { opacity: 0; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
   100% { opacity: 0; }
}
@keyframes fadeSlideImg05 {
    0% { opacity: 0; }
    25% { opacity: 0; }
    50% { opacity: 0; }
    75% { opacity: 1; }
   100% { opacity: 0; }
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#navi {
	width: 100%;
	background-color: #000;
	padding: 20px 0;
}
#navi ul {
    width: 992px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    justify-content: center;
}
#navi ul li {
	text-align: center;
    margin: 0 25px;
}
#navi ul li a {
    display:block;
    transition: all 0.3s ease 0s;
}
#navi ul li a:hover {
	transform: translateY(0.2em);
}
#navi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	margin-top: 0;
	padding: 5px 0;
}
.fix-navi:has(.fixed) {
	height: 70px;
}
/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
    width: 100%;
    background-image: url("../img/lead-bg.png");
    padding: 80px 0;
}
#lead h2 {
    text-align: center;
    margin-bottom: 30px;
}
#lead .text {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}


/*------------------------------------------------
	OMOSTYLE
--------------------------------------------------*/
#style {
    width: 100%;
    background-image: url("../img/style-bg-top.png"),url("../img/style-bg.png");
    background-repeat: no-repeat,repeat;
    background-position: top center,top left;
    padding: 70px 0 40px;
}
#style .title-box {
    height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
#style .title-box h2 {
    width: 350px;
}
#style .title-box .text1 {
    width: 640px;
    font-size: 26px;
    line-height: 1.6em;
    font-weight: 900;
    margin-bottom: 30px;
    color: #63613e;
    margin-top: 65px;
}
#style .title-box .text2 {
    width: 640px;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
}

.conts-box {
    display: flex;
    position: relative;
    margin-bottom: 80px;
}
.conts-box .ph {
	width: 650px;
    height: 300px;
    position: relative;
}
.conts-box .ph img {
    width: 100%;
}
.conts-box .text {
    width: 342px;
    margin-top: 55px;
}
.conts-box h3 {
	font-size: 18px;
	line-height: 2.0em;
	font-weight: 500;
	color: #fff;
    background-color: #787653;
    padding-left: 40px;
}
.conts-box .text p {
	font-size: 16px;
	line-height: 1.7em;
    padding: 30px 40px 0;
}

/*偶数番目左右入れ替え*/
.conts-box:nth-child(odd) .ph {
	order: 2;	
}
.conts-box:nth-child(odd) .text {
	order: 1;	
}
/*イラスト・テープ*/
.conts-box:nth-child(even) .illust {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.conts-box:nth-child(odd) .illust {
    display: block;
    position: absolute;
    right: left;
    bottom: 0;
}
.conts-box .ph:before {
    content: "";
    display: inline-block;
    width: 106px;
    height: 86px;
    background: url("../img/style-illust-tape.png") no-repeat;
    position: absolute;
    top: -30px;
    right: -30px;
}
.conts-box .ph:after {
    content: "";
    display: inline-block;
    width: 106px;
    height: 86px;
    background: url("../img/style-illust-tape.png") no-repeat;
    position: absolute;
    bottom: -30px;
    left: -30px;
}

/*------------------------------------------------
	数字
--------------------------------------------------*/
#number {
    width: 100%;
    background-image: url("../img/lead-bg.png");
    padding: 80px 0;
}
#number .number-box {
    width: 992px;
    margin: 0 auto;
    background-color: #fce834;
    border-radius: 20px;
    padding: 30px 50px 20px;
}
#number h2 {
    text-align: center;
    margin-bottom: 20px;
}
#number .text {
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 2.0em;
    font-weight: 500;
    margin-bottom: 30px;
}
#number .text:before,
#number .text:after {
    content: "★";
    margin: 0 10px;
}
#number .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#number .list li {
    width: 440px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#number .list img {
    width: 60px;
}
#number .list dl {
    width: 320px;
}
#number .list dl dt {
    border-bottom:  dotted 1px #787653;
    color: #787653;
    margin-bottom: 10px;
}
#number .list dl dt span {
    display: block;
}
#number .list dl dt span:nth-child(1) {
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 500;
}
#number .list dl dt span:nth-child(2) {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 900;
}
#number .list dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
#number .list dl dd:before {
    font-family: FontAwesome;
    content: "\f058";
    margin-right: 5px;
}
#number .list dl dd.small {
	font-size:12px;
}
#number .list dl dd.small:before {
    content: none;
}
/*------------------------------------------------
	フッターボタン
--------------------------------------------------*/
#moreLink .btn-top {
    display: none!important;
}