@charset "Shift_JIS";

/**
 * default.css
 * updatedAt: 2017.03.21
 */

/*========================================

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin:0;}
header,footer,nav,article,section{display:block}
img {border:none;}
em {font-style:normal;}


/*========================================

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: Verdana,sans-serif;
  font-feature-settings : 'palt' 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.ie-legacy body {
  min-width: 1200px;
}
.serif {
  font-family: serif;
}
.ie10 .serif,
.ie9 .serif,
.ie-legacy .serif {
  font-family: '\48\47\53\660E\671D\45',
  '\FF2D\FF33\20\FF30\660E\671D', serif;
}
.mod-img {
  line-height: 0;
}
.mod-img img {
  width: 100%;
  height: auto;
}
.mod-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mod-wrapper.extend {
  width: 100%;
}
.mod-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  width: 93.75%;
}
.mod-inner.extend {
  width: 100%;
}
.mod-wrapper:after,
.mod-inner:after,
.mod-clearfix:after {
  clear: both;
  display: block;
  content: '';
}
a {
  color: #5787f4;
  text-decoration: none;
}
a:hover {
  color: #5787f4;
  text-decoration: underline;
}
a.hover {
  display: inline-block;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.8;
}
a.arrow:before {
  position: relative;
  display: inline-block;
  top: -1px;
  margin: 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #5787f4;
  content: '';
}

.b64 { display: none; }
.b48 { display: none; }
.b96 { display: none; }
.nb96 { display: block; }

@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .mod-wrapper,.mod-inner { width: 90.625%; }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}


/*========================================

  header

========================================*/
header {
  overflow: hidden;
  position: relative;
  background-image: url(../img/header_grada.png);
  background-repeat: repeat-x;
  background-position: center top;
  color: #333;
}
header .logo {
  position: relative;
  display: block;
  z-index: 1;
  padding: 17px 0 0;
  width: 110px;
}
header .logo a {
  display: block;
  line-height: 0;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .art-work {
  position: absolute;
  text-align: right;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  line-height: 0;
}
header .art-work img {
  max-width: 601px;
  width: 31.3020833%;
  height: auto;
  margin-right:-6%;
}
header h1 {
  position: relative;
  text-align: center;
  z-index: 0;
  margin-top: 150px;
  margin-top: 15.625%;
  padding-bottom: 15px;
  font-size: 4.625em;
  font-weight: 400;
  line-height: 1.2;
  background-image: url(../img/b02_tline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 4px;
}
header h1 span {
  position: relative;
  top: -0.15em;
  margin-right: 10px;
  font-size: 0.635em;
}
header h1 span:last-child {
  margin-right: 0;
}
header p.copy {
  position: relative;
  z-index: 1;
  margin-top: 55px;
  margin-top: 5.7291666%;
  text-align: center;
  font-size: 2.250em;
  line-height: 1.65;
}

@media(max-width:640px) {
  header .logo {
    padding: 25px 0;
    max-width: 100px;
    min-width: 80px;
    width: 18.3334%;
  }
  header .art-work img {
    width: 45%;
  }
  header h1 {
	background-size: 100% 2px;
  }
}



/*========================================

  #Ques

========================================*/
#Ques {
  padding: 60px 0;
  background: #d2dce5;
}
.ques__ttl {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #5f6062;
}
.ques__txt {
  margin: 20px 0 30px;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  color: #5f6062;
}
.ques__btn {
  display: block !important;
  text-align: center;
  margin: 0 auto;
  padding: 18px 0;
  max-width: 740px;
  background: #2350a1;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.0;
  color: #fff !important;
  text-decoration: none;
}

@media(max-width:640px) {
  #Ques {
    padding: 40px 10px;
    background-size: auto 100%;
  }
  .ques__ttl {
    font-size: 2.250rem;
  }
  .ques__txt {
    margin: 10px 0 20px;
    font-size: 1.0rem;
  }
  .ques__btn {
    font-size: 4.2vw;
    font-weight: 700;
  }
}



/*========================================

  .footer

========================================*/
.footer {
  overflow: hidden;
  margin-top: 15px;
  text-align: left;
  padding: 0 0 40px;
}
.footer small {
  display: inline-block;
  font-size: 10px;
  line-height: 1.0;
  color: #333;
  padding-left:10%;
}

@media(max-width:640px) {
  .footer {
    text-align: center;
  }
  .footer small {
	  padding-left:29%;
	}

}


/*========================================

  #Block-01

========================================*/
#Block-01 .block {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
  margin-top: 8.334%;
  line-height: 0;
}
#Block-01 .txt-box {
  text-align: center;
  position: absolute;
  top: 0;
  margin-top: 20px;
  width: 100%;
}
#Block-01 h2 {
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.06em;
  color: #fff;
  text-shadow: 0px 0px 10.92px rgba(13,4,9,0.75);
}
#Block-01 h2 em {
  font-size: 0.6em;
}
#Block-01 h2 span {
  position: relative;
  top: -0.1em;
  font-size: 0.9em;
}
#Block-01 h2 span:last-child {
  top: 0;
}
#Block-01 .logo {
  margin: 25px auto 0;
  width: 27.291666%;
}
#Block-01 .button {
  position: absolute;
  bottom: 0;
  left: 46px;
  left: 4.791666%;
  margin-bottom: 67px;
  margin-bottom: 7.979167%;
  width: 37.6041666%;
}

#Block-01 .button a{
  margin-bottom: 3%;
}

@media (max-width:640px) {
  #Block-01 .block {
    margin-top: 10.3448275%;
  }
  #Block-01 h2 span {
  position: relative;
  display:inline-block;
  margin-right:8px;
}
}
@media (max-width:480px) {
  #Block-01 .main img {
    margin-top: -3%;
    margin-left: -55%;
    width: 155%;
  }
  #Block-01 .txt-box {
    font-size: 118.8%;
  }
  #Block-01 h2 {
    margin-left: -5%;
    width: 110%;
    line-height: 1.4;
  }
  #Block-01 .logo {
    margin: 20px auto 0;
    width: 35%;
  }
  #Block-01 .button {
    position: static;
    margin: 30px auto 0;
    width: 80%;
  }
}


/*========================================

  #Block-02

========================================*/
#Block-02 .heading {
  margin-top: 135px;
  margin-top: 11.25%;
  padding: 70px 0 0;
  padding: 5.8333% 0 0;
  background-image: url(../img/b02_gline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 3px;
  background-color: #000;
}
#Block-02 h2 {
  text-align: center;
  padding: 90px 0;
  padding: 7.5% 0;
  font-size: 4.625em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  background-image: url(../img/b02_gline.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 3px;
}
#Block-02 h2 span {
  font-size: 0.8em;
}
#Block-02 h2 span:first-child {
  margin-right: 5px;
  font-size: 0.8em;
}

#Block-02 .bg-gray span.and-more {
 display: inline-block;
@padding: 120px 0;
@padding: 12.5% 0;
@width: 17.916667%;
}

@media (max-width: 640px){
  #Block-02 .bg-gray span.and-more {
    width: 27.3%;
  }
  #Block-02 h2 {
  font-size: 5.625em;
}
}
@media (max-width:480px) {
  #Block-02 .heading {
    margin-top: 60px; 
    padding: 30px 0 0;
    font-size: 112.5%;
  }
  #Block-02 .heading,
  #Block-02 h2 {
    background-size: 100% 2px;
  }
  #Block-02 h2 {
    padding: 40px 0;
  }
}

/*----------------------------------------
  .bg-black
----------------------------------------*/
#Block-02 .bg-black {
  padding-bottom: 84px;
  padding-bottom: 7%;
  color: #fff;
  background-color: #000;
}
#Block-02 section {
  margin-top: 90px;
  margin-top: 7.5%;
}
#Block-02 section:first-child {
  margin-top: 0;
  padding-top: 5.8333%;
}
#Block-02 h3 {
  text-align: center;
  margin-top: 50px;
  margin-top: 5.208333%;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 0.8;
}
#Block-02 h3 span {
  font-size: 0.6em;
}

@media (max-width: 640px){
  #Block-02 h3 {
  font-size: 4.625em;
}
}
@media (max-width:480px) {
  #Block-02 .bg-black {
    padding-bottom: 40px;
    font-size: 125%;
  }
  #Block-02 section {
    margin-top: 40px;
  }
  #Block-02 section:first-child {
    padding-top: 30px;
  }
  #Block-02 h3 {
    margin-top: 20px;
  }
}

/*----------------------------------------
  .bg-gray
----------------------------------------*/
#Block-02 .bg-gray {
  overflow: hidden;
  text-align: center;
  padding-top: 100px;
  padding-top: 8.3333%;
  padding-bottom: 20px;
  color: #333;
  background-color: #f6f6f6;
}
#Block-02 p {
  font-size: 3.0em;
  line-height: 2.6;
}
#Block-02 p strong {
  font-size: 1.458em;
  font-weight: 400;
  line-height: 2.2;
}
#Block-02 p strong.ruby span {
  position: relative;
  display: inline-block;
}
#Block-02 p strong.ruby span:after {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-top: 17%;
  margin-left: -8.5714%;
  width: 12px;
  width: 17%;
  padding-bottom: 12px;
  padding-bottom: 17%;
  background: #38519c;
  border-radius: 50%;
  content: '';
}
#Block-02 p strong.underline {
  padding-bottom: 10px;
  letter-spacing: -0.1em;
  background-image: url(../img/b02_tline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
}
#Block-02 p.line-02 {
  margin-top: 190px;
  margin-top: 15.8333%;
}
#Block-02 p.line-03 {
  margin-top: 90px;
  margin-top: 7.5%;
  line-height: 1.5;
}
#Block-02 .dsc {
  display: block;
  margin: 120px auto 0;
  margin-top: 10%;
  line-height: 1.0;
}
#Block-02 .logo {
  display: block;
  margin: 10px auto 0;
  width: 36.3333%;
  max-width:255px;
}
#Block-02 .camera {
  margin: 90px 0 0 297px;
  margin: 7.5% 0 0 24.75%;
  width: 68%;
}
@media (max-width: 640px){
  #Block-02 p {
  font-size: 4.625em;
  line-height: 2.6;
}
}

@media (max-width:480px) {
  #Block-02 .bg-gray {
    padding: 50px 0 0;
    font-size: 125%;
    background-size: 100% 2px;
  }
  #Block-02 p {
    letter-spacing: 0 !important;
  }
  #Block-02 p strong.underline {
    padding-bottom: 10px;
  }
  #Block-02 p.line-02,
  #Block-02 p.line-03,
  #Block-02 .dsc {
    margin-top: 50px;
  }
  #Block-02 .logo {
    width: 45%;
  }
  #Block-02 .bg-gray .camera img {
    margin-left: -20%;
    width: 170%;
  }
}


/*========================================

  #Block-03

========================================*/
#Block-03 {
  color: #fff;
  background-image: url(../img/b03_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #000;
}
#Block-03 .heading {
  display: table;
  width: 100%;
  height: 149px;
  background-image: url(../img/b03_heading_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}
#Block-03 h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  font-size: 4.375em;
  font-weight: 400;
}
#Block-03 h2 span {
  display: inline-block;
  margin-right: 10px;
  width: 24.25%;
}
#Block-03 .intro {
  margin-top: 50px;
  margin-top: 4.1666%;
  text-align: center;
}
#Block-03 .intro p {
  font-size: 2.5em;
  line-height: 2.0;
}
#Block-03 .intro strong {
  display: inline-block;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: -0.06em;
}
#Block-03 .intro strong span {
  display: inline-block;
  padding-bottom: 1.66%;
  line-height: 1.0;
  background-image: url(../img/b03_tline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
}
#Block-03 section:after {
  clear: both;
  display: block;
  content: '';
}
#Block-03 section p {
  font-size: 2.25em;
  line-height: 1.67;
}

@media (max-width:960px) {
  #Block-03 .heading {
    height: 120px;
  }
}
@media (max-width:640px) {
  #Block-03 .heading {
    height: 80px;
  }
}
@media (max-width:480px) {
  #Block-03 .heading-intro {
    font-size: 125%;
  }
}

/*----------------------------------------
  .sec-01
----------------------------------------*/
#Block-03 .sec-01 {
  margin-top: 150px;
  margin-top: 12.5%;
}
#Block-03 .sec-01 .txt-box {
  text-align: right;
  float: left;
  width: 50%;
}
#Block-03 .sec-01 h3 {
  display: inline-block;
  width: 37.6667%;
}
#Block-03 .sec-01 .img-01 {
  display: inline-block;
  margin-top: 40px;
  margin-top: 6.6666%;
  width: 65.83333%;
}
#Block-03 .sec-01 .img-02 {
  float: left;
  margin-left: 90px;
  margin-left: 7.5%;
  width: 32.58333%;
}

@media (max-width:480px) {
  #Block-03 .sec-01 {
    margin-top: 40px;
  }
  #Block-03 .sec-01 .txt-box {
    text-align: center;
    float: none;
    width: auto;
  }
  #Block-03 .sec-01 .img-01 {
    margin-top: 20px;
    width: 68%;
  }
  #Block-03 .sec-01 .img-02 {
    float: none;
    margin: -20% auto 0;
    width: 60%;
  }
}

/*----------------------------------------
  .sec-02
----------------------------------------*/
#Block-03 .sec-02 {
  margin-top: 90px;
  margin-top: 7.5%;
}
#Block-03 .sec-02 .txt-box {
  float: right;
  margin-top: 10%;
  width: 50%;
}
#Block-03 .sec-02 h3 {
  display: inline-block;
  margin-bottom: 20px;
  width: 34.6667%;
}
#Block-03 .sec-02 .img-01 {
  float: left;
  width: 41.75%;
}

@media (max-width:480px) {
  #Block-03 .sec-02 {
    margin-top: 80px;
  }
  #Block-03 .sec-02 .txt-box {
    text-align: center;
    float: none;
    margin-top: 0;
    width: auto;
  }
  #Block-03 .sec-02 .img-01 {
    float: none;
    margin-top: 15px;
    width: 90%;
  }
}

/*----------------------------------------
  .sec-03
----------------------------------------*/
#Block-03 .sec-03 {
  margin-top: 102px;
  margin-top: 8.5%;
}
#Block-03 .sec-03 .txt-box {
  text-align: right;
  float: left;
  width: 45%;
}
#Block-03 .sec-03 h3 {
  display: inline-block;
  margin-bottom: 20px;
  width: 29.8148148%;
}
#Block-03 .sec-03 .img-01 {
  float: right;
  margin-top: -243px;
  margin-top: -20.25%;
  width: 46.5%;
}

@media (max-width:480px) {
  #Block-03 .sec-03 {
    margin-top: 80px;
  }
  #Block-03 .sec-03 .txt-box {
    text-align: center;
    float: none;
    width: auto;
  }
  #Block-03 .sec-03 .img-01 {
    margin-top: 30px;
    width: 98%;
  }
}

/*----------------------------------------
  .sec-04
----------------------------------------*/
#Block-03 .sec-04 {
  margin-top: 96px;
  margin-top: 8%;
  padding-bottom: 14.75%;
}
#Block-03 .sec-04 .txt-box {
  float: right;
  margin-top: 13%;
  width: 50%;
}
#Block-03 .sec-04 h3 {
  display: inline-block;
  width: 31.21212%;
}
#Block-03 .sec-04 .img-01 {
  float: left;
  width: 41%;
}

@media (max-width:480px) {
  #Block-03 .sec-04 {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  #Block-03 .sec-04 .txt-box {
    text-align: center;
    float: none;
    margin-top: 0;
    width: auto;
  }
  #Block-03 .sec-04 .img-01 {
    margin-top: 20px;
    width: 90%;
  }
}


/*========================================

  .block-heading

========================================*/
.block-heading {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 1400px;
  color: #fff;
  background: #2450a0;
}
.block-heading .mod-wrapper.serif {
  padding-top: 70px;
  padding-top: 5%;
}
.block-heading h2 {
  padding-bottom: 4.5%;
  font-weight: 400;
  line-height: 1.15;
}
.block-heading h2 span {
  display: block;
}
.block-heading h2 .small {
  font-size: 0.6em;
}
.block-heading h2 .line {
  display: inline-block;
}
.block-heading.arrow {
  background: none;
}
.block-heading.arrow img {
  position: relative;
  z-index: 1;
}
.block-heading .blank {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-heading .blank .mod-wrapper {
  height: 100%;
  background: #f6f6f6;
}
.block-heading .rx100-01 {
  display: inline-block;
  margin-right: 5px;
  width: 12.4166667%;
}
.block-heading .rx100-02 {
  display: inline-block;
  margin-right: 5px;
  width: 21.833334%;
}

@media (max-width:640px) {
  .block-heading {
    font-size: 150%;
  }
  .block-heading .mod-wrapper.serif {
    padding-top: 30px;
  }
  .block-heading h2 {
    padding-bottom: 20px;
    line-height: 1.3;
  }
  .block-heading.arrow img {
    margin-left: -10%;
    width: 120%;
  }
  .block-heading .rx100-01 {
    width: 16%;
  }
  .block-heading .rx100-02 {
    width: 28%;
  }
}


/*========================================

  .fukidashi

========================================*/
.fukidashi {
  padding-top: 110px;
  padding-top: 9.25%;
  background-color: #f6f6f6;
}
.fukidashi .txt {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 0 auto;
  padding: 6.5% 0;
  width: 76.16667%;
  font-size: 3.625em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.08em;
  color: #fff;
  border-radius: 12px;
  background-image: url(../img/b04_fukidashi_bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 100%;
  background-color: #b2cff1;
}
.fukidashi .txt.single {
  padding: 9.334% 0;
}
.fukidashi .txt span {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 21.9912472%;
}
.fukidashi .txt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -3.9387309% 18.1619256%;
  padding-bottom: 3.9387309%;
  width: 4.8140043%;
  background-image: url(../img/b04_fukidashi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
.fukidashi-img {
  position: relative;
  z-index: 1;
  margin-top: -9.5%;
  margin-left: 8.25%;
  max-width: 217px;
  width: 18.08334%;
}

@media (max-width:640px) {
  .fukidashi {
    padding-top: 40px;
    font-size: 125%;
  }
  .fukidashi .txt {
    width: 88%;
	font-weight:700;
  }
  .fukidashi-img {
    margin-top: -8%;
    margin-left: 4%;
    width: 20%;
  }
}


/*========================================

  .sec-heading

========================================*/
.sec-heading {
  background-image: url(../img/sec_head.png);
  background-repeat: repeat-x;
  background-position: left center;
}
.sec-heading strong {
  display: inline-block;
  margin-top: 5px;
  padding: 0 2.6%;
  font-size: 2.25em;
  line-height: 1.0;
  color: #2550a0;
  background: #f6f6f6;

}
.sec-heading strong span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.10em;
  margin-left: 10px;
  font-size: 1.944em;
}

@media (max-width:960px) {
  .sec-heading {
    background-size: 100% 4px;
  }
}
@media (max-width:640px) {
  .sec-heading {
    background-size: 100% 3px;
  }
  .sec-heading strong {
    font-size: 2.875em;
  }
  .sec-heading strong span {
 	margin: 0 0 0 0;
	display:block;
  }
  .sec-heading strong {
  display: inline-block;
  width: 20%;
  margin-top: 0px;
  padding: 0 2.6%;
  font-size: 2.25em;
  line-height: 1.0;
  color: #2550a0;
  background: #f6f6f6;
  }
}


/*========================================

  #Block-04

========================================*/
#Block-04 .block-heading h2 {
  font-size: 4.375em;
}
#Block-04 .block-heading h2 .small {
  font-size: 0.514em;
}
#Block-04 section {
  text-align: center;
  background: #f6f6f6;
}
#Block-04 section h3 {
  margin-top: 30px;
  margin-top: 3.125%;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.4;
}
#Block-04 section .txt {
  margin-top: 70px;
  margin-top: 7.2916667%;
  font-size: 2.25em;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
#Block-04 section .txt strong {
  font-size: 1.389em;
  font-weight: 400;
  color: #2550a0;
}
#Block-04 section h4 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width:640px) {
  #Block-04 section {
    font-size: 137.5%;
  }
  #Block-04 section h3 {
    margin-top: 20px;
    font-size: 4.0em;
    font-weight: 700;
  }
  #Block-04 section .txt {
    margin-top: 30px;
    font-size: 2.625em;
  }
  #Block-04 section h4 {
    font-size: 3.75em;
  }
}

/*----------------------------------------
  .sec-01
----------------------------------------*/
#Block-04 .sec-01 {
  padding-top: 90px;
  padding-top: 7.5%;
}
#Block-04 .sec-01 .img-01 {
  margin: 30px auto 0;
  margin-top: 3.125%;
  width: 74.0625%;
}
#Block-04 .sec-01-extra {
  margin: 60px auto 0;
  margin-top: 5%;
  padding: 70px 0 50px;
  padding-top: 5.83334%;
  padding-bottom: 4.54545%;
  max-width: 1100px;
  width: 93.75%;
  background: #d1dce4;
}
#Block-04 .sec-01-extra .img-02 {
  margin: 30px auto 0;
  margin-top: 2.72727%;
  width: 85.090909%;
}

@media (max-width:640px) {
  #Block-04 .sec-01 {
    padding-top: 40px;
  }
  #Block-04 .sec-01 .img-01 {
    margin-top: 20px;
    width: 92%;
  }
  #Block-04 .sec-01-extra {
    margin-top: 30px;
    padding: 35px 0 25px;
  }
}

/*----------------------------------------
  .sec-02
----------------------------------------*/
#Block-04 .sec-02 {
  padding-top: 100px;
  padding-top: 8.3334%;
}
#Block-04 .sec-02 h3 {
  /*letter-spacing: -0.06em;*/
}
#Block-04 .sec-02 .zeiss {
  position: relative;
  display: inline-block;
  top: 0.15em;
  margin: 0 1.5625% 0 -1%;
  width: 6.6667%;
}
#Block-04 .sec-02 .img-01 {
  margin: 30px auto 0;
  margin-top: 3.125%;
  width: 62.5%;
}

@media (max-width:640px) {
  #Block-04 .sec-02 {
    padding-top: 60px;
  }
  #Block-04 .sec-02 .img-01 {
    margin-top: 20px;
    width: 90%;
  }
}

/*----------------------------------------
  .sec-03
----------------------------------------*/
#Block-04 .sec-03 {
  padding-top: 90px;
  padding-top: 7.5%;
}
#Block-04 .sec-03 .img-01 {
  margin: 30px auto 0;
  margin-top: 3.125%;
  width: 59.895833%;
}
#Block-04 .sec-03 .icn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.4em;
  margin-right: 15px;
  width: 6.458334%;
}
#Block-04 .sec-03-extra {
  margin: 60px auto 0;
  margin-top: 5%;
  padding: 70px 0;
  padding: 5.83334% 0;
  max-width: 1100px;
  width: 93.75%;
  background: #d1dce4;
}
#Block-04 .sec-03-extra .img-02 {
  float: right;
  margin: 40px 70px 0 0;
  margin-top: 3.63636%;
  margin-right: 6.363636%;
  max-width: 430px;
  width: 39.090909%;
}
#Block-04 .sec-03-extra .txt-box {
  float: left;
  text-align: left;
  margin: 70px 0 0 75px;
  margin-top: 6.363636%;
  margin-left: 6.81818%;
  width: 480px;
  width: 43.636363%;
}
#Block-04 .sec-03-extra .txt-box .txt {
  margin-top: 0;
}
#Block-04 .sec-03-extra .hd {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -0.3em;
  margin-right: 10px;
  width: 17.08334%;
}

@media (max-width:640px) {
  #Block-04 .sec-03 {
    padding-top: 60px;
  }
  #Block-04 .sec-03 .img-01 {
    margin-top: 20px;
    width: auto;
  }
  #Block-04 .sec-03-extra {
    margin-top: 30px;
    padding: 35px 0;
  }
  #Block-04 .sec-03-extra .img-02 {
    float: none;
    margin: 30px auto 0;
    width: 80%;
  }
  #Block-04 .sec-03-extra .txt-box {
    float: none;
    margin: 30px auto 0;
    width: 85%;
  }
}



/*========================================

  #Block-05

========================================*/
#Block-05 .fukidashi {
  padding-top: 260px;
  padding-top: 20%;
}
#Block-05 .block-heading h2 {
  font-size: 4.375em;
}
#Block-05 .block-heading h2 .small {
  font-size: 0.514em;
}
#Block-05 section {
  text-align: center;
  background: #f6f6f6;
}
#Block-05 section h3 {
  margin-top: 30px;
  margin-top: 3.125%;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.4;
}
#Block-05 section .txt {
  margin-top: 70px;
  margin-top: 7.2916667%;
  font-size: 2.25em;
  line-height: 1.38;
  letter-spacing: 0.06em;
}
#Block-05 section .txt strong {
  font-size: 1.389em;
  font-weight: 400;
  color: #2550a0;
}

@media (max-width:640px) {
  #Block-05 section {
    font-size: 137.5%;
  }
  #Block-05 section h3 {
    margin-top: 20px;
    font-size: 4.25em;
    font-weight: 700;
  }
  #Block-05 section .txt {
    margin-top: 30px !important;
    font-size: 2.625em;
  }
}

/*----------------------------------------
  .sec-01
----------------------------------------*/
#Block-05 .sec-01 {
  padding-top: 90px;
  padding-top: 7.5%;
}
#Block-05 .sec-01 h3 {
  letter-spacing: -0.1em;
}
#Block-05 .sec-01 .img-01 {
  margin: 30px auto 0;
  margin-top: 3.125%;
  width: 75.9375%;
}
#Block-05 .sec-01 .txt {
  margin-top: 40px;
  margin-top: 4.16667%;
}

@media (max-width:640px) {
  #Block-05 .sec-01 {
    padding-top: 40px;
  }
  #Block-05 .sec-01 .img-01 {
    margin-top: 20px;
    width: 85%;
  }
}

/*----------------------------------------
  .sec-02
----------------------------------------*/
#Block-05 .sec-02 {
  padding-top: 90px;
  padding-top: 7.5%;

  padding-bottom: 100px;
  padding-bottom: 8.3334%;
}
#Block-05 .sec-02 h3 {
  letter-spacing: -0.05em;
}
#Block-05 .sec-02 .img-01 {
  margin: 30px auto 0;
  margin-top: 3.125%;
  width: 78.5416667%;
}

@media (max-width:640px) {
  #Block-05 .sec-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #Block-05 .sec-02 .img-01 {
    margin-top: 20px;
    width: 85%;
  }
}



/*========================================

  #Block-06

========================================*/
#Block-06 .block-heading h2 {
  font-size: 3.75em;
}
#Block-06 section {
  text-align: center;
  color: #303030;
  background: #f6f6f6;
}
#Block-06 section h3 {
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.25;
}
#Block-06 section .txt {
  font-size: 2.25em;
}
#Block-06 section .txt strong {
  font-size: 1.389em;
  font-weight: 400;
  color: #2550a0;
}

@media (max-width:640px) {
  #Block-06 section {
    font-size: 137.5%;
  }
  #Block-06 section h3 {
    font-size: 4.25em;
    font-weight: 700;
  }
  #Block-06 section .txt {
    font-size: 2.625em;
  }
}

/*----------------------------------------
  #Block-06 .sec-01
----------------------------------------*/
#Block-06 .sec-01 {
  padding-top: 120px;
  padding-top: 10%;
}
#Block-06 .sec-01 .img-01 {
  margin: 40px auto 0;
  margin-top: 4.166667%;
  width: 91.458333%;
}
#Block-06 .sec-01 .txt {
  margin-top: 60px;
  margin-top: 6.25%;
  line-height: 2;
}

@media (max-width:640px) {
  #Block-06 .sec-01 {
    padding-top: 60px;
  }
  #Block-06 .sec-01 .img-01 {
    margin-top: 30px;
    width: auto;
  }
  #Block-06 .sec-01 .txt {
    margin-top: 30px;
    line-height: 1.8;
  }
}

/*----------------------------------------
  #Block-06 .sec-02
----------------------------------------*/
#Block-06 .sec-02 {
  padding-bottom: 140px;
  padding-bottom: 11.6667%;
}
#Block-06 .sec-02 .and-more {
  display: inline-block;
  padding: 120px 0;
  padding: 12.5% 0;
  width: 17.916667%;
}
#Block-06 .sec-02 .img-01 {
  margin: 40px auto 0;
  margin-top: 4.166667%;
  width: 88.8541667%;
}
#Block-06 .sec-02 .txt {
  margin-top: 60px;
  margin-top: 6.25%;
  line-height: 1.38;
}

@media (max-width:640px) {
  #Block-06 .sec-02 {
    padding-bottom: 70px;
  }
  #Block-06 .sec-02 .and-more {
    padding: 50px 0;
    width: 30%;
  }
  #Block-06 .sec-02 .img-01 {
    margin-top: 30px;
    width: auto;
  }
  #Block-06 .sec-02 .txt {
    margin-top: 30px;
    line-height: 1.5;
  }
}



/*========================================

  #Block-07

========================================*/
#Block-07 .block-heading h2 {
  font-size: 4em;
  letter-spacing: -0.04em;
}
#Block-07 .block-heading h2 .small {
  font-size: 0.563em;
}
#Block-07 section {
  text-align: center;
  color: #303030;
  background: #f6f6f6;
}
#Block-07 section h3 {
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.4;
}
#Block-07 section h3 .block {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0.74% 1.667% 0.74%;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  background: #2550a0;
  white-space: nowrap;
}
#Block-07 section .txt {
  font-size: 2.25em;
  line-height: 1.6;
}
#Block-07 section .txt strong {
  font-size: 1.389em;
  font-weight: 400;
  color: #2550a0;
}
#Block-07 section .info {
  text-align: right;
  display: block;
  margin-top: 8px;
  font-size: 1em;
  line-height: 1.4;
}
#Block-07 section .balloon {
  position: relative;
  margin: 40px auto 36px;
  margin-top: 4.16667%;
  margin-bottom: 3.75%;
  padding: 2.0% 0 1.6%;
  /*width: 744px;*/
  width: 77.5%;
  font-size: 2.25em;
  line-height: 1.2;
  color: #fff;
  background: #56a8e9;
  border-radius: 8px;
}
#Block-07 section .balloon:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -3.360215% -2.016129%;
  padding-bottom: 3.360215%;
  width: 4.032258%;
  background-image: url(../img/balloon_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

@media (max-width:640px) {
  #Block-07 section {
    font-size: 137.5%;
  }
  #Block-07 section h3 {
    font-size: 4.25em;
    font-weight: 700;
  }
  #Block-07 section .txt {
    font-size: 2.625em;
  }
  #Block-07 section .balloon {
    margin: 20px auto;
    padding: 15px 0;
    width: 95%;
    font-size: 2.5em;
  }
}

/*----------------------------------------
  #Block-07 .sec-01
----------------------------------------*/
#Block-07 .sec-01 {
  padding-top: 120px;
  padding-top: 10%;
}
#Block-07 .sec-01 .img-01 {
  margin: 0 auto;
  width: 77.5%;
}
#Block-07 .sec-01 .txt-box {
  margin-top: 60px;
  margin-top: 6.25%;
}
#Block-07 .sec-01 .img-02 {
  display: inline-block;
  vertical-align: middle;
  width: 16.0416667%;
}
#Block-07 .sec-01 .txt-box .txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 2.6%;
  white-space: nowrap;
}
#Block-07 .sec-01 .icn-01 {
  display: inline-block;
  margin-right: 10px;
  max-width: 58px;
  width: 10.5072463%;
}
#Block-07 .sec-01 .icn-02 {
  display: inline-block;
  margin: 0 10px;
  max-width: 44px;
  width: 7.9710144%;
}

@media (max-width:640px) {
  #Block-07 .sec-01 {
    padding-top: 60px;
  }
  #Block-07 .sec-01 .img-01 {
    width: 95%;
  }
  #Block-07 .sec-01 .txt-box {
    margin-top: 30px;
  }
  #Block-07 .sec-01 .img-02 {
    width: 25%;
  }
  #Block-07 .sec-01 .txt-box .txt {
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
  }
}

/*----------------------------------------
  #Block-07 .sec-02
----------------------------------------*/
#Block-07 .sec-02 .and-more {
  display: inline-block;
  padding: 120px 0;
  padding: 12.5% 0;
  width: 17.916667%;
}
#Block-07 .sec-02 .img-01 {
  font-size: 0;
}
#Block-07 .sec-02 .img-01a,
#Block-07 .sec-02 .img-01c {
  display: inline-block;
  vertical-align: top;
  width: 35.7291667%;
  font-size: 16px;
  font-size: 1rem;
}
#Block-07 .sec-02 .img-01b {
  display: inline-block;
  vertical-align: top;
  margin: 2.8125% 1.875% 0;
  width: 15.5208334%;
}
#Block-07 .sec-02 .cap {
  margin-top: 15px;
  font-size: 1.875em;
  line-height: 1.2;
}
#Block-07 .sec-02 .txt {
  margin-top: 6.25%;
}
#Block-07 .sec-02 .icn-01 {
  display: inline-block;
  margin-right: 10px;
  width: 4.583334%;
}
#Block-07 .sec-02 .icn-02 {
  display: inline-block;
  margin: 0 10px 0 15px;
  width: 1.5625%;
}

@media (max-width:640px) {
  #Block-07 .sec-02 .and-more {
    padding: 50px 0;
    width: 30%;
  }
  #Block-07 .sec-02 .img-01a,
  #Block-07 .sec-02 .img-01c {
    display: block;
    margin: 0 auto;
    width: 90%;
    font-size: 0.875rem;
  }
  #Block-07 .sec-02 .img-01b {
    margin: 30px auto;
    max-width: 149px;
    width: 30%;
  }
  #Block-07 .sec-02 .cap {
    margin-top: 10px;
    font-size: 1.5em;
  }
  #Block-07 .sec-02 .txt {
    margin-top: 30px;
  }
  #Block-07 .sec-02 .icn-01 {
    margin-right: 5px;
    width: 6.5%;
  }
  #Block-07 .sec-02 .icn-02 {
    margin: 0 5px 0 10px;
    width: 2.5%;
  }
}

/*----------------------------------------
  #Block-07 .sec-03
----------------------------------------*/
#Block-07 .sec-03 .and-more {
  display: inline-block;
  padding: 120px 0;
  padding: 12.5% 0;
  width: 17.916667%;
}
#Block-07 .sec-03 .img-01 {
  margin: 0 auto;
  width: 76.6667%;
}
#Block-07 .sec-03 .img-02 {
  margin: 20px auto 0;
  width: 76.6667%;
}
#Block-07 .sec-03 .txt {
  margin-top: 6.25%;
}

@media (max-width:640px) {
  #Block-07 .sec-03 .and-more {
    padding: 50px 0;
    width: 30%;
  }
  #Block-07 .sec-03 .img-01,
  #Block-07 .sec-03 .img-02 {
    width: 95%;
  }
  #Block-07 .sec-03 .txt {
    margin-top: 30px;
  }
}

/*----------------------------------------
  #Block-07 .sec-04
----------------------------------------*/
#Block-07 .sec-04 .and-more {
  display: inline-block;
  padding: 120px 0;
  padding: 12.5% 0;
  width: 17.916667%;
}
#Block-07 .conclusion {
  padding: 5.83334% 0 0;
  background: #2450a0;
}
#Block-07 .conclusion .ttl {
  display: block;
  margin: 0 auto;
  width: 18.58334%;
}
#Block-07 .conclusion h3 {
  margin-top: 10px;
  font-size: 4.375em;
  line-height: 1.28;
  color: #fff;
}
#Block-07 .conclusion .camera {
  margin: 2.5% auto 0;
  width: 32.83334%;
}

@media (max-width:640px) {
  #Block-07 .sec-04 .and-more {
    padding: 50px 0;
    width: 30%;
  }
  #Block-07 .conclusion {
    padding-top: 30px;
  }
  #Block-07 .conclusion .ttl {
    width: 30%;
  }
  #Block-07 .conclusion h3 {
    font-size: 5em;
  }
  #Block-07 .conclusion .camera {
    margin-top: 20px;
  }
  #Block-07 .conclusion .camera img {
    margin-left: -30%;
    width: 160%;
  }
}



/*========================================

  #Block-08

========================================*/
#Block-08 .mod-wrapper {
  color: #303030;
  background: #f6f6f6;
}

@media (max-width:640px) {
  #Block-08 .mod-wrapper {
    font-size: 137.5%;
  }
}

/*----------------------------------------
  #Block-08 .intro
----------------------------------------*/
#Block-08 .intro {
  text-align: center;
  padding: 120px 0 0;
  padding: 10% 0 0;
}
#Block-08 .intro .line-01 {
  font-size: 4.375em;
  line-height: 1.14;
}
#Block-08 .intro .line-02 {
  margin-top: 10%;
  font-size: 2.25em;
  line-height: 1.6;
}
#Block-08 .intro .line-03 {
  margin-top: 15px;
  font-size: 4.375em;
  line-height: 1.14;
}
#Block-08 .intro .rx100m3 {
  display: inline-block;
  margin: 0 10px;
  width: 22.25%;
}

@media (max-width:640px) {
  #Block-08 .intro {
    padding-top: 60px;
  }
  #Block-08 .intro .line-02 {
    margin-top: 50px;
  }
  #Block-08 .intro .rx100m3 {
    width: 28%;
  }
}

/*----------------------------------------
  #Block-08 section
----------------------------------------*/
#Block-08 section {
  margin-top: 10%;
}
#Block-08 section:after {
  clear: both;
  display: block;
  content: '';
}
#Block-08 section .txt-box {
  margin-top: 160px;
  margin-top: 16.6667%;
  width: 34.6875%;
}
#Block-08 section .txt-box.right {
  float: right;
}
#Block-08 section .txt-box.left {
  float: left;
  text-align: right;
}
#Block-08 section .txt-box p {
  font-size: 1.75em;
  line-height: 1.42;
}
#Block-08 section .mod-img {
  width: 62.708334%;
}
#Block-08 section .mod-img.left {
  float: left;
}
#Block-08 section .mod-img.right {
  float: right;
}
#Block-08 section .cap {
  display: block;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.4;
}
#Block-08 section .right .cap {
  text-align: right;
}

@media (max-width:640px) {
  #Block-08 section {
    margin-top: 10.9375%;
  }
  #Block-08 section .txt-box {
    text-align: center !important;
    float: none !important;
    margin: 0 auto;
    width: 90%;
  }
  #Block-08 section .txt-box p {
    font-size: 2.5em;
  }
  #Block-08 section .mod-img {
    float: none !important;
    margin: 5px auto 0;
    width: 90%;
  }
  #Block-08 section .cap {
    text-align: left !important;
  }
}

/*----------------------------------------
  #Block-08 .end
----------------------------------------*/
#Block-08 .end {
  text-align: center;
  padding: 100px 0 120px;
  padding: 8.3334% 0 10%;
}
#Block-08 .end .line-01 {
  font-size: 2.25em;
  line-height: 1.6;
}
#Block-08 .end .line-02 {
  margin-top: 20px;
  font-size: 4.375em;
  line-height: 1.14;
}
#Block-08 .end .line-03 {
  margin-top: 30px;
  font-size: 4.375em;
  line-height: 1.14;
  letter-spacing: -0.05em;
}
#Block-08 .end .rx100m3 {
  display: inline-block;
  margin: 0 10px;
  width: 22.25%;
}

@media (max-width:640px) {
  #Block-08 .end {
    padding: 50px 0 60px;
  }
  #Block-08 .end .line-02 {
    margin-top: 10px;
  }
  #Block-08 .end .line-03 {
    margin-top: 20px;
  }
  #Block-08 .end .rx100m3 {
    width: 28%;
  }
}



/*========================================

  #Block-09

========================================*/
#Block-09 .sky {
  text-align: center;
  margin: 0 auto;
  max-width: 1400px;
  color: #fff;
  background-image: url(../img/b09.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #0074bf;
}
#Block-09 .line-01 {
  padding-top: 10.416667%;
  font-size: 2.25em;
  line-height: 1.4;
}
#Block-09 .line-01 strong {
  font-size: 1.944em;
  font-weight: 400;
}
#Block-09 .line-02 {
  margin-top: 12.5%;
  font-size: 2.5em;
  line-height: 2.0;
}
#Block-09 .line-02 strong {
  font-size: 1.75em;
  font-weight: 400;
}
#Block-09 .rx100m3-01 {
  display: inline-block;
  margin: 0 5px;
  width: 16.9791667%;
}

#Block-09 .line {
  margin: 50px auto 0;
  margin-top: 5.208334%;
  width: 96.9791667%;
}

#Block-09 .line-03 {
  margin-top: 10.416667%;
  font-size: 2.25em;
  line-height: 1.4;
}
#Block-09 .line-03 strong {
  font-size: 1.667em;
  font-weight: 400;
}

#Block-09 .rx100m3-02 {
  margin: 3.125% auto 0;
  width: 27.291667%;
}
#Block-09 .camera {
  margin: 8.3334% auto 0;
  padding-bottom: 10.416667%;
  width: 40.83334%;
}

@media (max-width:640px) {
  #Block-09 .sky {
    font-size: 137.5%;
  }
  #Block-09 .rx100m3-01 {
    width: 20%;
  }
  #Block-09 .rx100m3-02 {
    width: 30%;
  }
  #Block-09 .camera {
    width: 55%;
  }
}

/*----------------------------------------
  #Block-09 .gray
----------------------------------------*/
#Block-09 .gray {
  background: #f6f6f6;
}
#Block-09 .gray .mod-inner {
  padding-top: 35px;
}
#Block-09 .buy {
  display: block;
  margin: 0 auto;
  max-width: 678px;
  width: 70.625%;
  
}
#Block-09 .present {
  margin: 3.3334% auto 0;
  padding-bottom: 12.5%;
  max-width: 934px;
  width: 97.2916667%;
}
#Block-09 .gray .note {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2;
}

@media (max-width:640px) {
  #Block-09 .buy {
    width: 85%;
  }
  #Block-09 .present {
    margin-top: 40px;
    margin-left: -8%;
    padding-bottom: 60px;
    width: 108%;
  }
}



/*========================================

  #Block-10

========================================*/
#Block-10 {
  background-image: url(../img/b10.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#Block-10 .mod-inner {
  text-align: center;
  padding: 40px 0 50px;
  padding: 3.3334% 0 7.16667%;
  color: #303030;
}
#Block-10 h2 {
  font-size: 0;
}
#Block-10 .img-01a {
  display: inline-block;
  vertical-align: bottom;
  width: 13.0208334%;
}
#Block-10 .img-01b {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0.83334% 0.5208334%;
  width: 84.8958334%;
}
#Block-10 h3 {
  margin-top: 3.125%;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
#Block-10 .txt {
  margin-top: 5px;
  font-size: 1.375em;
  line-height: 2.27;
  letter-spacing: -0.05em;
}

#Block-10 .txt-priod {
  margin-top: 5px;
  font-size: 1.2em;
  line-height: 2.27;
  letter-spacing: -0.05em;
}

#Block-10 .img-02 {
  margin: 3.125% auto 0;
  width: 82.5%;
}
#Block-10 .button {
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 4.16667% auto 0;
  padding: 22px 0 26px 15px;
  padding: 2.708334% 0 2.291667% 15px; 
  max-width: 520px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
  background: #d60000;
}

@media (max-width:640px) {
  #Block-10 .mod-inner {
    padding: 30px 0 40px;
  }
  #Block-10 h3 {
    margin-top: 30px;
    font-size: 2.25em;
  }
  #Block-10 .txt {
    font-size: 1.625em;
    line-height: 2.0;
  }
  #Block-10 .img-02 {
    margin-top: 20px;
    width: auto;
  }
  #Block-10 .img-02 img {
    margin-left: 4%;
  }
  #Block-10 .button {
    margin-top: 30px;
    padding: 12px 0 12px 10px;
    font-size: 20px;
  }
}



/*========================================

  #Block-11

========================================*/
#Block-11 .block-heading .img-01 {
  display: inline-block;
  padding-top: 40px;
  padding-top: 2.8571428%;
  width: 10%;
}
#Block-11 .block-heading h2 {
  margin-top: 5px;
  padding-bottom: 12px;
  padding-bottom: 0.8571428%;
  font-size: 3.75em;
  line-height: 1.33;
  letter-spacing: -0.04em;
}
#Block-11 .block-heading .img-02 {
  display: inline-block;
  width: 17.2857142%;
}
#Block-11 .mod-wrapper {
  background: #f6f6f6;
}

@media (max-width:640px) {
  #Block-11 .block-heading {
    font-size: inherit;
  }
  #Block-11 .block-heading .img-01 {
    padding-top: 30px;
    max-width: 140px;
    width: 25%;
  }
  #Block-11 .block-heading h2 {
    padding-bottom: 20px;
    font-size: 2.813em;
  }
  #Block-11 .block-heading .img-02 {
    margin-right: 5px;
    width: 24%;
  }
}

/*----------------------------------------
  #Block-11 section
----------------------------------------*/
#Block-11 section {
  padding-top: 10%;
}
#Block-11 section:after {
  clear: both;
  display: block;
  content: '';
}
#Block-11 section .right {
  float: right;
}
#Block-11 section .left {
  float: left;
}
#Block-11 section .ttl-box {
  position: relative;
  text-align: center;
  padding: 2.6% 0;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.54;
  color: #fff;
  width: 50%;
  background-image: -moz-linear-gradient( 90deg, rgb(101,171,234) 0%, rgb(166,208,243) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(101,171,234) 0%, rgb(166,208,243) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(101,171,234) 0%, rgb(166,208,243) 100%);
  background-color: #a6d0f3;
}
#Block-11 section .ttl-box:after {
  position: absolute;
  bottom: 0;
  margin-bottom: -6.0416667%;
  padding-bottom: 6.0416667%;
  width: 21.875%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
#Block-11 section .ttl-box.right:after {
  left: -6.6667%;
  background-image: url(../img/b11_arrow_right.png);
}
#Block-11 section .ttl-box.left:after {
  right: -6.6667%;
  background-image: url(../img/b11_arrow_left.png);
}
#Block-11 section .ttl-box span {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
#Block-11 section .ttl-box strong {
  font-size: 1.385em;
  color: #001c72;
}
#Block-11 section .item {
  text-align: center;
  width: 50%;
}
#Block-11 section .txt-box {
  text-align: center;
  margin-top: 25px;
  margin-top: 2.6041667%;
  width: 50%;
}
#Block-11 section .txt-box strong {
  font-size: 1.563em;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
#Block-11 section .name {
  margin-top: 5px;
  font-size: 1.31em;
  line-height: 1.2;
}
#Block-11 section .price {
  margin-top: 5px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}
#Block-11 section .price .num {
  position: relative;
  top: 1px;
  font-size: 2.25em;
  font-weight: 400;
  color: #003fa0;
}
#Block-11 section .price .yen {
  font-size: 1.25em;
}
#Block-11 section .price .yen em {
  color: #003fa0;
}

#Block-11 section .txt-title{
  margin-top: 3.125%;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}


#Block-11 section .txt-priod{
  margin-top: 3.125%;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

@media (max-width:640px) {
  #Block-11 section {
    padding-top: 50px;
  }
  #Block-11 section .right,
  #Block-11 section .left {
    float: none;
  }
  #Block-11 section .ttl-box {
    padding: 12px 0 7px;
    width: auto;
    font-size: 2.25em;
  }
  #Block-11 section .ttl-box:after {
    display: none;
  }
  #Block-11 section .item {
    margin-top: 20px !important;
    width: auto;
  }
  #Block-11 section .txt-box {
    margin-top: 20px !important;
    width: auto;
  }
  #Block-11 section .txt-box strong {
    font-size: 2.188em;
    letter-spacing: 0;
  }
  #Block-11 section .name {
    font-size: 1.875em;
  }
  #Block-11 section .price {
    font-size: 1.625em;
  }
}

/*----------------------------------------
  #Block-11 .sec-01
----------------------------------------*/
#Block-11 .sec-01 .item {
  margin-top: 7.291667%;
}
#Block-11 .sec-01 .item img {
  max-width: 315px;
  width: 65.625%;
}

/*----------------------------------------
  #Block-11 .sec-02
----------------------------------------*/
#Block-11 .sec-02 .item {
  margin-top: 4.791667%;
}
#Block-11 .sec-02 .item img {
  max-width: 399px;
  width: 83.125%;
}

/*----------------------------------------
  #Block-11 .sec-03
----------------------------------------*/
#Block-11 .sec-03 .item {
  margin-top: 2.291667%;
}
#Block-11 .sec-03 .item img {
  max-width: 332px;
  width: 69.1667%;
}

/*----------------------------------------
  #Block-11 .sec-04
----------------------------------------*/
#Block-11 .sec-04 .item {
  margin-top: 6.25%;
}
#Block-11 .sec-04 .item img {
  max-width: 122px;
  width: 25.41667%;
}
#Block-11 .sec-05 {
  padding-bottom: 10.8334%;
  border-bottom: 4px solid #2450a0;
}

#Block-11 .sec-05 div.item.mod-img.left {
	text-align:left;
}
#Block-11 .sec-05 .item img {
  max-width: 402px;
  width: 90%;
}
@media (max-width:640px) {
	#Block-11 .sec-05 div.item.mod-img.left {
	text-align:center;
	}
}

/*----------------------------------------
  #Block-11 .sec-05
----------------------------------------*/
#Block-11 .sec-05 {
  text-align: center;
  margin-top: 10%;
  padding-top: 6.25%;
  border-top: 4px solid #2450a0;
}
#Block-11 .sec-05 .ttl {
  margin: 0 auto;
  width: 71.5625%;
}
#Block-11 .sec-05 .txt {
  margin-top: 30px;
  margin-top: 3.125%;
  font-size: 1.375em;
  line-height: 2.27;
}
#Block-11 .sec-05 .img-01 {
  margin: 5.208334% auto 0;
  width: 34.8958334%;
}
#Block-11 .sec-05 .img-02 {
  margin: 3.125% auto 1.875%;
}
#Block-11 .sec-05 .txt2 {
  font-size: 1.563em;
  font-weight: 700;
  line-height: 1.4;
}
#Block-11 .sec-05 .txt2 span {
  font-weight: 400;
}
#Block-11 .sec-05 .txt3 {
  margin-top: 30px;
  margin-top: 3.125%;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.4;
}
#Block-11 .sec-05 .txt3 .num {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 2.333em;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #d60000;
}
#Block-11 .sec-05 .txt3 .yen {
  font-size: 1.267em;
}
#Block-11 .sec-05 .txt3 .yen em {
  color: #d60000;
}
#Block-11 .sec-05 .txt4 {
  margin-top: 5px;
  font-size: 1.25em;
  line-height: 1.4;
}

#Block-11 .sec-05 .button,
#Block-11 .sec-06 .button {
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 4.16667% auto 0;
  padding: 22px 0 26px 15px;
  padding: 2.708334% 0 2.291667% 15px; 
  max-width: 520px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
  background: #218df8;
}

@media (max-width:640px) {
  #Block-11 .sec-05 {
    margin-top: 50px;
    padding-top: 50px;
    border-width: 2px;
  }
  #Block-11 .sec-05 .ttl img {
    margin-left: -8%;
    width: 116%;
  }
  #Block-11 .sec-05 .txt {
    margin-top: 20px;
    font-size: 1.625em;
    line-height: 2.0;
  }
  #Block-11 .sec-05 .txt2 {
    font-size: 1.875em;
  }
  #Block-11 .sec-05 .img-01 {
    margin: 30px auto 0;
    width: 45%;
  }
  #Block-11 .sec-05 .img-02 {
    margin: 15px auto 15px;
  }
  #Block-11 .sec-05 .button {
    margin-top: 30px;
  }
  #Block-11 .sec-05 .button,
  #Block-11 .sec-06 .button {
    padding: 12px 0 12px 10px;
    font-size: 20px;
    width: 90%;
  }
}


/*----------------------------------------
  #Block-11 .sec-06
----------------------------------------*/
#Block-11 .sec-06 {
  text-align: center;
  margin-top: 10%;
  padding-top: 9.25%;
  border-top: 4px solid #2450a0;
}
#Block-11 .sec-06 .ttl {
  margin: 0 auto;
  width: 71.5625%;
}
#Block-11 .sec-06 .txt {
  margin-top: 30px;
  margin-top: 3.125%;
  font-size: 1.375em;
  line-height: 2.27;
}
#Block-11 .sec-06 .img-01 {
  margin: 5.208334% auto 0;
  width: 34.8958334%;
}
#Block-11 .sec-06 .img-02 {
  margin: 3.125% auto 1.875%;
}
#Block-11 .sec-06 .txt2 {
  font-size: 1.563em;
  font-weight: 700;
  line-height: 1.4;
}
#Block-11 .sec-06 .txt2 span {
  font-weight: 400;
}
#Block-11 .sec-06 .txt3 {
  margin-top: 30px;
  margin-top: 3.125%;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.4;
}
#Block-11 .sec-06 .txt3 .num {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 2.333em;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #d60000;
}
#Block-11 .sec-06 .txt3 .yen {
  font-size: 1.267em;
}
#Block-11 .sec-06 .txt3 .yen em {
  color: #d60000;
}
#Block-11 .sec-06 .txt4 {
  margin-top: 5px;
  font-size: 1.25em;
  line-height: 1.4;
}

#Block-11 .sec-06 .button {
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 4.16667% auto 0;
  padding: 22px 0 26px 15px;
  padding: 2.708334% 0 2.291667% 15px; 
  max-width: 520px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
  background: #218df8;
}

@media (max-width:640px) {
  #Block-11 .sec-06 {
    margin-top: 50px;
    padding-top: 50px;
    border-width: 2px;
  }
  #Block-11 .sec-06 .ttl img {
    margin-left: -8%;
    width: 116%;
  }
  #Block-11 .sec-06 .txt {
    margin-top: 20px;
    font-size: 1.625em;
    line-height: 2.0;
  }
  #Block-11 .sec-06 .txt2 {
    font-size: 1.875em;
  }
  #Block-11 .sec-06 .img-01 {
    margin: 30px auto 0;
    width: 45%;
  }
  #Block-11 .sec-06 .img-02 {
    margin: 15px auto 15px;
  }
  #Block-11 .sec-05 .button {
    margin-top: 30px;
  }
  #Block-11 .sec-06 .button {
    padding: 12px 0 12px 10px;
    font-size: 20px;
    width: 90%;
  }
}


/*----------------------------------------
  #Block-11 .sec-07

#Block-11 .sec-06 {
  text-align: center;
  margin-top: 6.25%;
  padding-top: 6.25%;
  border-top: 4px solid #2450a0;
}
#Block-11 .sec-06 .ttl {
  margin: 0 auto;
  width: 81.5625%;
}
#Block-11 .sec-06 .campaign {
  margin-top: 50px;
  margin-top: 5.208334%;
}
#Block-11 .sec-06 .campaign:after {
  clear: both;
  display: block;
  content: '';
}
#Block-11 .sec-06 .img-01 {
  float: left;
  margin-top: 2%;
  margin-left: 5.208334%;
  width: 29.0625%;
}
#Block-11 .sec-06 .txt-box {
  float: right;
  text-align: left;
  margin: 0;
  width: 64.375%;
}
#Block-11 .sec-06 .txt {
  font-size: 2.125em;
  line-height: 1.4;
}
#Block-11 .sec-06 .txt2 {
  margin-top: 5px;
  font-size: 1.25em;
  line-height: 2.2;
}
#Block-11 .sec-06 .button {
  margin-top: 6.25%;
}

@media (max-width:640px) {
  #Block-11 .sec-06 {
    margin-top: 50px;
    padding-top: 50px;
    border-width: 2px;
  }
  #Block-11 .sec-06 .ttl img {
    margin-left: -8%;
    width: 116%;
  }
  #Block-11 .sec-06 .campaign {
    margin-top: 25px;
  }
  #Block-11 .sec-06 .img-01 {
    float: none;
    margin: 0 auto;
    width: 40%;
  }
  #Block-11 .sec-06 .txt-box {
    text-align: center;
    float: none;
    width: auto;
  }
  #Block-11 .sec-06 .txt2 {
    font-size: 1.625em;
    line-height: 2.0;
  }
  #Block-11 .sec-06 .button {
    margin-top: 40px;
  }
}
----------------------------------------*/

/*----------------------------------------
  #Block-11 .sec-07
----------------------------------------*/

#Block-11 .sec-07 .block {
  position: relative;
}
#Block-11 .sec-07 .main {
  overflow: hidden;
}
#Block-11 .sec-07 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 80px;
  margin-top: 8.334%;
  width: 100%;
}
#Block-11 .sec-07 h3 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.33;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(6,0,2,0.75);
}
#Block-11 .sec-07 h3 span {
  font-size: 2.222em;
  letter-spacing: -0.04em;
}
#Block-11 .sec-07 h3 em {
  display: inline-block;
  margin-right: 5px;
  width: 18.125%;
}
#Block-11 .sec-07 .button {
  position: absolute;
  bottom: 0;
  left: 46px;
  left: 4.791666%;
  margin-bottom: 67px;
  margin-bottom: 6.9791666%;
  width: 37.6041666%;
}

@media (max-width:640px) {
  #Block-11 .sec-07 {
    margin-top: 50px;
    padding-top: 50px;
    border-width: 2px;
  }
  #Block-11 .sec-07 .txt-box {
    margin-top: 30px !important;
  }
  #Block-11 .sec-07 h3 {
    font-size: 1.875em;
  }
}
@media (max-width:480px) {
  #Block-11 .sec-07 .main img {
    margin-top: -16%;
    margin-left: -55%;
    width: 155%;
  }
  #Block-11 .sec-07 .button {
    position: static;
    margin: 30px auto 0;
    width: 80%;
  }
}


/*========================================

  #Block-12

========================================*/
#Block-12 {
  background: #f6f6f6;
}
#Block-12 .mod-inner {
  padding-bottom: 5%;
}
#Block-12 h2 {
  padding-top: 190px;
  padding-top: 10%;
  text-align: center;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.4;
  color: #303030;
}
#Block-12 .lineup{
  padding-top: 2%!important;
}
#Block-12 h2 span {
  font-size: 1.944em;
}

#Block-12 .rx100m5 {
  position: relative;
  margin-top: 50px;
  margin-top: 5.208334%;
  color: #fff;
  background: #000;
}

#Block-12 .main .rx100m5-img{
	margin-top:7em;
}
#Block-12 .ttl-box {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-top: 4.16667%;
  width: 100%;
}
#Block-12 .ttl-box em {
  text-align: center;
  display: block;
  font-size: 2.438em;
  line-height: 1.2;
}
#Block-12 .ttl-box h3 {
  margin: 8px auto 0;
  width: 21.25%;
}
#Block-12 .feat-box {
  position: absolute;
  list-style: none;
  top: 0;
  right: 4.1667%;
  margin: 20.625% 0 0;
  padding: 0;
  width: 44.58334%;
}
#Block-12 .feat-box li {
  text-align: center;
  margin-top: 3.5046728%;
  padding: 3.271028% 0;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.09;
  border: 1px solid #fff;
}

#Block-12 .feat-box li img{
	margin-top:0.6em;
	width:95%;
}
#Block-12 .feat-box li:first-child {
  margin-top: 0;
}
#Block-12 .bottom-box {
  text-align: center;
  margin-top:-4.6em;
  position: relative;
  left: 0;
  bottom: 0;
  padding-top: 3.125%;
  padding-bottom: 3.6458%;
  width: 100%;
  background-image: url(../img/b12_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#Block-12 .lineup-box{
  margin-top:5%;
}
#Block-12 .lineup-box div{
  display:table-cell;
  text-align: center;
}
#Block-12 .lineup-box img{
  margin-bottom:5%;
}

#Block-12 .bottom-box:after {
  clear: both;
  display: block;
  content: '';
}
#Block-12 .bottom-box .txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 14.58334%;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33;
  white-space: nowrap;
}
#Block-12 .bottom-box .price {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 5%;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
#Block-12 .bottom-box .price span {
  margin-right: 5px;
  font-size: 2.955em;
  font-weight: 400;
}
#Block-12 .bottom-box .button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 19px 0 19px 15px;
  padding: 1.979% 0 1.979% 15px;
  width: 34%;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
  background: #218df8;
}
#Block-12 .note {
  margin-top: 1.5%;
  font-size: 1.0em;
  line-height: 1.4;
}

@media (max-width:640px) {
  #Block-12 h2 {
    font-size: 2.625em;
    letter-spacing: -0.02em;
  }
  #Block-12 .rx100m5 {
    overflow: hidden;
    margin-top: 25px;
  }
  #Block-12 .main img {
    margin-left: 9%;
    width: 150%;
  }
  #Block-12 .main {
  background-image: url(../img/b12_main_bg.png);
  background-repeat: repeat-x;
  background-size: 60px 100%;
  }
  #Block-12 .main .rx100m5-img {
    margin-top: 0;
  }
  #Block-12 .ttl-box {
    padding-top: 6.8965517%;
  }
  #Block-12 .ttl-box em {
    font-size: 2.813em;
  }
  #Block-12 .ttl-box h3 {
    width: 28%;
  }
  #Block-12 .feat-box {
    position: relative;
    z-index: 1;
    right: auto;
    margin: -15% auto 0;
    width: 90%;
  }
  #Block-12 .feat-box li {
    font-size: 2.0em;
  }
  #Block-12 .lineup-box img.icon{
	  width:100%;
  }
  #Block-12 .lineup-box div{
  display:block;
  margin-top:15%;
  }
  #Block-12 .bottom-box {
    position: static;
    padding-top: 16.896552%;
    padding-bottom: 8.62%;
    background: none;
  }
  #Block-12 .bottom-box .txt {
    margin-right: 15px;
  }
  #Block-12 .bottom-box .price {
    margin-right: 0;
  }
  #Block-12 .bottom-box .button {
    display: block;
    margin: 6.8965517% auto 0;
    padding: 3.8% 0 3.8% 15px;
    width: 90%;
    font-size: 2.250em;
  }
  #Block-12 .note {
    margin-top: 15px;
  }
}