@charset "utf-8";
* {
  box-sizing: border-box;
}
:root {
  --header-height-pc:120px;
  --header-height-sp:78px;
  --site-max-width:1920px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height-sp);

}
@media (min-width: 641px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}
body{
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 641px) {
  body{
      min-width:1220px;
  }
}
img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}
body {
  font-size: 16px;

}
.header-pc,
body {
  margin-left: auto;
  margin-right: auto;
}

a,
a img {
  transition: all 0.5s;
}
.list-none {
  list-style: none;
}
.list {
  list-style:disc;
}
.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
@media (min-width: 641px) {
  .container {
    max-width: var(--site-max-width);
  }
  .container-swiper{
    max-width:1440px;
  }
  .container-1600{
    max-width:1600px;
  }
  .container-1200{
    max-width:1200px;
  }
  .container-1000{
    max-width:1000px;
  }
  .container-1300{
    max-width:1200px;
  }
}

.top-block {
  padding: 30px 0 0;
}
@media (min-width: 641px) {
  .top-block {
    padding: 100px 0 0;
  }
}
.eb{
  font-family: "EB Garamond", serif;
}

/* headline */
.heading-001{
  background:
    url(../img/banner-top-left-sp.png) no-repeat top left,
    url(../img/banner-top-right-sp.png) no-repeat top right,
    url(../img/banner-bottom-left-sp.png) no-repeat bottom left,
    url(../img/banner-bottom-right-sp.png) no-repeat bottom right,
    url(../img/bg-banner.png) #692A2A;
    background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px, repeat;
  padding: 20px 20px;
  line-height: 1.4;
  color: #E8B230;
  font-weight: bold;
  text-align: center;
  border: 3px solid #AA822D;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;

}
@media (min-width: 641px) {
  .heading-001{
  background:
    url(../img/banner-top-left.png) no-repeat top left,
    url(../img/banner-top-right.png) no-repeat top right,
    url(../img/banner-bottom-left.png) no-repeat bottom left,
    url(../img/banner-bottom-right.png) no-repeat bottom right,
    url(../img/bg-banner.png) #692A2A;
      background-size: 60px 60px, 60px 60px, 60px 60px, 60px 60px, repeat;
     padding: 40px 20px;

  }
}
.heading-002{
  background: url(../img/bg-heading002.png)  #AA822D;
  color: #FFF;
  position: relative;
  padding: 12px 33px;
}
.heading-002::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 7px;
  background:
  linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
.heading-003{
  border-left: solid 10px #AA822D;
  color: #E8B230;
 display: inline-block;
  position: relative;
  width:100%;
  padding:15px 40px 15px 20px;
}
.heading-003::after{
  content:"";
  position: absolute;
  width: 100%;
  height: 24px;
  background: url(../img/bg-heading003.png) no-repeat right bottom;
  left: 0;
  bottom: -20px;
}


/* color --------------------------------- */
.c-gold{
  color: #E8B230;
}
.c-white{
  color: #FFF;
}

/* background --------------------------------- */

.bg-White{
  background: #FFF;
}
.bg-color{
  background: #58445D;
}
.bg-main{
  background: url(../img/bg-main.png) #692A2A;
}

/* font-size --------------------------------- */
.fs-001 {
  font-size: 24px;
}
.fs-002 {
  font-size: 20px;
}
.fs-003 {
  font-size: 18px;
}
.fs-004 {
  font-size: 20px;
}
.fs-005 {
  font-size: 18px;
}
@media (min-width: 641px) {
  .fs-001 {
    font-size: 36px;
  }
  .fs-002 {
    font-size: 26px;
  }
  .fs-003 {
    font-size: 24px;
  }
  .fs-004 {
    font-size: 21px;
  }
}


/* radius --------------------------------- */
.radius-15{
  border-radius: 15px;
}

/* link --------------------------------- */
.link-001 {
  background: url(../img/bg-link01.png) #FFF;
  color: #AA8251;
  display: block;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: #AA822D 3px solid;
  padding: 20px 60px 25px 15px;
  position: relative;
}
.link-001::before {
  content: " ";
  background: url(../img/link01-icon.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  top: 50%;
  position: absolute;
  right: 25px;
  transform: translateY(-50%) translateX(0);
  transition: all 0.5s;
}
.link-001:hover::before {
  transform: translateY(-50%) translateX(-10px);
}
@media (min-width:641px) {
  .link-001 {
    width: 639px;
    padding: 20px 40px 25px 20px;
  }
  .link-001::before {
    width: 38px;
    height: 38px;
  }
}

.link-002 {
  border:solid 1px #C9C28C;
  display: block;
  background: url(../img/bg-link02.png) ;
  background-size: cover;
  color: #FFF;
  text-decoration: none;
  padding:15px 25px;
  position: relative;
  margin-bottom: 35px;
}
.link-002::after{
  content: "";
  background: url(../img/link02-arrow.svg);
  width: 13px;
  height: 10px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  right: 15px;
  transition: all 0.5s;
}
.link-002:hover::after{
  transform: translateY(-50%) translateX(-5px);
}

/* button --------------------------------- */
.button-001{
  background:#aa812c;
  border:solid 1px #aa812c;
  color: #FFF;
  text-decoration: none;
  padding: 8px 30px;
  display: inline-block;
}
.button-001:hover{
  background:#FFF;
  border:solid 1px #aa812c;
  color: #aa812c;
}

/* header-sp-001 ------------------------ */

.header-sp-001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background-color: #FFF;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-sp-001-space {
  height: 78px;
}
.header-sp-001-logo {
  padding-left: 10px;
  text-decoration: none;
  width: calc(100% - 100px );
}
.header-sp-001-logo h1{
  margin: 0;
  padding: 0;
}

.header-sp-001-icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-sp-001-button {
  position: relative;
  background: #4A2626;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.header-sp-001-button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.header-sp-001-button span:nth-of-type(1) {
  top: 24px;
}
.header-sp-001-button span:nth-of-type(2) {
  top: 32px;
}
.header-sp-001-button span:nth-of-type(3) {
  top: 40px;
}
.header-sp-001-button span:nth-of-type(1)::before {
  content: "Menu";
  position: absolute;
  top: -19px;
  left: -2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.header-sp-001-button.active span:nth-of-type(1) {
  top: 24px;
  left: 14px;
  transform: translateY(8px) rotate(-45deg);
  width: 45%;
}
.header-sp-001-button.active span:nth-of-type(1)::before {
  content: none;
}
.header-sp-001-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header-sp-001-button.active span:nth-of-type(3) {
  top: 40px;
  left: 14px;
  transform: translateY(-8px) rotate(45deg);
  width: 45%;
}
.header-sp-001-button.active span:nth-of-type(3)::after {
  content: "Close";
  position: absolute;
  top: -22px;
  left: -18px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
  transform: rotate(-45deg) translateY(0) !important;
  z-index: 1;
  white-space: nowrap;
}
.header-sp-001-right {
  height: 100%;
  display: flex;
  align-items: center;
}


/* header-sp-001 end */

/* header-nav-sp-001 */
.header-nav-sp-001 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 78px;
  left: 0;
  z-index: 7;
  background: #4A2626;
  color: #FFF;
/* background: linear-gradient(180deg, rgba(249,248,242,1) 0%, rgba(249,248,242,1) 10%, rgba(251,222,225,1) 45%, rgba(253,200,210,1) 100%); */
}
.header-nav-sp-001 > ul {
  height: calc(100% - 78px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header-nav-sp-001 ul {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0;
  list-style: none;
  padding-left:0;
}
.header-nav-sp-001 li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  
}
.header-nav-sp-001 a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  width: 100%;
}

/* header-nav-sp-001 end */
/* header-pc-001 */

.header-pc-001 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.header-pc-001-inner {
  width: 100%;
  min-width: 1200px;
  height:var(--header-height-pc);
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.header-pc-001 {
  width: 100%;

}
.header-pc-001-logo {
  transition: opacity 0.5s ease;
  text-decoration: none;
  line-height: 1;
  max-width: 377px;
}
.header-pc-001-logo h1{
  margin: 0;
  padding: 0;
}

.header-pc-001-logo:hover {
  opacity: 0.7;
}
.nav-pc-003 ul {
  margin: 0;
  padding-left: 0;
  display: flex;
}
.nav-pc-003 li {
  list-style: none;
  padding: 0 15px;
  text-align: center;
  line-height: 1.2;
}
.nav-pc-003 li a {
  font-size: 16px;
  padding: 2px 5px;
  font-weight: 600;
  transition: all 0.5s;
  color: #3C3C3C;
  text-decoration: none;
  position: relative;
}
.nav-pc-003 li a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #4A2626;
  bottom: 20px;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
}
.nav-pc-003 li a:hover::after{
  visibility: visible;
  bottom:-5px;
  opacity: 1;
}
.nav-pc-003 li.link-item a{
  border:solid 1px #707070;
  position: relative;
  padding: 20px 35px 20px 26px;
  display: block;
}
.nav-pc-003 li.link-item a::after{
  content: "";
  background: url(../img/header-link-arrow.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%) translateX(0);
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
.nav-pc-003 li.link-item a:hover::after{
  transform: translateY(-50%) translateX(-5px);
}

.header-pc-001 {
  position: fixed;
  background-color: #FFF;
}
.header-pc-001-space {
  height:var(--header-height-pc);
}
.header-pc-001-nav ul.menu li span {
  font-weight: normal;
  font-size: 10px;
}

.header-pc-001-nav ul.menu li span::before {
  content: "\A";
  white-space: pre;
}

.header-pc-001-nav a {
  padding: 0 32px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.header-pc-001-nav a span {
  color: #444;
}
@media (min-width: 992px) {
  .header-pc-001-nav a {
    font-size: 16px;
  }
}
.header-pc-001-nav a:hover {
  opacity: 0.7;
}


/* header-pc-001 end */
/* top */
.hero-block{
  background: url(../img/top-main.png) no-repeat center;
  padding: 40px 0 80px;
  background-size: cover;
}
.hero-block img{
  width:50%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 641px) {
  .hero-block{
      padding: 80px 0 200px;
  }
  .hero-block img{
      max-width:460px ;
  }
}
.hero-block p{
  font-weight: 600;
  color: #FFF;
  text-shadow:  0 0px 6px rgba(0, 0, 0);
}
.bg-top-main{
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 641px) {
  .bg-top-main{
    padding: 0;
  }
}
.top-main-block{
  position: relative;
  top: -50px;
  z-index: 2;
  padding:50px 30px;
  background-color: #4A2626;
  box-shadow:  0 0px 20px rgba(0, 0, 0,0.16);
  color: #FFF;
}
.top-main-block::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height:7px;
  background: linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
@media (min-width: 641px) {
  .top-main-block{
    padding: 100px;
    top: -100px;
  }
}
.news-box{
  /* border-top: solid 1px #95918A;
  border-bottom: solid 1px #95918A; */
  width: 100%;
  padding: 5px 0;
}
@media (min-width: 641px) {
  .news-box{
      width: calc(100% - 300px);
  }
}
.news-box a{
  color: #FFF;
  text-decoration: none;
}
.news-item{
  border-top: solid 1px #95918A;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.news-item:last-child{
  border-bottom: solid 1px #95918A;
}
.news-time{
  width: 100px;
  display: block;
  color: #FFF;
}
.news-001-text{
  width: calc(100% - 100px);
  display: block;
}
.table{
  border-collapse: collapse;
  width: 100%;

}
.outline-table{
  /* background: #FFF; */
  /* margin-bottom: 30px; */
  color: #FFF;
}
@media (min-width: 641px) {
  /* .outline-table{
      margin-bottom: 80px;
  } */
}
.outline-table th{
  /* background: #F7F7F7; */
  /* color: #AA8251; */

  padding: 25px;
  width: 25%;
  text-align: left;
  font-size: 20px;
}
.outline-table td{
  /* color: #3C3C3C; */
  font-size: 18px;
}

.outline-table th,
.outline-table td{
  padding: 25px;
  border-bottom: solid 1px #95918A;
}
@media (max-width: 641px) {
  .outline-table th{
    text-align: center;
  }
  .outline-table th,
  .outline-table td{
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.judging-list dd{
  margin: 0;
  /* padding: 0; */
}


.prize-list{
  margin: 0;
  padding: 0;
}
.prize-list li{
  margin: 0;
  padding: 0;
  width: 100%;
}
.prize-list li a{
  margin-right:15px;
  display: block;
  width: calc(100% - 15px);
}
.prize-list li:nth-of-type(3n) a{
  margin-right:0;
}

@media (min-width: 641px) {
  .prize-list li{
    width: 33.3%;
  }
  .prize-list li a{
    margin-right:30px;
      width: calc(100% - 30px);
  }
}

.relative {
  position: relative;
  overflow: hidden;
}




/* footer */
.footer{
  background: #0F0F0F;
  color: #FFF;
  border-top: solid 1px #707070;
  padding: 50px 0 30px;
}
.footer-logo{
  width:230px;
}
@media (min-width: 641px) {
  .footer-logo{
      width:330px;
  }
}
.copy-right{
  font-size: 11px;
}
.pagetop-btn {
  position: fixed;
  z-index: 4;
  text-decoration: none;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 15px;
  text-align: center;
  border: solid 1px #aa812c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop-btn:hover {
  opacity: 0.5;
}
.pagetop-btn img{
  width: 30px;
}


/* 下層ページ　--------------------------------- */
.new-line span {
  display: inline-block;
}

.bg-page-main{
  padding: 30px 15px;
}
.main-block{
  position: relative;
  z-index: 2;
  padding:10px 30px 30px;
  background-color: #4A2626;
  box-shadow:  0 0px 20px rgba(0, 0, 0,0.16);
  color: #3C3C3C;
  margin-bottom: 30px;
}
.main-block::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height:7px;
  background: linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
@media (min-width: 641px) {
  .main-block{
    padding:0px 100px;
  }
}

.single-block,
.page-block{
  padding: 30px 10px;
  color: #FFF;
}
@media (min-width: 641px) {
  .single-block,
  .page-block{
    padding:30px 10px 80px;
    min-height: 100vh;
  }
}

.icon-txt{
  margin-left: 1em;
  text-indent: -1em;
}

/* single */
.headline-post {
	line-height: 1.2;
	margin: 0 0 30px;
	color:  #FFF;
  padding-bottom:10px;
	font-size: 25px;
  position: relative;
}
.headline-post::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background:url(../img/bg-heading003.png) no-repeat right bottom;
  left: 0;
  bottom: -20px;
}
.info-list-time,
.headline-post .time {
	font-size: 14px;
    color: #FFF;
}
.single-content{
	overflow: hidden;

}
@media (min-width: 641px) {
	.single-content{
		min-height:350px;
	}
}
.single-content .article-info{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.single-content a{
  color: #E8B230;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	font-weight: 600;
	margin-bottom: 15px;
	color:#E8B230;
}

.single-content .article-img{
	margin-bottom: 15px;
}

.single-content h2{
	background:#E8B230;
	color: #FFF;
	border-radius: 12px;
	padding: 5px 20px 7px;
	font-size: 18px;
}
.single-content h3 {
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 20px;
	border-bottom: solid 3px #E8B230;
}
.single-content h4{
  margin-bottom: 5px;
}
.single-content h4,
.single-content h5 {
	font-size: 18px;
}
.single-content h6 {
	font-size: 16px;
}
.single-content blockquote {
	position: relative;
	margin: 5px 0 15px 0;
	padding: 40px 15px 8px 15px;
	box-sizing: border-box;
	font-style: italic;
	font-size: 18px;
	background:rgba(105, 42, 42, 0.6);
}

.single-content blockquote::before {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 3px;
	content:"“";
	color: #E8B230;
	font-size: 90px;
	line-height: 1;
}

.single-content blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

.single-content blockquote cite {
	display: block;
	text-align: right;
	color:#FFF;
	font-size:1em;
}
.single-content table{
	border:solid 1px #717171;
	border-collapse: collapse;
}
.single-content table thead th{
		background:rgba(105, 42, 42, 0.6);
	padding: 5px;
	border: solid 1px #CCC;
}
.single-content table tbody th{
		background:rgba(105, 42, 42, 0.6);
}
.single-content table tbody th,
.single-content table tbody td {
	padding:15px;
	border: solid 1px #CCC;
}
.single-content ul,
.single-content ol{
	margin: 15px 0 15px 15px;
  padding-left: 0;
}
.single-content ul {
	list-style: disc;
}
.single-content ol {
	list-style: decimal;
}
.single-content img{
	margin-bottom: 15px;
}
.single-content .wp-caption .wp-caption-text{
	font-size: 14px;
	margin-top: -15px;
}
.single-content .aligncenter{
	margin-top: 15px;
}
pre {
  background:rgba(105, 42, 42, 0.6);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow:
auto;
  padding:
1.6em;
}
ins {
  background:rgba(105, 42, 42, 0.6);
  text-decoration:none;
}
/* archive */
.archive-block{
  border-bottom: solid 1px #95918A;
  padding:15px 10px;
}
.archive-time{
  margin-right: 15px;
}
.archive-title{
  width: 100%;
}

@media (min-width: 641px) {
  .archive-title{
    width: calc(100% - 100px);
  }
}

.archive-block a{
  color: #FFF;
  text-decoration: none;
}
.archive-block a:hover{
  text-decoration: none;
}
.paginate{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.paginate span{
  line-height: 36px;
}
.paginate a.page-numbers,
.paginate span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color:#E8B230;

  border:1px solid #E8B230;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.paginate a.page-numbers:hover{
  background-color: #FFF;
  color: #E8B230;
}

.paginate .page-numbers.dots{
  background: none;
  color:  #FFF;
  border: none;
}