@charset "UTF-8";

/* =======================================================
regular
======================================================= */
.regular {
  padding-bottom: 160px;
  background: #00295f;
}
.regular__ttl {
  color: #fff;
}
.regular__list-item + .regular__list-item {
  margin-top: 50px;
}
.regular__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 50px 50px 80px;
  background: #fff;
}
.regular__list-detail {
  margin-right: 30px;
}
.regular__list-ttl {
  margin-bottom: 45px;
}
.regular__list-catch {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.75;
}
.regular__list-series {
  margin-bottom: 45px;
  color: #c58f21;
}

@media screen and (max-width: 959px) {
  .regular__list-link {
    padding: 30px;
  }
  .regular__list-img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .regular__list-item + .regular__list-item {
    margin-top: 25px;
  }
  .regular__list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
  .regular__list-detail {
    width: 100%;
    margin-right: 0;
    padding: 30px 25px 25px;
    text-align: center;
  }
  .regular__list-ttl {
    margin-bottom: 20px;
  }
  .regular__list-ttl img {
    width: 30%;
  }
  .regular__list-catch {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .regular__list-series {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .regular__list-img {
    width: 100%;
  }
}

/* =======================================================
award2022
======================================================= */
body {
    margin: 0;
}
.awa22_Contents {
	font-feature-settings: "palt";
}
.awa22_Contents img {
    width: 100%;
    height: auto;
}
.awa22_Contents .pc_only {
    display: block;
}
.awa22_Contents .sp_only {
    display: none!important;
}
.awa22_Contents .sptab {
    display: none;
}

.awa22_Contents .fNoto {font-family: 'Noto Serif JP', serif;}
.awa22_Contents .fSawaG {font-family: 'Sawarabi Gothic', sans-serif;}
.awa22_Contents .fSawaM {font-family: 'Sawarabi Mincho', sans-serif;}

.awa22_Contents .mb10 {margin-bottom: 10px;}
.awa22_Contents .mb20 {margin-bottom: 20px;}
.awa22_Contents .mb30 {margin-bottom: 30px;}
.awa22_Contents .mb40 {margin-bottom: 40px;}
.awa22_Contents .mb50 {margin-bottom: 50px;}
.awa22_Contents .mb60 {margin-bottom: 60px;}
.awa22_Contents .mb70 {margin-bottom: 70px;}
.awa22_Contents .mb80 {margin-bottom: 80px;}
.awa22_Contents .mb90 {margin-bottom: 90px;}
.awa22_Contents .mb100 {margin-bottom: 100px;}

.awa22brandArea {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}
.awa22brandContAreaDtl {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 20px;
}
.awa22brandLogoBg {
    background-color: #000;
    width: 43%;
    padding-bottom: 600px;
    outline: 1px solid rgb(180, 140, 82);
  outline-offset: -20px;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.awa22brandLogo {
    max-width: 363px;
    width: 70%;
	
	display: none;
}
.awa22brandContArea {
    width: 95%;
    max-width: 1100px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.awa22brandTxt {
    width: 52%;
    padding-top: 100px;
}
.awa22brandPh {
    position: absolute;
    bottom: 0;
    line-height: 0;
    opacity: 0.01;
    animation-name: opacityFadeIn;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
}
@keyframes opacityFadeIn {
    from {
        opacity: 0.01;
    }
    to {
        opacity: 1;
    }
}
.awa22brandTit01 {
    max-width: 400px;
    width: 70%;
    margin-bottom: 30px;
	
	display: none;
}
.awa22brandTxt01 {
    line-height: 2.6em;
    font-size: 16px;
    letter-spacing: -0.05em;
	
	display: none;
}
.awa22brandTxt01 span {
    font-size: 0.8em;
	vertical-align: top;
    vertical-align: super; 
}


@media screen and (max-width: 1200px) {
.awa22brandLogoBg {
    padding-bottom: 45vw;
}
.awa22brandTxt01 {
    font-size: 1.4vw;
}  
}

.awa22contArea {
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
   
}

.awa22tit01 {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    position: relative;
    z-index: 100;
}
.awa22DtlArea {
    z-index: 90;
    border: 1px solid #920e14;
    position: relative;
    margin-top: -200px;
    padding-top: 220px;
    padding-bottom: 20px;
     margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
.awa22DtlArea {
    margin-top: -150px;
}
    
}
.awa22DtlLi01 {
    width: 95%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.awa22DtlLi01 li {
    width: 23%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    margin: 1.5% 1%;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
.awa22DtlLi01 li.first {
    margin-left: 5%;
}
.awa22DtlLi01 li.Trd {
    margin-right: 5%;
}
.awa22AttTxtLi {
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
    font-size: 13px;
}
.awa22AttTxtLi li {
    font-size: 13px;
    margin-bottom: 15px;
    text-indent: -2em;
    padding-left: 3em;
}
.awa22DtlLiPh {
    margin-bottom: 10px;
    width: 100%;

}
.awa22DtlLiMtit {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.awa22DtlLiTxt {
    font-size: 15px;
    color: #4c4948;
    line-height: 1.8em;
    width: 100%;
}
@media screen and (max-width: 1200px) {
.awa22DtlLiMtit {
    text-align: center;
    font-size: 2vw;
}
.awa22DtlLiTxt {
    font-size: 13px;
    color: #4c4948;
    line-height: 1.8em;
} 
}


/* 画面外にいる状態 */
.scroll-fade {
	opacity : 0;
	transform : translate(0, 40px);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.scroll-fade.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/*以下遅延の指定*/
.awa22DtlLi01 li:first-child {transition: all 0.1s;}
.awa22DtlLi01 li:nth-child(2)  {transition: all 0.4s;}
.awa22DtlLi01 li:nth-child(3) {transition: all 0.7s;}
.awa22DtlLi01 li:nth-child(4) {transition: all 1s;}
.awa22DtlLi01 li:nth-child(5) {transition: all 1.3s;}
.awa22DtlLi01 li:nth-child(6) {transition: all 1.6s;}
.awa22DtlLi01 li:nth-child(7) {transition: all 1.9s;}



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


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

.awa22_Contents .pc_only {
    display: none!important;
}
.awa22_Contents .sp_only {
    display: block!important;
}
    
.awa22_Contents .mb10 {margin-bottom: 5px;}
.awa22_Contents .mb20 {margin-bottom: 10px;}
.awa22_Contents .mb30 {margin-bottom: 15px!important;}
.awa22_Contents .mb40 {margin-bottom: 20px;}
.awa22_Contents .mb50 {margin-bottom: 25px;}
.awa22_Contents .mb60 {margin-bottom: 30px;}
.awa22_Contents .mb70 {margin-bottom: 35px;}
.awa22_Contents .mb80 {margin-bottom: 40px;}
.awa22_Contents .mb90 {margin-bottom: 45px;}
.awa22_Contents .mb100 {margin-bottom: 50px;}
 
.awa22brandArea {
    outline: 1px solid rgb(180, 140, 82);
  outline-offset: -20px;
    position: relative;
    padding-top: 0;
}
.awa22brandContAreaDtl {
    width: 100%;
    margin: 0px 20px 0 20px;
    border: 1px solid rgb(180, 140, 82);
    display: flex;
    position: relative;
    justify-content: center;
    padding-bottom:  55vw;
}

.awa22brandLogoBg {
    background-color: #000;
    width: 100%;
    padding-bottom: 0vw;
    outline: none;
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 20px;
}
.awa22brandLogo {
    max-width: 350px;
    width: 70%;
    margin-top: 30px;
}
.awa22brandContArea {
    width: 100%;
    max-width: 1100px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom:60px;
}
.awa22contArea {
    margin-top: -20px;
   width: auto;
    margin-left: 20px;
    margin-right: 20px;
    
}
.awa22brandTxt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}
.awa22brandPh {
    position: absolute;
    bottom:0;
    z-index: 105;
    line-height: 0;
}
.awa22brandTit01 {
    max-width: 400px;
    width: 70%;
    margin: 40px auto 3%;
}
.awa22brandTxt01 {
    line-height: 1.8em;
    font-size: 16px;
    letter-spacing: -0.05em;
}
.awa22brandTxt01 span {
    font-size: 0.8em;
	vertical-align: top;
    vertical-align: super; 
} 
    
.awa22DtlArea {
    z-index: 90;
    border: 1px solid #920e14;
    position: relative;
    margin-top: -15%;
    padding-top: 20%;
    padding-bottom: 20px;
     margin-bottom: 30px;
}
.awa22DtlLi01 {
    width: 95%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
.awa22DtlLi01 li {
    width: 48%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    margin: 1.5% 1%;
}
.awa22DtlLi01 li.first {
    margin-left: 1%;
}
.awa22DtlLi01 li.Trd {
    margin-right: 1%;
}
.awa22tit01 {
    width: 90%;
}
.awa22AttTxtLi {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    font-size: 13px;
}
.awa22AttTxtLi li {
    font-size: 13px;
    margin-bottom: 15px;
    text-indent: -2em;
    padding-left: 3em;
}
    

.awa22DtlLiMtit {
    text-align: center;
    font-size: 4.2vw;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.awa22DtlLiTxt {
    font-size: 14px;
    color: #4c4948;
    line-height: 1.8em;
    width: 100%;
}
    
    
    
    
}

