@charset "UTF-8";
/* CSSリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  background: #29abe2;
  border: 0;
  color: #fff;
  padding: 20px 30px;
  display: block;
  margin-top: 60px;
}

body {
  font-size: 16px;
  font-family: serif;
  font-style: normal;
  min-width: 1280px;
}

p {
  line-height: 1.7em;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.25s;
}

a:hover {
  opacity: 0.8;
}

a.hover_action {
  background: #fff;
  opacity: 0;
}

a.hover_action:hover {
  opacity: 0.1;
}

/* margin */
.mt150 {
  margin-top: 100px;
}

/* slick */
.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  font-size: 26px;
}

/* TOP */
header {
  position: relative;
}

header img {
  width: 100%;
}

header .top_key_title {
  position: absolute;
  bottom: 10%;
  left: 0;
  color: #006934;
  width: 60%;
  min-width: 750px;
}

header .top_key_title .content {
  padding: 30px 0px 70px 80px;
  background: #ffffffcc;
  height: 100px;
}

header .top_key_title .content h2 img {
  width: 200px;
  height: auto;
}

header .top_key_title .content h1 {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 5px;
}

header .top_key_title .content .niigata {
  font-size: 36px;
  position: relative;
  font-weight: bold;
}

header .top_key_title .content .niigata:after {
  position: absolute;
  content: "";
  background-image: url(../image/niigata.png);
  width: 155px;
  height: 138px;
  left: 470px;
  bottom: -10px;
  background-size: contain;
}

header .navi {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 99;
}

header .navi ul {
  list-style: none;
  display: flex;
  padding: 5px 40px;
  background: #006934;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px #00000077;
}

header .navi ul li {
  padding: 0 20px;
  position: relative;
}

header .navi ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  top: 6px;
  left: 0;
}

header .navi ul li:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 6px;
  right: 0;
  background: #fff;
}

header .navi ul li a {
  color: #fff;
}

header .links {
  position: fixed;
  top: 80px;
  left: 70px;
  z-index: 99;
}

header .links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 20px;
  background: #fefefe;
  border-radius: 40px;
}

header .links ul li {
  padding-right: 10px;
}

header .links ul li:after {
  content: "|";
  padding-left: 10px;
}

/* section共通 */
section {
  max-width: 1200px;
  margin: 0 auto;
}

.page_top {
  margin-top: 150px;
}

/* トップ競技会について */
.top_section_about .block_flex {
  justify-content: space-between;
}

.top_section_about .block_flex img {
  width: 40%;
  object-fit: contain;
}

.top_section_craftmans {
  margin-top: 200px;
  position: relative;
}

.top_section_craftmans img {
  width: 100%;
}

.top_section_craftmans .craftmans_text {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 480px;
  color: #fff;
}

.top_section_craftmans .text h2:after {
  content: "Craftmans and Works";
}

.top_section_craftmans .text h2:before {
  background: #fff !important;
}

.top_section_documents {
  margin-top: 55px;
}

.top_section_documents .documents_text h2:after {
  content: "Another Documents";
}

.top_section_documents .documents_link {
  margin-top: 50px;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.top_section_documents .documents_link img {
  width: 100%;
  height: auto;
}

.top_section_documents .documents_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_section_documents .yousu:before {
  position: absolute;
  content: "大会の様子";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  background: #006934cc;
}

.top_section_documents .shuugou:before {
  position: absolute;
  content: "集合写真";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  background: #006934cc;
}

.top_section_documents .another_link {
  width: 90%;
  margin: 50px auto 0;
  color: #006934;
}

.top_section_documents .another_link .data {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}

.top_section_documents .another_link .data:after {
  position: absolute;
  content: "";
  width: 500px;
  height: 1px;
  background: #006934;
  top: 17px;
  left: 6.5em;
}

.top_section_documents .another_link dl dt {
  font-size: 18px;
  padding-left: 1.5em;
  position: relative;
  font-weight: bold;
}

.top_section_documents .another_link dl dt:before {
  position: absolute;
  content: "■";
  left: 0;
}

.top_section_documents .another_link dl dd {
  padding-left: 1.5em;
  margin: 1em 0 2em;
}

.top_section_documents .another_link dl dd a {
  display: block;
  color: #006934;
}

.top_section_documents .another_link .pdf_link {
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}

.top_section_documents .another_link .pdf_link:before {
  position: absolute;
  content: "■";
  top: 0;
  left: 0;
  color: #006934;
}

.top_section_documents .another_link .pdf_link a {
  color: #006934;
}

.text {
  color: #006934;
  margin-top: 150px;
}

.text h2 {
  font-size: 48px;
  font-weight: 100;
  position: relative;
}

.text h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #006934;
  top: -57px;
  left: 0;
}

.text h2:after {
  position: absolute;
  content: "About Competition";
  font-size: 16px;
  font-weight: bold;
  top: -70px;
  left: 90px;
}

.text h2 span {
  padding: 2px 10px;
  color: #fff;
  background: #006934;
}

.text h3 {
  margin-top: 50px;
  position: relative;
  font-size: 20px;
}

.text h3:after {
  content: "";
  width: calc(100% - 10em);
  height: 1px;
  background: #006934;
  position: absolute;
  top: 50%;
  left: 10em;
}

.text p {
  margin-top: 20px;
  text-align: justify;
}

.text p.name {
  text-align: right !important;
  font-size: 15px !important;
}

.text p.name img {
  width: 200px !important;
}

.text .link {
  position: absolute;
  padding: 10px 20px;
  background: #FFE15D;
  width: 100px;
  margin-top: 150px;
  text-align: center;
  right: 30px;
  color: #000;
}

.text .link:after {
  position: absolute;
  content: "";
  background-image: url(../image/link_icon.png);
  width: 10px;
  height: 25px;
  top: 10px;
  right: -20px;
}

.text .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text ul {
  list-style: disc;
  margin-top: 50px;
}

.text ul li {
  display: flex;
}

.text ul li div {
  width: 6em;
}

.text ul li div + div {
  width: auto;
}

/* footer */
footer {
  margin-top: 300px;
  padding: 100px 100px 100px;
  background: #006934;
  color: #fff;
}

footer .company_information h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer .company_information p {
  font-size: 15px;
  margin-bottom: 10px;
}

footer .company_information p + p {
  margin-bottom: 0;
}

/* craftmans page */
.craftmans_kv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.craftmans_kv h2:after {
  content: "Craftmans and Works";
}

.all_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin-bottom: 50px;
}

.all_list .photos {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.all_list .photos p.prize_name {
  font-size: 14px;
  word-break: keep-all;
}

.all_list .craftman {
  width: 33%;
}

.all_list li {
  margin-bottom: 50px;
  position: relative;
}

.all_list li .craftman_list_image {
  max-width: 100%;
}

.all_list li img {
  width: 100%;
}

.all_list li .list_data {
  color: #006934;
  font-size: 15px;
  line-height: 1.5em;
}

.all_list li .list_data ul {
  list-style: none;
}

.all_list li .list_data ul li {
  margin-bottom: 0;
}

.all_list li .list_data ul li:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.all_list li .aword_title {
  margin-top: 20px;
  color: #006934;
  position: relative;
}

.all_list li .aword_title:after {
  width: 100%;
  height: 1px;
  background: #006934;
  content: "";
  /* position: absolute; */
  top: -7px;
  /* transform: translateY(-50%); */
  left: 0;
}

.all_list li .aword {
  padding: 3px 15px;
  background: #e1d644;
  color: #222;
  font-size: 12.5px;
  border-radius: 30px;
  margin-top: 5px;
  display: table;
}

.all_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hide {
  position: fixed;
  top: 0;
  left: -100vw;
  background: #00000077;
  transition: 0.5s;
  width: 100vw;
  height: 100vh;
  max-width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.craftman_more {
  width: 100%;
  height: 100%;
  background: #f7f7f7e6;
  padding: 100px 100px;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 1;
  transition: 0.3s;
  box-sizing: border-box;
  overflow: scroll;
}

.craftman_more .content {
  width: 70%;
  margin: 0 auto;
  /* height: 100vh; */
}

.craftman_more .content .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.craftman_more .content .box1 .left {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.craftman_more .content .box1 .left p.craftman_area {
  font-size: 18px;
}

.craftman_more .content .box1 .left h3 {
  font-size: 30px;
}

.craftman_more .content .box1 .left p.craftman_company {
  margin-bottom: 50px;
}

.craftman_more .content .box1 .left p.craftman_title {
  font-size: 24px;
  margin-bottom: 30px;
}

.craftman_more .content .box1 .left img {
  width: 100%;
}

.craftman_more .content .box1 .left p.craftman_prototype {
  font-size: 14px;
  text-align: right;
}

.craftman_more .content .box1 .right {
  width: 75%;
  padding-left: 20px;
  box-sizing: border-box;
}

.craftman_more .content .box1 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.craftman_more .content .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.craftman_more .content .box2 img {
  display: block;
  width: 33%;
  object-fit: contain;
  margin-bottom: 10px;
}

/* gallery page */
header .gallery_kv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

header .gallery_kv h2:after {
  content: "Gallery";
}

.gallery_title {
  font-size: 28px;
  color: #006934;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  padding-top: 50px;
}

.gallery_title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #006934;
}

.awords {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.awords .box {
  width: 19%;
}

.awords .box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #f7f7f7;
}

.awords .box p {
  font-size: 15px;
}

.caution_craftman {
  text-align: center;
  padding: 10px 30px;
  background: #eee;
  margin-top: 50px;
}

/*# sourceMappingURL=style.css.map */