@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

/* CSS Document */
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
  /* iPhoneでの文字サイズ自動修正を使わない*/
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: #cd0303 url(../img/bg.jpg) repeat-y center top;
  background-size: 100%;
}

#wrapper {
  width: 600px;
  margin: 0 auto;
}

/*------------------ベース------------------*/
#contents {
  width: 600px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

h1 img {
  width: 280px;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

p.title {
  color: #fff;
  background: #ef3447;
  font-size: 22px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: 'Mochiy Pop P One', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, .3);
}

p.title span {
  color: #fedf0c;
}

.info {
  color: #333;
  border-radius: 6px;
  font-size: 15px;
  text-align: left;
  padding: 16px;
  margin: 20px 20px 10px 20px;
  background-color: #fedf0c;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.present-photo {
  margin: 20px;
  padding: 10px;
  border-radius: 6px;
  background: #ffd6da;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.present-photo p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
  text-align: left;
  padding: 0 10px 10px 10px;
}

.present-photo p span {
  color: #ef3447;
  font-weight: bold;
}

.present-photo img {
  width: 100%;
}

.info span {
  font-weight: bold;
}

.info span.red {
  color: #ef3447;
  font-weight: bold;
}

.info2 {
  font-size: 15px;
  margin: 20px 20px 10px 20px;
  line-height: 1.7;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.info2 span {
  color: #ef3447;
  display: block;
  border-bottom: 2px solid #ef3447;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .info {
    color: #333;
    border-radius: 6px;
    font-size: 15px;
    text-align: left;
    padding: 16px;
    margin: 20px 10px 10px 10px;
    background-color: #fedf0c;
    line-height: 1.6;
  }
.info2 {
  font-size: 15px;
  margin: 20px 10px 10px 10px;
}
  p.title {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
    line-height: 1.4;
  }

  .present-photo {
    margin: 10px;

  }

  .present-photo p {
    line-height: 1.4;
      padding: 0 10px 10px 5px ;

  }
}

/*------------------注釈リストエリア------------------*/
ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #CCC;
}

li {
  font-size: 92%;
  color: #333;
  padding: 5px 0 0 0;
}

li span {
  color: #cc0000;
}

/*------------------入力エリア------------------*/
.form_area dl,
.confirm_area dl {
  padding: 12px 25px;
  margin: 0 auto;
}

.title-subtitle {
  text-align: left;
  border-bottom: 2px solid #666;
  margin: 20px 25px 0 25px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 10px;
}

.login_area dl {
  padding: 12px 150px;
  margin: 0 auto;
}

/*入力項目タイトル*/
.login_area dt label,
.form_area dt label,
.confirm_area dt {
  color: #333;
  line-height: 1;
  font-weight: bold;
  font-size: 117%;

}

.form_area dt {
  padding-bottom: 5px;
}

/*入力項目 必須マーク色*/
.form_area dt label span {
  color: #cc3333;
}

/*入力欄*/
.text,
textarea,
.dropdown {
  border: 1px solid #999;
  padding: 7px 5px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  /* Webkit */
  -webkit-border-radius: 5px;
  /* Firefox */
  -moz-border-radius: 5px;
}

textarea {
  height: 60px;
  width: 400px;
  padding: 0 10px 0 0;
}

/*入力欄フォーカス時の色*/
textarea:focus,
input.text:focus {
  background: #fff8df;
}

/*ラジオボタン*/
dd label.radiolabel {
  min-width: 30%;
  width: auto !important;
  width: 30%;
  background: none repeat scroll 0 0 #F1F1F1;
  display: inline-block;
  padding: 5px 5px 5px 0px;
  margin: 0 0 5px 0;
  font-size: 117%;
  line-height: 1.8;
  cursor: pointer;
}

/*チェックボックス*/
dd label.checklabel {
  min-width: 30%;
  width: auto !important;
  width: 30%;
  background: none repeat scroll 0 0 #F1F1F1;
  display: inline-block;
  padding: 5px 5px 5px 0px;
  margin: 0 0 5px 0;
  font-size: 117%;
  line-height: 1.8;
  cursor: pointer;
}

/* 住所に反映ボタン */
.btn_zip {
  cursor: pointer;
  font-size: 125%;
  padding: 4px 18px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

/* 年齢 */
.years {
  font-size: 120%;
  vertical-align: bottom;
  text-decoration: none;
}

/*input幅*/
.pw100 {
  width: 100%;
}

.pw90 {
  width: 90%;
}

.pw80 {
  width: 80%;
}

.pw70 {
  width: 70%;
}

.pw60 {
  width: 60%;
}

.pw50 {
  width: 50%;
}

.pw40 {
  width: 40%;
}

.pw30 {
  width: 30%;
}

.pw20 {
  width: 20%;
}

.pw10 {
  width: 10%;
}

/*------------------注意文・ボタンエリア------------------*/
.attention {
  font-size: 92%;
  line-height: 1.5;
  margin: 15px 0 0 0;
  border-top: 1px solid #CCC;
  padding: 15px 0 0 0;
}

.attention2 {
  font-size: 92%;
  line-height: 1.5;
  padding: 15px 0 20px 0;
}

.attention_d {
  color: #ff0000;
  font-size: 92%;
  line-height: 1.5;
  padding: 15px 0 20px 0;
}

.attention a:link {
  color: #cc3333;
  text-decoration: none;
}

.attention a:visited {
  color: #cc3333;
  text-decoration: none;
}

.attention a:hover {
  color: #cc3333;
  text-decoration: underline;
}

.attention a:active {
  color: #cc3333;
  text-decoration: none;
}

p {
  text-align: center;
}

/*ボタン位置*/
.btn_area {
  margin-top: 10px;
  float: center;
}

/*ボタンスタイル*/
.btn {
  cursor: pointer;
  font-size: 125%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: none;
  padding: 9px 18px;
  text-decoration: none;
  display: inline-block;
}

/*応募ボタン*/
.btn1 {
  font-weight: bold;
  /*グラデーションカラー設定ここから*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #DD3333), color-stop(100%, #BB0000));
  background: -moz-linear-gradient(center top, #DD3333 5%, #BB0000 100%);
  background: -ms-linear-gradient(top, #DD3333 5%, #BB0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD3333', endColorstr='#BB0000');
  background-color: #BB0000;
  /*グラデーションカラー設定ここまで*/
  color: #ffffff;
  margin: 0 10px 0 0;
}

/*応募ボタン マウスオーバー時*/
.btn1:hover {
  /*グラデーションカラー設定ここから*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #BB0000), color-stop(100%, #DD3333));
  background: -moz-linear-gradient(center top, #BB0000 5%, #DD3333 100%);
  background: -ms-linear-gradient(top, #BB0000 5%, #DD3333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB0000', endColorstr='#DD3333');
  background-color: #DD3333;
  /*グラデーションカラー設定ここまで*/
}

/*リセットボタン*/
.btn2 {
  font-weight: normal;
  /*グラデーションカラー設定ここから*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dedede), color-stop(100%, #cecece));
  background: -moz-linear-gradient(center top, #dedede 5%, #cecece 100%);
  background: -ms-linear-gradient(top, #dedede 5%, #cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#cecece');
  background-color: #dedede;
  /*グラデーションカラー設定ここまで*/
  color: #666666;
}

/*リセットボタン マウスオーバー時*/
.btn2:hover {
  /*グラデーションカラー設定ここから*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #cecece), color-stop(100%, #dedede));
  background: -moz-linear-gradient(center top, #cecece 5%, #dedede 100%);
  background: -ms-linear-gradient(top, #cecece 5%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#dedede');
  background-color: #cecece;
  /*グラデーションカラー設定ここまで*/
}

/*disabled*/
#error_box {
  color: #cc3333;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

.btn:disabled {
  font-weight: normal;
  /*グラデーションカラー設定ここから*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dedede), color-stop(100%, #cecece));
  background: -moz-linear-gradient(center top, #dedede 5%, #cecece 100%);
  background: -ms-linear-gradient(top, #dedede 5%, #cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#cecece');
  background-color: #dedede;
  /*グラデーションカラー設定ここまで*/
  color: #666666;
}

.btn:disabled:hover {
  /*グラデーションカラー設定ここから*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #cecece), color-stop(100%, #dedede));
  background: -moz-linear-gradient(center top, #cecece 5%, #dedede 100%);
  background: -ms-linear-gradient(top, #cecece 5%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#dedede');
  background-color: #cecece;
  /*グラデーションカラー設定ここまで*/
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/*------------------フッターエリア------------------*/
.footer_area {
  width: 100%;
  /*    background-color:#ddd; */
}

.footer {
  margin: 0 auto;
  padding: 10px 5px 30px;
  position: relative;
  font-size: 10px;
}

address {
  font-style: normal;
  font-weight: bold;
  float: left;
  color: #FFF;
  font-size: 10px;
  padding-top: 3px;
}

.close {
  float: right;
}

.close a {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  height: 12px;
  position: relative;
  color: #333;
  text-decoration: none;
}

/*------------------確認ページ------------------*/
/*入力内容 文字スタイル*/
.confirm_area dd.confirm_value {
  font-weight: bold;
  font-size: 117%;
}

/*------------------エラーページ------------------*/
.error_area div {
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 117%;
}

li.error {
  text-align: center;
}

/*------------------サンクスページ------------------*/
#thanksMsg {
  margin: 50px 0;
  text-align: center;
}

#thanksMsg h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

#thanksMsg p {
  margin: 40px 0;
  font-size: 14px;
}

/*スマホ用 css*/
@media screen and (max-width: 640px) {
  #wrapper {
    width: 100%;
  }

  #contents {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 15px;
  }

  h1 img {
    width: 40%;
  }

  ul {
    padding: 10px 0 10px 10px;
  }

  dd label.radiolabel {
    min-width: 40%;
    width: auto !important;
    width: 40%;
  }

  dd label.checklabel {
    min-width: 40%;
    width: auto !important;
    width: 40%;
  }

  .w100 {
    width: 100%;
  }

  .w50 {
    width: 50%;
  }

  .w20 {
    width: 20%;
  }

  .login_area dl,
  .form_area dl,
  .confirm_area dl {
    padding: 10px 20px 10px 10px;
  }

  .title-subtitle {
    text-align: left;
    margin: 20px 10px 5px 10px;

    font-size: 124%;
    padding-bottom: 10px;
  }

  .attention {
    margin: 15px 15px 0 15px;
    text-align: left;
  }

  .attention2 {
    padding: 15px 15px 20px 15px;
    text-align: left;
  }

  .attention_d {
    color: #ff0000;
    padding: 15px 15px 20px 15px;
    text-align: left;
  }

  .btn1 {
    padding: 15px 0;
    width: 300px;
    margin: 0;
  }

  .btn2 {
    margin-top: 5px;
    padding: 15px 0;
    width: 300px;
  }

  .error,
  .thanks {
    font-size: 100%;
    line-height: 1.6;
  }

  .text,
  textarea,
  .dropdown {
    zoom: 1;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .footer {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .close {
    text-align: center;
    float: none;
    /*      margin-top: -20px;  */
    height: 20px;
    padding-top: 10px;
  }

  address {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }

  #thanksMsg {
    padding: 10px;
    margin: 30px 0;
    text-align: center;
  }

  #thanksMsg h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #thanksMsg p {
    margin: 20px 0;
  }
}