@charset "UTF-8";
/*! 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: "Noto Serif JP", serif;
  /* font-family: "Noto Sans JP", sans-serif; */
  /* 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;
}

/* -------------------------------------
 *
 * reset
 *
------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

p {
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dl, dd {
  margin: 0;
}

small {
  font-size: 100%;
}

em {
  font-style: normal;
}

#mmpa2025 p{
  font-size: 18px;
}

/* -------------------------------------
 *
 * base
 *
------------------------------------- */
html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}
body {
  min-height: 100%;
  overflow: hidden;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  /* font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #4c4c4c;
  position: inherit !important;
}
a:link {
  color: #4054ca;
  text-decoration: none;
}
a:visited {
  color: #4054ca;
  text-decoration: none;
}
a {
  cursor: pointer;
  transition: opacity 0.2s;
}
a:hover {opacity: 0.5;}
label {cursor: pointer;}
img {vertical-align: middle;}
.show {display: block !important;}
.hide {display: none !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.text-indent-1 {text-indent: 1.4em;}

/* -------------------------------------
 *
 * helper
 *
------------------------------------- */
/* text decolation */
.textNormal {font-weight: normal !important;}
.textBold {font-weight: bold !important;}
.textUnderline {text-decoration: underline !important;}
.textItalic {font-style: italic !important;}
.textNote {padding-left: 1em;text-indent: -1em;}
.textNowrap {white-space: nowrap !important;}

/* element position */
.elementLeft {text-align: left !important;}
.elementCenter {text-align: center !important;}
.elementRight {text-align: right !important;}
.elementTop {vertical-align: top !important;}
.elementMiddle {vertical-align: middle !important;}
.elementBottom {vertical-align: bottom !important;}

/* LAYOUT ------------------------------------*/
.sec_wrap{
  width: 100%;
  max-width: 1100px;
  float: none;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
}
header, .bg1, .bg3{
  background:linear-gradient(to right,#080D35,#0C7D91);
  color: #fff;
}
.bg_wave{
  display: block;
  float: none;
  width: 100%;
  background: url(../img/wave_1.png)top center no-repeat;
  background-size: contain;
  float: none;
  margin: 0 auto;
  position: relative;
}
.bg2{ background:linear-gradient(to top,#adadad,#e1e1e1);}

.btn_gold{
  background : -moz-linear-gradient(1.47% 50% 0deg,rgba(255, 253, 190, 1) 0%,rgba(255, 249, 183, 1) 0%,rgba(255, 226, 144, 1) 22.79%,rgba(211, 175, 96, 1) 41.4%,rgba(255, 211, 106, 1) 58.6%,rgba(255, 241, 176, 1) 77.21%,rgba(214, 186, 126, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(255, 253, 190, 1) 0%, rgba(255, 249, 183, 1) 0%, rgba(255, 226, 144, 1) 22.79%, rgba(211, 175, 96, 1) 41.4%, rgba(255, 211, 106, 1) 58.6%, rgba(255, 241, 176, 1) 77.21%, rgba(214, 186, 126, 1) 100%);
  background : -webkit-gradient(linear,1.47% 50% ,100.35% 50% ,color-stop(0,rgba(255, 253, 190, 1) ),color-stop(0,rgba(255, 249, 183, 1) ),color-stop(0.2279,rgba(255, 226, 144, 1) ),color-stop(0.414,rgba(211, 175, 96, 1) ),color-stop(0.586,rgba(255, 211, 106, 1) ),color-stop(0.7721,rgba(255, 241, 176, 1) ),color-stop(1,rgba(214, 186, 126, 1) ));
  background : -o-linear-gradient(0deg, rgba(255, 253, 190, 1) 0%, rgba(255, 249, 183, 1) 0%, rgba(255, 226, 144, 1) 22.79%, rgba(211, 175, 96, 1) 41.4%, rgba(255, 211, 106, 1) 58.6%, rgba(255, 241, 176, 1) 77.21%, rgba(214, 186, 126, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(255, 253, 190, 1) 0%, rgba(255, 249, 183, 1) 0%, rgba(255, 226, 144, 1) 22.79%, rgba(211, 175, 96, 1) 41.4%, rgba(255, 211, 106, 1) 58.6%, rgba(255, 241, 176, 1) 77.21%, rgba(214, 186, 126, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDBE', endColorstr='#D6BA7E' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(255, 253, 190, 1) 0%, rgba(255, 249, 183, 1) 0%, rgba(255, 226, 144, 1) 22.79%, rgba(211, 175, 96, 1) 41.4%, rgba(255, 211, 106, 1) 58.6%, rgba(255, 241, 176, 1) 77.21%, rgba(214, 186, 126, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDBE',endColorstr='#D6BA7E' , GradientType=1);
}


/* FONT  ---------------------------------------*/
h2.section-title{font-size: 37px; font-weight: 600;}
h3.section-title{font-size: 35px; font-weight: 600;}
#mmpa2025 p{font-size: 20px;}
@media screen and (max-width: 800px) {
  h2.section-title{font-size: 35px;}
  h3.section-title{font-size: 30px;}
  #mmpa2025 p{font-size: 18px;}
}
@media screen and (max-width: 600px) {
  h2.section-title{font-size: 30px;}
  h3.section-title{font-size: 25px;}
  #mmpa2025 p{font-size: 16px;}
}
@media screen and (max-width: 500px) {
  h2.section-title{font-size: 26px;}
  h3.section-title{font-size: 24px;}
  #mmpa2025 p{font-size: 16px;}
}
@media screen and (max-width: 400px) {
  h2.section-title{font-size: 22px;}
  h3.section-title{font-size: 22px;}
  #mmpa2025 p{font-size: 15px;}
}
/* header  ---------------------------------------*/
header{
  height: 130px;
  width: 100%;
  position:fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  transition: 0.3s;
  overflow: hidden;
}
h1.header_title{
  width: 500px; /* 600px */
  height: 104px; /* 125px */
  float: none;
  margin: 0px auto;
  text-indent: -1000px;
  background: url(../img/header_logo.png) center center  no-repeat;
  background-size: contain;
  overflow: hidden;
}
#header_img{transition: 0.3s;}
.header_img{
  position: relative;
  padding-top: 130px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  header{ height: 120px;}
  .header_img{padding-top: 120px;}
}
@media screen and (max-width: 500px) {
  header{ height: 110px;}
  .header_img{padding-top: 110px;}
}
@media screen and (max-width: 400px) {
  header{ height: 100px;}
  .header_img{padding-top: 100px;}
}
@media screen and (max-width: 350px) {
  header{ height: 90px;}
  .header_img{padding-top: 90px;}
}
@media screen and (max-width: 300px) {
  header{ height: 80px;}
  .header_img{padding-top: 80px;}
}
/* スクロール後 */
header.scroll-nav {
  height: 50px;
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px;
}
header.scroll-nav h1.header_title{
  background: url(../img/header_logo_wide_white.png) center center  no-repeat;
  background-size: contain;
  width: 500px;
  height: 38px;
}
#header_img.scroll-nav .header_img {padding-top: 50px;}
@media screen and (max-width: 550px) {
  header.scroll-nav {height: 45px;}
  #header_img.scroll-nav .header_img {padding-top: 45px;}
  header.scroll-nav h1.header_title{
    width: 400px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  header.scroll-nav {height: 70px;}
  #header_img.scroll-nav .header_img {padding-top: 70px;}
  header.scroll-nav h1.header_title{
    background: url(../img/header_logo.png) center center  no-repeat;
    background-size: contain;
    width: 90%;
    height: 50px;
  }
}
/* Main Visual -------------------------------------*/
.header_img{background-color: #000}
.header_img_inner{
  width: 1700px;
  height: 500px;
  display: flex;
  justify-content: center;
  position: relative;
}
.header_img .header_img_inner{ background: url(../img/mv.jpg)center center no-repeat; background-size: cover;}
.gradation_right{
  position: absolute;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, rgb(0 0 0 / 0), rgb(0 0 0 / 1));
}
.gradation_left{
  position: absolute;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, rgb(0 0 0 / 1), rgb(0 0 0 / 0));
}
.h3_outer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  float: none;
  margin: 0 auto;
  padding-left: 5%;
  box-sizing: border-box;
}
.h3_outer_2{
  width: 80%;
  max-width: 800px;
  position: relative;
  background: url(../img/mv_text.png) 0 0 no-repeat;
  background-size: contain;
}
.h3_outer_2:before{
  content: '';
  display: block;
  padding-top: 24%;
}
.h3_outer_2 h3{
  position: absolute;
  top: 0;
  overflow: hidden;
  text-indent: -2000px;
}

@media screen and (max-width: 500px) {
  .h3_outer{padding-left: 15px;}
  .h3_outer_2{width: calc(100% - 15px);}
}
@media screen and (max-width: 1700px) {
  .header_img_inner{width: 100%;}
  .gradation_right, .gradation_left{display: none;}
  .header_img{background: none;}
}
@media screen and (max-width: 700px) {
  h1.header_title{
    width: 90%;
    height: 100px;
  }
  .header_img_inner{height: 400px;}
}
@media screen and (max-width: 500px) {
  h1.header_title{height: 80px;}
  .header_img_inner{height: 300px;}
}

/* INTRO --------------------------------------- */
.intro_set{
  display: flex;
  justify-content: space-between;
}
.intro_text{
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;
}
.intro_img{width: 250px; padding-top: 30px;}
.intro_img img{width: 100%; height: auto;}
.pc_narrow{display: none;}
h2.section-title{
  display: block;
  background: url(../img/h2_gold_1000.png) bottom center no-repeat;
  background-size: contain;
  padding: 0 20px 60px 0;
  color: rgb(248, 204, 117);
  text-align: center;
  margin: 40px 0 40px 0;
}
.intro_text_p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.intro_text p{
  font-size: 1.5em !important;
  text-align: left;
  margin-bottom: 30px;
  color: rgb(248, 204, 117);
  font-weight: 500;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  .pc_wide{display: none;}
  .pc_narrow{display: block;}
  h2.section-title{
    display: block;
    background: url(../img/h2_gold_1200.png) bottom center no-repeat;
    background-size: contain;
    padding: 0 20px 60px 20px;
    margin: 40px 0 0px 0;
  }
  .intro_text{
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .intro_img{width: 200px;}
  .intro_text p{
    font-size: 20px !important;
  }
  .intro_set{
    flex-direction: column;
  }
  .intro_text{width: 100%; padding: 0;}
  .intro_img{
    float:none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  h2.section-title{
    background: url(../img/h2_gold_800.png) bottom center no-repeat;
    background-size: contain;
    padding: 0 15px 50px 15px;
    margin: 40px 0 0px 0;
  }
}
@media screen and (max-width: 600px) {
  .intro_img{width: 150px;}
  .intro_text p{font-size: 16px !important;}
  h2.section-title{
    background: url(../img/h2_gold_600.png) bottom center no-repeat;
    background-size: contain;
    padding: 0 15px 50px 15px;
    margin: 30px 0 0px 0;
  }
}
@media screen and (max-width: 500px) {
  h2.section-title{padding: 0 15px 40px 15px;}
}
#mmpa_prize h3.section-title,
#mmpa_about h3.section-title,
#mmpa_ceremony h3.section-title,
#mmpa_partner_voice h3.section-title{
  background: url(../img/h3_white_1200.png)bottom center no-repeat ;
  background-size: contain;
  padding: 0 10px 50px 10px;
  text-align: center;
}
#mmpa_choice h3{
  background: url(../img/h3_black_1200.png) bottom center no-repeat;
  background-size: contain;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #mmpa_prize h3.section-title,
  #mmpa_about h3.section-title,
  #mmpa_ceremony h3.section-title,
  #mmpa_partner_voice h3.section-title{
    background: url(../img/h3_white_1000.png)bottom center no-repeat ;
  }
  #mmpa_choice h3{background: url(../img/h3_black_1000.png) bottom center no-repeat;}
}
@media screen and (max-width: 800px) {
  #mmpa_prize h3.section-title,
  #mmpa_about h3.section-title,
  #mmpa_ceremony h3.section-title,
  #mmpa_partner_voice h3.section-title{
    background: url(../img/h3_white_800.png)bottom center no-repeat ;
  }
  #mmpa_choice h3.section-title{
    background: url(../img/h3_black_800.png) bottom center no-repeat;
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #mmpa_prize h3.section-title,
  #mmpa_about h3.section-title,
  #mmpa_ceremony h3.section-title,
  #mmpa_partner_voice h3.section-title{
    background: url(../img/h3_white_600.png)bottom center no-repeat ;
  }
  #mmpa_choice h3.section-title{
    background: url(../img/h3_black_600.png) bottom center no-repeat;
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  #mmpa_choice h3.section-title{font-size: 20px;}
}

/* 各賞について ---------------------------------*/

.prize_text p{
  text-align: center;
  padding: 15px;
}
.mmpa_all-prize{
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.prize_service{}
.prize_plus{
  padding-top: 50px;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 40px;
  text-align: center;
}
.prize_special{}

.mmpa_all-prize h4{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mmpa_all-prize ul{
  display: flex;
  justify-content: center;
}
.mmpa_all-prize ul li{
  width: 200px;
  height: 150px;
  margin: 15px;
  box-sizing: border-box;
  text-indent: -1000px;
  overflow: hidden;
}
.mmpa_all-prize ul li.prize_gold{
  background: url(../img/award_gold.png)center center no-repeat;
  background-size: contain;
}
.mmpa_all-prize ul li.prize_silver{
  background: url(../img/award_silver.png)center center no-repeat;
  background-size: contain;
}
.mmpa_all-prize ul li.prize_bronze{
  background: url(../img/award_bronze.png)center center no-repeat;
  background-size: contain;
}
.mmpa_all-prize ul li.prize_special{
  background: url(../img/award_special.png)center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .mmpa_all-prize h4{font-size: 18px;}
  .mmpa_all-prize ul li{
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 800px) {
  .prize_text p{
    text-align: justify;
    padding: 15px 0;
  }
  .mmpa_all-prize h4{font-size: 16px;}
  .mmpa_all-prize ul li{
    width: 120px;
    height: 90px;
    margin: 10px;
  }
}
@media screen and (max-width: 700px){
  .mmpa_all-prize h4 br{display: none;}
}
@media screen and (max-width: 650px){
  .mmpa_all-prize h4{height: auto;}
  .mmpa_all-prize{
    flex-direction: column;
  }
  .mmpa_all-prize ul li{margin: 0 10px;}
  .prize_plus{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px){
  .mmpa_all-prize ul{
    display: flex;
    justify-content: space-between;
  }
  .mmpa_all-prize ul li{
    width: 33%;
    height: 70px;
    margin: auto;
    box-sizing: border-box;
  }
}

/* 方法 --------------------------------------- */
.prize_howto{
  display: flex;
  padding: 10px;
}
.prize_howto > div{
  width: 50%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.prize_howto h3{
  display: block;
  float: none;
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 280px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#mmpa2025 .prize_howto p{
  font-size: 18px;
  text-align: center;
}
#mmpa2025 .prize_howto ul{
  list-style: none;
  padding-top: 15px;
  /* padding: 15px 0 0 15px; */
}
.prize_howto ul li{
  font-size: 14px;
  /* text-indent: -16px; */
  text-align: center;
}
@media screen and (max-width: 800px) {
  .prize_howto{
    flex-direction: column;
    padding: 0;
  }
  .prize_howto > div{
    padding: 5px 0;
    width: 100%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 400px) {
  .prize_howto h3{font-size: 18px}
  #mmpa2025 .prize_howto p{font-size: 16px; text-align: justify;}
  .prize_howto ul li{font-size: 12px; text-align: justify;}
}

/* パートナー選択画面 --------------------------------------- */
.mmpa_choice_set{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.mmpa_choice_text{
  width: calc(100% - 500px);
  padding: 15px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mmpa_choice_text p{
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.mmpa_choice_text a,
.mmpa_about_text a{
  display: block;
  float: none;
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 400px;
  padding: 10px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  -moz-border-radius:10px;
  border-radius:10px;
  font-weight: 600;
  box-shadow: 5px 5px 0 0 #000
}
.mmpa_choice_img{
  width: 100%;
  max-width: 500px;
}
.mmpa_choice_img img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .mmpa_choice_text{
    width: calc(100% - 400px);
    padding: 15px 0;
  }
  .mmpa_choice_img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .mmpa_choice_set{
    flex-direction: column-reverse;
  }
  .mmpa_choice_text{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .mmpa_choice_img{
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 600px) {
  .mmpa_choice_text p{font-size: 16px;}
}
@media screen and (max-width: 470px) {
  .mmpa_about_text a{font-size: 16px;}
}

/* マーケットプレイスとは --------------------------------------- */
#mmpa_about > div {
  width: 100%;
  max-width: 1700px;
  float: none;
  margin: 0 auto;
  background: url(../img/wave_2.png)bottom center no-repeat;
  background-size: contain;
  padding-bottom: 20px;
}
.mmpa_about_set{
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.mmpa_about_img{width: 400px;}
.mmpa_about_img img{width: 100%; height: auto;}
.mmpa_about_text{
  width: calc(100% - 450px);
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.mmpa_about_text p{
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .mmpa_about_set{
    flex-direction: column;
    padding: 20px 0;
  }
  .mmpa_about_img{
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
  }
  .mmpa_about_text{
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .mmpa_about_img{
    max-width: none;
    overflow: hidden;
    position: relative;
  }
  .mmpa_about_img:before{
    content: '';
    display: block;
    padding-top: 60%;
  }
  .mmpa_about_img_inner{
    position: absolute;
  top: 0;
  }
}

/* Footer ---------------------------------------*/
.footer{background: #fff; padding: 0;}
.footer a{color: #000;}
.footer_inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-family: Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mmpa_footer_logo{
display: flex;
flex-direction: column;
justify-content: center;
}
.mmpa_footer_logo a{
  display: block;
  width: 300px;
  height: 27px;
  background: url(../img/footer_logo.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -1000px;
  margin-right: 20px;
}
.mmpa_footer_link{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mmpa_footer_link ul{
  display: flex;
  margin: 0;
  padding: 0;
}
.mmpa_footer_link ul li{
  display: block;
  list-style-type: none;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
}
.mmpa_footer_copyright{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .footer_inner{
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15px;
  }
  .mmpa_footer_logo{
    float: none;
    margin: 0px auto;
  }
  .mmpa_footer_logo a{margin: 0;}
  .mmpa_footer_link ul{
    float: none;
    margin: 10px auto;
  }
  .mmpa_footer_link ul li{padding: 0 10px;}
  .mmpa_footer_copyright{
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .mmpa_footer_logo{width: 100%;}
  .mmpa_footer_logo a{width: 100%;}
  .mmpa_footer_link ul{flex-direction: column;}
  .mmpa_footer_link ul li{text-align: center;}
}

/* 授賞式・懇親会の様子セクション */
.bg4 {
  padding: 60px 0 60px 0;
}
.ceremony_heading {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  text-align: center;
  margin-bottom: 32px;
  padding: 32px 0 0 0;
}
.ceremony_heading .section-title {
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  margin: 0;
  background: url(../img/h2_gold_1000.png) bottom center no-repeat;
}
.ceremony_img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px auto;

  iframe {
    height: 500px;
  }
}

.ceremony_voice {
  text-align: center;
}
.ceremony_voice_title {
  color: #fff;
  margin-bottom: 24px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem; /* 133.333% */
  letter-spacing: 0.06rem;
}
.ceremony_voice_list {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.ceremony_voice_item {
  color: #fff;
  font-size: 1.1rem;
  width: 30%;
  flex: 1 1 220px;
  background: url(../img/ceremony_voice_item_back.png) center no-repeat;
  background-size: contain;

  p {
    height: 98px;
  }
}
@media (max-width: 768px) {
  .bg4 {
    padding: 36px 0 36px 0;
  }
  .ceremony_heading {
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .ceremony_heading .section-title {
    font-size: 1.125rem;
  }
  
  .ceremony_img {
    margin-bottom: 24px;

    iframe {
      height: 220px;
    }
  }
  .ceremony_voice_list {
    flex-direction: column;
    gap: 16px;
  }
  .ceremony_voice_item {
    line-height: 1.925rem; /* 220% */
    letter-spacing: 0.04375rem;
    font-size: 0.875rem;
    width: 100%;
    flex: 1 1 86px;

    p {
      height: auto;
    }

    img {
      width: 100%;
    }
  }
}

/* 受賞パートナーの声セクション */
.bg5 {
  padding: 60px 0 60px 0;
  position: relative;
  background: linear-gradient(0deg, rgba(2, 49, 70, 0.90) 0%, rgba(2, 49, 70, 0.90) 100%), url(../img/partner_voice_bg.jpg) lightgray 50% / cover no-repeat;
}

.partner_voice_heading {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  text-align: center;
  margin-bottom: 32px;
  padding: 32px 0 0 0;
}
.partner_voice_heading .section-title {
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  margin: 0;
}
.partner_voice_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner_voice_item {
  display: flex;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  padding: 32px 24px;
  gap: 32px;
  border-bottom: 1px solid #fff;
}
.partner_voice_item--left {
  flex-direction: row;
}
.partner_voice_item--right {
  flex-direction: row-reverse;
}
.partner_voice_img {
  flex: 0 0 440px;
  max-width: 440px;
  width: 100%;
}
.partner_voice_img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.partner_voice_text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 3px;
}
@media (max-width: 900px) {
  .partner_voice_item {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 10px;
  }
  .partner_voice_img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .bg5 {
    padding: 36px 0 36px 0;
  }
  .partner_voice_heading {
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .partner_voice_heading .section-title {
    font-size: 1.125rem;
  }
  .partner_voice_item {
    padding: 16px 4px;
    gap: 10px;
  }
  .partner_voice_text {
    font-size: 0.95rem;
  }
}
@media (max-width: 600px) {
  .partner_voice_list {
    gap: 18px;
  }
  .partner_voice_item {
    flex-direction: column !important;
    align-items: flex-start;
    padding: 12px 2px;
    gap: 8px;
    max-width: 100%;
    width: 100%;
  }
  .partner_voice_img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
    flex: 0;
  }
  .partner_voice_img img {
    width: 100%;
    height: auto;
    border-radius: 3px;
  }

  #mmpa2025 .partner_voice_text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.1px;
  }

  .partner_voice_text {
    padding: 0 2px;
  }
  .partner_voice_heading {
    padding-top: 8px;
    margin-bottom: 10px;
  }
  .partner_voice_heading .section-title {
    font-size: 1rem;
  }
}