@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

OUCHI CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

/* ouchi
--------------------------------------- */
.slick-slide,
.slick-slide a {
  outline: none;
}
a.pageLink {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  text-decoration: underline;
}
a.pageLink:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  margin: 0 auto;
  content: "";
  height: 6px;
  width: 8px;
  background-image: url(/includes/img/anniversaries/page-link.svg);
}
.txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "Osaka", " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.catch {
  margin-bottom: 30px;
}
.boxWrap {
  margin-bottom: 120px;
}
.innerBox {
  margin-top: 60px;
  margin-bottom: 60px;
}
.largeTitle + .innerBox {
  margin-top: 0px;
}
/* flexBox4 */
.flexBox4 {
  font-size: 0;
  text-align: center;
  margin: 40px auto;
}

.flexBox4 .flexCell {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 8px;
  margin-bottom: 0px;
  max-width: 210px;
  position: relative;
}

.flexBox4 .flexCell:last-child {
  margin-right: 0;
}

.flexBox4 .flexCell .imgBox {
  margin-bottom: 15px;
}
.flexBox4 .flexCell img {
  display: block;
}

.slider01 .img {
  text-align: center;
}
.slider01 img {
  max-width: 630px;
}
.slider01 .link {
  margin-top: 5px;
}
.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

@media screen and (min-width: 801px) {
  #container section div p.txt.t_center span.pc {
    display: inline !important;
  }
}

@media screen and (max-width: 800px) {
  .flexBox4 .flexCell {
    width: 48%;
    max-width: unset;
    margin-bottom: 4%;
    margin-right: 3%;
    min-height: auto;
  }
  .flexBox4 .flexCell:nth-child(even) {
    margin-right: 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .slider01 {
    padding: 0 10.5px;
  }
  .slider01 .slick-prev,
  .slider01 .slick-next {
    top: auto !important;
  }
  .slider01 > p.attention {
    margin-top: 20px;
  }
  .btnBox2.long .btn {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .sp_center {
    text-align: center;
  }
}

@media screen and (max-width: 845px) and (min-width: 769px) {
  .boxWrap {
    margin-bottom: 100px;
  }
  .longTxt {
    letter-spacing: -2px;
  }
}

/* .mainBox
--------------------------------------- */
#container .mainBox .midTitle span.pc {
  display: inline !important;
}
#container .mainBox h3.largeTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .mainBox .outerWrap:first-of-type {
    padding: 0;
  }
  .mainBox .largeTitle {
    margin-bottom: 30px;
  }
}

/* taisyou
--------------------------------------- */
.target section:last-of-type {
  margin-bottom: 20px;
}
.target .smallTitle {
  margin-bottom: 15px;
}
.target h3 {
  position: relative;
  padding: 12px 40px;
  border: solid #b4b4b4;
  cursor: pointer;
  border-width: 1px 0 0px 0;
}
.target section:last-of-type h3 {
  border-width: 1px 0 1px 0;
}
.target h3 span {
  position: relative;
  padding-right: 35px;
}
.target h3 span:before,
.target h3 span:after {
  content: "";
  display: block;
  position: absolute;
  background: #707070;
}
.target h3 span:before {
  top: 50%;
  right: 10px;
  width: 12px;
  height: 2px;
  margin-top: -2px;
}
.target h3 span:after {
  top: 50%;
  right: 15px;
  width: 2px;
  height: 12px;
  margin-top: -7px;
}
.target h3.act {
  border-width: 1px 0 1px 0;
  border-bottom: dotted 1px #b4b4b4;
}
.target h3.act span:after {
  display: none;
}

.target section .body {
  display: none;
  font-size: 1.4rem;
}

.target section.first .body {
  display: block;
}

.target .body .inner {
  padding: 30px 19px;
}

.target .t_right {
  text-align: right;
}
.target .t_right a {
  text-decoration: underline;
}
.target .t_right a:hover {
  text-decoration: none;
}
.target .tbslider:nth-last-of-type(2) .body .inner {
  max-height: 628px;
}
.target .tbslider:nth-last-of-type(1) .body .inner {
  max-height: 465px;
  padding-bottom: 0px;
}
.target .tbslider .slick-slide {
  padding: 0 8px;
}
.target .tbslider .gSlider {
  margin: 30px auto 50px;
}

@media screen and (min-width: 801px) {
  #container .target .gSlider img {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 376px) and (max-width: 800px) {
  .target .tbslider:nth-last-of-type(1) .body .inner,
  .target .tbslider:nth-last-of-type(2) .body .inner {
    max-height: 720px;
  }
  .tbslider .gSlider .slick-prev,
  .tbslider .gSlider .slick-next,
  .target .tbslider:last-of-type .gSlider .slick-prev,
  .target .tbslider:last-of-type .gSlider .slick-next {
    top: 50% !important;
  }
}

@media screen and (max-width: 800px) {
  .target .body .inner {
    padding: 20px 0 50px;
    margin: 0;
  }
  .target .tbslider .gSlider {
    margin: 20px auto 0px;
  }
  .target section:nth-last-of-type(1) .body .inner {
    padding: 20px 0 30px;
  }
  .target h3 {
    padding: 12px 7px;
  }
  .target .flexCell > .img {
    margin-bottom: 0;
  }
  .target .tbslider .smallTitle {
    margin-bottom: 10px;
  }
  .tbslider .flexBox2 .flexCell:first-of-type {
    margin-bottom: 10px;
  }
  .target .tbslider .slick-slide {
    padding: 0 0px;
  }
  .target h3 span {
    padding-right: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .target .tbslider:nth-last-of-type(2) .body .inner {
    max-height: 564px;
  }
  .target .tbslider:nth-last-of-type(1) .body .inner {
    max-height: 464px;
  }
  .tbslider .gSlider .slick-prev,
  .tbslider .gSlider .slick-next {
    top: 69% !important;
  }
  .target .tbslider:last-of-type .gSlider .slick-prev,
  .target .tbslider:last-of-type .gSlider .slick-next {
    top: 34% !important;
  }
}

/* slide
--------------------------------------- */
.slide .outerWrap {
  max-width: 864px;
}

.slide .slider-nav {
  max-width: 570px;
  margin: 40px auto 15px;
}
.slide .slider-nav li {
  padding: 0 8px;
}
.slide .slider-nav-box {
  border: 1px solid #b4b4b4;
  text-align: center;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide .slider-nav-box p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 90px;
}
.slide .slider-nav .slick-current .slider-nav-box {
  border: none;
  background-color: #ebebeb;
  position: relative;
}
.slide .slider-nav .slick-current {
  padding-bottom: 10px;
}
.slide .slider-nav .slick-current .slider-nav-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 15px;
  height: 10px;
  border-top: 6.5px solid #ebebeb;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  right: 0;
  left: 0;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 800px) {
  /* .slide .slider01 .slick-next,
  .slide .slider01 .slick-prev {
    top: 58% !important;
  } */
  .gSlider h5 + p.txt,
  .tbslider .slick-slide p.txt {
    padding: 0 0px;
  }
  .slide .slider-nav li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .slide .slider01 .slick-next,
  .slide .slider01 .slick-prev {
    top: 46% !important;
  }
  .slider01 .slick-list {
    padding: 0 5px;
  }
}

/* net
--------------------------------------- */
.net .outerWrap {
  max-width: 864px;
}
.net .innerBox {
  margin-bottom: 80px;
}
.commentBox {
  background-color: #fafafa;
  margin-top: 20px;
}
.commentBox p.txt {
  padding: 18px 0;
}
.net .innerBox.net-od {
  margin-bottom: 60px;
}
.net .innerBox.net-od-flow {
  margin-top: 60px;
}
.net .innerBox.net-od-flow img.pc {
  max-width: 570px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .net .innerBox.net-od {
    margin-bottom: 30px;
  }
  .net .innerBox.net-od-flow {
    margin-top: 30px;
  }
}

/* live
--------------------------------------- */
.live .outerWrap {
  max-width: 864px;
}

/* design
--------------------------------------- */
.design .outerWrap {
  max-width: 864px;
}

/* line
--------------------------------------- */
.line {
}
.line .outerWrap {
  max-width: 787px;
}
.line .innerBox {
  background-color: #f9f9f9;
  padding: 35px;
}
.line .innerBox .img {
  float: left;
  max-width: 276px;
  margin-right: 18px;
  margin-bottom: 0;
}
.line .innerBox .boxtxt p.txt:not(.link) {
  margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
  .line .link {
    margin-top: 15px;
  }
  .line .midTitle {
    margin-bottom: 20px;
  }
  .line .innerBox {
    padding: 35px 19px;
  }
  .line .innerBox .img {
    float: none;
    max-width: unset;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  #container .line .innerBox .img img {
    width: 48%;
    margin-right: 4%;
    height: 100%;
  }
  .line .innerBox p.txt.sp {
    width: 48%;
    align-self: center;
  }


}
.netFair {
  padding: 10px;
background-color: #fafafa;
margin-bottom: 8px;
}
#container .netFair img {

      width: 90px;
      float: right;
      margin-left: 10px;
}
.netFair small {
  display: block;
}
