@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  overflow: auto;
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  overflow: auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font-family: inherit;
}

button {
  background: none;
  line-height: 2;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

p,
dd,
li,
address {
  font-style: normal;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

picture {
  display: block;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot");
  /* IE9 Compat Modes */
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold/Gotham-Bold.eot"), url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
}
.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1250px;
}
@media (max-width: 640px) {
  .wrapper {
    min-width: 0;
    margin-top: 0;
  }
}

#container {
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #000;
  letter-spacing: 0.1em;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
p,
dt,
dd,
li {
  font-size: 1.6rem;
  line-height: 2em;
}
@media (max-width: 640px) {
  p,
dt,
dd,
li {
    font-size: 1.2rem;
  }
}

body small {
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  body small {
    font-size: 1rem;
  }
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.cfx:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.cfx {
  min-height: 1px;
}

* html .cfx {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

*:first-child + html .cfx {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.l-contents {
  border-left: 23px solid #fff;
  border-right: 23px solid #fff;
  background: #f9e6e2;
}
@media (max-width: 640px) {
  .l-contents {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }
}

.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 640px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 640px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 640px) {
  .inner {
    padding: 0 4%;
  }
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

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

.en {
  font-family: "Gotham-Bold", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.trans {
  transition: all 0.2s;
}

/*
---------------------------------------
form
---------------------------------------
*/
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: none;
}

textarea {
  width: 100%;
  height: 240px;
  resize: vertical;
  box-shadow: none;
}
@media (max-width: 640px) {
  textarea {
    height: 150px;
  }
}

input::-webkit-input-placeholder {
  color: #090909;
}
@media (max-width: 640px) {
  input::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
}

input:-moz-placeholder {
  color: #090909;
}
@media (max-width: 640px) {
  input:-moz-placeholder {
    font-size: 1.2rem;
  }
}

/* IE */
input:-ms-input-placeholder {
  color: #090909;
}
@media (max-width: 640px) {
  input:-ms-input-placeholder {
    font-size: 1.2rem;
  }
}

/* Edge */
input::-ms-input-placeholder {
  color: #090909;
}
@media (max-width: 640px) {
  input::-ms-input-placeholder {
    font-size: 1.2rem;
  }
}

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

/* Object
* ========================== */
/* Component ------------ */
/*
---------------------------------------
breadcrumbs
---------------------------------------
*/
.breadcrumbs-wrap {
  width: 100%;
  padding-left: 170px;
  margin: 0 auto 8rem;
}
@media (max-width: 640px) {
  .breadcrumbs-wrap {
    display: none;
  }
}

.breadcrumbs__archive {
  font-size: 1.2rem;
  position: relative;
  padding-right: 60px;
  margin-right: 1.5rem;
}
.breadcrumbs__archive:after {
  content: "";
  background: #000;
  width: 50px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.breadcrumbs__current {
  font-size: 1.2rem;
}

/*
---------------------------------------
btn
---------------------------------------
*/
.btn-01 a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  border-radius: 60px;
  padding: 1.9rem 0;
  font-size: 1.6rem;
  max-width: 320px;
  margin: 0 auto;
  font-weight: 500;
  transition: all 0.2s;
}
@media (max-width: 640px) {
  .btn-01 a {
    max-width: 268px;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
.btn-01 a:hover {
  opacity: 0.7;
}

/*
---------------------------------------
heading
---------------------------------------
*/
.heading-01 {
  text-align: center;
}

.heading-01__en {
  font-size: 4.8rem;
  padding-bottom: 1rem;
}
@media (max-width: 640px) {
  .heading-01__en {
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
  }
}

.heading-01__ja {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 640px) {
  .heading-01__ja {
    font-size: 1.1rem;
  }
}

/* Structures ------------ */
/*
---------------------------------------
footer
--------------------------------------
*/
.st-footer {
  padding: 6rem 0 3rem;
}
@media (max-width: 640px) {
  .st-footer {
    padding: 2rem 0 3rem;
  }
}

.st-footer__bottom__logo {
  width: 111px;
  margin: 0 auto 4rem;
}
@media (max-width: 640px) {
  .st-footer__bottom__logo {
    width: 20%;
    margin-bottom: 2rem;
  }
}

.st-footer__copyright {
  text-align: center;
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 1.5rem 2rem 1.5rem 0;
}
@media (max-width: 640px) {
  .st-header {
    padding: 5rem 0 0 0;
  }
}

.st-header__logo {
  position: absolute;
  top: 1.5rem;
  left: 4.5rem;
  z-index: 2;
  width: 111px;
}
@media (max-width: 640px) {
  .st-header__logo {
    position: fixed;
    top: 0.75rem;
    left: 5%;
    width: 20vw;
    transition: all 0.2s;
  }
}

.st-header__nav {
  padding-left: 170px;
}
@media (max-width: 640px) {
  .st-header__nav {
    padding-left: 0;
  }
}

.st-header__hello {
  float: left;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 640px) {
  .st-header__hello {
    float: none;
    padding: 1.1rem 1rem;
    padding-right: 5rem;
  }
}

.st-header__globalNav {
  display: block;
  float: right;
  transition: all 0.2s;
}
@media (max-width: 640px) {
  .st-header__globalNav {
    float: none;
  }
}
.st-header__globalNav li {
  float: left;
  font-size: 1.4rem;
  text-align: center;
  transition: all 0.2s;
  font-weight: 500;
}
@media (max-width: 640px) {
  .st-header__globalNav li {
    float: none;
    padding: 0;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (max-width: 640px) {
  .st-header__globalNav li:first-child {
    border-top: 1px solid #dbdbdb;
  }
}
@media (max-width: 640px) {
  .st-header__globalNav .globalNav__item--logout {
    padding: 1rem 2.5rem;
    border: none;
    text-align: center;
  }
}

.globalNav__link {
  display: block;
  padding: 0 2.5rem;
  transition: all 0.2s;
  line-height: 2em;
}
@media (min-width: 960px) {
  .globalNav__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 640px) {
  .globalNav__link {
    padding: 1.5rem 2rem;
  }
}
.globalNav__link--logout {
  border: 1px solid #c9c9c9;
  border-radius: 60px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .globalNav__link--logout {
    padding: 0.5rem 2rem;
    max-width: 230px;
  }
}
.globalNav__link .globalNav__txt {
  transition: all 0.2s;
}
@media (max-width: 640px) {
  .globalNav__link .globalNav__txt {
    line-height: 1;
  }
}

#sp-btn,
#overlay {
  display: none;
}

@media (max-width: 640px) {
  html.active,
body.active {
    overflow: hidden;
  }

  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  #overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.2s;
  }

  .active #overlay {
    z-index: 999;
    visibility: visible;
    opacity: 1;
  }

  #sp-btn {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    transition: all 0.2s;
    background: #fff;
  }

  #sp-btn.fixed,
.bg-fixed #sp-btn {
    visibility: visible;
    opacity: 1;
  }

  #sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.5s;
  }

  #sp-btn #sp-btn-a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 0;
    padding-top: 5px;
  }

  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }

  #sp-btn span {
    width: 29px;
    height: 1px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.2s;
    background: #000;
  }

  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-30deg);
    transform: translateY(3px) rotate(-30deg);
  }

  #sp-btn.active span:nth-of-type(2) {
    -webkit-transform: translateY(-3px) rotate(30deg);
    transform: translateY(-3px) rotate(30deg);
  }

  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: -200%;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 87%;
    max-width: 370px;
    height: 100%;
    transition: right 1s;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #g-nav.active {
    right: 0;
    transition: right 0.3s;
  }
}


/* ------------------------------------------------------------ btn */

.send_btn {
  display: block;
  width: 200px;
  color: #fff;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  border: none;
}

.prev {
  background: #686868;
}

.action {
  background: #e6714e;
}

.other_make {
  background: #fff;
  color: #127c96;
  border: 1px solid #127c96;
}

.submit_01 {
  border: none;
  background: #127c96;
  color: #fff;
  display: block;
  line-height: 30px;
  padding: 0 30px;
  border-radius: 15px;
  font-size: 14px;
  transition: 0.5s;
}

.submit_02 {
  border: none;
  background: #e6714e;
  color: #fff;
  display: block;
  line-height: 30px;
  padding: 0 30px;
  border-radius: 15px;
  font-size: 14px;
  display: inline-block;
  transition: 0.5s;
}


.del {
  background: #686868;
  margin: 0 0 0 10px;
}

.preview {
  background: #fff;
  color: #127c96;
  border: 1px solid #127c96;
}

/* ------------------------------------------------------------ make */

#make_form {
  background: #fff;
  padding: 25px 50px;
  margin: 25px 0 0;
}

@media (max-width: 640px) {

  #make_form {
    padding: 0;

  }



}



#make_form .album_upload {
    text-align: right;
  }

#make_form .album_upload input[type="button"]{
    display: block;
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    border: none;
    margin: 0 0 0 auto;
    background-size: 20px 20px;
    color: #127c96;
    border: 1px solid #127c96;
  }

#make_form .input {
    width: 100%;
  }

#make_form .input tr { 
    border-bottom: 1px solid #eeeeee;
  }

#make_form .input tr:last-child { 
    border-bottom: none;
  }

#make_form .input tr.textarea {
    vertical-align: top;
  }

#make_form .input th {
    min-width: 200px;
    text-align: left;
    line-height: 23px;
    padding: 20px 0;
  }
  
#make_form .input th span {
    font-size: 13px;
    color: #ff0000;
    border: 1px solid #ff0000;
    display: inline-block;
    padding: 0 5px;
  }

 #make_form .input td {
    padding: 20px 0;
    min-width: 300px;
  }

#make_form .input td .under_line{
    text-decoration: underline;
    color: #73aeff;
  }

#make_form .input td span.heading {
    float: left;
    clear: both;
    min-width: 70px;
    padding: 10px 0;
  }

#make_form .input td span.sentence {
    float: left;
    padding: 10px 0;
    max-width: calc(100% - 70px);
  }

#make_form .input td input[type="text"].short {
    width: 50%;
  }

#make_form .input td input[type="text"].twosplit {
    width: 80%;
  }
make_form .input td input[type="text"].half {
    width: 50%;
  }

#make_form .input td input[type="text"],
#make_form .input td input[type="password"] {
    width: 100%;
    border: none;
    background: #f4f4f4;
    padding: 10px 20px;
    border-radius: 5px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; 
  }

#make_form .input td .short {
    width: 50%;
  }

#make_form .input td textarea {
    width: 100%;
    border: none;
    background: #f4f4f4;
    padding: 10px 20px;
    border-radius: 5px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; 
    resize: vertical;
  }

#make_form .input td iframe {
    width: 100%!important;
  }

#make_form .alert {
    text-align: center;
    padding: 60px 0;
  }

 #make_form .alert span {
   font-size: 16px;
    color: #ff0000;
    display: block;
    padding: 0 0 10px;
  }

#make_form .alert input[type="button"] {
    margin: 60px auto 0;
    cursor: pointer;
  }

	.complete {
		width: 100%;
		position: fixed;
		background: #fff585;
		line-height: 100px;
		z-index: 9999;
		left: 0;
		top: 0;
		text-align: center;
	}