@charset "utf-8";

/* 共通
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #000;
  font-size: 18px;
  width: 100%;
  min-width: 1000px;
}

a {
  color: #000;
}

.container {
  width: 960px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.img {
  line-height: 0;
}

.sp,
.spin {
  display: none;
}

.switch {
  visibility: hidden;
}

.ls-05 {
  letter-spacing: -0.5em;
}

/* 見出し ---------- */

.tit01 {
  background: url(../img/cmn/tit_bg01.png) repeat-x;
  height: 250px;
  text-align: center;
  line-height: 250px;
}

.tit01 img {
  vertical-align: middle;
}


/* ヘッダー
--------------------------------------------------------------*/

#header {
  background: url(../img/header/bg01_pc.jpg) no-repeat center top;
  background-size: cover;
  height: 850px;
  line-height: 0;
  padding-top: 26px;
}

#header h1 {
  margin-bottom: 10px;
}

#header .txt01 {
  margin-top: 40px;
  margin-bottom: 30px;
}

#header .txt02 {
  margin-bottom: 40px;
  padding-left: 16px;
}

/* 商品注文
--------------------------------------------------------------*/

.order {
  padding-bottom: 96px;
}

.order .ttl_order {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 150px;
  background-color: #ff66a0;
}

.order .container {
  width: 860px;
}

.order .txt_lead {
  padding: 48px 0 28px;
}

.order .must {
  display: inline-block;
  margin: 0 25px;
  padding: 4px 6px 2px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #ff0061;
}

.order dl {
  border-top: 2px dotted #727171;
}

.order dt,
.order dd {
  font-size: 18px;
}

.order dt {
  padding-top: 28px;
  float: left;
  width: 256px;
  font-weight: bold;
}

.order dd {
  padding: 20px 0;
  padding-left: 256px;
  border-bottom: 2px dotted #727171;
}

.order dt:nth-of-type(even),
.order dd:nth-of-type(even) {
  background-color: #fcfcfc;
}

.order .sei,
.order .mei {
  margin-right: 1.5em;
  display: inline;
}

.order .sei span,
.order .mei span {
  margin-right: .5em;
}

.order .hyphen {
  margin: 0 .25em;
}

.order .order_box {
  margin-left: .5em;
}


::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaa;
}


.order input[type="text"],
.order input[type="email"] {
  width: 464px;
  height: 45px;
  padding: 9px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

.order dd:nth-of-type(1) input {
  width: 160px;
}

.order dd:nth-of-type(2) input {
  width: 576px;
}

.order dd:nth-of-type(3) li + li,
.order dd:nth-of-type(5) li + li {
  margin-top: 16px;
}

.order dd:nth-of-type(3) li + li p {
  margin-bottom: 4px;
}

.order dd:nth-of-type(5) li p {
  padding-left: 1.4em;
  font-size: 16px;
}

.order dd:nth-of-type(3) li:nth-child(1) input,
.order dd:nth-of-type(4) input {
  width: 78px;
}

.order dd:nth-of-type(6) input,
.order dd:nth-of-type(7) input {
  width: 48px;
}

.order dd:nth-of-type(5),
.order dd:nth-of-type(8),
.order dd:nth-of-type(9),
.order dd:nth-of-type(10) {
  padding: 28px 0 28px 256px;
}

.order dd:nth-of-type(10) label + label {
  margin-left: 2em;
}

.order select {
  width: 200px;
  height: 45px;
  padding: 9px;
  font-size: 18px;
  line-height: 1.5;
}


	input[type=checkbox] {
		width: 21px;
		height: 21px;
		vertical-align: middle;
		//cursor: pointer;
	}
	
	input[type=radio] {
		width: 21px;
		height: 21px;
		vertical-align: middle;
		//cursor: pointer;
	}
	

.order .submit_cover {
  margin-top: 40px;
  text-align: center;
}

.order input[type="submit"] {
  width: 320px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  background-color: #0020a0;
  border-style: none;
  cursor: pointer;
}

/* フッター
--------------------------------------------------------------*/

#footer {
  background: #f2f3fa;
  padding: 60px 0;
  text-align: center;
  color: #3e3a39;
  letter-spacing: 0.02em;
}

#footer ul {
  font-size: 0;
  margin-bottom: 40px;
}

#footer ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

#footer ul li + li {
  margin-left: 2.5em;
  padding-left: 2.5em;
  border-left: 1px solid #3e3a39;
}

#footer ul li a {
  color: #3e3a39;
}

#footer .copy small {
  font-size: 14px;
}




/* フローティングバナー
--------------------------------------------------------------*/

#fbnr {
  position: fixed;
  bottom: -180px;
  left: 0;
  width: 100%;
  background: #001f9f;
  text-align: center;
  z-index: 9999;
  line-height: 0;
  padding: 15px 0 10px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#fbnr.show {
  bottom: -1px;
}

#fbnr img {
  -webkit-animation: anm02 3s ease infinite;
  animation: anm02 3s ease infinite;
}

@-webkit-keyframes anm02 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes anm02 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*=============================================================================================================

 レスポンシブ

=============================================================================================================*/

@media only screen and (max-width:640px) {

  /* 共通
  --------------------------------------------------------------*/

  body {
    width: 100%;
    min-width: 320px;
    font-size: 4.3vw;
  }

  .container {
    width: 100%;
  }

  .pcin,
  .pc {
    display: none;
  }

  .spin {
    display: inline;
  }

  .sp {
    display: block;
  }

  /* 見出し ---------- */

  .tit01 {
    background: none;
    height: auto;
    line-height: 0;
  }


  /* ヘッダー
  --------------------------------------------------------------*/

  #header {
    background: url(../img/header/bg01_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    height: auto;
    padding: 3.9vw 0 2vw;
  }


  #header .txt01 {
    width: 64%;
    margin: 1vw 0 2.3vw 3vw;
  }

  #header .txt02 {
    margin: 4vw 0 2vw;
    padding-left: 0;
  }

  #header .txt02 img {
    width: 80%;
    padding-left: 5vw;
  }


  /* 商品注文
  --------------------------------------------------------------*/

  .order {
    padding-bottom: 15vw;
  }

  .order .ttl_order {
    font-size: 10vw;
    line-height: 2.5;
  }

  .order .container {
  width: 90%;
  }

  .order .txt_lead {
    padding: 10vw 0 5vw;
  }

  .order .must {
    margin: 0;
    margin-right: .5em;
    font-size: 5vw;
  }

  .order dt,
  .order dd {
    font-size: 5vw;
  }

  .order dt {
    padding-top: 5vw;
    float: none;
    width: 100%;
  }

  .order dd {
    padding: 3vw 0 5vw;
    padding-left: 0;
  }

  .order .sei,
  .order .mei {
    display: block;
  }

  .order .mei {
    margin-top: 2vw;
  }

  .order .sei span,
  .order .mei span {
    margin-right: .5em;
  }

  .order .hyphen {
    margin: 0 .25em;
  }

  .order .order_box {
    margin-left: .5em;
  }


  .order input[type="text"],
  .order input[type="email"] {
    width: 100%;
    height: auto;
    padding: 8px;
    font-size: 5vw;
  }

  .order dd:nth-of-type(1) input {
    width: 70%;
  }

  .order dd:nth-of-type(2) input {
    width: 100%;
  }


  .order dd:nth-of-type(5) li p {
    padding-left: 1.6em;
    font-size: 4vw;
  }

  .order dd:nth-of-type(3) li:nth-child(1) input,
  .order dd:nth-of-type(4) input,
  .order dd:nth-of-type(6) input {
    width: 28%;
  }

  .order dd:nth-of-type(5),
  .order dd:nth-of-type(9),
  .order dd:nth-of-type(8),
  .order dd:nth-of-type(10) {
    padding: 2vw 0 5vw;
  }

  .order dd:nth-of-type(10) label {
    display: block;
    margin-top: 2vw;
  }

  .order dd:nth-of-type(10) label + label {
    margin-left: 0;
  }

  .order select {
    width: 70%;
    height: auto;
    padding: 8px;
    font-size: 5vw;
  }

  .order .submit_cover {
    margin-top: 10vw;
  }

  .order input[type="submit"] {
              width: 280px;
    font-size: 18px;
    line-height: 60px;
    border-radius: 8px;
    font-weight: bold;
    color: #fff;
    background-color: #0020a0;
    border-style: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }



  /* フッター
  --------------------------------------------------------------*/

  #footer {
    padding: 0;
  }

  #footer ul {
    margin-bottom: 0;
  }

  #footer ul li {
    display: block;
    font-size: 4vw;
    border-bottom: 1px solid #fff;
  }

  #footer ul li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  #footer ul li a {
    background: #ec408a;
    display: block;
    height: 12.5vw;
    line-height: 12.5vw;
    color: #fff;
  }

  #footer .copy {
    padding: 6.25vw 0;
  }

  #footer .copy small {
    font-size: 3.12vw;
  }


  /* フローティングバナー
  --------------------------------------------------------------*/

  #fbnr {
    padding: 2vw 3vw;
    bottom: -25vw;
  }

  #fbnr.show {
    bottom: -1px;
  }

}
