@charset "UTF-8";

/* **************************************************************** *
 * @desc@ ブロッコリーくじ
 * @edit@ 2023/11/02
 * **************************************************************** */

body {
  background: #fff;
  color: #00a53d;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: transparent url(../img/bg_pattern_dot.jpg) 0 0;
  -webkit-animation: body_bg 4s linear infinite;
  animation: body_bg 4s linear infinite;
}

@-webkit-keyframes body_bg {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -70px -70px;
  }
}

@keyframes body_bg {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -70px -70px;
  }
}

a {
  outline: none;
  display: inline-block;
  padding-bottom: 2px;
  color: #6eba44;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: inherit;
  margin: 0;
  padding: 0;
}

img {
  outline: none;
  max-width: 100%;
  font-size: 1px !important;
  line-height: 0 !important;
  vertical-align: middle;
}

a img {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

rt {
  position: absolute;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

[data-ruby] {
  display: inline-block;
  position: relative;
}

[data-ruby]:before {
  content: attr(data-ruby);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -0.4em;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 0.5em;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
}

[data-ruby] rt {
  display: none;
}

.emColor01 {
  color: #c00 !important;
}

.emColor02 {
  color: #00a53d !important;
}

.noteColor {
  color: #c8c8c8 !important;
}

.bold {
  font-weight: 700 !important;
}

.under {
  text-decoration: underline;
}

.dis {
  text-decoration: line-through;
}

.mgtHp {
  margin-top: 1em !important;
}

.mgt1p {
  margin-top: 2em !important;
}

.mgt2p {
  margin-top: 4em !important;
}

.mgt3p {
  margin-top: 6em !important;
}

.fsS {
  font-size: 0.85em;
  line-height: 1.8em;
}

.fsL {
  font-size: 1.2em;
  line-height: 1.8em;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.iblock {
  display: inline-block;
  vertical-align: baseline;
}

.wbreak {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

img.border {
  border: 1px solid rgba(200, 200, 200, 0.2);
}

ul.def {
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

ul.def > li {
  position: relative;
  z-index: 1;
  padding-left: 1.2em;
}

ul.def > li::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

ul.def.disc > li::before {
  content: "●";
  color: #00a53d;
  font-size: 0.8em;
}

ul.def.asta > li::before {
  content: "※";
}

.scrollShowTarget {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1.56, 1, 0.87);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1.56, 1, 0.87);
  transition: transform 0.6s cubic-bezier(0.19, 1.56, 1, 0.87);
  transition: transform 0.6s cubic-bezier(0.19, 1.56, 1, 0.87), -webkit-transform 0.6s cubic-bezier(0.19, 1.56, 1, 0.87);
}

.scrollShowTarget.scrollShow {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#Wrap > header {
  padding: 20px 40px;
  background: #00a53d;
  line-height: 0;
}

#Wrap > header img {
  max-width: 515px;
}

#Wrap > main {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1002px;
}

#Wrap > main > header .main-slider {
  margin: 0 auto;
  max-width: 1002px;
}

#Wrap > main > header .main-slider .slick-slide a {
  overflow: hidden;
  display: block;
}

#Wrap > main > header .main-slider .slick-slide a img {
  display: block;
  width: 100%;
}

#Wrap > main > header .main-slider .slick-slide a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#Wrap > main > header .main-slider .slick-arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 100;
  border: none;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #00a53d;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  line-height: 0;
  text-indent: -9999px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#Wrap > main > header .main-slider .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#Wrap > main > header .main-slider .slick-arrow.slick-prev {
  left: 5px;
  background-image: url(../img/ico_arrow_prev.png);
}

#Wrap > main > header .main-slider .slick-arrow.slick-next {
  right: 5px;
  background-image: url(../img/ico_arrow_next.png);
}

#news {
  margin: 100px auto;
  padding: 0 40px;
}

#news > h1 {
  font-size: 4.2em;
  line-height: 1em;
  font-weight: 700;
}

#news > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  border: 5px solid #00a53d;
  border-radius: 30px;
  padding: 20px;
  background: #fff;
}

#news > div > ul {
  overflow: auto;
  max-height: 500px;
  background: rgba(0, 165, 61, 0.05);
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: left;
}

#news > div > ul > li {
  padding: 10px 30px;
}

#news > div > ul > li:first-child {
  padding-top: 30px;
}

#news > div > ul > li:not(:first-child) {
  border-top: 5px solid rgba(0, 165, 61, 0.1);
}

#news > div > ul > li:last-child {
  padding-bottom: 30px;
}

#lineup {
  margin: 100px auto;
  max-width: 680px;
}

#lineup ul > li:not(:first-child) {
  margin-top: 30px;
}

#lineup ul > li a {
  display: block;
}

#lineup ul > li a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#Wrap > main > aside {
  font-weight: 700;
}

#Wrap > main > aside p:first-child {
  margin-bottom: 15px;
}

.pagetop > a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background: #c8c8c8;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.pagetop > a:hover {
  background: #6eba44;
  font-size: 1.3em;
  line-height: 1em;
}

#Wrap > footer {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 50px 40px;
  background: #00a53d;
  color: #fff;
}

#Wrap > footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1020px;
}

#Wrap > footer dl.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#Wrap > footer dl.share > dt {
  margin-right: 15px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}

#Wrap > footer dl.share > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

#Wrap > footer dl.share > dd > ul > li {
  margin-left: 15px;
  line-height: 0;
}

#Wrap > footer dl.share > dd > ul > li a {
  display: block;
  width: 40px;
}

#Wrap > footer dl.share > dd > ul > li a img {
  display: block;
}

#Wrap > footer dl.share > dd > ul > li a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#Wrap > footer .logo a {
  display: block;
}

#Wrap > footer .logo a img {
  display: block;
}

#Wrap > footer .logo a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 2.4rem;
    line-height: 1.8em;
  }

  [data-ruby]:before {
    top: -0.3em;
  }

  .pc {
    display: none !important;
  }

  img.border {
    border-width: 2px;
  }

  #Wrap > header {
    padding: 50px 60px;
  }

  #Wrap > header img {
    max-width: 100%;
  }

  #Wrap > main > header .main-slider {
    padding: 0 50px;
  }

  #Wrap > main > header .main-slider .slick-slide a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #Wrap > main > header .main-slider .slick-arrow {
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
  }

  #Wrap > main > header .main-slider .slick-arrow:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #news > h1 {
    font-size: 3em;
    line-height: 1em;
  }

  #news > div {
    padding: 30px;
  }

  #news > div > ul {
    font-size: 1.1em;
    line-height: 1.6em;
  }

  #news > div > ul > li {
    padding: 20px 40px;
  }

  #news > div > ul > li:first-child {
    padding-top: 30px;
  }

  #news > div > ul > li:last-child {
    padding-bottom: 30px;
  }

  #lineup ul > li:not(:first-child) {
    margin-top: 40px;
  }

  #lineup ul > li a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #Wrap > main > aside {
    padding: 0 50px;
    line-height: 1.6em;
    font-weight: 400;
  }

  #Wrap > main > aside p:first-child {
    margin-bottom: 20px;
  }

  .pagetop > a {
    height: 80px;
    font-size: 1.4em;
    line-height: 1em;
  }

  .pagetop > a:hover {
    background: #c8c8c8;
    font-size: 1.4em;
    line-height: 1em;
  }

  #Wrap > footer {
    padding: 60px 50px;
  }

  #Wrap > footer > div {
    display: block;
  }

  #Wrap > footer dl.share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  #Wrap > footer dl.share > dt {
    font-size: 1.2em;
    line-height: 1em;
  }

  #Wrap > footer dl.share > dd > ul > li {
    margin-left: 20px;
  }

  #Wrap > footer dl.share > dd > ul > li a {
    width: 60px;
  }

  #Wrap > footer dl.share > dd > ul > li a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #Wrap > footer .logo a {
    display: inline-block;
  }

  #Wrap > footer .logo a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=../map/style.css.map */
