@charset "UTF-8";
/*!
Thema Name: JA OKAYAMA WAGYU PROJECT
Author: MANABU
Description: CSS for Oyama Wagyu Beef Project
Version:1.1
*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }
}

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

@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}

.section_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 120px;
}
.section_inner.box {
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .section_inner {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:768px) {
  .sp-t-center {
    text-align: center !important;
  }
}

img {
  width: 100%;
  height: auto;
}

/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 全体共用CSS
------------------------*/
/* 各ページ用CSS
------------------------*/
.lp .ribbon_hd {
  margin: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 44px;
  position: relative;
  height: 44px;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #294072;
}
.lp .ribbon_hd:before, .lp .ribbon_hd:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  border: 22px solid #294072;
}
.lp .ribbon_hd:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.lp .ribbon_hd:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.lp .ribbon_hd span {
  position: relative;
  display: block;
}
.lp .omachi_hd {
  position: relative;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  font-size: 2.5rem;
  color: #435c99;
  padding-top: 20px;
}
@media screen and (max-width:768px) {
  .lp .omachi_hd {
    font-size: 1.5rem;
  }
}
.lp .omachi_hd:before, .lp .omachi_hd:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  top: 0;
}
@media screen and (max-width:768px) {
  .lp .omachi_hd:before, .lp .omachi_hd:after {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}
.lp .omachi_hd:before {
  background-image: url(/images/hd_omachi_left.png?934ff298f4f52d1a042ecd2836e0608c);
  left: 0;
}
.lp .omachi_hd:after {
  background-image: url(/images/hd_omachi_right.png?d4b587a1553d6e1963f73f3bad1cd121);
  right: 0;
}
.lp h3 {
  text-align: center;
  background-color: #435c99;
  color: #FFF;
  margin: 0 0 15px 0;
  padding: 10px 0;
}
.lp .last_time_button {
  text-align: center;
  margin: 70px auto;
}
@media screen and (max-width:768px) {
  .lp .last_time_button {
    margin: 30px auto;
  }
}
.lp .last_time_button a {
  text-decoration: none;
  font-size: 1.2rem;
  width: 550px;
  box-sizing: border-box;
  display: inline-block;
  padding: 24px;
  text-align: center;
  color: #435c99;
  font-weight: 900;
  border: 1px solid #435c99;
  position: relative;
}
@media screen and (max-width:768px) {
  .lp .last_time_button a {
    width: 100%;
    padding: 10px;
    font-size: 0.9rem;
  }
}
.lp .last_time_button a:after {
  content: "";
  width: 18px;
  height: 14px;
  background-image: url(/images/external_link.png?621a1109386c93f4228d258fb5768541);
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: top center;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  transition: right 0.5s;
}
@media screen and (max-width:768px) {
  .lp .last_time_button a:after {
    right: 15px;
  }
}
.lp .last_time_button a:hover:after {
  right: 70px;
}
@media screen and (max-width:768px) {
  .lp .last_time_button a:hover:after {
    right: 10px;
  }
}
.lp .Award .omachi_hd {
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .lp .Award .omachi_hd {
    font-size: 1.1rem;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.lp .Award_list_link {
  display: flex;
  justify-content: center;
  border: 1px solid #435c99;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  box-sizing: border-box;
  margin-top: 1em;
}
@media screen and (max-width:768px) {
  .lp .Award_list_link {
    width: 100%;
    padding: 12px;
  }
}
.lp .Award_list_link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lp .Award_list_link ul li {
  margin-bottom: 0.5em;
}
.lp .Award_list_link ul li:last-of-type {
  margin-bottom: 0;
}
.lp .Award_list_link ul li a {
  color: #435c99;
  font-weight: 900;
  font-size: 1.2rem;
}
@media screen and (max-width:768px) {
  .lp .Award_list_link ul li a {
    font-size: 14px;
  }
}
.lp .keyVisual {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.lp .keyVisual .section_inner {
  margin-bottom: 0;
}
.lp .keyVisual h1 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .lp .keyVisual h1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width:768px) {
  .lp .section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lp .application {
  background-color: #294072;
}
.lp .application .section_inner {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  .lp .application .section_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.lp .application .section_inner .outline {
  margin: 0;
  color: #d2b44c;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .lp .application .section_inner .outline {
    font-size: 3.2vw;
  }
}
.lp .application .section_inner .outline a {
  color: #d2b44c;
}
.lp .application .section_inner .application_button {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
.lp .application .section_inner .application_button a {
  text-decoration: none;
  font-size: 1.2rem;
  width: 400px;
  box-sizing: border-box;
  display: inline-block;
  padding: 24px;
  text-align: center;
  color: #FFF;
  font-weight: 900;
  border: 1px solid #FFF;
  position: relative;
}
@media screen and (max-width:768px) {
  .lp .application .section_inner .application_button a {
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
  }
}
.lp .application .section_inner .application_button a:after {
  content: "";
  width: 23px;
  height: 36px;
  background-image: url(/images/button_arrow.png?8fa727168ce3895c53139f0753587878);
  background-repeat: no-repeat;
  background-size: 23px 36px;
  background-position: top center;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: right 0.5s;
}
@media screen and (max-width:768px) {
  .lp .application .section_inner .application_button a:after {
    width: 11.5px;
    height: 18px;
    background-size: 11.5px 18px;
    right: 20px;
  }
}
.lp .application .section_inner .application_button a:hover:after {
  right: 40px;
}
@media screen and (max-width:768px) {
  .lp .application .section_inner .application_button a:hover:after {
    right: 10px;
  }
}
.lp .application .section_inner .notice {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width:768px) {
  .lp .application .section_inner .notice {
    text-align: left;
    font-size: 0.7rem;
  }
}
.lp .application .section_inner .notice li {
  color: #d2b44c;
  font-weight: 900;
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.lp .application .section_inner .notice li:before {
  content: "※";
}
.lp .about .about_inner {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .lp .about .about_inner {
    margin-bottom: 30px;
    text-align: justify;
  }
}
.lp .about .about_inner p {
  margin: 0;
  padding: 0;
  line-height: 3em;
}
@media screen and (max-width:768px) {
  .lp .about .about_inner p {
    font-size: 0.9rem;
    line-height: 2em;
    text-indent: 1em;
  }
}
.lp .about .about_inner p span {
  display: block;
}
@media screen and (max-width:768px) {
  .lp .about .about_inner p span {
    display: inline;
  }
}
.lp .about .about_photo {
  width: 550px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .lp .about .about_photo {
    width: auto;
  }
}
.lp .about .live_movie {
  width: 850px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .lp .about .live_movie {
    width: auto;
  }
}
.lp .about .live_movie .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.lp .about .live_movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lp .about_omachi .about_omachi_inner {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .lp .about_omachi .about_omachi_inner {
    margin-bottom: 30px;
    text-align: justify;
  }
}
.lp .about_omachi .about_omachi_inner p {
  margin: 0;
  padding: 0;
  line-height: 3em;
}
@media screen and (max-width:768px) {
  .lp .about_omachi .about_omachi_inner p {
    font-size: 0.9rem;
    line-height: 2em;
    text-indent: 1em;
  }
}
.lp .about_omachi .about_omachi_inner p span {
  display: block;
}
@media screen and (max-width:768px) {
  .lp .about_omachi .about_omachi_inner p span {
    display: inline;
  }
}
.lp .about_omachi .about_omachi_photo {
  width: 640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .lp .about_omachi .about_omachi_photo {
    width: auto;
  }
}
.lp .about_omachi .about_omachi_photo .photo {
  width: 310px;
}
@media screen and (max-width:768px) {
  .lp .about_omachi .about_omachi_photo .photo {
    width: 48%;
  }
}
.lp .about_omachi .about_omachi_photo .photo img {
  width: 100%;
  height: auto;
}
.lp .guidelines {
  padding: 100px 0px;
  background-color: #f6f0db;
}
@media screen and (max-width:768px) {
  .lp .guidelines {
    padding: 30px 20px;
  }
}
@media screen and (max-width:768px) {
  .lp .guidelines .section_inner {
    margin-bottom: 0;
  }
}
.lp .guidelines .guidelines_box {
  width: 850px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box {
    width: auto;
  }
}
.lp .guidelines .guidelines_box .ribbon_hd {
  margin-top: -22px;
}
.lp .guidelines .guidelines_box .guidelines_inner > .notice {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner > .notice {
    text-align: left;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner > .notice li {
  color: #ca0915;
  font-weight: 900;
  text-indent: -1em;
  margin-left: 1em;
}
.lp .guidelines .guidelines_box .guidelines_inner > .notice li:before {
  content: "※";
}
.lp .guidelines .guidelines_box .guidelines_inner dl {
  padding: 0;
  margin: 0;
  padding: 20px 0;
  border-bottom: solid 1px #435c99;
  display: flex;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl {
    flex-direction: column;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dt {
  width: 170px;
  margin-right: 5px;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dt {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd {
  flex: 1;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dd {
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dd > h4 {
    text-align: center;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > table {
  width: 100%;
  margin-bottom: 1em;
  border-top: 1px solid #435c99;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > table:last-of-type {
  margin-bottom: 0;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > table th,
.lp .guidelines .guidelines_box .guidelines_inner dl dd > table td {
  padding: 5px;
  border-bottom: 1px solid #435c99;
  font-size: 90%;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > table th {
  background-color: #9cc9ef;
  width: 6em;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > table td.red {
  color: #ca0915;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > table td.bold {
  font-weight: bold;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li {
  margin-bottom: 1em;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li:last-of-type {
  margin-bottom: 0;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li > span {
  color: #435c99;
  font-weight: 900;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li p {
  margin: 0;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li p {
    margin-left: 1em;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li p span {
  margin-left: 1em;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li p span {
    display: block;
    margin-left: 0em;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li .child {
  display: flex;
  margin-left: -1em;
  padding: 5px 0;
  list-style-type: none;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li .child {
    display: block;
    margin-left: 0em;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li .child li {
  font-size: 0.9rem;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li .child li {
    font-size: 0.8rem;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > ul > li .child li:before {
  content: "●";
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > span.notice {
  color: #ca0915;
  font-weight: 900;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl dd > span.notice {
    display: block;
  }
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > h4 {
  margin: 0;
  padding: 0;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > .notice {
  margin-left: 0.2em;
  font-size: 0.9rem;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > .notice li {
  text-indent: -0.7em;
  margin-left: 0.7em;
  margin-bottom: 0.5em;
}
.lp .guidelines .guidelines_box .guidelines_inner dl dd > .notice li:before {
  content: "※";
}
.lp .guidelines .guidelines_box .guidelines_inner dl.child {
  border-bottom: none;
  padding: 0;
  margin-bottom: 1em;
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl.child {
    margin-bottom: 15px;
  }
  .lp .guidelines .guidelines_box .guidelines_inner dl.child:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl.child dt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl.child dd {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .lp .guidelines .guidelines_box .guidelines_inner dl.child dd span {
    font-size: 0.7rem;
  }
}
.lp .guidelines .countermeasure {
  margin-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 80px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .lp .guidelines .countermeasure {
    margin-top: 30px;
    padding: 20px 20px;
    flex-direction: column;
  }
}
.lp .guidelines .countermeasure:before, .lp .guidelines .countermeasure:after {
  position: absolute;
  top: 0;
  content: "";
  width: 42px;
  height: 100%;
  border-top: 3px solid #435c99;
  border-bottom: 3px solid #435c99;
  box-sizing: border-box;
}
.lp .guidelines .countermeasure:before {
  left: 0;
  border-left: 3px solid #435c99;
}
.lp .guidelines .countermeasure:after {
  right: 0;
  border-right: 3px solid #435c99;
}
.lp .guidelines .countermeasure .left h4 {
  color: #435c99;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .lp .guidelines .countermeasure .left h4 {
    font-size: 5vw;
    text-align: center;
  }
}
.lp .guidelines .countermeasure .left ul {
  padding-left: 1.5em;
  padding-right: 2em;
  color: #435c99;
}
.lp .guidelines .countermeasure .right {
  width: 40%;
}
@media screen and (max-width:768px) {
  .lp .guidelines .countermeasure .right {
    width: 80%;
    margin: auto;
  }
}
.lp .sns {
  text-align: center;
  padding: 85px 0 0 0;
}
@media screen and (max-width:768px) {
  .lp .sns {
    padding: 30px 0 0 0;
  }
}
.lp .sns .section_inner {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 10px;
}
.lp .sns p {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}
.lp .sns .sns_btn {
  margin: 0;
  padding: 0;
  margin-bottom: 75px;
  list-style-type: none;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .lp .sns .sns_btn {
    margin-bottom: 30px;
  }
}
.lp .sns .sns_btn li {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
}
.lp .sns .sns_btn li:last-of-type {
  margin-right: 0;
}
.lp .sns .organizing {
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
}
@media screen and (max-width:768px) {
  .lp .sns .organizing dt {
    width: 3em;
    white-space: nowrap;
  }
  .lp .sns .organizing dd {
    margin-left: 0.5em;
  }
  .lp .sns .organizing dd span:not(.nowrap) {
    display: block;
  }
}
.lp footer {
  padding: 0;
  background-color: #435c99;
}
.lp footer .section_inner {
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.lp footer p {
  text-align: center;
  font-size: 0.6rem;
}
.lp footer p.logo a {
  display: inline-block;
  width: 206px;
}
@media screen and (max-width:768px) {
  .lp footer p.logo a {
    width: 60%;
  }
}
.lp footer p.copyright {
  color: #FFF;
  text-align: left;
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner h3 {
    font-size: 90%;
  }
  .lp .Judges .Judges_inner h3 span {
    display: block;
    margin-left: 0;
  }
}
.lp .Judges .Judges_inner .Judges_list table {
  width: 100%;
}
.lp .Judges .Judges_inner .Judges_list table th,
.lp .Judges .Judges_inner .Judges_list table td {
  padding: 10px 10px;
  text-align: center;
}
.lp .Judges .Judges_inner .Judges_list table th {
  border-bottom: 3px solid #ccc;
}
.lp .Judges .Judges_inner .Judges_list table td {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner .Judges_list table tbody,
.lp .Judges .Judges_inner .Judges_list table tr,
.lp .Judges .Judges_inner .Judges_list table th,
.lp .Judges .Judges_inner .Judges_list table td {
    display: block;
  }
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner .Judges_list table tr {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner .Judges_list table th.t_support {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner .Judges_list table th,
.lp .Judges .Judges_inner .Judges_list table td {
    border-bottom: none;
    border-top: none;
    font-size: 90%;
  }
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner .Judges_list table th.t_support,
.lp .Judges .Judges_inner .Judges_list table td.t_support {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner .Judges_list table th.t_product_name,
.lp .Judges .Judges_inner .Judges_list table td.t_product_name {
    font-weight: bold;
  }
}
.lp .Judges .Judges_inner ul {
  padding: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner ul {
    justify-content: space-between;
  }
}
.lp .Judges .Judges_inner ul li {
  width: 246px;
  margin-right: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .lp .Judges .Judges_inner ul li {
    width: 48%;
    margin-right: 0;
  }
}
.lp .Judges .Judges_inner ul li:nth-child(4n) {
  margin-right: 0;
}
.lp .Judges .Judges_inner ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp .Judges .Judges_inner ul li p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.lp .Judges .Judges_inner ul li p.belong, .lp .Judges .Judges_inner ul li p.title {
  font-size: 80%;
}
.lp .Judges .Judges_inner ul li p.belong {
  margin-top: 5px;
}
.lp .Judges .Judges_inner ul li p.name {
  font-weight: bold;
  font-size: 85%;
}
.lp .chirashi .section_inner {
  display: flex;
  justify-content: center;
}
.lp .chirashi .section_inner .chirashi_download {
  text-decoration: none;
  font-size: 1.2rem;
  width: 400px;
  box-sizing: border-box;
  display: inline-block;
  padding: 24px;
  text-align: center;
  color: #435c99;
  font-weight: 900;
  border: 1px solid #435c99;
  position: relative;
}
@media screen and (max-width:768px) {
  .lp .chirashi .section_inner .chirashi_download {
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
  }
}
.lp .chirashi .section_inner .chirashi_download:after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/images/pdf_icon.png?78cf783b41a49bd7fa6511dd64bc983b);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: top center;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: right 0.5s;
}
@media screen and (max-width:768px) {
  .lp .chirashi .section_inner .chirashi_download:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    right: 20px;
  }
}
.lp .chirashi .section_inner .chirashi_download:hover:after {
  right: 40px;
}
@media screen and (max-width:768px) {
  .lp .chirashi .section_inner .chirashi_download:hover:after {
    right: 10px;
  }
}

.omachi .keyVisual {
  background-image: url(/images/bg.jpg?1c83cc4ed92f0af99e3e87632d7c0c2c);
}
@media screen and (max-width:768px) {
  .omachi .keyVisual {
    background-image: url(/images/bg_sp.jpg?3bf86a9e4a0f5ac3d7b697e65548de37);
  }
}
.omachi .readtext {
  background-color: #435c99;
  padding: 40px;
  box-sizing: border-box;
}
.omachi .readtext.bg_white {
  background-color: #FFF;
}
.omachi .readtext.bg_white .readtextBox_after p {
  margin: 0;
  padding: 0;
  color: #435c99;
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
}
@media screen and (max-width:768px) {
  .omachi .readtext.bg_white .readtextBox_after p {
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  .omachi .readtext {
    padding: 20px;
  }
}
.omachi .readtext .section_inner {
  margin-bottom: 0;
}
.omachi .readtext h2 {
  color: #FFF;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width:768px) {
  .omachi .readtext h2 {
    font-size: 16px;
  }
}
.omachi .readtext h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.omachi .readtext h2 span:before, .omachi .readtext h2 span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #FFF;
}
.omachi .readtext h2 span:before {
  right: 100%;
}
.omachi .readtext h2 span:after {
  left: 100%;
}
.omachi .readtext .readtextBox {
  margin-bottom: 1em;
}
.omachi .readtext .readtextBox p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .omachi .readtext .readtextBox p {
    text-align: justify;
  }
}
@media screen and (max-width:768px) {
  .omachi .news .section_inner {
    margin-bottom: 0;
  }
}
.omachi .news .news_inner {
  padding: 0 40px;
}
@media screen and (max-width:768px) {
  .omachi .news .news_inner {
    padding: 0 10px;
  }
}
.omachi .news .news_inner dl {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width:768px) {
  .omachi .news .news_inner dl {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .omachi .news .news_inner dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.omachi .news .news_inner dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  position: relative;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .omachi .news .news_inner dl dt {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.omachi .news .news_inner dl dt::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #435c99;
}
.omachi .news .news_inner dl dt .title {
  font-size: 1.6rem;
  color: #435c99;
}
@media screen and (max-width:768px) {
  .omachi .news .news_inner dl dt .title {
    font-size: 1rem;
    font-weight: bold;
  }
}
.omachi .news .news_inner dl dt .date {
  background-color: #435c99;
  color: #FFF;
  padding: 0px 10px;
  line-height: 1.6em;
  border-radius: 3px;
}
@media screen and (max-width:768px) {
  .omachi .news .news_inner dl dt .date {
    margin-bottom: 10px;
  }
}
.omachi .news .news_inner dl dd {
  margin: 0;
  padding: 0;
}
.omachi .news .news_inner .newsBox {
  margin-bottom: 1em;
}
.omachi .news .news_inner .newsBox p {
  margin: 0;
  padding: 0;
  text-indent: 1em;
  line-height: 1.8em;
}
.omachi .news .news_inner .newsBox p span {
  font-weight: bold;
  color: #435c99;
}
.omachi .instaBanner {
  padding-top: 60px;
}
@media screen and (max-width:768px) {
  .omachi .instaBanner {
    padding: 0 20px;
  }
}
.omachi .instaBanner .instaBanner_innner {
  width: 800px;
  margin: auto;
}
.omachi .instaBanner .instaBanner_innner a {
  transition: opacity, 0.6s;
}
.omachi .instaBanner .instaBanner_innner a:hover {
  opacity: 0.6;
}
@media screen and (max-width:768px) {
  .omachi .instaBanner .instaBanner_innner {
    width: auto;
  }
}
.omachi .banner {
  padding: 0px;
}
@media screen and (max-width:768px) {
  .omachi .banner {
    padding: 40px 20px 30px 20px;
  }
}
.omachi .banner .section_inner {
  margin-bottom: 0;
}
.omachi .banner .section_inner .banner_inner {
  width: 800px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .omachi .banner .section_inner .banner_inner {
    width: 100%;
  }
}
.omachi .banner .section_inner .banner_inner a {
  transition: opacity, 0.6s;
}
.omachi .banner .section_inner .banner_inner a:hover {
  opacity: 0.6;
}
.omachi .banner .section_inner .banner_inner .caption {
  text-align: center;
  color: #d7000f;
  font-weight: bold;
}
.omachi .list_of_products {
  width: 550px;
  margin: 70px auto 0 auto;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #435c99;
}
@media screen and (max-width:768px) {
  .omachi .list_of_products {
    width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.omachi .list_of_products h5 {
  margin-top: 0;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #435c99;
  font-size: 1.2rem;
  border-bottom: 1px solid #435c99;
}
@media screen and (max-width:768px) {
  .omachi .list_of_products h5 {
    font-size: 1rem;
  }
}
.omachi .list_of_products ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.omachi .list_of_products ul li {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.omachi .list_of_products ul li dl,
.omachi .list_of_products ul li dt,
.omachi .list_of_products ul li dd {
  margin: 0;
  padding: 0;
}
.omachi .list_of_products ul li dl {
  display: flex;
}
.omachi .list_of_products ul li dl dt {
  width: 5em;
}
@media screen and (max-width:768px) {
  .omachi .list_of_products ul li dl dt {
    width: 6em;
  }
}
.omachi .list_of_products ul li.t-center {
  text-align: center;
}
@media screen and (max-width:768px) {
  .omachi .list_of_products ul li {
    font-size: 90%;
  }
}
.omachi .list_of_products ul li:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}
.omachi .list_of_products ul li a {
  text-decoration: none;
}
.omachi .red {
  color: red;
}
.omachi .bold {
  font-weight: bold;
}
.omachi .SakesList {
  margin-top: 60px;
}
@media screen and (max-width:768px) {
  .omachi .SakesList {
    margin-top: 30px;
  }
}
.omachi .SakesList h3 {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .omachi .SakesList h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .omachi .SakesList .omachi_hd {
    font-size: 5vw;
  }
}
.omachi .SakesList .list_of_products {
  margin-top: 20px;
}

.top .Award {
  margin-top: 60px;
}
@media screen and (max-width:768px) {
  .top .Award {
    margin-top: 30px;
  }
}
@media screen and (max-width:768px) {
  .top .Award .omachi_hd {
    font-size: 3.6vw !important;
  }
}
.top .Award .news_flash {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .Award .news_flash a {
  width: 50%;
  background-color: #435c99;
  color: #FFF;
  padding: 0.8em 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1.4rem;
  opacity: 1;
  transition: all, 0.6s;
}
.top .Award .news_flash a:hover {
  opacity: 0.6;
}
@media screen and (max-width:768px) {
  .top .Award .news_flash a {
    width: 80%;
    font-size: 1rem;
  }
}
.top .Information {
  margin-top: 60px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .top .Information {
    margin-top: 30px;
  }
}
.top .Information .information_box {
  width: 850px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .top .Information .information_box {
    width: auto;
  }
}
.top .Information .information_box table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top .Information .information_box table tbody,
.top .Information .information_box table th,
.top .Information .information_box table td {
  display: block;
}
.top .Information .information_box table tr {
  display: flex;
}
.top .Information .information_box table th {
  min-width: 10em;
}
.top .Information .information_box table td {
  flex: 1;
}
.top .Information .information_box table + p {
  text-align: center;
}
@media screen and (max-width:768px) {
  .top .Information .information_box table + p {
    text-align: left;
  }
}
.top .reviewer {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top .Judges .Judges_info p {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .top .Judges .Judges_info p {
    font-size: 0.9rem;
  }
}
.top .Judges .Judges_info p span {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
@media screen and (max-width:768px) {
  .top .Award .omachi_hd {
    font-size: 4.4vw;
  }
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner h3 {
    font-size: 90%;
  }
  .top .Award .Award_inner h3 span {
    display: block;
    margin-left: 0;
  }
}
.top .Award .Award_inner .Award_table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}
.top .Award .Award_inner .Award_table th,
.top .Award .Award_inner .Award_table td {
  padding: 5px 10px;
  text-align: center;
}
.top .Award .Award_inner .Award_table th {
  text-align: center;
  background-color: #f6f0db;
}
.top .Award .Award_inner .Award_table td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_table tbody,
.top .Award .Award_inner .Award_table tr,
.top .Award .Award_inner .Award_table th,
.top .Award .Award_inner .Award_table td {
    display: block;
  }
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_table tr {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_table th.t_support {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_table th,
.top .Award .Award_inner .Award_table td {
    border-bottom: none;
    border-top: none;
    font-size: 90%;
  }
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_table th.t_support,
.top .Award .Award_inner .Award_table td.t_support {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_table th.t_product_name,
.top .Award .Award_inner .Award_table td.t_product_name {
    font-weight: bold;
  }
}
.top .Award .Award_inner .Award_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_list {
    justify-content: space-between;
  }
}
.top .Award .Award_inner .Award_list li {
  width: 246px;
  margin-right: 5px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:768px) {
  .top .Award .Award_inner .Award_list li {
    width: 48%;
    margin-right: 0;
  }
}
.top .Award .Award_inner .Award_list li:nth-child(4n) {
  margin-right: 0;
}
.top .Award .Award_inner .Award_list li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .Award .Award_inner .Award_list li .is_award_mark {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}
.top .Award .Award_inner .Award_list li p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.top .Award .Award_inner .Award_list li p.campany_name {
  font-size: 80%;
  margin-top: 5px;
}
.top .Award .Award_inner .Award_list li p.campany_name span {
  margin-right: 0.5em;
}
.top .Award .Award_inner .Award_list li p.product_name {
  font-weight: bold;
  font-size: 85%;
}
.top .Judges_inner .Judges_table {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .top .Judges_inner .Judges_table tr,
.top .Judges_inner .Judges_table th,
.top .Judges_inner .Judges_table td {
    display: block;
  }
  .top .Judges_inner .Judges_table tr.td-none,
.top .Judges_inner .Judges_table th.td-none,
.top .Judges_inner .Judges_table td.td-none {
    display: none;
  }
  .top .Judges_inner .Judges_table tr {
    border-bottom: 2px solid #435c99;
  }
  .top .Judges_inner .Judges_table thead tr {
    border-top: 2px solid #435c99;
  }
}
.top .Judges_inner .Judges_table th,
.top .Judges_inner .Judges_table td {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.campaign h3 {
  background-color: #d7000f;
}
.campaign .keyVisual {
  background-image: url(/images/bg_campaign_title.png?5f1a15fd8bfee54ed49082decc748520);
}
@media screen and (max-width:768px) {
  .campaign .keyVisual {
    background-image: url(/images/bg_campaign_title_sp.png?c946c504d2b918d5e9c25187fd878cae);
  }
}
.campaign .keyVisual .section_inner {
  margin-bottom: 0;
}
.campaign .application {
  background-color: white;
}
@media screen and (max-width:768px) {
  .campaign .application {
    margin-top: 20px;
  }
}
.campaign .application .section_inner {
  margin-bottom: 0;
}
.campaign .application .section_inner .outline {
  color: #000;
}
.campaign .application .section_inner .outline a {
  color: #d7000f;
}
.campaign .application .section_inner .notice li {
  color: #d7000f;
}
.campaign .application .section_inner .application_button a {
  border: 1px solid #d7000f;
  background-color: #d7000f;
}
.campaign .list_of_products {
  border: 1px solid #d7000f;
}
.campaign .list_of_products h5 {
  border-bottom: 1px solid #d7000f;
  color: #d7000f;
}
.campaign .ul_notice {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.campaign .ul_notice li {
  font-size: 0.9rem;
  text-indent: -1em;
  margin-left: 1em;
  font-weight: bold;
}
.campaign .ul_notice li:before {
  content: "※";
}
.campaign .campaign_description {
  background-repeat: repeat-x;
  background-position: center bottom;
  background-image: url(/images/bg_campaign_sub_title.png?a457bf619439d1cc412d0b2136bb285a);
  background-size: 2px 160px;
  height: 160px;
}
@media screen and (max-width:768px) {
  .campaign .campaign_description {
    background-image: url(/images/bg_campaign_sub_title_sp.png?5ffffe25f0bc2bfa4155c92da517c1f8);
    background-size: 4px 170px;
    height: 170px;
  }
}
.campaign .campaign_description .section_inner {
  margin-bottom: 0;
}
.campaign .campaign_description h2 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .campaign .campaign_description h2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.campaign .method_wrap {
  padding: 0 0px 0px 0px;
}
@media screen and (max-width:768px) {
  .campaign .method_wrap {
    padding: 30px 20px;
  }
}
.campaign .method_wrap .section_inner {
  margin-bottom: 0;
}
.campaign .method_wrap .section_inner .method_box {
  width: 850px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .campaign .method_wrap .section_inner .method_box {
    width: auto;
  }
}
.campaign .method_wrap .section_inner .method_box .method_ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 20px 100px 0 100px;
}
@media screen and (max-width:768px) {
  .campaign .method_wrap .section_inner .method_box .method_ul {
    padding: 20px 0 0 0;
  }
}
.campaign .method_wrap .section_inner .method_box .method_ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #CCC;
}
@media screen and (max-width:768px) {
  .campaign .method_wrap .section_inner .method_box .method_ul li {
    flex-direction: column;
  }
}
.campaign .method_wrap .section_inner .method_box .method_ul li:after {
  position: absolute;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-top: 30px solid #d7000f;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}
.campaign .method_wrap .section_inner .method_box .method_ul li:last-of-type {
  margin-bottom: 0;
}
.campaign .method_wrap .section_inner .method_box .method_ul li:last-of-type:after {
  display: none;
}
.campaign .method_wrap .section_inner .method_box .method_ul li img {
  width: 160px;
  height: 160px;
}
.campaign .how_to_apply {
  padding: 100px 0px;
}
@media screen and (max-width:768px) {
  .campaign .how_to_apply {
    padding: 30px 20px;
  }
}
.campaign .how_to_apply .section_inner {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .campaign .how_to_apply .section_inner {
    margin-bottom: 0;
  }
}
.campaign .how_to_apply .how_to_apply_box {
  width: 850px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .campaign .how_to_apply .how_to_apply_box {
    width: auto;
  }
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column {
  margin-bottom: em;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column h4 {
  overflow: hidden;
  text-align: center;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column h4 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  color: #d7000f;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column h4 span:before, .campaign .how_to_apply .how_to_apply_box .how_to_apply_column h4 span:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 1px;
  background-color: #d7000f;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column h4 span:before {
  right: 100%;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column h4 span:after {
  left: 100%;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column .application_period {
  text-align: center;
  font-weight: bold;
  color: #d7000f;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column .application_period span {
  font-size: 2rem;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column .how_to_apply_column_ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column .how_to_apply_column_ul li {
  margin-bottom: 2em;
  position: relative;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column .how_to_apply_column_ul li::after {
  position: absolute;
  content: "↓";
  color: #435c99;
  font-weight: bold;
  bottom: -1.5em;
  left: 1em;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column .how_to_apply_column_ul li:last-of-type {
  margin-bottom: 1em;
}
.campaign .how_to_apply .how_to_apply_box .how_to_apply_column .how_to_apply_column_ul li:last-of-type:after {
  display: none;
}
.campaign .terms_of_use {
  padding: 100px 0px;
  background-color: #f6f0db;
}
@media screen and (max-width:768px) {
  .campaign .terms_of_use {
    padding: 30px 20px;
  }
}
.campaign .terms_of_use .section_inner {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .campaign .terms_of_use .section_inner {
    margin-bottom: 0;
  }
}
.campaign .terms_of_use .terms_of_use_box {
  width: 850px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .campaign .terms_of_use .terms_of_use_box {
    width: auto;
  }
}
.campaign .terms_of_use .terms_of_use_box .terms_of_use_box_column {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.campaign .terms_of_use .terms_of_use_box .terms_of_use_box_column h4 {
  font-size: 1.1rem;
  color: #d7000f;
  text-align: center;
}
@media screen and (max-width:768px) {
  .campaign .terms_of_use .terms_of_use_box .terms_of_use_box_column ul {
    padding-left: 1em;
  }
}
.campaign .terms_of_use .application {
  background-color: #f6f0db;
}
.campaign .sns .section_inner:after {
  background-image: url(/images/campaign_bottle.png?78e0d951874136f64b0597db50fc3502);
}
.campaign footer {
  background-color: #d7000f;
}

@media screen and (max-width:768px) {
  .award-list .Award .omachi_hd {
    font-size: 4.4vw;
  }
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner h3 {
    font-size: 90%;
  }
  .award-list .Award .Award_inner h3 span {
    display: block;
    margin-left: 0;
  }
}
.award-list .Award .Award_inner .Award_table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}
.award-list .Award .Award_inner .Award_table th,
.award-list .Award .Award_inner .Award_table td {
  padding: 5px 10px;
  text-align: center;
}
.award-list .Award .Award_inner .Award_table th {
  text-align: center;
  background-color: #f6f0db;
}
.award-list .Award .Award_inner .Award_table td {
  border-top: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_table tbody,
.award-list .Award .Award_inner .Award_table tr,
.award-list .Award .Award_inner .Award_table th,
.award-list .Award .Award_inner .Award_table td {
    display: block;
  }
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_table tr {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_table th.t_support {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_table th,
.award-list .Award .Award_inner .Award_table td {
    border-bottom: none;
    border-top: none;
    font-size: 90%;
  }
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_table th.t_support,
.award-list .Award .Award_inner .Award_table td.t_support {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_table th.t_product_name,
.award-list .Award .Award_inner .Award_table td.t_product_name {
    font-weight: bold;
  }
}
.award-list .Award .Award_inner .Award_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_list {
    justify-content: space-between;
  }
}
.award-list .Award .Award_inner .Award_list li {
  width: 246px;
  margin-right: 5px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:768px) {
  .award-list .Award .Award_inner .Award_list li {
    width: 48%;
    margin-right: 0;
  }
}
.award-list .Award .Award_inner .Award_list li:nth-child(4n) {
  margin-right: 0;
}
.award-list .Award .Award_inner .Award_list li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.award-list .Award .Award_inner .Award_list li .is_award_mark {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}
.award-list .Award .Award_inner .Award_list li p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.award-list .Award .Award_inner .Award_list li p.campany_name {
  font-size: 80%;
  margin-top: 5px;
}
.award-list .Award .Award_inner .Award_list li p.campany_name span {
  margin-right: 0.5em;
}
.award-list .Award .Award_inner .Award_list li p.product_name {
  font-weight: bold;
  font-size: 85%;
}
.award-list .Judges_inner .Judges_table {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:768px) {
  .award-list .Judges_inner .Judges_table tr,
.award-list .Judges_inner .Judges_table th,
.award-list .Judges_inner .Judges_table td {
    display: block;
  }
  .award-list .Judges_inner .Judges_table tr.td-none,
.award-list .Judges_inner .Judges_table th.td-none,
.award-list .Judges_inner .Judges_table td.td-none {
    display: none;
  }
  .award-list .Judges_inner .Judges_table tr {
    border-bottom: 2px solid #435c99;
  }
  .award-list .Judges_inner .Judges_table thead tr {
    border-top: 2px solid #435c99;
  }
}
.award-list .Judges_inner .Judges_table th,
.award-list .Judges_inner .Judges_table td {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media screen and (max-width:768px) {
  .omachi-2019 .Award .omachi_hd,
.omachi-2019 .Report .omachi_hd {
    font-size: 4.4vw;
  }
}
.omachi-2019 .Award_inner .Award_inner_table {
  width: 100%;
  border-bottom: 1px solid #f6f0db;
  border-right: 1px solid #f6f0db;
  margin-top: 2em;
  margin-bottom: 5em;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Award_inner .Award_inner_table {
    margin-bottom: 2em;
  }
}
.omachi-2019 .Award_inner .Award_inner_table caption {
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Award_inner .Award_inner_table caption {
    font-size: 12px;
    text-align: left;
  }
}
.omachi-2019 .Award_inner .Award_inner_table th,
.omachi-2019 .Award_inner .Award_inner_table td {
  padding: 0.5em 0.85em;
  text-align: center;
  border-top: 1px solid #f6f0db;
  border-left: 1px solid #f6f0db;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Award_inner .Award_inner_table th,
.omachi-2019 .Award_inner .Award_inner_table td {
    padding: 2px;
    font-size: 10px;
  }
}
.omachi-2019 .Award_inner .Award_inner_table th {
  background-color: #f0f5e0;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Award_inner .Award_inner_table th {
    min-width: 3.3em;
  }
}
@media screen and (max-width:768px) {
  .omachi-2019 .Award_inner .Award_inner_table td {
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  .omachi-2019 .Award_inner .Award_inner_table tr td:first-of-type {
    text-align: center;
  }
}
.omachi-2019 .Award_inner .Award_inner_thunks {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Award_inner .Award_inner_thunks {
    font-size: 14px;
  }
}
.omachi-2019 .Report .Report_inner {
  margin-bottom: 5em;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_inner {
    margin-bottom: 3em;
  }
}
.omachi-2019 .Report .Report_inner:last-of-type {
  margin-bottom: 0;
}
.omachi-2019 .Report .Report_inner .Report_hd {
  margin-bottom: 1em;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_inner .Report_hd {
    padding: 3px 0;
  }
}
.omachi-2019 .Report .Report_inner .Report_day_place {
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  margin: 0;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_inner .Report_day_place {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_inner .Report_day_place dt {
    min-width: 4em;
  }
}
.omachi-2019 .Report .Report_inner .Report_day_place dt:after {
  content: "：";
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_inner .Report_day_place dd {
    margin-left: 0;
  }
}
.omachi-2019 .Report .Report_box {
  display: flex;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box {
    flex-direction: column;
  }
}
.omachi-2019 .Report .Report_box .Report_box_list_of_names {
  flex: 1;
}
.omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table {
  width: 100%;
  border-bottom: 1px solid #f6f0db;
  border-right: 1px solid #f6f0db;
  margin-top: 2em;
}
.omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table caption {
  margin-bottom: 0em;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table caption {
    font-size: 12px;
  }
}
.omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table th,
.omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table td {
  padding: 0.5em 0.85em;
  text-align: center;
  border-top: 1px solid #f6f0db;
  border-left: 1px solid #f6f0db;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table th,
.omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table td {
    padding: 2px;
    font-size: 10px;
  }
}
.omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table th {
  background-color: #f0f5e0;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table th {
    min-width: 6em;
  }
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table td {
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_table tr td:first-of-type {
    text-align: center;
  }
}
.omachi-2019 .Report .Report_box .Report_box_list_of_names .Report_list_of_names_notice {
  text-align: right;
  font-size: 90%;
}
.omachi-2019 .Report .Report_box .Report_box_photo {
  width: 340px;
  margin-left: 50px;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box .Report_box_photo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.omachi-2019 .Report .Report_box .Report_box_photo > div img {
  width: 100%;
  height: auto;
}
.omachi-2019 .Report .Report_box .Report_box_photo.pt40 {
  padding-top: 60px;
}
@media screen and (max-width:768px) {
  .omachi-2019 .Report .Report_box .Report_box_photo.pt40 {
    padding-top: 0;
  }
}
.omachi-2019 .Report .Report_sake_tasting_party > p {
  margin: 0;
}
.omachi-2019 .Report .Report_sake_tasting_party .Report_sake_tasting_party_photo {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.omachi-2019 .Report .Report_sake_tasting_party .Report_sake_tasting_party_photo > div {
  width: 48%;
  margin-bottom: 30px;
}
