@charset "Shift_JIS";

/**
 * default.css
 * modified : 2017.01.16
 */

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

  Reset

========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{zoom:1}ul:after{clear:both;display:block;content:"";height:0;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{outline:none;}a,a:link,a:active,a:visited,a:hover {color: #000;text-decoration: none;}header,footer,nav,article,section{display:block}


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

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
  Verdana,sans-serif;

  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: 'Hiragino Mincho Pro',
  '\30D2\30E9\30AE\30CE\660E\671D\20\50\72\6F',
  '\48\47\53\660E\671D\45','\FF2D\FF33\20\FF30\660E\671D',
  serif;
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.pagetop {
  margin: 80px auto 0;
  width: 950px;
  line-height: 0;
  text-align: right;
}
a.hover {
  display: inline-block;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.75;
}
.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 10px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  background-image: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.7;
}
.no-opacity .btn {
  background-image: url(../img/arrow_btn.png);
}
.btn.example {
  background-color: #3f3f3f;
}
.btn.detail {
  background-color: #1890fa;
}
.btn.orange {
  background-color: #ea5504;
}
.mtag {
  width: 86px;
  height: auto;
}

.b64 { display: none; }
.b64i { display: none; }
.b48 { display: none; }
.leftfix { float: left; }
.rightfix { float: right; }
.txt-right { text-align: right; }
.txt-left { text-align: left; }
.txt-center { text-align: center; }

@media(max-width:640px) {
  .pagetop {
    margin: 40px auto 0;
    width: 90.625%;
  }
  .btn {
    font-size: 14px;
  }
  .b64 {
    display: block;
  }
  .b64i {
    display: inline-block;
  }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
}


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

  Top

========================================*/
#Top {
  position: relative;
  padding-bottom: 30px;
  min-width: 1020px;
  overflow: hidden;
}
.no-opacity #Top {
  min-width: 1020px;
}

@media(max-width:640px) {
  #Top {
    min-width: 320px;
  }
}


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

  .mod-

========================================*/
.mod-img {
  line-height: 0;
}
.mod-img img {
  width: 100%;
  height: auto;
}
.mod-img__sample a {
  display: block;
  box-sizing: border-box;
  border: 6px solid #fff;
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.mod-img__sample a:hover {
  opacity: 0.7;
}
.mod-img__w786 {
  margin: 0 auto;
  width: 798px;
}
.mod-img__w519 {
  margin: 0 auto;
  width: 531px;
}
.mod-img__w384 {
  margin: 0 auto;
  width: 396px;
}
.mod-img__right {
  float: right;
  margin-right: 5px;
}
.mod-img__zoom {
  position: relative;
}
.mod-img__zoom:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icn_zoom.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  content: '';
}
.mod-img__cap {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}
.mod-container {
  margin: 0 auto;
  max-width: 1720px;
}
.mod-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.mod-wrapper:last-child {
  max-width: 1080px;
}
.mod-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 950px;
  width: 93.75%;
}
.mod-wrapper:after,
.mod-inner:after,
.mod-clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.mod-txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.03em;
}
.mod-txt + .mod-txt {
  margin-top: 30px;
}
.mod-btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 30px 12px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff !important;
  text-align: center;
  background-color: #3f3f3f;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.mod-btn:before {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  content: '';
}
.mod-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mod-btn__example {
  background-color: #3f3f3f;
}
.mod-btn__detail {
  background-color: #1890fa;
}

@media(max-width:640px) {
  .mod-img__sample a {
    border-width: 4px;
  }
  .mod-img__w786,
  .mod-img__w519,
  .mod-img__w384 {
    width: auto;
  }
  .mod-img__cap {
    margin-top: 10px;
    font-size: 11px;
  }
  .mod-wrapper,
  .mod-inner {
    width: 90.625%;
  }
  .mod-txt {
    font-size: 0.938rem;
    line-height: 1.8;
  }
  .mod-btn {
    font-size: 14px;
  }
}
@media(max-width:480px) {
  .mod-btn {
    font-size: 13px;
  }
}
@media(max-width:359px) {
  .mod-txt {
    font-size: 0.875rem;
  }
  .mod-btn {
    font-size: 12px;
  }
}



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

  header

========================================*/
header {
  background: #000;
}
header h1 {
  margin: 0 auto;
  padding: 12px 0 13px;
  max-width: 950px;
  width: 94.0594059%;
  line-height: 0;
}
header h1 a {
  display: block;
  width: 88px;
  line-height: 0;
}
.no-opacity header h1 a {
  height: 15px;
  background: url(../img/header_sony.png) no-repeat 0 0;
}
.no-opacity header h1 img {
  display: none;
}

@media(max-width:480px) {
  header h1 {
    padding: 15px 0;
    width: 90.625%;
  }
  header h1 img {
    width: 80px;
    height: auto;
  }
}


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

  footer

========================================*/
footer {
  margin: 60px auto 0;
  max-width: 950px;
}
footer small {
  display: inline-block;
  font-size: 10px;
  line-height: 0;
}

@media(max-width:480px) {
  footer {
    text-align: center;
  }
}


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

  .mainvisual

========================================*/
.mainvisual h2 {
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
  line-height: 0;
}
.mainvisual h2 img {
  margin: 0 0 0 -40.5263157%;
  max-width: 1720px;
  width: 181.0526315%;
}

@media(max-width:640px) {
  .mainvisual h2 img {
    margin: 0 0 0 -48%;
    width: 203%;
    height: auto;
  }
}


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

  nav

========================================*/
nav {
  margin: 0 auto;
  padding-bottom: 2px;
  max-width: 1720px;
  line-height: 0;
  text-align: center;
  background: #000;
}
nav ul {
  display: block;
  margin: 0 auto;
  max-width: 950px;
}
nav ul:after {
  clear: both;
  display: block;
  content: "";
}
nav li {
  float: left;
  position: relative;
  /*margin: 0 0 0 2px;*/
  /*padding-bottom: 113px;*/
  /*width: 188px;*/
  margin: 0 0 0 0.2105263%;
  padding-bottom: 11.8947368%;
  width: 19.7894736%;
  background: #fff;
}
nav li.cnt-01 {
  margin-left: 0;
}
nav li.cnt-01,nav li.cnt-05 {
  /*width: 189px;*/
  width: 19.8947368%;
}
nav li a {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
nav li a:hover {
  opacity: 0.7;
}
html.no-opacity nav li a:hover {
  filter: alpha(opacity=70);
}
nav li.cnt-01 a {
  background-image: url(../img/nav_01.jpg);
}
nav li.cnt-02 a {
  background-image: url(../img/nav_02.jpg);
}
nav li.cnt-03 a {
  background-image: url(../img/nav_03.jpg);
}
nav li.cnt-04 a {
  background-image: url(../img/nav_04.jpg);
}
nav li.cnt-05 a {
  background-image: url(../img/nav_05.jpg);
}

@media(max-width:480px) {
  nav li {
    float: none;
    margin: 0 !important;
    padding: 0;
    width: auto !important;
    background: #000;
    border-top: 1px solid #444;
  }
  nav li a {
    position: relative;
    padding: 12px 4.6875% 13px;
    font-size: 87.5%;
    line-height: 1.2;
    text-align: left;
    text-indent: 0;
    color: #fff !important;
    background: none !important;
  }
  nav li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  nav li a:hover {
    opacity: 1.0;
  }
}


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

  article

========================================*/
article {
  margin: 0 auto;
  max-width: 1720px;
}
article .heading {
  padding: 15px 0 14px;
}
article .heading em {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 32px;
  font-size: 193.8%;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  max-width: 950px;
  width: 94.0594059%;
}
article .heading em:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -17px;
  width: 24px;
  height: 32px;
  background-image: url(../img/arrow_ttl.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.no-opacity article .heading em:before {
  background-image: url(../img/arrow_ttl.png);
}
section {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}
section:after {
  clear: both;
  display: block;
  content: "";
}
section .shadow {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
}
section .border {
  box-sizing: border-box;
  border: 6px solid #fff;
}
section a.zoom {
  position: relative;
}
section a.zoom:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_zoom.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}
section .cap {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
}
section .cap.left {
  text-align: left;
}

@media(max-width:640px) {
  article .heading em {
    padding-left: 22px;
    font-size: 131.3%;
    width: 90.625%;
  }
  article .heading em:before {
    margin-top: -10px;
    width: 15px;
    height: 20px;
  }
  section {
    width: 90.625%;
  }
  section .border {
    border-width: 4px;
  }
  section .cap {
    margin-top: 10px;
    font-size: 11px;
  }
}

.article-heading {
    padding: 17px 0;
}
.article-heading__txt {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 32px;
  font-size: 175%;
  line-height: 1.2;
  color: #fff;
  max-width: 950px;
  width: 94.0594059%;
}
.article-heading__txt:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -16px;
  width: 24px;
  height: 32px;
  background-image: url(../img/arrow_ttl.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.article-heading__txt span {
  position: relative;
  top: 2px;
}

@media(max-width:640px) {
  .article-heading__txt {
    padding-left: 22px;
    font-size: 4.375vw;
    width: 90.625%;
  }
  .article-heading__txt:before {
    margin-top: -10px;
    width: 15px;
    height: 20px;
  }
}
@media(max-width:480px) {
  .article-heading__txt {
    font-size: 5.4vw;
  }
}

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

  #Intro

========================================*/
#Intro {
  padding-bottom: 80px;
  background-image: url("../img/intro_bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
}
#Intro h3 {
  margin: 0px;
  padding-top: 70px;
  font-size: 200%;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0px 0px 16px #000,
    0px 0px 8px #000,
    0px 0px 8px #000;
  color: #fff;
  text-align: center;
}
#Intro h3 br {
    display: none;
  }
#Intro p.txt {
  margin-top: 35px;
  font-size: 131.3%;
  font-weight: 700;
  line-height: 2.0;
  text-shadow: 0px 0px 20px #000,
    0px 0px 16px #000,
    0px 0px 12px #000;
  color: #fff;
  text-align: center;
}
#Intro .frame {
  position: relative;
  margin-top: 70px;
  padding: 6px;
  color: #000;
  background: #d2dbd5;
  background: rgba(255,255,255,0.6);
}
#Intro .frame .inner {
  padding: 27px 0;
  background: #fff;
}
#Intro .frame .inner:after {
  clear: both;
  display: block;
  content: '';
}
#Intro .frame strong {
  display: block;
  margin: 0 0 0 27px;
  font-size: 131.3%;
  line-height: 1.1;
}
#Intro .frame p {
  margin: 12px 0 0 27px;
  max-width: 625px;
  width: 66.63113%;
  font-size: 87.5%;
  line-height: 1.7;
}
#Intro .frame .img-box {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 255px;
  width: 26.8421052%;
}

@media(max-width:640px) {
  #Intro {
    padding-bottom: 40px;
    background-size: auto 100%;
  }
  #Intro h3 {
    margin: 0px;
    padding-top: 50px;
    font-size: 170%;
  }
  #Intro h3 br {
    display: block;
  }
  #Intro p.txt {
    margin-top: 20px;
    font-size: 125%;
    text-align: left;
  }
  #Intro p br {
    display: none;
  }
  #Intro .frame {
    margin-top: 40px;
  }
}
@media(max-width:480px) {
  #Intro h3 {
    font-size: 145%;
  }
  #Intro p.txt {
    font-size: 100%;
    font-weight: 400;
    line-height: 1.9;
  }
  #Intro .frame {
    margin-top: 30px;
    padding: 3px;
  }
  #Intro .frame .inner {
    padding: 20px 15px;
  }
  #Intro .frame strong {
    margin: 0;
    font-size: 125%;
  }
  #Intro .frame p {
    margin: 15px 0 0;
    width: auto;
  }
  #Intro .frame .img-box {
    position: static;
    float: right;
    margin: 20px 0 10px 15px;
    width: 39%;
    background: #eee;
  }
}
@media(max-width:359px) {
  #Intro h3 {
    font-size: 130%;
    letter-spacing: -0.06em;
  }
  #Intro p.txt {
    font-size: 100%;
  }
  #Intro .frame p {
    font-size: 81.3%;
  }
}


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

  #Howto

========================================*/
#Howto {
  padding: 75px 0 55px;
  background: url(../img/howto_bg.jpg) no-repeat 50% 0;
}
#Howto h3 {
  margin: 0 auto;
  max-width: 731px;
  overflow: hidden;
}
#Howto h4 {
  margin-bottom: 13px;
  font-size: 212.5%;
  font-weight: 700;
  line-height: 1.0;
  color: #243676;
}
#Howto h4 span {
  position: relative;
  top: 0.08em;
  margin-right: 10px;
  font-size: 173.5%;
  font-style: italic;
}
#Howto .red {
	background-color:#f0db8f;
}
#Howto p.txt {
  font-size: 120%;
  line-height: 1.75;
}
#Howto p.txt.note {
  margin-top: 8px;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.4;
}
#Howto span.note {
  display: block;
  margin-top: 10px;
  font-size: 81.3%;
  line-height: 1.3;
}

@media(max-width:640px) {
  #Howto {
    padding: 40px 0;
    background-size: auto 100%;
  }
  #Howto h3 {
    width: 90.625%;
  }
  #Howto h4 {
    font-size: 150%;
  }
  #Howto h4 span {
    margin-right: 5px;
    font-size: 168.8%;
  }
  #Howto p.serif {
    font-size: 100%;
    font-weight: 400;
  }
  #Howto p.serif.note,
  #Howto span.note {
    font-size: 75%;
  }
}
@media(max-width:480px) {
  #Howto h3 img {
    margin-left: -17%;
    width: 134%;
  }
}

/*----------------------------------------
  #Howto .sec-01
----------------------------------------*/
#Howto .sec-01 {
  margin-top: 35px;
}
#Howto .sec-01 .txt-box {
  float: left;
  width: 646px;
}
#Howto .sec-01 .img-box {
  float: right;
  width: 304px;
}
#Howto .sec-01 .img-box img {
  margin: -40px 0 0;
  width: 133.2236842%;
  max-width: 405px;
}
#Howto .sec-01 p.note a {
  color: #0c56a1;
  font-weight: bold;
  text-decoration: underline;
}
#Howto .sec-01 p.note a:before {
  content: "Бе";
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin: 0 1px 0 3px;
  font-size: 75%;
}
#Howto .sec-01 ul {
  margin: 5px 0 0 50px;
  padding-left: 20px;
  font-size: 87.5%;
  line-height: 1.4;
}
#Howto .sec-01 li {
  list-style: disc;
}

@media(max-width:640px) {
  #Howto .sec-01 .txt-box {
    float: none;
    width: auto;
  }
  #Howto .sec-01 .img-box {
    float: none;
    margin-top: 15px;
    width: auto;
    text-align: center;
  }
  #Howto .sec-01 .img-box img {
    margin: 0;
    width: 90%;
  }
  #Howto .sec-01 ul {
    margin: 15px 0 0;
    font-size: 75%;
    text-align: left;
  }
}

/*----------------------------------------
  #Howto .sec-02
----------------------------------------*/
#Howto .sec-02 {
  margin-top: 30px;
}
#Howto .sec-02 .img-box {
  float: right;
  margin-top: 25px;
  display: flex;
  width: 473px;
  width: 49.7894736%;
}

#Howto .sec-02 .iso .img-box {
  float: right;
  margin-top: 25px;
  margin-left: 5%;
  display: flex;
  width: 227px;
}
#Howto .sec-02 .img-02 {
  width: 175px;
  width: 100%;
  text-align:center;
}
#Howto .sec-02 .img-01 {
  width: 221px;
  width: 100%;
  text-align:center;
}

#Howto .sec-02 .configuration{
	display:inline-block;
}

#Howto .sec-02 .configuration.iso{
	display:flex;
}

#Howto .sec-02 .img-02:first-child {
	margin-right:1em;
}
#Howto .sec-02 h5 {
	font-size:140%;
	letter-spacing: -0.02em;
	font-weight:700;
	margin-bottom:0.5em;
}
#Howto .sec-02 h5 img{
	vertical-align:middle;
	margin-right:0.5em;
}
#Howto .sec-02 .txt-box {
  float: left;
  display: table;
  margin-top: 25px;
  width: 440px;
  height: 191px;
}

#Howto .sec-02 .iso .txt-box {
  float: left;
  display: table;
  margin-top: 25px;
  width: 670px;
}
#Howto .sec-02 .onepoint .txt-box-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
#Howto .sec-02 .onepoint .txt-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.2;
  color: #243676;
}
#Howto .sec-02 .onepoint .txt-box ol {
  padding: 0 0 0 30px;
}
#Howto .sec-02 .onepoint .txt-box li {
  list-style: decimal;
  font-size: 106.3%;
  line-height: 1.6;
}

#Howto .sec-02 .onepoint{
  background-color:#FFF;
  display: inline-block;
  margin-top:25px;
}

#Howto .sec-02 .onepoint h5{
	color:#FFF;
	background-color:#243676;
	padding: 10px 20px;
	display: inline-block;
}

#Howto .sec-02 .onepoint-box{
	padding:30px;
	display: inline-block;
}

#Howto .sec-02 .onepoint .img-box{
    float: left;
    margin-top: 25px;
    width: 473px;
	display: block;
    width: 49.7894736%;
}

#Howto .sec-02 .onepoint .img-02a{
	position: relative;
    float: left;
    width: 175px;
    width: 36.9978858%;
}

#Howto .sec-02 .onepoint .img-02a:after {
    position: absolute;
    top: 56px;
    right: -22px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #243676;
    content: '';
}
#Howto .sec-02 .onepoint .img-02b {
    float: right;
    width: 259px;
    width: 54.756871%;
}

#Howto .sec-02 .onepoint .txt-box {
    float: right;
    display: table;
    margin-top: 25px;
    width: 410px;
    height: 191px;
    border-top: 1px solid #243676;
    border-bottom: 1px solid #243676;
}



@media(max-width:640px) {
  #Howto .sec-02 {
    margin-top: 40px;
  }
  #Howto .sec-02 .configuration.iso{
	display:block;
Б@}
  #Howto .sec-02 .img-box {
	margin-top: 0px;
    float: none;
    width: auto;
	display: block;
  }
  #Howto .sec-02 .iso .img-box {
	margin-top: 0px;
    float: none;
    width: auto;
	margin-left:0px;
  }
  #Howto .sec-02 .img-01,
   #Howto .sec-02 .img-02{
	  margin-bottom:25px;
  }
  #Howto .sec-02 .img-01 a,
  #Howto .sec-02 .img-02 a{
	  width:100%;
  }
  #Howto .sec-02 .img-02a:after {
    top: 30%;
    right: -12%;
  }
  #Howto .sec-02 .txt-box {
    float: none;
    display: block;
    padding: 15px 0;
    width: auto;
    height: auto;
  }
  #Howto .sec-02 .txt-box-inner {
    display: block;
    padding: 0;
  }
  #Howto .sec-02 .txt-box ol {
    padding: 0 0 0 25px;
  }
  #Howto .sec-02 .txt-box li {
    font-size: 87.5%;
  }
  #Howto .sec-02 .iso .txt-box {
    width: auto;
	display: block;
    float: none;
  }
  #Howto .sec-02 .onepoint{
  display: block;
 }
 #Howto .sec-02 .onepoint-box{
	display: block;
  }

  #Howto .sec-02 .onepoint h5{
	display: block;
    text-align: center;
  }
  #Howto .sec-02 .onepoint .img-box{
    width: 100%;
	margin-bottom: 25px;
  }
  #Howto .sec-02 .onepoint .txt-box {
	display: table;
    float: none;
	width:100%;
  }
  #Howto .sec-02 .onepoint .txt-box-inner {
  display: block;
  }
  #Howto .sec-02 .onepoint .img-02a:after {
    right: -1em;
  }

}

/*----------------------------------------
  #Howto .sec-03
----------------------------------------*/
#Howto .sec-03 {
  margin-top: 30px;
}
#Howto .sec-03 h5 {
    font-size: 140%;
    letter-spacing: -0.02em;
    font-weight: 700;
	margin-top:25px;
    margin-bottom: 0.5em;
}
#Howto .sec-03 h5 img {
    vertical-align: middle;
    margin-right: 0.5em;
}
#Howto .sec-03 .img-box {
  margin-top: 15px;
}
#Howto .sec-03 .img-03 {
  float: left;
  margin-left: 35px;
  margin-left: 3.6842105%;
  width: 455px;
  width: 47.842105%;
}
#Howto .sec-03 .img-03:first-child {
  margin-left: 0;
}

@media(max-width:640px) {
  #Howto .sec-03 {
    margin-top: 40px;
  }
  #Howto .sec-03 strong {
    margin-top: 30px;
    font-size: 112.5%;
  }
  #Howto .sec-03 .img-03 {
    float: none;
    margin: 20px 0 0;
    width: auto;
  }
}

/*----------------------------------------
  #Howto .sec-acafe
----------------------------------------*/
#Howto .sec-acafe {
  margin-top: 100px;
}
#Howto .sec-acafe h5 {
    font-size: 140%;
    letter-spacing: -0.02em;
    font-weight: 700;
	text-align:center;
	margin: 1.2em 0;
}
#Howto .sec-acafe .img-box {
  margin-top: 15px;
}
#Howto .sec-acafe .img-03 {
  float: left;
  margin-left: 35px;
  margin-left: 3.6842105%;
  margin-bottom:40px;
  width: 455px;
  width: 47.842105%;
}
#Howto .sec-acafe .img-03:first-child,
#Howto .sec-acafe .img-03:nth-child(3){
  margin-left: 0;
}

#Howto .sec-acafe p{
	text-align:center;
	margin-bottom:50px;
}

#Howto .sec-acafe a{
	text-align:center;
	color:#FFF;
	background-color:#6376bb;
	padding: 20px;
	width:70%;
	font-size:150%;
	font-weight:400;
	display: block;
    margin: 0 auto;
}

@media(max-width:640px) {
  #Howto .sec-acafe {
    margin-top: 40px;
  }
  #Howto .sec-acafe strong {
    margin-top: 30px;
    font-size: 112.5%;
  }
  #Howto .sec-acafe .img-03 {
    float: none;
    margin: 20px 0 0;
    width: auto;
  }
  #Howto .sec-acafe h5 {
	  line-height:1.8;
  }
  #Howto .sec-acafe a {
    width: 100%;
  }
}





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

  #Lens

========================================*/
#Lens {
  padding-bottom: 40px;
}
#Lens .heading {
  background: #000;
}
#Lens section {
  margin-top: 50px;
  border-top: 1px solid #000;
}
#Lens .sec-00 + section {
  margin-top: 0;
  border-top: none;
}
#Lens h3.title {
  padding-top: 80px;
  font-size: 243.8%;
  font-weight: 500;
  line-height: 1.2;
  color: #485189;
  text-align: center;
}
#Lens .img-01 {
  margin: 20px auto 0;
  width: 798px;
}
#Lens .img-02 {
  margin: 0 auto 0;
  max-width: 410px;
  width: 396px;
}
#Lens h4 {
  font-size: 150%;
  font-weight: 500;
  line-height: 1.1;
  color: #47508b;
  margin-bottom: 20px;
}
#Lens .info-box {
  margin: 50px 0 45px;
}
#Lens .txt-box {
  float: left;
  width: 480px;
}
#Lens p.txt {
  font-size: 112.5%;
  line-height: 1.6;
  color: #000;
  margin-bottom: 1em;
}
#Lens .sub-box {
  margin-top: 50px;
  margin-bottom: 30px;
}

#Lens .img-grid {
  margin: 50px 0 70px;
}
#Lens .img-left {
  float: left;
  width: 435px;
}
#Lens .img-right {
  float: right;
  width: 435px;
}
#Lens .btn-box {
  margin: 15px 0 0;
}
#Lens .btn-box .leftfix {
  width: 120px;
}
#Lens .btn-box .rightfix {
  width: 225px;
}
#Lens .btn-box a {
  width: 100%;
}

@media(max-width:640px) {
  #Lens h3.title {
    margin-left: -5%;
    padding-top: 50px;
    width: 110%;
    font-size: 168.8%;
    font-feature-settings : "palt";
  }
  #Lens h3.adjust {
    text-indent: 0.6em;
  }
  #Lens .img-01 {
    margin: 20px auto 0;
    width: auto;
  }
  #Lens .img-02 {
    margin-top: 25px;
    width: auto;
  }
  #Lens .img-01 img,
  #Lens .img-02 img {
    width: 100%;
    height: auto;
  }
  #Lens h4 {
    font-size: 125%;
  }
  #Lens .info-box {
    margin: 35px 0 40px;
  }
  #Lens .txt-box {
    float: none;
    width: auto;
  }
  #Lens p.txt {
    font-size: 100%;
  }
  #Lens .lens-box {
    margin-top: 30px;
    float: none;
    width: auto;
  }
  #Lens .lens-box .img-box {
    width: 80%;
  }
  #Lens .lens-box .name {
    font-size: 131.3%;
  }
  #Lens .img-grid {
    margin: 40px 0 50px;
  }
  #Lens .img-left {
    float: none;
    width: auto;
  }
  #Lens .img-right {
    float: none;
    margin-top: 15px;
    width: auto;
  }
  #Lens .img-left img,
  #Lens .img-right img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  #Lens .btn-box {
    margin: 15px 0 0;
  }
  #Lens .btn-box .leftfix {
    width: 49%;
  }
  #Lens .btn-box .rightfix {
    width: 49%;
  }
}
@media(max-width:320px) {
  #Lens h3.title {
    font-size: 156.3%;
  }
}

/*----------------------------------------
  #Lens .sec-00
----------------------------------------*/
#Lens .sec-00 {
  margin: 60px auto 0;
  max-width: 950px;
  width: 94.0594059%;
}
#Lens .sec-00 .shortcut {
  margin-top: 25px;
  font-size: 0;
}
#Lens .sec-00 .shortcut a {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 3.5789473%;
  width: 30.9473684%;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
}
#Lens .sec-00 .shortcut a:nth-child(3n+1) {
  margin-left: 0;
}
#Lens .sec-00 .shortcut a.nth-child-3n {
  margin-left: 0;
}
#Lens .sec-00 .shortcut span {
  display: block;
  margin-top: 10px;
}
#Lens .sec-00 .shortcut span:after {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow_blk.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
}

@media(max-width:640px) {
  #Lens .sec-00 {
    margin: 30px auto 0;
  }
  #Lens .sec-00 .shortcut {
    margin-top: 15px;
  }
  #Lens .sec-00 .shortcut a {
    font-size: 10px;
  }
}
@media(max-width:480px) {
  #Lens .sec-00 .shortcut a {
    font-size: 11px;
  }
  #Lens .sec-00 .shortcut span:after {
    display: block;
    margin: 0 auto;
  }
}
@media(max-width:320px) {
  #Lens .sec-00 .shortcut a {
    font-size: 10px;
  }
}


/*----------------------------------------
  #Lens .one-point
----------------------------------------*/
#Lens .one-point {
  position: relative;
  margin: 50px 0;
  padding: 25px 30px;
  background: #ebebeb;
}
#Lens .one-point:after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/lens_point_end.png);
  background-repeat: no-repeat;
}
#Lens .point-head {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
  width: 162px;
}
#Lens .point-head em {
  display: block;
  padding: 9px 0 8px;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #464e8b;
}
#Lens .point-box {
  display: table-cell;
  vertical-align: middle;
}
#Lens .point-box strong {
  display: block;
  font-size: 118.8%;
  font-weight: bold;
  line-height: 1.4;
  color: #485189;
}
#Lens .point-box p {
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.7;
}

@media(max-width:640px) {
  #Lens .one-point {
    margin: 40px 0;
    padding: 25px 25px;
  }
  #Lens .point-head {
    display: block;
    padding-right: 0;
    width: auto;
  }
  #Lens .point-box {
    display: block;
    margin-top: 17px;
  }
  #Lens .point-box strong {
    font-size: 100%;
  }
  #Lens .point-box p {
    font-size: 87.5%;
  }
}

/*----------------------------------------
  #Lens .fe-lens
----------------------------------------*/
#Lens .fe-lens {
  margin-top: 80px;
}
#Lens .fe-lens .header {
  position: relative;
  background: #000;
}
#Lens .fe-lens .header .ttl-box {
  position: absolute;
  box-sizing: border-box;
  top: 45px;
  left: 0;
  padding-left: 60px;
  width: 100%;
  color: #fff;
}
#Lens .fe-lens .header .ttl {
  font-size: 218.8%;
  line-height: 1.2;
}
#Lens .fe-lens .header .ttl span {
  font-size: 62.9%;
}
#Lens .fe-lens .header p {
  margin-top: 15px;
  font-size: 93.8%;
  line-height: 1.8;
}
#Lens .fe-lens .inner {
  padding: 50px;
  background: #f0f0f0;
}
#Lens .fe-lens h4 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.1;
}
#Lens .fe-lens h4 span {
  position: relative;
  top: 3px;
  margin-right: 10px;
  font-size: 184.0%;
  font-style: italic;
}
#Lens .fe-lens p {
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.56;
}
#Lens .fe-lens .inner-01 .img-box {
  float: right;
  margin: -50px 0 0 40px;
  width: 225px;
}
#Lens .fe-lens .inner-02 {
  margin-top: 30px;
}
#Lens .fe-lens .inner-02 .example {
  display: table;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 20px 0 15px;
  width: 100%;
  border-top: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
}
#Lens .fe-lens .inner-02 strong {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
  font-size: 106.3%;
  font-weight: bold;
  line-height: 1.47;
}
#Lens .fe-lens .inner-02 .img-box {
  display: table-cell;
  vertical-align: middle;
  width: 482px;
}
#Lens .fe-lens .inner-03 {
  margin-top: 40px;
}
#Lens .fe-lens .inner-03 .img-box {
  float: right;
  margin: -50px 0 0 40px;
  width: 225px;
}
#Lens .fe-lens .banner {
  margin: 40px auto 0;
  max-width: 770px;
  overflow: hidden;
}

@media(max-width:640px) {
  #Lens .fe-lens {
    margin-top: 50px;
  }
  #Lens .fe-lens .header .ttl-box {
    position: static;
    padding: 0 20px 25px;
  }
  #Lens .fe-lens .header .ttl {
    margin-top: -40px;
    font-size: 181.3%;
    line-height: 1.2;
  }
  #Lens .fe-lens .header .ttl span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 62.9%;
  }
  #Lens .fe-lens .header p {
    font-size: 87.5%;
    line-height: 1.5;
  }
  #Lens .fe-lens .header p br {
    display: none;
  }
  #Lens .fe-lens .inner {
    padding: 25px 20px;
  }
  #Lens .fe-lens h4 {
    font-size: 131.3%;
    text-align: center;
  }
  #Lens .fe-lens h4 span {
    display: block;
    top: 0;
    margin-right: 0;
  }
  #Lens .fe-lens p {
    font-size: 93.8%;
  }
  #Lens .fe-lens .inner-01 .img-box {
    float: none;
    margin: 20px 0 15px;
    width: auto;
  }
  #Lens .fe-lens .inner-03 .img-box {
    float: none;
    margin: 20px 0 15px;
    width: auto;
  }
  #Lens .fe-lens .inner-02,
  #Lens .fe-lens .inner-03 {
    padding-top: 30px;
    border-top: 1px solid #a8a8a8;
  }
  #Lens .fe-lens .inner-02 .example {
    display: block;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0;
    width: auto;
    border-top: none;
    border-bottom: none;
  }
  #Lens .fe-lens .inner-02 strong {
    display: block;
    padding-left: 0;
    font-size: 106.3%;
  }
  #Lens .fe-lens .inner-02 .img-box {
    display: block;
    margin-top: 10px;
    width: auto;
  }
}
@media(max-width:480px) {
  #Lens .fe-lens .banner img {
    width: 140%;
  }
}
@media(max-width:320px) {
  #Lens .fe-lens .header .ttl-box {
    padding: 0 15px 20px;
  }
  #Lens .fe-lens .inner {
    padding: 20px 15px;
  }
  #Lens .fe-lens h4 {
    font-size: 125%;
  }
}


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

  #Column

========================================*/
#Column {
  padding: 0 0 50px;
  color: #fff;
  background-image: url(../img/column_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
}


/*----------------------------------------
  #Column .sec-01
----------------------------------------*/
#Column .sec-01 {
  padding-top: 95px;
}
#Column .sec-01 .img-01 {
  position: absolute;
  left: 0;
  top: -17px;
  max-width: 219px;
  width: 23.0526315%;
}
#Column .sec-01 em {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 125%;
  line-height: 1.1;
  text-align: center;
}
#Column .sec-01 h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 40px;
  font-size: 237.5%;
  line-height: 1.1;
  text-align: center;
}
#Column .sec-01 p {
  margin-bottom: 40px;
  font-size: 93.8%;
  line-height: 1.8;
}
#Column .sec-01 .img-box-inner {
  background: #fff;
}
#Column .sec-01 .cap {
  margin-top: 15px;
}

@media(max-width:640px) {
  #Column .sec-01 {
    padding-top: 30px;
  }
  #Column .sec-01 .img-01 {
    position: static;
    margin: -40px auto 0;
    width: 40%;
  }
  #Column .sec-01 h3 {
    font-size: 218.8%;
  }
  #Column .sec-01 p {
    margin-bottom: 30px;
  }
}
@media(max-width:480px) {
  #Column .sec-01 em {
    font-size: 112.5%;
  }
  #Column .sec-01 h3 {
    margin: 18px 0 20px;
    text-indent: 0.8em;
  }
}
@media(max-width:320px) {
  #Column .sec-01 h3 {
    font-size: 200%;
  }
}

/*----------------------------------------
  #Column .sec-02
----------------------------------------*/
#Column .sec-02 h3 {
  margin: 40px 0 35px;
  padding: 6px 0;
  font-size: 131.3%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #744424;
}
#Column .sec-02 .camera {
  float: left;
  width: 451px;
}
#Column .sec-02 .camera h4 {
  margin: 10px 0 15px;
  font-size: 150%;
  line-height: 1.2;
}
#Column .sec-02 .camera h4 span {
  display: inline-block;
  font-size: 58.3%;
  line-height: 1.2;
}
#Column .sec-02 .lens {
  position: relative;
  float: right;
  width: 450px;
}
#Column .sec-02 .lens .img-box {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 60px;
  width: 199px;
}
#Column .sec-02 .lens .txt-box {
  float: right;
  width: 220px;
}
#Column .sec-02 .lens .name {
  margin-top: 12px;
  font-size: 131.3%;
  line-height: 1.2;
}
#Column .sec-02 .lens .model {
  margin-top: 10px;
  font-size: 93.8%;
  line-height: 1.0;
}
#Column .sec-02 .lens p {
  margin-top: 15px;
  font-size: 87.5%;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
#Column .sec-02 .lens .btn-box {
  margin-top: 15px;
}
#Column .sec-02 .lens .btn-box li {
  width: 102px;
}
#Column .sec-02 .lens .btn-box a {
  width: 100%;
}

@media(max-width:640px) {
  #Column .sec-02 h3 {
    margin-bottom: 20px;
    padding: 6px 0 5px;
    font-size: 112.5%;
  }
  #Column .sec-02 .camera {
    float: none;
    width: auto;
  }
  #Column .sec-02 .lens {
    float: none;
    margin-top: 30px;
    padding-top: 30px;
    width: auto;
    border-top: 1px dotted #666;
  }
  #Column .sec-02 .lens .img-box {
    position: static;
    margin: 15px auto 20px;
    max-width: 199px;
    width: 60%;
  }
  #Column .sec-02 .lens .txt-box {
    float: none;
    width: auto;
  }
  #Column .sec-02 .lens .btn-box li {
    width: 49%;
  }
}

/*----------------------------------------
  #Column .sec-03
----------------------------------------*/
#Column .sec-03 h3 {
  margin: 60px 0 10px;
  font-size: 156.3%;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
#Column .sec-03 a.img-box {
  border: 1px solid #626262;
  overflow: hidden;
}

@media(max-width:640px) {
  #Column .sec-03 h3 {
    font-size: 131.3%;
  }
}
@media(max-width:480px) {
  #Column .sec-03 a.img-box img {
    width: 167%;
  }
}

/*----------------------------------------
  #Lens .mount
----------------------------------------*/

#Lens .fukuda-lens{
	background-color:#F90;
	padding:5px 0;
	width: 456px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:700;
	margin-top: 30px;
}

#Lens .mount {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 456px;
}
#Lens .lens-left {
  float: left;
}
#Lens .lens-right {
  float: right;
}
#Lens .mount .item {
  position: relative;
  display: block;
  margin-top: 55px;
}
#Lens .mount .item:first-child {
  margin-top: 0;
}
#Lens .mount .item-inner:after {
  clear: both;
  display: block;
  content: '';
}
#Lens .mount .item-use {
  position: absolute;
  text-align: center;
  top: -24px;
  width: 100%;
  font-size: 15px;
  line-height: 15px;
}
#Lens .mount .item-txtbox {
  float: left;
  max-width: 240px;
}
#Lens .mount .item-tag {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  min-width: 130px;
  padding: 12px 0 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  border-width: 2px;
  border-style: solid;
}
#Lens .e-mount .item-tag {
  color: #00329a;
  border-color: #00329a;
}
#Lens .a-mount .item-tag {
  color: #e8380d;
  border-color: #e8380d;
}
#Lens .mount .item-txtbox strong {
  display: block;
  margin-top: 15px;
  font-size: 21px;
  line-height: 1.1;
}
#Lens .mount .item-txtbox span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.1;
}
#Lens .mount .item-img {
  float: right;
  display: table;
  margin-right: 10px;
  height: 100%;
}

#Lens .mount .fukuda-lens2 {
	margin-top:-50px;
}

#Lens .mount .item-img span {
  display: table-cell;
  vertical-align: middle;
}
#Lens .mount .item-btn {
  margin-top: 20px;
  font-size: 0;
}
#Lens .mount .mod-btn {
  width: 218px;
}
#Lens .mount .mod-btn__detail {
  margin-left: 20px;
}
#Lens .mount .mod-btn.campaign {
  margin-top: 15px;
  width: 100%;
  background-color: #ff5a00;
}
#Lens .mount .mod-btn.campaign span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 10px;
  font-weight: 700;
  color: #ff5a00;
  background-color: #fff;
}

#SEL70200G .item-img {
  max-width: 235px;
}
#SEL70300G .item-img {
  max-width: 195px;
}
#SAL70300G2 .item-img {
  max-width: 207px;
}
#SEL70200GM .item-img {
  max-width: 260px;
}
#SAL70200G2 .item-img {
  max-width: 261px;
}

@media(max-width:640px) {
  #Lens .mount {
    margin-top: 0;
    width: auto;
  }
  #Lens .e-mount {
    float: none;
  }
  #Lens .a-mount {
    float: none;
  }
  #Lens .mount .item {
    position: relative;
    margin-top: 60px !important;
  }
  #Lens .mount .item-txtbox {
    /*float: none;
    max-width: initial;
    width: auto;*/
	width: 48.5%;
  }
  #Lens .mount .item-tag {
    /*display: block;
    padding: 9px 0 8px;
    width: auto;*/
  }
  #Lens .mount .item-tag br {
    /*display: none;*/
  }
  #Lens .mount .item-img {
    /*float: none;
    text-align: center;
    display: block;
    margin: 15px auto 0;
    width: 80%;
    height: auto;*/
	width: 45.5%;
    margin-right: 0px;
  }
  #Lens .mount .fukuda-lens2 {
	margin-top:0px;
  }
  #Lens .mount .item-img span {
    /*display: block;*/
	width: 48.5%;
  }
  #Lens .mount .mod-btn {
    width: 48.5%;
  }
  #Lens .mount .mod-btn__detail {
    margin-left: 3%;
  }
  #Lens .mount .mod-btn.campaign {
    margin-top: 3%;
    font-size: 13px;
  }
  #Lens .fukuda-lens {
    width: auto;
	margin-bottom: -10%;
  }
  #Lens .mount .item-txtbox strong {
    font-size: 18px;
    line-height: 1.2;
  }
}

/*----------------------------------------
  #Lens .fe-banner
----------------------------------------*/
#Lens .fe-banner {
  margin-top: 60px;
}
#Lens .fe-banner a {
  overflow: hidden;
}

@media(max-width:640px) {
  #Lens .fe-banner {
    margin-top: 9.375%;
  }
  #Lens .fe-banner img {
    max-width: 760px;
    width: 100%;
  }
}

/*----------------------------------------
  #Lens .chance
----------------------------------------*/
#Lens .chance {
  margin-top: 90px;
}


#Lens .chance h4 {
  font-size: 2.438rem;
  line-height: 1.3;
}
#Lens .chance section {
  margin-top: 60px;
  font-size: 0;
}
#Lens .chance h5 {
  margin-bottom: 23px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
#Lens .chance .txt-box.leftfix {
  float: left;
  width: 440px;
}
#Lens .chance .mod-img.rightfix {
  float: right;
  width: 463px;
}
#Lens .chance .mod-btn {
  margin-top: 25px;
}

@media(max-width:640px) {
  #Lens .chance {
    margin-top: 50px;
  }
  #Lens .chance h4 {
    font-size: 1.875rem;
  }
  #Lens .chance h5 {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
  #Lens .chance h4 + section {
    margin-top: 30px;
  }
  #Lens .chance .txt-box.leftfix {
    float: none;
    width: auto;
  }
  #Lens .chance .mod-img.rightfix {
    float: none;
    margin: 20px 0;
    width: auto;
  }
  #Lens .chance .mod-btn {
    display: block;
    margin-top: 20px;
  }
}

/* .cashback
----------------------------------------*/
#Lens .cashback .mod-img {
  display: block;
  margin: 30px 0 0;
}

#Lens .cashback, 
#Lens .program{
	border:none;
	width:950px;
	width:100%;
}

@media(max-width:640px) {
  #Lens .cashback .mod-img {
    margin: 20px 0 0;
  }
}


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

  #Acc

========================================*/
#Acc {
  padding-bottom: 100px;
  background: #fff;
}
#Acc .heading {
  background: #ea5504;
}
#Acc .intro {
  margin-top: 80px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
#Acc .inner {
  font-size: 0;
}
#Acc section {
  vertical-align: top;
  margin-top: 50px;
}
#Acc h4 {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.4;
}
#Acc .item-img {
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 100%;
  line-height: 0;
}
#Acc .acc-lens .note{
	display:block;
	text-align:right;
	font-size:14px;
}

#Acc .acc-lens_box{
	display: flex;
    margin-top: 5%;
}

#Acc .item-img span {
  display: table-cell;
  vertical-align: middle;
}
#Acc .item-img img {
  width: 100%;
  height: auto;
}
#Acc .item-tag {
  display: inline-block;
  padding: 4px 13px 3px;
  font-size: 0.813rem;
  line-height: 1.0;
  letter-spacing: -0.05em;
  color: #fff;
}
#Acc .item-tag__e {
  background: #00329a;
}
#Acc .item-tag__a {
  background: #e60020;
}
#Acc .item-tag__sp {
  text-indent: -99999em;
  background-color: transparent;
}
#Acc hr {
  margin-top: 50px;
  width: 950px;
  height: 1px;
  background-color: #000;
  border: none;
}

@media(max-width:640px) {
  #Acc {
    padding-bottom: 50px;
  }
  #Acc .intro {
    margin-top: 30px;
    font-size: 1.125rem;
  }
  #Acc section {
    margin-top: 30px;
  }
  #Acc h4 {
    font-size: 1.0rem !important;
  }
  #Acc .item-tag {
    padding: 4px 15px 4px;
  }
  #Acc hr {
    margin-top: 40px;
    width: 100%;
  }
  #Acc .item-tag__sp {
    text-indent: 0;
  }
  #Acc .item-tag__sp.item-tag__e {
    background: #00329a;
  }
  #Acc .item-tag__sp.item-tag__a {
    background: #e60020;
  }
  #Acc .acc-lens_box {
    display: block;
  }
}

#Acc {
  padding: 30px 0 30px;
}
#Acc .heading {
  padding: 21px 0 19px;
  background: #d83512;
  text-align: center;
}
#Acc .heading em {
  padding-left: 0;
  font-size: 250%;
  font-weight: 400;
  line-height: 1.2;
}
#Acc .heading em:before {
  content: none;
}
#Acc h3 {
  position: relative;
  padding-left: 1.1em;
  font-weight: 500;
  line-height: 1.2;
}
#Acc h3 span {
  position: absolute;
  left: 0;
  top: 0;
}

@media(max-width:640px) {
  #Acc .heading {
    padding: 12px 0 11px;
  }
  #Acc .heading em {
    font-size: 156.3%;
  }
  #Acc h3 {
    padding-left: 0;
    font-size: 100% !important;
  }
  #Acc h3 span {
    position: static;
  }
  #Acc h3 br {
    display: none;
  }
}

/*----------------------------------------
  #Acc .acc-lens
----------------------------------------*/
#Acc .acc-lens {
  font-size: 0;
}
#Acc .acc-lens h4 {
  font-size: 1.125rem;
}
#Acc .acc-01 {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 40px;
  width: 465px;
}
#Acc .acc-01b {
  margin-left: 20px;
}
#Acc .acc-01 p {
  margin-top: 8px;
  font-size: 0.813rem;
  line-height: 1.4;
}
#Acc .acc-01 p strong {
  font-weight: 700;
}
#Acc .acc-lens .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 303px;
}
#Acc .acc-lens .acc-01 + .item {
  margin-left: 0;
}
#Acc .acc-lens .item-name {
  margin: 10px 0;
}
#Acc .acc-lens .item-name1 {
  font-size: 1.438rem;
  line-height: 1.3;
}
#Acc .acc-lens .item-name2 {
  margin: 2px 0 0;
  font-size: 0.938rem;
  line-height: 1.0;
}
#Acc .acc-lens .item-txt {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
#Acc .acc-lens .item .mod-btn {
  margin-top: 15px;
  width: 100%;
}

#Acc #SEL18200LE .item-img {
  max-width: 186px;
}
#Acc #SEL24240 .item-img {
  max-width: 223px;
}
#Acc #SAL18250 .item-img {
  max-width: 182px;
}

@media(max-width:640px) {
  #Acc .acc-01 {
    display: block;
    margin: 20px 0;
    width: auto;
  }
  #Acc .acc-01b {
    margin-left: 0;
  }
  #Acc .acc-lens .item {
    display: block;
    margin-top: 50px;
    margin-left: 0;
    width: auto;
  }
  #Acc .acc-lens .item-name {
	 width: 48.5%;
	 float: left;
	}
	#Acc .item-img {
	 float: right;
	 width: 48.5%;
	}
  #Acc .acc-lens .item-txt {
	 float: left;
	}
}



/*----------------------------------------
  #Acc .sec-01
----------------------------------------*/
#Acc .sec-01 {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
#Acc .sec-01 h3 {
  margin: 65px 0 30px;
  font-size: 131.3%;
}
#Acc .sec-01 .img-01 {
  float: left;
  margin: 0 auto;
  max-width: 500px;
}
#Acc .sec-01 .img-01 .note {
  display: block;
  margin-top: 10px;
  font-size: 75%;
  line-height: 1.2;
}
#Acc .sec-01 .lens-box {
  float: right;
  width: 436px;
}
#Acc .sec-01 .lens-box .item {
  position: relative;
  margin: 30px 0 0 220px;
}
#Acc .sec-01 .lens-box .item:first-child {
  margin-top: 0;
}
#Acc .sec-01 .lens-box .img-box {
  position: absolute;
  left: -216px;
  top: 0;
}
#Acc .sec-01 .lens-box .name {
  margin-top: 10px;
  font-size: 156.3%;
  line-height: 27px;
}
#Acc .sec-01 .lens-box .model {
  margin-top: 10px;
  font-size: 93.8%;
  line-height: 15px;
}
#Acc .sec-01 .lens-box p {
  margin-top: 15px;
  font-size: 87.5%;
  line-height: 20px;
  letter-spacing: -0.03em;
}
#Acc .sec-01 .lens-box .btn-box {
  margin: 15px auto 0;
}
#Acc .sec-01 .lens-box .btn-box li {
  width: 102px;
}
#Acc .sec-01 .lens-box .btn-box a {
  width: 100%;
}

@media(max-width:640px) {
  #Acc .sec-01 {
    padding-bottom: 30px;
  }
  #Acc .sec-01 h3 {
    margin: 30px 0 20px;
  }
  #Acc .sec-01 .img-01 {
    float: none;
    margin: 0 auto;
  }
  #Acc .sec-01 .lens-box {
    float: none;
    width: auto;
  }
  #Acc .sec-01 .lens-box .item {
    position: relative;
    margin: 30px 0 0 0 !important;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  #Acc .sec-01 .lens-box .img-box {
    position: static;
    margin: 15px auto;
    width: 90%;
  }
  #Acc .sec-01 .lens-box .txt-box {
    margin: 0 auto;
  }
  #Acc .sec-01 .lens-box .btn-box li {
    width: 49%;
  }
}

/*----------------------------------------
  #Acc .sec-02
----------------------------------------*/
#Acc .sec-02 h3 {
  margin-bottom: 10px;
  min-height: 40px;
  font-size: 106.3%;
  letter-spacing: -0.04em;
}
#Acc .sec-02 .line {
  float: left;
  margin: 50px 0 0 26px;
}
#Acc .sec-02 .line:first-child {
  margin-left: 0;
}
#Acc .sec-02 .item {
  float: left;
  margin-left: 26px;
  width: 218px;
}
#Acc .sec-02 h3 + .item,
#Acc .sec-02 .item:first-child {
  margin-left: 0;
}

#Acc .sec-02 .item .img-wrap {
  position: relative;
  margin: 0 0 10px;
}
#Acc .sec-02 .item .mtag {
  position: absolute;
  bottom: 0;
  left: 0;
}
#Acc .sec-02 .item .img-box {
  display: table;
  margin: 0 auto;
  height: 170px;
}
#Acc .sec-02 .item .img-box span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
}
#Acc .sec-02 .item .img-box.has-tag span {
  padding-top: 0;
  padding-bottom: 20px;
}
#Acc .sec-02 .item .txt-box {
  min-height: 65px;
}
#Acc .sec-02 .item .name {
  font-size: 81.3%;
  line-height: 1.2;
}
#Acc .sec-02 .item .model {
  margin-top: 5px;
  font-size: 143.8%;
  line-height: 1.2;
}
#Acc .sec-02 .item .btn {
  display: block;
  margin: 5px auto 0;
  max-width: 218px;
}

@media(max-width:640px) {
  #Acc .sec-02 h3 {
    margin-top: 30px;
    min-height: auto;
  }
  #Acc .sec-02 .line {
    float: none;
    margin: 0;
  }
  #Acc .sec-02 .item {
    float: none;
    margin: 30px 0 0 !important;
    padding-bottom: 30px;
    width: auto !important;
    border-bottom: 1px solid #ddd;
  }
  #Acc .sec-02 h3 + .item {
    margin: 20px 0 0 !important;
  }
  #Acc .sec-02 .item .mtag {
    position: static;
    display: block;
  }
  #Acc .sec-02 .item .img-box {
    margin: 15px auto;
    width: 80%;
    height: auto !important;
  }
  #Acc .sec-02 .item .img-box span {
    padding: 0 !important;
  }
  #Acc .sec-02 .item .txt-box {
    min-height: auto;
  }
  #Acc .sec-02 .item .btn {
    max-width: inherit;
  }
}


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

  #Bravia

========================================*/
#Bravia {
  overflow: hidden;
  padding-bottom: 70px;
  background: #fff;
}
#Bravia .article-heading {
  background: #4c4c4c;
  padding: 21px 0 19px;
  text-align: center;
}
#Bravia h3 {
	padding-left: 0;
    font-size: 250%;
    font-weight: 400;
    line-height: 1.2;
	color:#FFF;
}
#Bravia h4 {
  color: #2d2d2d;
}
#Bravia .main-img {
  text-align: center;
  float: right;
  margin: 65px 0 0;
  width: 460px;
}
#Bravia .main-img img {
  max-width: 516px;
  width: 112.173913%;
}
#Bravia .txt-box {
  float: left;
  margin: 65px 0 0;
  width: 465px;
}
#Bravia .txt-box h4 {
  margin-bottom: 20px;
  font-size: 2.125rem;
  line-height: 1.28;
  letter-spacing: -0.06em;
}
#Bravia .txt-box .mod-txt {
  line-height: 1.6;
  letter-spacing: 0;
}
#Bravia .X9000E {
  margin-top: 30px;
}
#Bravia .X9000E .mod-img {
  display: table-cell;
  vertical-align: middle;
  width: 133px;
}
#Bravia .X9000E .right-box {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: 290px;
}
#Bravia .X9000E .right-box strong {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
}
#Bravia .X9000E .right-box p {
  margin-top: 5px;
  font-size: 0.813rem;
  line-height: 1.38;
}
#Bravia .X9000E .right-box .mod-btn {
  margin-top: 15px;
  width: 190px;
}

@media(max-width:640px) {
  #Bravia {
    padding-bottom: 40px;
  }
  #Bravia .main-img {
    float: none;
    margin: 30px 0 0;
    width: auto;
  }
  #Bravia .txt-box {
    float: none;
    margin: -15px 0 0;
    width: auto;
  }
  #Bravia h3 {
	font-size: 156.3%;
  }
  #Bravia .txt-box h4 {
    font-size: 6vw;
  }
  #Bravia .X9000E .right-box {
    padding-left: 15px;
    width: auto;
  }
  #Bravia .X9000E .right-box .mod-btn {
    width: 100%;
  }
}

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

  #Academy

========================================*/
#Academy {
  padding-bottom: 90px;
  background: #fff;
}
#Academy .article-heading {
  background: #ea5504;
}
#Academy section {
  margin-top: 60px;
  font-size: 0;
}

#Academy .lesson.mod-btn {
  margin-top: 20px;
  background-color:#1890fa;
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:640px) {
  #Academy {
    padding-bottom: 50px;
  }
}

/*----------------------------------------
  #Academy .intro
----------------------------------------*/
#Academy .intro h4 {
  margin-bottom: 25px;
  font-size: 2.438rem;
  line-height: 1.23;
  color: #333;
}
#Academy .intro .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
#Academy .intro .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 37px;
  width: 463px;
}

@media(max-width:640px) {
  #Academy .intro {
    margin-top: 30px;
  }
  #Academy .intro h4 {
    margin-bottom: 15px;
  }
  #Academy .intro .txt-box {
    position: static;
    display: block;
    width: auto;
  }
  #Academy .intro .mod-img {
    position: static;
    display: block;
    margin-top: 15px;
    width: auto;
  }
}
@media(max-width:480px) {
  #Academy .intro h4 {
    font-size: 8.5vw;
  }
}

/*----------------------------------------
  #Academy .course
----------------------------------------*/
#Academy .course .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 430px;
  width: 520px;
}
#Academy .course .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -520px;
  width: 400px;
}
#Academy .course .txt-box h4,
#Academy .course .txt-box strong {
  display: block;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
#Academy .course .txt-box h4 {
  display: inline-block;
  margin: 0;
  padding: 2px 20px;
  color: #fff;
  background: #ea5504;
}
#Academy .course .tags {
  margin: 30px 0 20px;
  padding: 0;
  list-style: none;
}
#Academy .course .tags li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 2px 5px 1px;
  font-size: 0.875rem;
  color: #111;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px;
}
#Academy .course .tags li:last-child {
  margin-right: 0;
}
#Academy .course .tags .intermediate {
  background-color: #39dbcf;
  border-color: #39dbcf;
}
#Academy .course .tags .content {
  border-color: #a2bbea;
}
#Academy .course .tags .lecturer {
  color: #6b4650;
  border-color: #ec9717;
  letter-spacing: -0.02em;
}
#Academy .course .note {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}

@media(max-width:640px) {
  #Academy .course .txt-box {
    position: static;
    display: block;
    width: auto;
  }
  #Academy .course .txt-box h4 {
    display: block;
    text-align: center;
    padding: 4px 20px;
  }
  #Academy .course .txt-box strong {
    font-size: 1.188rem;
  }
  #Academy .course .tags {
    margin: 15px 0;
  }
  #Academy .course .mod-img {
    position: static;
    margin-top: 15px;
    display: block;
    width: auto;
  }
}

/*----------------------------------------
  #Academy .search
----------------------------------------*/
#Academy .search h4 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.75rem;
  line-height: 1.3;
}
#Academy .search .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 182px;
  background: #3f3f3f;
}
#Academy .search h4 + .item {
  margin-left: 0;
}
#Academy .search .item strong {
  display: block;
  text-align: center;
  padding: 22px 5px 20px;
    font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #1890fa;
}
#Academy .search .item strong:before {
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

#Academy .search p{
	text-align:center;
	font-size:14px;
	margin-top:20px;
}

@media(max-width:640px) {
  #Academy .search h4 {
    margin-bottom: 10px;
  }
  #Academy .search .item {
    margin-top: 2%;
    margin-left: 2%;
    width: 49%;
  }
  #Academy .search .item:nth-child(even) {
    margin-left: 0;
  }
  #Academy .search .item strong {
    padding: 14px 4px 12px;
  }
  #Academy .search .item strong:before {
    margin-right: 3px;
    border-width: 4px 0 4px 6px;
  }
}
@media(max-width:480px) {
  #Academy .search h4 {
    font-size: 6vw;
  }
  #Academy .search .item strong {
    font-size: 3.6vw;
  }
}



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

  #Maintenance

========================================*/
#Maintenance {
  padding-bottom: 20px;
  background: #fff;
}
#Maintenance .article-heading {
  background: #999;
}
#Maintenance section {
  margin-top: 60px;
  font-size: 0;
}

@media(max-width:640px) {
  #Maintenance {
    padding-bottom: 50px;
  }
}

/*----------------------------------------
  #Maintenance .intro
----------------------------------------*/
#Maintenance .intro h4 {
  margin-bottom: 25px;
  font-size: 2.438rem;
  line-height: 1.23;
  color: #333;
}
#Maintenance .intro .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
#Maintenance .intro .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 37px;
  width: 463px;
}

@media(max-width:640px) {
  #Maintenance .intro {
    margin-top: 30px;
  }
  #Maintenance .intro h4 {
    margin-bottom: 15px;
  }
  #Maintenance .intro .txt-box {
    position: static;
    display: block;
    width: auto;
  }
  #Maintenance .intro .mod-img {
    position: static;
    display: block;
    margin-top: 15px;
    width: auto;
  }
}
@media(max-width:480px) {
  #Maintenance .intro h4 {
    font-size: 8.0vw;
  }
}

/*----------------------------------------
  #Maintenance .sensor
----------------------------------------*/
#Maintenance .sensor h4 {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
#Maintenance .sensor .note {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
#Maintenance .sensor .txt-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 435px;
  width: 515px;
}
#Maintenance .sensor .mod-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -515px;
  width: 401px;
}
#Maintenance .sensor .mod-btn {
  margin-top: 20px;
  background-color:#1890fa;
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:640px) {
  #Maintenance .sensor .note {
    font-size: 12px;
  }
  #Maintenance .sensor .txt-box,
  #Maintenance .sensor .mod-img {
    position: static;
    display: block;
    width: auto;
  }
  #Maintenance .sensor .mod-img {
    margin-top: 15px;
  }
  #Maintenance .sensor .mod-btn {
    display: block;
  }
}



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

  #Plaza

========================================*/
#Plaza {
  padding-bottom: 35px;
}
#Plaza .heading {
  padding: 16px 0 14px;
  background: #ea5504;
}
#Plaza .heading em {
  font-size: 193.8%;
}
#Plaza .sec {
  margin-top: 55px;
  padding-top: 60px;
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 4px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
#Plaza h4 {
    margin-bottom: 25px;
    font-size: 2.438rem;
    line-height: 1.23;
    color: #333;
}
#Plaza .txt {
  margin-top: 25px;
  font-size: 112.5%;
  line-height: 1.5;
}
#Plaza .btn.orange {
  padding-right: 30px;
  padding-left: 30px;
}

@media(max-width:640px) {
  #Plaza .heading {
    padding: 12px 0 11px;
  }
  #Plaza .heading em {
    font-size: 156.3%;
  }
  #Plaza .sec {
    margin-top: 30px;
    padding-top: 30px;
  }
  #Plaza h4 {
    margin-bottom: 20px;
    font-size: 137.5%;
    line-height: 1.4;
  }
  #Plaza .txt {
    font-size: 100%;
    line-height: 1.6;
  }
  #Plaza .btn.orange {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

/*----------------------------------------
  #Plaza .header
----------------------------------------*/
#Plaza .header {
  position: relative;
}
#Plaza .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/plaza_header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}
#Plaza .header-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
  width: 94.0594059%;
}
#Plaza .header-holder {
  padding-bottom: 448px;
  padding-bottom: 47.1578947%;
}
#Plaza .header-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Plaza .header-txt {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Plaza .header h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 318.8%;
  line-height: 1.0;
  letter-spacing: -0.05em;
  text-shadow: 
  0 0 40px #fff, 0 0 40px #fff,
  0 0 40px #fff, 0 0 40px #fff;
}
#Plaza .header h3 span {
  margin-left: -0.15em;
  font-size: 150%;
}

@media(max-width:640px) {
  #Plaza .header-bg,
  #Plaza .header-inner,
  #Plaza .header-txt {
    position: static;
  }
  #Plaza .header-bg {
    padding-bottom: 50%;
    background-position: right top;
    background-size: auto 125%;
  }
  #Plaza .header-holder {
    padding-bottom: 0;
  }
  #Plaza .header-txt {
    margin-top: 25px;
  }
  #Plaza .header h3 {
    font-size: 181.3%;
    line-height: 1.4;
    text-shadow: none;
  }
  #Plaza .header h3 span {
    line-height: 0.6;
  }
}
@media(max-width:320px) {
  #Plaza .header h3 {
    font-size: 162.5%;
  }
}

/*----------------------------------------
  #Plaza .intro
----------------------------------------*/
#Plaza .intro {
  margin: 40px auto 0;
  max-width: 950px;
  width: 94.0594059%;
}
#Plaza .intro .about {
  margin: 30px auto;
  font-size: 0;
}
#Plaza .intro .about .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.1578947%;
  width: 24.1052631%;
  font-size: 16px;
  font-size: 1rem;
}
#Plaza .intro .about .item:first-child {
  margin-left: 0;
}
#Plaza .intro .about a {
  display: block;
  margin: 15px 0 10px;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.05em;
  text-align: center;
}
#Plaza .intro .about .item:nth-child(3) a {
  letter-spacing: -0.1em;
}
#Plaza .intro .about .txt-box {
  margin: 0 auto;
  width: 97%;
  font-size: 93.8%;
  line-height: 1.5;
}

@media(max-width:640px) {
  #Plaza .intro {
    margin: 20px auto 0;
  }
  #Plaza .intro .about {
    margin-top: 10px;
  }
  #Plaza .intro .about .item {
    margin: 20px 0 0 4%;
    width: 48%;
  }
  #Plaza .intro .about .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #Plaza .intro .about a {
    font-size: 106.3%;
  }
  #Plaza .intro .about .item:nth-child(3) a {
    letter-spacing: -0.12em;
  }
  #Plaza .intro .about a:before {
    margin-right: 5px;
  }
  #Plaza .intro .about .txt-box {
    width: auto;
    font-size: 75%;
  }
}
@media(max-width:320px) {
  #Plaza .intro .about a {
    font-size: 100%;
  }
  #Plaza .intro .about .txt-box {
    font-size: 68.8%;
  }
}

/*----------------------------------------
  #Plaza .maintenance
----------------------------------------*/
#Plaza .maintenance .img-box {
  float: right;
  margin: 0 0 0 30px;
  width: 49.368421%;
}
#Plaza .maintenance .btn {
  margin-top: 30px;
}

@media(max-width:640px) {
  #Plaza .maintenance .img-box {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  #Plaza .maintenance .btn {
    margin-top: 20px;
  }
}

/*----------------------------------------
  #Plaza .experience
----------------------------------------*/
#Plaza .experience .movie-box {
  display: table;
  box-sizing: border-box;
  margin: 30px auto;
  width: 100%;
  border: 1px solid #ccc;
}
#Plaza .experience .movie-box .txt-box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8.8607594% 0 29px;
}
#Plaza .experience .movie-box strong {
  display: block;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}
#Plaza .experience .movie-box em {
  display: block;
  margin: 12px 0 20px;
  font-size: 100%;
  line-height: 1.0;
  text-align: center;
}
#Plaza .experience .movie-box p {
  font-size: 87.5%;
  line-height: 1.5;
}
#Plaza .experience .movie-box .link {
  margin-top: 25px;
  text-align: center;
}
#Plaza .experience .movie-box .link a {
  color: #43677e;
}
#Plaza .experience .movie-box .link a:before {
  position: relative;
  display: inline-block;
  top: -0.15em;
  margin-right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000;
  content: '';
}
#Plaza .experience .movie-box .youtube {
  display: table-cell;
  width: 48.5232067%;
  line-height: 0;
}
#Plaza .experience .movie-box .movie-wrap {
  position: relative;
  padding-bottom: 259px;
  padding-bottom: 56.3043478%;
}
#Plaza .experience .movie-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Plaza .experience a.arrow {
  margin: 5px 0;
  padding-left: 22px;
  background: url(../img/plaza_exp_arrow.png) no-repeat 0 50%;
}
#Plaza .experience .exp-txt {
  margin: 5px 0;
  font-size: 100%;
  line-height: 1.6;
}
#Plaza .experience a.arrow:hover {
  text-decoration: underline;
}
#Plaza .experience .note {
  font-size: 81.3%;
  line-height: 1.6;
}

@media(max-width:640px) {
  #Plaza .experience .movie-box {
    display: block;
    padding: 20px;
  }
  #Plaza .experience .movie-box .txt-box {
    display: block;
    padding: 0;
  }
  #Plaza .experience .movie-box strong {
    font-size: 125%;
  }
  #Plaza .experience .movie-box em {
    font-size: 87.5%;
  }
  #Plaza .experience .movie-box .link {
    margin-top: 15px;
    text-align: left;
  }
  #Plaza .experience .movie-box .youtube {
    display: block;
    margin-top: 20px;
    width: auto;
  }
  #Plaza .experience a.arrow {
    background-size: 14px auto;
  }
  #Plaza .experience .exp-txt {
    font-size: 87.5%;
  }
  #Plaza .experience .note {
    font-size: 75%;
  }
}

/*----------------------------------------
  #Plaza .store
----------------------------------------*/
#Plaza .store .index {
  margin: 40px 0 0;
  font-size: 0;
}
#Plaza .store .item {
  display: inline-block;
  vertical-align: top;
  /*margin-left: 28px;
  width: 216px;*/
  margin-left: 2%;
  width: 17.643%;
  text-align: right;
}
#Plaza .store .item:first-child {
  margin-left: 0;
}
#Plaza .store .item img {
  width: 100%;
  height: auto;
}
#Plaza .store .index span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
#Plaza .store .index span a:before {
  position: relative;
  display: inline-block;
  top: -0.08em;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #000;
  content: '';
}
#Plaza .store .index span a:hover {
  text-decoration: underline;
}
#Plaza .store p.note {
  margin-bottom: 40px;
}

@media(max-width:480px) {
  #Plaza .store .index {
    margin-top: 10px;
  }
  #Plaza .store .item {
    margin: 4% 0 0 4%;
    width: 48%;
  }
  #Plaza .store .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

/*----------------------------------------
  #Plaza .owner
----------------------------------------*/
#Plaza .owner .img-box {
  float: right;
  margin: 0 20px 0 45px;
  width: 45.8947368%;
}
#Plaza .owner .btn {
  margin-top: 30px;
}

@media(max-width:640px) {
  #Plaza .owner .img-box {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  #Plaza .owner .btn {
    margin-top: 20px;
  }
}


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

  #Ques

========================================*/
#Ques {
  padding: 60px 0 47px;
  background: url("../img/ques_bg.jpg") repeat center 0;
}
#Ques h3 {
  font-size: 268.8%;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #00226d;
}
#Ques p {
  margin: 20px 0 30px;
  font-size: 112.5%;
  line-height: 1.7;
  text-align: center;
}
#Ques .btn {
  display: block;
  padding: 18px 0;
  background: #00236b;
  font-size: 175%;
  font-weight: 400;
  line-height: 1.0;
  color: #fff;
  text-decoration: none;
}

@media(max-width:640px) {
  #Ques {
    padding: 40px 0 40px;
    background-size: auto 100%;
  }
  #Ques h3 {
    font-size: 150%;
  }
  #Ques p {
    margin: 10px 0 20px;
    font-size: 75%;
  }
  #Ques .btn {
    font-size: 100%;
    font-weight: 700;
  }
}
