@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
  font-family: "Questrial", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

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

/*20220812 堀追加*/
.mt75{
		margin-top: 75px;
	}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
FOOTER
-----------------------------------------*/
/*----------------------------------------
MAIN
-----------------------------------------*/
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  #OIH #OihTOP .mv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #OIH #OihTOP .mv::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
  #OIH #OihTOP .mv .txt_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
  }
  #OIH #OihTOP .mv h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  #OIH #OihTOP .mv h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  #OIH #OihTOP .mv__link {
    text-align: center;
  }
  #OIH #OihTOP .mv__link a {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    padding: 20px;
    width: 350px;
    background: #fff;
    border-radius: 0 0 20px 0;
    border: 1px solid #fff;
    box-shadow: 0 0 8px gray;
  }
  #OIH #OihTOP .mv__link a:hover {
    background: #000;
    color: #fff;
  }
  #OIH #OihTOP .mv video {
    width: 100%;
    height: auto;
  }
  #OIH #OihTOP .sec01 {
    background: url(../img/oih2022/top/mv02.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
  #OIH #OihTOP .sec01 .h2_h3 h3 {
    color: #fff;
  }
  #OIH #OihTOP .sec01__blk h3 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #c3247b;
    position: relative;
  }
  #OIH #OihTOP .sec01__blk h3 span {
    position: relative;
    z-index: 1;
  }
  #OIH #OihTOP .sec01__blk h3::after {
    position: absolute;
    top: 0;
    right: -84px;
    content: "";
    width: 736px;
    height: 41px;
    background: url(../img/oih2022/top/h3_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
  }
  #OIH #OihTOP .sec01__blk ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #OIH #OihTOP .sec01__blk ul li {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
  }
  #OIH #OihTOP .sec01__blk ul li a {
    display: block;
  }
  #OIH #OihTOP .sec01__blk ul li .img img {
    width: 60%;
  }
  #OIH #OihTOP .sec01__blk ul li .txt {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 0 10px;
    line-height: 1.3;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #OIH #OihTOP .sec01__blk ul li .more img {
    width: 65%;
  }
  #OIH #OihTOP .sec01__blk--last {
    margin-top: 25px;
  }
  #OIH #OihTOP .sec01__blk--last ul {
    position: relative;
  }
  #OIH #OihTOP .sec01__blk--last ul::after {
    content: "";
    width: 200px;
    display: block;
  }
  #OIH #OihTOP .sec01--1st {
    background: #000;
  }
  #OIH #OihTOP .sec01--1st .sec01__blk {
    margin-top: 50px;
  }
  #OIH #OihTOP .sec01--1st .sec01__blk p {
    width: 630px;
    margin: 0 auto 50px;
  }
  #OIH #OihTOP .sec02 {
    background: #f4f3f3;
    padding: 100px 0;
  }
  #OIH #OihTOP .sec02 .h2_h3 {
    text-align: center;
  }
  #OIH #OihTOP .sec02 ul {
    display: flex;
    justify-content: space-around;
  }
  #OIH #OihTOP .sec02 ul li {
    width: 30%;
    margin-bottom: 0 !important;
  }
  #OIH #OihTOP .sec02 .view_more {
    margin-top: 50px;
  }
  #OIH #OihTOP .sec03 {
    padding: 50px 0 70px;
    background: #f4f3f3;
    background: linear-gradient(90deg, #f4f3f3 0%, #f4f3f3 20%, #fff8ff 20%, #fbd5ea 80%, #fbd5ea 100%);
  }
  #OIH #OihTOP .sec03 .wrap {
    position: relative;
  }
  #OIH #OihTOP .sec03 .h2_h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  #OIH #OihTOP .sec03 ul {
    display: flex;
    /*justify-content: space-around;*/
  }
  #OIH #OihTOP .sec03 ul li {
    width: 30%;
    /*margin-bottom: 0 !important;*/
	margin:0 2rem;
  }
  #OIH #OihTOP .sec03 .view_more {
    margin-top: 15px;
	margin-bottom: 75px;
  }
  #OIH #OihTOP .info {
    background: #fff;
    padding: 100px 0;
  }
	
	/*20220812 堀追加*/
	h4.invite{
    font-size: 2rem;
	line-height: 1.5;
    font-weight: bold;
    padding-left: 2rem;
    margin-bottom: 2rem;
    border-left: solid 6px #DE569A;
	}
	p.no_event{
    font-size: 1.5rem;
    font-weight: bold;
	}
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
  #OIH #OihTOP .info__df__lft h2 {
    margin-left: 2%;
  }
  #OIH #OihTOP .info__df__lft h2 img {
    max-width: 250px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
  #OIH #OihTOP .info__df__lft h3 {
    margin-left: 2%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
  #OIH #OihTOP .info__df__rgt .more {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  #OIH #OihTOP .mv {
    position: relative;
    padding: 0;
    line-height: 0;
    display: block;
  }
  #OIH #OihTOP .mv::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #OIH #OihTOP .mv .txt_area {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }
  #OIH #OihTOP .mv h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    padding-left: 5%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #OIH #OihTOP .mv__link {
    text-align: right;
    margin-right: 5%;
  }
  #OIH #OihTOP .mv__link a {
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    padding: 20px;
    width: 280px;
    background: #fff;
    border-radius: 0 0 20px 0;
    text-align: center;
    box-shadow: 0 0 8px gray;
  }
  #OIH #OihTOP .mv video {
    min-width: 100vw;
    width: 100%;
    height: auto;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    z-index: 0;
    background: url("../img/oih2022/top/mv01_sp.jpg") no-repeat;
    background-size: cover;
  }
  #OIH #OihTOP .sec01::before {
    content: "";
    background: url(../img/oih2022/top/mv02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #OIH #OihTOP .sec01 .wrap {
    width: 100%;
  }
  #OIH #OihTOP .sec01 .h2_h3 {
    margin-bottom: 95px;
    padding: 0 5%;
  }
  #OIH #OihTOP .sec01 .h2_h3 h2 img {
    width: 200px;
  }
  #OIH #OihTOP .sec01 .h2_h3 h3 {
    color: #fff;
  }
  #OIH #OihTOP .sec01__blk h3 {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 5%;
  }
  #OIH #OihTOP .sec01__blk h3 span {
    position: relative;
    z-index: 2;
  }
  #OIH #OihTOP .sec01__blk h3::after {
    position: absolute;
    top: -3px;
    right: -114px;
    content: "";
    width: 736px;
    height: 31px;
    background: url(../img/oih2022/top/h3_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
  }
  #OIH #OihTOP .sec01__blk ul {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #OIH #OihTOP .sec01__blk ul li {
    display: inline-block;
    width: 150px;
    text-align: center;
    margin-bottom: 20px;
    min-width: 150px;
    margin-right: 15px;
  }
  #OIH #OihTOP .sec01__blk ul li .img img {
    width: 70%;
  }
  #OIH #OihTOP .sec01__blk ul li .txt {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 10px;
    line-height: 1.4;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #OIH #OihTOP .sec01__blk ul li .more img {
    width: 75%;
  }
  #OIH #OihTOP .sec01__blk--last {
    margin-top: 50px;
  }
  #OIH #OihTOP .sec01__blk--last ul {
    position: relative;
  }
  #OIH #OihTOP .sec01__blk--last ul::after {
    content: "";
    width: 200px;
    display: block;
  }
  #OIH #OihTOP .sec01--1st {
    background: #000;
  }
  #OIH #OihTOP .sec01--1st .sec01__blk {
    padding: 0 5%;
  }
  #OIH #OihTOP .sec01--1st .sec01__blk p {
    margin-bottom: 50px;
    max-width: 340px;
  }
  #OIH #OihTOP .sec01--1st .sec01__blk p:last-of-type {
    margin-bottom: 0;
  }
  #OIH #OihTOP .sec02 .h2_h3, #OIH #OihTOP .sec03 .h2_h3 {
    margin-bottom: 30px;
  }
  #OIH #OihTOP .sec02 .slick-list, #OIH #OihTOP .sec03 .slick-list {
    box-shadow: 0 0 8px grey;
    border-radius: 0 0 20px 0;
    background: #fff;
  }
  #OIH #OihTOP .sec02 .slick-slide, #OIH #OihTOP .sec03 .slick-slide {
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  #OIH #OihTOP .sec02 .slick-dots, #OIH #OihTOP .sec03 .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translate(-50%, 0);
    width: 105px;
    display: flex;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  #OIH #OihTOP .sec02 .slick-dots li, #OIH #OihTOP .sec03 .slick-dots li {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  #OIH #OihTOP .sec02 .slick-dots li button, #OIH #OihTOP .sec03 .slick-dots li button {
    width: 25px;
    height: 25px;
  }
  #OIH #OihTOP .sec02 .slick-dots li button::before, #OIH #OihTOP .sec03 .slick-dots li button::before {
    width: 25px;
    height: 25px;
    content: "";
    background: #fff;
    border-radius: 50%;
    opacity: 1;
  }
  #OIH #OihTOP .sec02 .slick-dots li.slick-active button::before, #OIH #OihTOP .sec03 .slick-dots li.slick-active button::before {
    background: #c3247b;
  }
  #OIH #OihTOP .sec02 .view_more, #OIH #OihTOP .sec03 .view_more {
    margin-top: 85px;
	/*margin-bottom: 75px;*/
  }
  #OIH #OihTOP .sec02 {
    background: #f4f3f3;
    padding: 90px 0 75px;
  }
  #OIH #OihTOP .sec02 .h2_h3 {
    text-align: center;
  }
  #OIH #OihTOP .sec02 .h2_h3 h2 img {
    width: 170px;
    height: auto;
  }
  #OIH #OihTOP .sec02 ul {
    margin-top: 25px;
  }
  #OIH #OihTOP .sec03 {
    background: #f4f3f3;
    position: relative;
  }
  #OIH #OihTOP .sec03:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
    background: #fbd5ea;
    background: -moz-linear-gradient(top left, #ffffff 0%, #fbd5ea 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#fbd5ea));
    background: -webkit-linear-gradient(top left, #ffffff 0%, #fbd5ea 100%);
    background: -o-linear-gradient(top left, #ffffff 0%, #fbd5ea 100%);
    background: -ms-linear-gradient(top left, #ffffff 0%, #fbd5ea 100%);
    background: linear-gradient(to bottom right, #ffffff 0%, #fbd5ea 100%);
  }
  #OIH #OihTOP .sec03 .wrap {
    position: relative;
  }
  #OIH #OihTOP .sec03 .h2_h3 {
    text-align: center;
  }
  #OIH #OihTOP .sec03 .h2_h3 h2 img {
    width: 190px;
  }
  #OIH #OihTOP .info {
    padding: 65px 0 100px;
  }
	
	/*20220812 堀追加*/
	h4.invite{
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
	padding-left: 2rem;
    margin-bottom: 2rem;
    border-left: solid 6px #DE569A;
	}
	
	p.no_event{
    font-size: 1.5rem;
    font-weight: bold;
	margin-top: 8rem;
	}
	

}

@media screen and (max-width: 768px) and (max-width: 1350px) {
  #OIH #OihTOP .info__df__lft h2 {
    margin-left: 2%;
  }
}

@media screen and (max-width: 768px) and (max-width: 1350px) {
  #OIH #OihTOP .info__df__lft h3 {
    margin-left: 2%;
  }
}

@media screen and (max-width: 768px) and (max-width: 1350px) {
  #OIH #OihTOP .info__df__rgt .more {
    margin-right: 2%;
  }
}
