@charset "UTF-8";

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, 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, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

html {
  font-size: 25px;
}

body {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  line-height: 1;
  vertical-align: bottom;
}

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

.inner {
  width: 1600px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0 60px 50px;
  background: #FFF;
}

h2{
	font-size: 64px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
}
h3 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
  color: #E2CE8E;
  margin: 0 60px 0 0;
  width: 222px;
  height: 48px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
h3.colomn-one {
  width: 100%;
  margin: 0 0 60px;
}
h3 + p, h3 + ul, h3 + div {
  max-width: calc(100% - (222px + 60px));
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
}
h3 + div p {
  font-size: 29px;
  font-weight: 700;
}
p {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.75;
}
p .p-large, div .p-large {
  font-size: min(2.835vw, 54px);
  line-height: 0.9;
}
p small, div small {
  display: inline-block;
  font-size: 24px;
  /*line-height: 1.5;*/
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
  opacity: 1;
}
ul.marker {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.5;
}
ul.marker li {
  margin-left: 1em;
  text-indent: -0.5em;
}
ul.marker li::before {
  content: "・";
  display: inline-block;
}
ul + p {
  margin-top: 1em;
}

.sec-content-item {
  margin-bottom: 50px;
  justify-content: flex-start;
}
.sec-content-item.in-img {
}
.sec-content-item.in-img h3 {
  margin-right: 30px;
}
.sec-content-item.in-img p {
  margin-top: -1.5em;
}
.sec-content-item .period {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.sec-content-item .conditions {}
.sec-content-item .conditions li {display: flex;}
.annotation_right {
  text-align: right;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #000000;
  font-size: 32px;
  width: 874px;
  max-width: 100%;
  height: 114px;
  /*max-height: calc(100vw / 874 * 114);*/
  margin: 70px 0 80px;
  font-weight: bold;
  border: 1px solid #251e1c;
  transition: 0.3s;
  box-shadow: 2.8346px 2.8346px 10px 0px rgba(26, 33, 20, 0.3);
  background-image: linear-gradient(90deg, rgba(240, 231, 208, 1), rgba(247, 243, 231, 1) 13%, rgba(255, 255, 255, 1) 25%);
  text-decoration: none;
  padding: 20px;
}
.btn a:hover {
  opacity: .7;
}
.txt * {
  font-size: 25px;
}

div[class^="before-bg-"] {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: calc(100vw / 1920 * 70);
  margin-bottom: -1px;
}
.before-bg-gradation {
  background-image: url(../images/bg_top_gradation.png);
}
.before-bg-gradation2 {
  background-image: url(../images/bg_top_gradation2.png);
}
.before-bg-monochromatic {
  background-image: url(../images/bg_top_monochromatic.png);
}
.sec-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.sec-title img {
  /*margin-top: -6px;*/
}
.sec-title h2 {
  width: 100%;
}

.title-container {
  position: relative;
}
.title-container::before, .title-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title-container::before {
  background-image: url(../images/snow.png);
  background-size: 100%;
  width: 95px;
  height: 78px;
  top: 0;
  left: 0;
  transform: translate(-120%, -80%);
}
.title-container::after {
  background-image: url(../images/leaves.png);
  background-size: 100%;
  width: 95.5px;
  height: 79.5px;
  top: 0;
  right: 0;
  transform: translate(75%, 90%);
}

.pc-only {
  display: block !important;
}
.pc-inline {
  display: inline !important;
}
.pc-inline-block {
  display: inline-block !important;
}
.sp-only {
  display: none !important;
}
.sp-inline {
  display: none !important;
}
.sp-inline-block {
  display: none !important;
}

.reddish-brown {
  color: #7f2a2e;
}

.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}

.dot-line {
  margin: 20px 0;
  background: radial-gradient(circle farthest-side, #999, #999 30%, transparent 30%, transparent);
  background-size: 6px;
  display: block;
  height: 4px;
  width: 100%;
}

.hr {
  border-top: 1px solid #1a1a1a;
  margin: 120px 0 70px;
}
.sec-content-item .hr {
  border-color: #333;
  margin: 30px 0;
}

.ffs-palt {font-feature-settings: "palt";}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px 50px;
  }
  
  h2 {
  	font-size: 19px;
  }
  h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    width: 100%;
  }
  h3.colomn-one {
    margin-bottom: 30px;
  }
  h3 + p, h3 + ul, h3 + div {
    max-width: 100%;
    font-size: 18px;
  }
  h3 + div p {
    font-size: 18px;
  }
  p .p-large, div .p-large {
    font-size: 24px;
  }
  p small, div small {
    font-size: 16px;
  }
  ul.marker {
    font-size: 18px;
  }
  .txt * {
    font-size: 18px;
  }
  
  .annotation_right {
    text-align: left;
    font-size: 15px;
  }
  .btn a {
    font-size: 20px;
    line-height: 1.4;
    height: auto;
    margin: 20px auto 20px;
  }
  
  .sec-content-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .sec-content-item.in-img h3 {
    margin-right: 0;
  }
  .sec-content-item.in-img p {
    margin-top: 0;
  }
  
  .pc-only {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
  .pc-inline-block {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  
  .title-container::before {
    width: 12.5%;
    transform: translate(-25%, 10%);
  }
  .title-container::after {
    width: 12.5%;
    top: 75%;
    transform: translate(30%, 0);
  }
  
  .dot-line {
    margin: 10px 0;
  }
  
  .hr {
    margin: 30px 0 30px;
  }
}

/* header */
header {
  margin-bottom: calc(100vw / 1920 * -70);
}
header .page-top {
  width: 100%;
  height: calc(100vw / 3839 * 1984);
  background: url(../images/img_top_top2024.jpg) no-repeat center;
  background-size: 100%;
  margin: calc(100vw * -4 / 1920) 0 calc(100vw * -85 / 1920);
  padding: calc(100vw * 50 / 1920) 0 0;
  text-align: center;
}
header .page-top h1 {
  margin: 0 auto;
  width: 35%;
}

header .page-top-explanation{
	width: 60%;
	margin: calc(100vw * -70 / 1920) auto 0;
}

header .campaign-scene {
  background: linear-gradient(90deg, #d78113 0%, #84292d 100%);
  min-height: 190px;
}
header .campaign-scene .inner {
  padding: 0;
  background: none;
  position: relative;
}
header .campaign-scene .flexbox {
  flex-wrap: nowrap;
  align-items: flex-end;
  position: absolute;
  top: calc(100vw / 1920 * -60);
  width: 100%;
}
header .campaign-scene .flexbox img.little-mgb {
  margin-bottom: calc(100vw / 1920 * 20);
}

@media screen and (max-width: 1280px) {
  header .page-top {
    padding: calc(100vw * 50 / 1920) 0 0;
  }
  header .page-top h1 {
    max-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  header .page-top {
    padding-top: 5px;
  }
  header .page-top h1 {
    width: 40%;
    max-width: 40%;
   /* margin: 0 auto 5px;*/
  }
  header .page-top .page-top-explanation {
    width: 65%;
    margin: calc(100vw * -100 / 1920) auto 0;
  }
  header .campaign-scene {
    min-height: 220px;
  }
  header .campaign-scene .flexbox {
    flex-wrap: wrap;
    top: calc(100vw / 1920 * 60);
  }
  header .campaign-scene .flexbox .campaign-scene-img {
    max-width: 18%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  header .page-top {
    padding-top: 10px;
  }
  header .page-top h1 {
    margin-bottom: 10px;
  }
  header .campaign-scene {
    min-height: 380px;
  }
}

/* sec1 */
.sec1 {
  background: url(../images/bg_top_monochromatic_bottom.png) no-repeat top center;
  background-size: 100%;
  margin-bottom: calc(100vw / 1920 * -70);
  padding: 20px 0 100px;
}
.sec1 h2 {
  color: #802A2D;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto 10px;
}
.sec1 .subtitle {
  line-height: 1;
  margin: 0 auto 40px;
  text-align: center;
}
.sec1 p.reddish-brown {
  font-size: 20px;
}
.sec1 .sec-content {
  margin-top: 100px;
}
.sec1 .sec-content .dot-line {
  max-width: 1150px;
  margin: 10px 0 20px;
}
.sec1 p small {
  font-weight: 400;
}
.sec1 .txt p, .sec1 .txt p a {
  font-size: 23px;
}

.w-chance.flexbox {
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.w-chance.flexbox .w-chance-heading {
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: 0.02em;
}
.w-chance.flexbox .w-chance-heading small {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
}
.w-chance + p {
  line-height: 1.7;
}

.title_txt_img{margin-bottom: 30px;}
div p small a{text-decoration: none; color: #7f2a2e;}
div p small a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .sec1 {
    padding-bottom: 60px;
  }
  .sec1 h2 {
    margin: 20px auto 0;
    max-width: 80%;
  }
  .sec1 .subtitle {
    max-width: 80%;
    margin-top: 10px;
  }
  .sec1 p.reddish-brown {
    font-size: 18px;
    text-align: left;
  }
  .sec1 .sec-content {
    margin-top: 40px;
  }
  .sec1 .txt p, .sec1 .txt p a {
    font-size: 16px;
  }
  
  .w-chance.flexbox {
    justify-content: center;
  }
  .w-chance.flexbox .w-chance-heading {
    font-size: 24px;
  }
  .w-chance.flexbox .w-chance-heading small {
    font-size: 16px;
  }
}

/* sec2 */
.sec2 {
  padding: 10px 0 170px;
  background: linear-gradient(90deg, rgba(255,240,0,1) 0%, rgba(197,159,34,1) 100%);
}
.sec2 .inner {
  padding: 0 140px 10px;
}
.sec2 .sec-title {
  margin-bottom: 60px;
}
.sec2 .sec-title img {
  margin-top: -10px;
}
.sec2 h2 {
  color: #8F9636;
  margin-top: 20px;
}
.sec2 .sec-title p {
  max-width: 1130px;
  font-weight: 700;
}
.sec2 .sec-content-item.in-img {
  margin-bottom: 30px;
}
.sec2 .prize {
  /*padding-left: 50px;*/
  margin-bottom: 20px;
  align-items: flex-end;
  
  justify-content: center;
}
.sec2 .prize .rice-shinnosuke {
  margin-bottom: 20px;
}
.sec2 .prize .niigata-gohannomoto {
  padding: 40px;
  background: #F3EED4;
  border-radius: 84.277px;
  align-items: flex-end;
  width: 920px;
  max-width: 72%;
}
.sec2 .prize .gohannomoto-logo {
  text-align: center;
  margin-bottom: 10px;
}
.sec2 .prize .gohannomoto-logo p {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 30px;
}
.sec2 .prize ul.gohannomoto {
  width: 600px;
  max-width: 72%;
  align-items: flex-end;
}
.sec2 .prize ul.gohannomoto li {
  margin-bottom: 10px;
}
.sec2 .annotation_right {
  margin-bottom: 60px;
}
.sec2 .how-to-apply {
  margin-bottom: 60px;
  flex-wrap: nowrap;
  align-items: center;
}
.sec2 .how-to-apply-child {
  max-width: 36%;
  min-width: 24%;
  justify-content: center;
  align-content: space-between;
  min-height: 370px;
}
.sec2 .how-to-apply-child .flexbox {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.sec2 .how-to-apply-child .flexbox .numbering {
  font-size: 64px;
  font-weight: 700;
  margin-right: 20px;
  line-height: 1;
}
.sec2 .how-to-apply-child .flexbox p {
  font-size: 25px;
}
.sec2 .how-to-apply-child .how-to-apply-img {
  text-align: center;
}
.sec2 .right-arrow {
  min-width: 48.5px;
  margin: 0 20px;
}
.sec2 .btn {
  margin-top: 70px;
}

.sec2 .inquiry-content {
  width: 1400px;
  max-width: calc(100% - 20px);
  margin: 140px auto 0;
  padding: 0 30px 30px;
  background: #FFF;
  border: 1px solid #802A2E;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec2 .inquiry-content h3 {
  margin: -24px auto 20px;
}
.sec2 .inquiry-content h4 {
  width: 100%;
  text-align: center;
  font-size: 43px;
  line-height: 1.4;
}
.sec2 .inquiry-content p {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .sec2 .inner {
    padding: 0 60px 10px;
  }
  .sec2 .prize {
    padding-left: 0;
  }
  .sec2 .prize ul.gohannomoto {
    width: calc(100vw / 1920 * 720);
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec2 {
    padding: 50px 0;
  }
  .sec2 .inner {
    padding: 0 20px 10px;
  }
  .sec2 .sec-title {
    margin-bottom: 40px;
  }
  .sec2 .sec-title img {
    margin-top: -6px;
  }
  .sec2 h2 {
    margin-bottom: 30px;
  }
  .sec2 .sec-title p {
    font-size: 18px;
  }
  .sec2 .prize {
    padding-left: 0;
    justify-content: center;
  }
  .sec2 .prize .rice-shinnosuke {
    max-width: 200px;
  }
  .sec2 .prize .niigata-gohannomoto {
    padding: 30px;
    max-width: 100%;
    justify-content: center;
    border-radius: 40px;
  }
  .sec2 .prize .gohannomoto-logo {
    margin-bottom: 30px;
  }
  .sec2 .prize .gohannomoto-logo p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec2 .prize .gohannomoto-logo img {
    max-width: 100px;
  }
  .sec2 .prize ul.gohannomoto {
    max-width: 100%;
    width: 100%;
  }
  .sec2 .prize ul.gohannomoto li {
    max-width: 28%
  }
  .sec2 .how-to-apply {
    flex-direction: column;
  }
  .sec2 .how-to-apply-child {
    max-width: 100%;
    min-height: auto;
    flex-direction: column;
  }
  .sec2 .how-to-apply-child .flexbox .numbering {
    font-size: 40px;
    margin-right: 10px;
  }
  .sec2 .how-to-apply-child .flexbox p {
    font-size: 18px;
  }
  .sec2 .how-to-apply-child .how-to-apply-img {
    margin-top: 20px;
  }
  .sec2 .right-arrow {
    transform: rotate(90deg);
    min-width: auto;
    max-width: 30px;
    margin: 20px 0;
  }
  .sec2 .btn {
    margin-top: 50px;
  }
  
  .sec2 .inquiry-content {
    margin-top: 30px;
    padding: 0 20px 20px;
  }
  .sec2 .inquiry-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec2 .inquiry-content p {
    font-size: 16px;
  }
}

@media screen and (max-width:896px) and (orientation:landscape) {
  .sec2 .prize .niigata-gohannomoto {
    justify-content: space-between;
  }
  .sec2 .prize ul.gohannomoto {
    max-width: 72%;
    width: calc(100vw / 1920 * 720);
  }
}

/* sec3 */
.sec3 {
  padding: 0 0 120px;
}
.sec3 .inner {
  padding-top: 120px;
  text-align: center;
}
.sec3 .inner h2 {
  margin-bottom: 40px;
}
.sec3 .inner p {
  font-weight: 700;
}
.sec3 .inner .gastronomy-detail {
  margin-top: 80px;
}
.sec3 .inner .gastronomy-detail p {
  margin-bottom: 15px;
}
.sec3 .inner .gastronomy-detail-img {
  width: 874px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px;
  border: 1px solid #000;
}

@media screen and (max-width: 1280px) {
  .sec3 .inner {
    padding: 80px 10px 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec3 {
    padding: 0 0 60px;
  }
  .sec3 .inner {
    padding: 40px 0;
  }
  .sec3 .inner h2 {
    margin-bottom: 10px;
  }
  .sec3 .inner p {
    font-size: 16px;
  }
  .sec3 .inner .gastronomy-detail {
    margin-top: 40px;
  }
  .sec3 .inner .gastronomy-detail-img {
    padding: 30px;
  }
}


/* footer */
#footer {
}

/* SP */
@media screen and (max-width: 767px) {
  #footer {
  }
}