@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* FFのみ適用 */
@-moz-document url-prefix() { 
  [type="checkbox"], [type="radio"]{
    appearance: auto;
    position: initial;
    margin-right: 0.2rem;
  }
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* --------------------------------------------
Custom CSS reset
Last Updated: 2020-03-01
-------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default basic styles */
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;
  font-size: 100%;
  background: transparent;
}

/* Set core html defaults */
html {
  word-break: normal;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements default styles */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Set default styles for inputs and buttons */
input,
button,
textarea,
select {
  background: transparent;
  border-radius: 0;
  border: none;
  color: inherit;
  font: inherit;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  /*
  -webkit-appearance: none;
  */
  -moz-appearance: none;
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

:focus {
  outline: 0;
}

/*firefoxのフォーカスの点線を消す*/
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #7d7d7d;
}

/* Remove table border styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Delete basic styles */
del {
  text-decoration: line-through;
}

/*-----------------------------------------------
//  Project Default Styles
//  
//  Table of Contents:
//	1.Valuables
//	2.Base Setting
//	3.Modules 
-----------------------------------------------*/
/* --------------------------------------------
1.Valuables
-------------------------------------------- */
/* --------------------------------------------
2.Base Setting
-------------------------------------------- */
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-print-color-adjust: exact;
  /*印刷用*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*iPhoneタップ時の半透明を消す*/
}

body {
  background: url("../images/bg.png") repeat;
  color: #7d7d7d;
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans CJK JP", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

body a {
  color: #009c84;
  text-decoration: underline;
}

body main img {
  margin: auto;
}

/* --------------------------------------------
3.Modules
-------------------------------------------- */
.container {
  padding: 0 2.5rem;
}

/* --------------------------------------------
Project styles
//
// 共通クラス
// Page1-キャンペーン概要
// Page2-フォーム入力
// Page3-フォーム確認
// Page4-完了
//
-------------------------------------------- */
/* -----------------------------------------------------
// 共通クラス
// -------------------------------------------------- */
.header {
  background-color: #f7fff9;
  padding: 1.5rem;
}

.header .logo {
  max-width: 40%;
}

.btn_link a,
.btn_link input {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  width: 100%;
}

.btn_link__wrap {
  padding: 3rem 2.5rem;
}

.btn_link__wrap--fixed {
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem 2.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/*ボタン*/
.btn_primary a,
.btn_primary input {
  background-color: #51caaf;
  color: #fff;
}

.btn_back a,
.btn_back input {
  background-color: #e9dec4;
}

.btn_register a,
.btn_register input {
  background-color: #ff7474;
  color: #fff;
}

.hero {
  margin-bottom: 2rem;
}

.lead {
  margin-bottom: 2.5rem;
}

.step {
  margin-bottom: 3rem;
}

/* フォーム */
input,
select {
  /*iOSでのfocus時の拡大を防ぐためテキストサイズを16pxに*/
  font-size: 1.6rem;
  /*Androidでオレンジ枠非表示*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

.page-input .form_list__wrap,
.page-confirm .form_list__wrap {
  margin: 1.8rem 1.5rem;
  background: #fff;
  border: 1px solid #c09e61;
  border-width: 3px 1px 1px;
}

.page-input .form_list__wrap .dot_line,
.page-confirm .form_list__wrap .dot_line {
  margin: 4px auto;
  background-image: url("../images/bg_dot.png");
  background-size: 5px 2.5px;
  background-repeat: repeat-x;
  width: 98%;
  height: 5px;
}

/* -----------------------------------------------------
// Page1-キャンペーン概要
// -------------------------------------------------- */
.page-intro main {
  padding-bottom: 9rem;
}

.page-intro .lead__date {
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

.page-intro .title {
  margin-bottom: 2.5em;
}

.page-intro .product {
  background-color: white;
  border: 2px solid #c09e61;
  margin-bottom: 2.5rem;
  padding: 4px;
  position: relative;
}

.page-intro .product .product__inner {
  border: 1px solid #c09e61;
  padding: 4rem 2rem 2rem;
}

.page-intro .product .product__inner .product__icon {
  position: absolute;
  left: -1rem;
  top: -2rem;
  width: 7.5rem;
}

.page-intro .product .product__inner .product__image {
  margin-bottom: 2rem;
}

.page-intro .product .product__inner .product__head {
  color: #c09e61;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  text-align: center;
}

.page-intro .product .product__inner .product__head .product__head--title {
  font-size: 1.5rem;
}

.page-intro .product .product__inner .product__head .product__head--spec {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.page-intro .detail {
  border-bottom: 1px solid #dfdec7;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-intro .detail dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.page-intro .detail dd {
  font-size: 1.3rem;
}

.page-intro .detail dd.bullet {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

/* -----------------------------------------------------
// Page2-フォーム入力
// -------------------------------------------------- */
.page-input {
  /*placeholder用のテキストを非表示*/
  /*インラインフレーム*/
}

.page-input .form_list {
  margin: 2.5rem 0;
}

.page-input .form_list dt {
  background-color: #c09e61;
  color: #fff;
  margin-bottom: 8px;
  padding: 0 24px 0 15px;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 360px) {
  .page-input .form_list dt {
    font-size: 1.2rem;
  }
}

.page-input .form_list dt::after {
  position: absolute;
  content: '';
  top: -2px;
  right: -1px;
  border-width: 0.97em 6px 0.96em 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.page-input .form_list dd {
  margin: 1rem 2rem 2rem;
}

.page-input .required {
  background: #ff7474;
  padding: 1px 7px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 6px;
  font-weight: normal;
  vertical-align: 1px;
}

.page-input ::-webkit-input-placeholder {
  color: #ccc;
}

.page-input ::-moz-placeholder {
  color: #ccc;
}

.page-input :-ms-input-placeholder {
  color: #ccc;
}

.page-input ::-ms-input-placeholder {
  color: #ccc;
}

.page-input ::placeholder {
  color: #ccc;
}

.page-input #entry .ss_leftComment {
  display: none;
}

textarea {
  margin: 0 0 10px;
  padding: 8px 10px;
  width: 75%;
  border: 1px dashed #7d7d7d;
}

.page-input input[type='text'],
.page-input input[type='email'],
.page-input input[type='tel'] {
  margin: 0 0 10px;
  padding: 8px 10px;
  width: 75%;
  border-bottom: 1px dashed #7d7d7d;
}

.page-input .name input {
  width: 40%;
  margin-right: 8px;
}

.page-input select {
  margin: 0 8px 10px 0;
  padding: 8px 10px;
  border-radius: 0;
  /*
  background: #fff url(../images/ico_ar.png) no-repeat;
  */
  background-position: right 12px center;
  background-size: 10px;
  height: 44px !important;
  vertical-align: middle;
  border-bottom: 1px dashed #7d7d7d;
}

.page-input .gender {
  display: flex;
  justify-content: space-between;
  margin: 1.5em;
}

.page-input .gender .gender_item {
  background-size: 100%;
  box-shadow: 0 0 0 1px #dfdec7;
  min-height: 80px;
  width: 48%;
}

.page-input .gender .gender_item.active {
  box-shadow: 0 0 0 2px #67cbbf;
  background-position: bottom;
}

.page-input .gender .gender_item:nth-child(1) {
  background-image: url("../images/btn_radio_man.png");
}

.page-input .gender .gender_item:nth-child(2) {
  background-image: url("../images/btn_radio_woman.png");
}

.page-input .gender .gender_item input {
  width: 100%;
  height: 100%;
}

.page-input .birthday .birthday_yy select {
  width: 70%;
}

.page-input .birthday .birthday__wrap {
  display: flex;
}

.page-input .birthday .birthday__wrap .birthday_mm {
  margin-right: 6%;
}

.page-input .birthday .birthday__wrap .birthday_mm,
.page-input .birthday .birthday__wrap .birthday_dd {
  width: 47%;
  display: flex;
  align-items: center;
}

.page-input .birthday .birthday__wrap .birthday_mm select,
.page-input .birthday .birthday__wrap .birthday_dd select {
  width: 85%;
}

.page-input .postal_code input {
  width: 80px;
}

.page-input .pref select {
  width: 130px;
}

.page-input .address1 input,
.page-input .address2 input,
.page-input .address3 input {
  width: 100%;
}

.page-input .interest__title {
  background-color: #c09e61;
  color: #fff;
  border: solid #c09e61;
  border-width: 3px 2px;
  box-shadow: inset 0 0 0 1px #fff;
  padding: 1rem 0.5rem;
  text-align: center;
}

.page-input .interest {
  display: flex;
  justify-content: space-between;
  margin: 1.5em;
}

.page-input .interest .interest_item {
  background-size: 100%;
  box-shadow: 0 0 0 1px #dfdec7;
  min-height: 80px;
  width: 31%;
}

.page-input .interest .interest_item.active {
  box-shadow: 0 0 0 2px #67cbbf;
  background-position: bottom;
}

.page-input .interest .interest_item:nth-child(1) {
  background-image: url("../images/btn_radio_01.png");
}

.page-input .interest .interest_item:nth-child(2) {
  background-image: url("../images/btn_radio_02.png");
}

.page-input .interest .interest_item:nth-child(3) {
  background-image: url("../images/btn_radio_03.png");
}

.page-input .interest .interest_item input {
  width: 100%;
  height: 100%;
}

.page-input .privacy {
  background-color: #efeee0;
  padding: 2rem 2rem 1.5rem;
}

.page-input .privacy .title {
  font-size: 1.3rem;
  margin: 0 0 6px;
}

.page-input .inlineframe {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.page-input .inlineframe .indent {
  text-indent: -1.3rem;
  margin-left: 3rem;
}

.page-input .inlineframe .indent_s {
  margin-left: 1rem;
}

/* -----------------------------------------------------
// Page3-フォーム確認
// -------------------------------------------------- */
.page-confirm .form_list__wrap {
  margin: 1.8rem 1.5rem 0;
}

.page-confirm .form_list__wrap .form_list {
  margin: 2.5rem 2rem 2rem;
}

.page-confirm .form_list__wrap .form_list dt {
  font-weight: bold;
}

.page-confirm .form_list__wrap .form_list dd {
  border-bottom: 1px solid #dfdec7;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.page-confirm .form_list__wrap .form_list dd.birthday {
  display: flex;
}

.page-confirm .form_list__wrap .form_list dd.birthday .birthday_mm,
.page-confirm .form_list__wrap .form_list dd.birthday .birthday_dd {
  margin-left: 1rem;
}

.page-confirm .form_list__wrap .form_list dd:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-confirm .btn_link__wrap {
  display: flex;
  justify-content: space-between;
}

.page-confirm .btn_link__wrap .btn_back {
  width: 48%;
}

.page-confirm .btn_link__wrap .btn_register {
  width: 48%;
}

/* -----------------------------------------------------
// Page4-完了
// -------------------------------------------------- */
.page-thanks .thanks-text {
  text-align: center;
  margin: 4rem 0;
}

.page-thanks .thanks-text img {
  max-width: 80%;
  margin: 0 auto 1rem;
}

.page-thanks .thanks-more {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3.0rem;
}

.page-thanks .thanks-more .thanks-more__list {
  background: #fff;
  border: 1px solid #dfdec7;
  padding: 1.5rem 1.5rem 1.2rem;
  width: 48%;
}

.page-thanks .thanks-more .thanks-more__list img {
  margin-bottom: 1rem;
}
