/**
 * default.css
 * updatedAt: 2016.11.15
 * createdAt: 2016.11.11
 */

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

  Reset

========================================*/
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {margin:0;}
em {font-style:normal;}


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

  body

========================================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'Hiragino Kaku Gothic Pro',
  '\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33',
  '\30E1\30A4\30EA\30AA',Meiryo,
  '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF',
  Verdana,san-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;
}
.ie-legacy body {
  min-width: 1000px;
}


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

  common

========================================*/
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 93.75%;
}
.inner:after,
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.img-box {
  line-height: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
a {
  color: #5787f4;
}
a:hover {
  color: #5787f4;
  text-decoration: underline;
}
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.8;
}
.button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 1.8% 15px 1.7%;
  font-size: 112.5%;
  line-height: 1.4;
  color: #fff;
  background: #5787e4;
}
a.button {
  transition: background 0.2s !important;
  -webkit-transition: background 0.2s !important;
}
.button.orange {
  background: #f66700;
}
.button.gray {
  background: #3f3f3f;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background: #89abec;
}
.button.orange:hover {
  background: #f5914a;
}
.button.gray:hover {
  background: #656565;
}
.button span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.button span:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}
/*.button[target=_blank] span:after,
.button.blank span:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
  width: 12px;
  height: 10px;
  background-image: url(../img/icn_blank@2x.png);
  background-repeat: no-repeat;
  background-size: 12px 10px;
}*/
.ie-legacy .button[target=_blank] span:after,
.ie-legacy .button.blank span:after {
  background-image: url(../img/icn_blank.png);
}
.arrow:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
}

.b32 { display: none; }
.b48 { display: none; }
.b64 { display: none; }
.b96 { display: none; }
.b120 { display: none; }
.break { display: block; }

@media(max-width:1200px) {
  .b120 { display: block; }
  .nb120 { display: none; }
  img.b120 { display: inline; }
}
@media(max-width:960px) {
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:640px) {
  .wrapper, .inner {
    width: 90.625%;
  }
  .button {
    padding: 15px 15px;
  }
  .button[target=_blank] span:after,
  .button.blank span:after {
    top: -3px;
  }
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}
@media(max-width:320px) {
  .b32 { display: block; }
  .nb32 { display: none; }
  img.b32 { display: inline; }
}


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

  .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: 1200px;
}
.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: #1a1a1a;
}
header img {
  width: 100%;
  height: auto;
}
header .mod-wrapper {
  display: table;
}
header .logo {
  display: table-cell;
  padding: 26px 0;
  line-height: 0;
}
header .logo a {
  display: block;
  width: 100px;
}
header h1 {
  display: table-cell;
  vertical-align: top;
  padding: 14px 0 0;
  width: 353px;
  line-height: 0;
}

@media(max-width:960px) {
  header h1 {
    vertical-align: middle;
    padding: 0;
    width: 300px;
  }
}
@media(max-width:640px) {
  header .logo {
    padding: 25px 0;
  }
  header .logo a {
    min-width: 80px;
    width: 17%;
  }
  header h1 {
    vertical-align: middle;
    padding: 0;
    width: 50%;
  }
}

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

  .mainvisual

========================================*/
.mainvisual {
  background-image: url(../img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.mainvisual h1{
	width:49%;
	display:block;
	padding:0 0 0 0;
}

.mainvisual h1 img{
	width:100%;
	}
	
.mv-products{
	width:73%;
	display:block;
	margin:-2em auto 0;
}

.mv-products img{
	width:100%;
}



@media(max-width:960px) {
  .mainvisual-inner {
    padding-bottom: 60%;
  }
   .mainvisual h1{
	width:60%;
}
  
}
@media(max-width:640px) {
  .mainvisual {
    overflow: hidden;
  }
  .mainvisual .wrapper {
    width: 100%;
  }
  
  .mainvisual h1{
	width:80%;
	padding:2% 0 0 10%;
}
 
}





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

  nav.content-menu

========================================*/
nav.content-menu {
  display: table;
  table-layout: fixed;
  margin: 30px auto 0;
  max-width: 1200px;
  width: 100%;
  height: 140px;
  font-size: 0;
}
nav.content-menu a {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
nav.content-menu a:hover {
  opacity: 0.8;
}
nav.content-menu a.howto {
  background-image: url(../img/nav_01.jpg);
}
nav.content-menu a.lens {
  background-image: url(../img/nav_02.jpg);
}
nav.content-menu a.acafe {
  background-image: url(../img/nav_03.jpg);
}
nav.content-menu a.store {
  background-image: url(../img/nav_04.jpg);
}
nav.content-menu a span {
  display: inline-block;
  font-size: 118.8%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
nav.content-menu a span:after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: 12px;
  margin-left: -15px;
  width: 29px;
  height: 15px;
  background-image: url(../img/nav_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media(max-width:1200px) {
  nav.content-menu a {
    font-size: 0.938rem;
  }
  nav.content-menu a span:after {
    margin-left: -12px;
    width: 24px;
    height: 11px;
  }
}
@media(max-width:960px) {
  nav.content-menu {
    display: block;
    margin: 20px auto 0;
    height: auto;
  }
  nav.content-menu a {
    display: inline-table;
    vertical-align: top;
    padding: 0 15px 0 40px;
    width: 50%;
    height: 90px;
    font-size: 0.938rem;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  nav.content-menu a:hover {
    opacity: 1.0;
  }
  nav.content-menu a:nth-child(1) {
    border-left: none;
    border-right: none;
  }
  nav.content-menu a:nth-child(2) {
    border-right: none;
  }
  nav.content-menu a:nth-child(3) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
  }
  nav.content-menu a:nth-child(4) {
    border-right: none;
    border-top: 1px solid #fff;
  }
  nav.content-menu a span {
    display: table-cell;
    vertical-align: middle;
  }
  nav.content-menu a span:after {
    top: 50%;
    bottom: auto;
    left: 5.3%;
    margin: -4px 0 0;
    width: 20px;
    height: 9px;
  }
}
@media(max-width:480px) {
  nav.content-menu a {
    padding: 0 15px 0 60px;
    width: 100%;
    height: 70px;
    text-align: left;
    border: none !important;
    border-top: 1px solid #fff !important;
  }
  nav.content-menu a.lens {
    background-position: 50% 70%;
  }
  nav.content-menu a.acafe {
    background-position: 50% 40%;
  }
  nav.content-menu a.store {
    background-position: 50% 90%;
  }
}



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

  article

========================================*/
article {
  position: relative;
  margin: 0 auto;
}
article:after,
section:after {
  clear: both;
  display: block;
  content: '';
}
article .title-box {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
article .title-box h2 {
  display: table;
  height: 129px;
  font-size: 237.5%;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
article .title-box h2 span {
  display: table-cell;
  vertical-align: middle;
  text-shadow: -3px 3px 5px #000;
}
.float-box {
  font-size: 0;
}
.float-item {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
.sec-heading {
  font-size: 230%;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
.sec-heading em {
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 8px;
  font-size: 125%;
}
.sec-heading span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2% 13px;
  border-bottom: 1px solid #000;
}
.heading {
  font-size: 112.5%;
  line-height: 1.4;
  color: #000;
}
p.txt {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.875;
  letter-spacing: 0;
  color: #333;
}
.img-box.shadow {
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
}
.img-box.border {
  box-sizing: border-box;
  border: 6px solid #fff;
}

@media(max-width:960px) {
  article {
    font-size: 93.8%;
    overflow: hidden;
  }
  article .title-box {
    background-position: 62% center;
  }
  article .title-box h2 {
    height: 120px;
    font-size: 225%;
    letter-spacing: -0.02em;
  }
  .float-item {
    font-size: 0.938rem;
  }
  .img-box.shadow {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
  }
  .img-box.border {
    border-width: 4px;
  }
}
@media(max-width:640px) {
  article {
    font-size: 100%;
  }
  article .title-box {
    background-position: 60% center;
  }
  article .title-box h2 {
    padding: 20px 0;
    height: auto;
    font-size: 200%;
  }
  article .title-box h2 span {
    padding: 0 10px;
  }
  .float-item {
    font-size: 1rem;
  }
  .sec-heading {
    font-size: 175%;
  }
  .heading {
    font-size: 137.5%;
  }
  p.txt {
    font-size: 106.3%;
  }
}
@media(max-width:480px) {
  .sec-heading em {
    display: block;
    margin: 0 0 5px;
  }
  .sec-heading span {
    padding: 0 5% 15px;
  }
}
@media(max-width:320px) {
  article {
    font-size: 93.8%;
  }
  .heading {
    font-size: 131.3%;
  }
}



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

  #Intro

========================================*/
#Intro {
  padding: 45px 0;
  background-image: url(../img/grad_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
#Intro .lead {
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.77;
  color: #333;
}

@media(max-width:640px) {
  #Intro .lead {
    font-size: 112.5%;
  }
}

/*----------------------------------------
  #Intro .works
----------------------------------------*/
#Intro .works {
  margin: 10% auto 0;
}
#Intro .works h3 {
  font-size: 187.5%;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
#Intro .works h3 span {
  display: inline-block;
  padding: 0 5% 15px;
  border-bottom: 1px solid #000;
}
#Intro .works p {
  margin-top: 4%;
  font-size: 112.5%;
  line-height: 1.77;
  color: #333;
}

#Intro .float-item {
  vertical-align: top;
  margin: 6% 0 0 5%;
  width: 47%;
}
#Intro .float-item:nth-child(2n+1) {
  margin-left: 0;
}
#Intro .float-item.n3 {
  margin-left: 0;
}
#Intro .float-item span {
  display: block;
  text-align: center;
  margin-top: 4.3%;
  font-size: 112.5%;
  line-height: 1.2;
  color: #333;
}
#Intro .acafe {
  margin-top: 6%;
  text-align: right;
}
#Intro .acafe a {
  font-size: 112.5%;
  line-height: 1.2;
  text-decoration: underline;
}
#Intro .acafe a:hover {
  text-decoration: underline;
}

@media(max-width:960px) {
  #Intro .works h3 {
    font-size: 175%;
  }
  #Intro .float-item span {
    font-size: 93.8%;
  }
}
@media(max-width:640px) {
  #Intro .works {
    margin: 45px auto 0;
  }
  #Intro .works h3 {
    font-size: 162.5%;
  }
  #Intro .works h3 span {
    padding: 0 0 15px;
    width: 100%;
  }
  #Intro .works p {
    margin-top: 15px;
  }
  #Intro .float-item {
    margin: 6% 0 0 6% !important;
    width: 47%;
  }
  #Intro .float-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  #Intro .float-item span {
    font-size: 81.3%;
  }
  #Intro .acafe {
    margin-top: 40px;
  }
}


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

  #Howto

========================================*/
#Howto {
  padding-bottom: 60px;
  background-image: url(../img/grad_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
#Howto .title-box {
  background-image: url(../img/howto_title.jpg);
}

  p.end-text {
   font-size: 112.5%;
    line-height: 1.4;
    color: #000;
	font-weight:bold;
	}
	
@media(max-width:640px) {
	p.end-text {
   font-size: 90%;
    line-height: 1.4;
    color: #000;
	font-weight: normal;
	}
	}
	

/*----------------------------------------
  #Howto .howto-01
----------------------------------------*/
#Howto .howto-01 .sec-heading {
  margin-top: 7.5%;
}

@media(max-width:640px) {
  #Howto .howto-01 .sec-heading {
    margin-top: 30px;
  }
}

/* #Howto .howto-01 .ba
----------------------------------------*/
#Howto .howto-01 .ba {
  margin: 7% 0 5.2%;;
}
#Howto .howto-01 .ba .float-item {
  position: relative;
  vertical-align: top;
  margin-left: 4.2%;
  width: 47.9%;
}
#Howto .howto-01 .ba .float-item:first-child {
  margin-left: 0;
}

#Howto .howto-01 .ba .float-item:after {
  clear: both;
  display: block;
  content: '';
}
#Howto .howto-01 .ba .img-box {
  margin: 0 0 10px;
}
#Howto .howto-01 .ba .left {
  float: left;
  margin: 0 0 0 5px;
  font-size: 143.8%;
  line-height: 1.2;
  color: #333;
}
#Howto .howto-01 .ba .right {
  float: right;
  margin: 5px 5px 0 0;
  font-size: 100%;
  line-height: 1.2;
  color: #333;
}

@media(max-width:640px) {
  #Howto .howto-01 .ba {
    margin-top: 30px;
  }
  #Howto .howto-01 .ba .float-item {
    display: block;
    margin: 20px auto !important;
    width: 94%;
  }
  #Howto .howto-01 .ba .float-item:first-child {
    margin-top: 0 !important;
  }
  #Howto .howto-01 .ba .float-item:first-child .img-box:after {
    display: none;
  }
  #Howto .howto-01 .ba .img-box {
    margin: 0 0 5px;
  }
}

/* #Howto .howto-01 .adjust
----------------------------------------*/
#Howto .howto-01 .adjust {
  margin-top: 7%;
  text-align:center;
  display: inline-block;
}
#Howto .howto-01 .adjust .txt-box {
  vertical-align: middle;
  margin-right: 6.4%;
  width: 50%;
}
#Howto .howto-01 .adjust .clumn-box {
  vertical-align: top;
  padding-bottom: 20px;
  width: 47.6%;
  background: #eee;
  float:right;
}
#Howto .howto-01 .adjust h4{
	font-size: 112.5%;
    line-height: 1.4;
    color: #000;
	text-align:left;
	margin-bottom:1em;

}
#Howto .howto-01 .adjust .clum01{
	margin-right:3%!important;
	float: left;
}
#Howto .howto-01 .adjust .clum01 p.note{
	font-size:0.8em;
	padding: 20px 20px 0;
	text-align:left;
	word-break:break-all;
}
#Howto .howto-01 .adjust .clumn-box strong {
  display: block;
  padding: 7px 15px 6px;
  font-size: 100%;
  color: #fff;
  text-align: center;
  background: #112c58;
}
#Howto .howto-01 .adjust .clumn-box .frame {
  display: table;
  box-sizing: border-box;
  padding: 20px 20px 0;
  width: 100%;
}
#Howto .howto-01 .adjust .clumn-box .frame .img-box {
  display: table-cell;
  vertical-align: middle;
}
#Howto .howto-01 .adjust .clumn-box .frame .right-txt {
  display: table-cell;
  vertical-align: middle;
  text-align:left;
  padding-left: 20px;
  font-size: 87.5%;
  line-height: 1.57;
}
#Howto .howto-01 .adjust .clumn-box .frame p + p {
  margin-top: 15px;
}
#Howto .howto-01 .adjust .clumn-box .frame-01 .img-box {
  width: 36.8686868%;
}
#Howto .howto-01 .adjust .clumn-box .frame-02 .img-box {
  width: 50.5050505%;
}

@media(max-width:960px) {
  #Howto .howto-01 .adjust .txt-box {
    margin-right: 4%;
    width: 52.4%;
  }
  #Howto .howto-01 .adjust .clumn-box .frame p + p {
    margin-top: 10px;
  }
  #Howto .howto-01 .adjust .clumn-box .frame .right-txt {
    font-size: 75%;
  }
}
@media(max-width:640px) {
  #Howto .howto-01 .adjust {
    margin-top: 50px;
  }
  #Howto .howto-01 .adjust .txt-box {
    margin-right: 0;
    width: 100%;
  }
  #Howto .howto-01 .adjust .clumn-box {
    margin-top: 30px;
    width: 100%;
  }
  #Howto .howto-01 .adjust .clumn-box strong {
    font-size: 112.5%;
  }
}

/* #Howto .howto-01 .dro
----------------------------------------*/
#Howto .howto-01 .dro {
  margin-top: 7.5%;
  padding: 25px 0;
  background: #030e21;
}
#Howto .howto-01 .dro .txt-box {
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 6.3%;
  padding-left: 25px;
  width: 52.5%;
}
#Howto .howto-01 .dro .txt-box h4,
#Howto .howto-01 .dro .txt-box p {
  color: #fff;
}
#Howto .howto-01 .dro .img-box {
  vertical-align: middle;
  box-sizing: border-box;
  width: 39.2%;
}

@media(max-width:960px) {
  #Howto .howto-01 .dro .txt-box {
    margin-right: 5.0%;
    width: 53.8%;
  }
}
@media(max-width:640px) {
  #Howto .howto-01 .dro {
    margin-top: 40px;
    padding: 25px 25px 30px;
  }
  #Howto .howto-01 .dro .txt-box {
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }
  #Howto .howto-01 .dro .img-box {
    margin-top: 20px;
    width: 100%;
  }
}

/*----------------------------------------
  #Howto .howto-02
----------------------------------------*/
#Howto .howto-02 .sec-heading {
  margin-top: 8%;
}

@media(max-width:640px) {
  #Howto .howto-02 .sec-heading {
    margin-top: 60px;
  }
}

/* #Howto .howto-02 .wb
----------------------------------------*/
#Howto .howto-02 .wb .float-box {
  margin: 9% 0 5.2%;
}
#Howto .howto-02 .wb .img-box {
  vertical-align: top;
  margin-left: 0.2%;
  width: 33.2%;
}
#Howto .howto-02 .wb .img-box:first-child {
  margin-left: 0;
}
#Howto .howto-02 .wb .img-box span {
  display: block;
  margin-top: 6px;
  line-height: 1.2;
  color: #333;
}

@media(max-width:640px) {
  #Howto .howto-02 .wb .float-box {
    margin: 30px 0 40px;
  }
  #Howto .howto-02 .wb .img-box {
    display: block;
    margin: 20px auto 0 !important;
    width: 94%;
  }
}

/* #Howto .howto-02 .filter
----------------------------------------*/
#Howto .howto-02 .filter {
  margin: 8% 0 0;
}
#Howto .howto-02 .filter .float-box {
  float: right;
  width: 46.9%;
}
#Howto .howto-02 .filter .float-item {
  margin: 1.7057569% 0 0 1.9189765%;
  width: 49.0405117%;
}
#Howto .howto-02 .filter .float-item:nth-child(2n+1) {
  margin-left: 0;
}
#Howto .howto-02 .filter .float-item.odd {
  margin-left: 0;
}
#Howto .howto-02 .filter .txt-box {
  float: left;
  margin-top: 8%;
  width: 50%;
}

@media(max-width:960px) {
  #Howto .howto-02 .filter .float-box {
    width: 44.9%;
  }
  #Howto .howto-02 .filter .txt-box {
    margin-top: 4%;
    width: 52%;
  }
}
@media(max-width:640px) {
  #Howto .howto-02 .filter {
    margin: 50px 0 0;
  }
  #Howto .howto-02 .filter .float-box {
    float: none;
    width: auto;
  }
  #Howto .howto-02 .filter .txt-box {
    float: none;
    margin-top: 30px;
    width: auto;
  }
}

/* #Howto .howto-02 .matome
----------------------------------------*/
#Howto .howto-02 .matome {
  margin: 9% 0 0;
}
#Howto .howto-02 .matome .img-box {
  float: right;
  width: 32.1%;
}
#Howto .howto-02 .matome .txt-box {
  float: left;
  margin-top: 1.75%;
  width: 64%;
  color: #333;
}
#Howto .howto-02 .matome .txt-box p.serif {
  margin-bottom: 10px;
  font-size: 187.5%;
  line-height: 1.6;
}

@media(max-width:960px) {
  #Howto .howto-02 .matome .txt-box {
    margin-top: 0;
  }
  #Howto .howto-02 .matome .txt-box br {
    display: none;
  }
}
@media(max-width:640px) {
  #Howto .howto-02 .matome {
    margin: 50px 0 0;
  }
  #Howto .howto-02 .matome .img-box {
    float: none;
    width: auto;
  }
  #Howto .howto-02 .matome .txt-box {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  #Howto .howto-02 .matome .txt-box p.serif {
    font-size: 150%;
  }
}



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

  #Lens

========================================*/
#Lens {
  padding-bottom: 70px;
  background-image: url(../img/grad_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}
#Lens .title-box {
  background-image: url(../img/lens_title.jpg);
}
#Lens .caption {
  display: block;
  text-align: right;
  margin-top: 12px;
  font-size: 100%;
  line-height: 1.2;
  color: #333;
}
#Lens .caption a {
	text-decoration:underline;
}
#Lens .caption a:hover {
	text-decoration:none;
}
#Lens .angle .caption {
  color: #fff;
  font-size: 93%;
}

@media(max-width:960px) {
  #Lens .caption {
    font-size: 87.5%;
  }
}
@media(max-width:640px) {
  #Lens {
    padding-bottom: 45px;
  }
  #Lens .title-box {
    background-position: 65% center;
  }
}

/*----------------------------------------
  #Lens .lens-box
----------------------------------------*/
#Lens .lens-box {
  margin-top: 50px;
}
#Lens .lens-box .float-item {
  vertical-align: top;
  margin-left: 7.6%;
  width: 46.2%;
}
#Lens .lens-box .float-item:first-child {
  margin: 0;
}
#Lens .lens-box .img-box {
  position: relative;
  text-align: center;
}
#Lens .lens-box .img-box img {
  margin-left: 16%;
  max-width: 350px;
  width: 75.757575%;
  height: auto;
}
#Lens .lens-box .tag {
  position: absolute;
  left: 0;
  bottom: 0;
}
#Lens .lens-box .tag em {
  display: inline-block;
  padding: 8px 10px;
  font-size: 87.5%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}
#Lens .lens-box .tag span {
  display: block;
  margin-top: 5px;
  font-size: 62.5%;
  font-weight: 700;
  line-height: 1.0;
}
#Lens .lens-box .tag.e-mount em {
  background: #003194;
}
#Lens .lens-box .tag.e-mount span {
  color: #003194;
}
#Lens .lens-box .tag.a-mount em {
  background: #ad0529;
}
#Lens .lens-box .tag.a-mount span {
  color: #ad0529;
}
#Lens .lens-box strong {
  display: block;
  margin-top: 8.658%;
  font-size: 143.8%;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
#Lens .lens-box h5{
  margin-top: 3px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
}
#Lens .lens-box p {
  margin-top: 3px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
}


.sel1018{
	margin-bottom: 3.75em;
}

#Lens .lens-box .btn-box {
  margin-top: 20px;
}
#Lens .lens-box .btn-box .button {
  float: right;
  padding: 2.3% 15px 2.3%;
  width: 48.7%;
  font-size: 87.5%;
}
#Lens .lens-box .btn-box .button:first-child {
  float: left;
}
#Lens .lens-box .btn-box .button span {
  display: block;
}
@media(max-width:960px) {
  #Lens .lens-box .img-box img {
    width: 70%;
  }
  #Lens .lens-box .tag em {
    padding: 6px;
    font-size: 75%;
  }
  #Lens .lens-box .tag span {
    font-size: 50%;
  }
  #Lens .lens-box .btn-box .button {
    padding: 14px 15px 13px;
  }
}
@media(max-width:640px) {
  #Lens .lens-box {
    margin-top: 30px;
  }
  #Lens .lens-box .float-item {
    display: block;
    margin: 30px 0 0;
    padding-top: 30px;
    width: auto;
    border-top: 1px solid #c6cdde;
  }
  #Lens .lens-box .img-box img {
    margin-left: 0;
    width: 74%;
  }
  #Lens .lens-box .tag {
    position: static;
    margin-bottom: 20px;
    font-size: 112.5%;
    text-align: left;
  }
  #Lens .lens-box .tag em {
    display: inline-block;
    padding: 6px 10px 5px;
    font-size: 87.5%;
  }
  #Lens .lens-box .tag em br {
    display: none;
  }
  #Lens .lens-box .tag span {
    display: block;
    margin-top: 5px;
    font-size: 62.5%;
  }
  #Lens .lens-box strong {
    display: block;
    margin: 20px auto 0;
    width: 92%;
  }
  #Lens .lens-box h5,
  #Lens .lens-box p {
    margin: 3px auto 0;
    width: 92%;
  }
  #Lens .lens-box .btn-box {
    margin: 20px auto 0;
    width: 92%;
  }
  #Lens .lens-box .btn-box .button {
    font-size: 93.8%;
  }
}


/*----------------------------------------
  #Lens .lens-01
----------------------------------------*/
#Lens .lens-01 .sec-heading {
  margin-top: 9.5%;
}
#Lens .lens-01 .main-img {
  margin-top: 5%;
}
#Lens .lens-01 .doc-box {
  margin-top: 6%;
}
#Lens .lens-01 .doc-box .txt-box {
  vertical-align: top;
  margin-right: 3%;
}
#Lens .lens-01 .doc-box .img-box {
  vertical-align: top;
  width: 47%;
}

#Lens .lens-01 .lens-title {
	margin-top: 70px;
    text-align: center;
    font-size: 187.5%;
    font-weight: normal;
    line-height: 1.2;
    display: block;
}

@media(max-width:640px) {
  #Lens .lens-01 .sec-heading {
    margin-top: 40px;
  }
  #Lens .lens-01 .main-img {
    margin-top: 30px;
  }
  #Lens .lens-01 .doc-box {
    margin-top: 30px;
  }
  #Lens .lens-01 .doc-box .txt-box {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  #Lens .lens-01 .doc-box .img-box {
    display: block;
    margin: 25px 0 0;
    width: 100%;
  }
}

/* #Lens .lens-01 .angle
----------------------------------------*/
#Lens .lens-01 .angle {
  margin-top: 9%;
  padding: 25px 0;
  background: #030e21;
}
#Lens .lens-01 .angle .txt-box {
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 4.2%;
  padding-left: 25px;
  width: 52%;
}
#Lens .lens-01 .angle .txt-box h4,
#Lens .lens-01 .angle .txt-box p {
  color: #fff;
}
#Lens .lens-01 .angle .img-box {
  vertical-align: middle;
  box-sizing: border-box;
  width: 41.8%;
}

@media(max-width:960px) {
  #Lens .lens-01 .angle .txt-box {
    margin-right: 2.6%;
    width: 53.6%;
  }
}
@media(max-width:640px) {
  #Lens .lens-01 .angle {
    margin-top: 40px;
    padding: 25px 25px 30px;
  }
  #Lens .lens-01 .angle .txt-box {
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }
  #Lens .lens-01 .angle .img-box {
    margin-top: 20px;
    width: 100%;
  }
}

/*----------------------------------------
  #Lens .lens-02
----------------------------------------*/
#Lens .lens-02 .sec-heading {
  margin-top: 12%;
}
#Lens .lens-02 .main-img {
  margin-top: 5%;
  text-align: center;
}
#Lens .lens-02 .doc-box {
  margin-top: 6%;
}
#Lens .lens-02 .doc-box .txt-box {
  vertical-align: top;
  margin-right: 3%;
  width: 50%;
}
#Lens .lens-02 .doc-box .img-box {
  vertical-align: top;
  width: 47%;
}

#Lens .lens-02 .clumn-box{
	margin-top: 9%;
    background: #eee;
	display: inline-block;
	width: 100%;
}

#Lens .lens-02 .img-box2{
	display: inline-block;
}


#Lens .lens-02 .img-box img {
	width: 100%;
}


#Lens .lens-02 .clumn-box h5 {
  display: block;
  padding: 7px 15px 6px;
  font-size: 100%;
  color: #fff;
  text-align: center;
  background: #112c58;
}

#Lens .lens-02 .clumn-box .adapter-box{
  float: left;
  margin: 2% 0 2% 2%;
  width: 46.8%;
}
#Lens .lens-02 .clumn-box .adapter-box:nth-child(1){
  margin-right:2%;
}

#Lens .lens-02 .clumn-box .adapter-box .text-box{
  display: inline-block;
  width:50%;
  margin-top: 6%;
}
#Lens .lens-02 .clumn-box .adapter-box .text-box span{
  font-size: 80%;
  width: 90%;
  margin-top: 3%;
  margin-bottom: 3%;
}
#Lens .lens-02 .clumn-box .adapter-box h6.title{
  display: block;
  margin-top:2%;
  margin-bottom:5%;
  font-size: 143.8%;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
#Lens .lens-02 .clumn-box .adapter-box .img-box{
  display: inline-block;
  width: 45%;
  vertical-align:top;
}
#Lens .lens-02 .fe-banner {
    margin-top: 60px;
}

#Lens .lens-02 .mod-inner {
    box-sizing: border-box;
    margin: 60px auto 0;
    max-width: 950px;
    width: 93.75%;
}

#Lens .lens-02 .mod-inner img{
    width: 100%;
}

#Lens .lens-02 .cashback-title,
#Lens .lens-02 .lens-title {
	margin-top: 70px;
    text-align: center;
    font-size: 187.5%;
    font-weight: normal;
    line-height: 1.2;
    display: block;
}

#Lens .lens-02 .cash-txt p{
    margin: 15px auto 0;
    width: 90%;
}

#Lens .lens-02 .cashback{
	margin-top: 20px;
}

@media(max-width:640px) {
  #Lens .lens-02 .img-box img {
	width: 100%;
  }
  
  #Lens .lens-02 .sec-heading {
    margin-top: 80px;
  }
  #Lens .lens-02 .main-img {
    margin-top: 30px;
  }
  #Lens .lens-02 .doc-box {
    margin-top: 30px;
  }
  #Lens .lens-02 .doc-box .txt-box {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  #Lens .lens-02 .doc-box .img-box {
    display: block;
    margin: 25px 0 0;
    width: 100%;
  }
  
  #Lens .lens-02 .clumn-box h5 {
    text-align: left;
　}
  #Lens .lens-02 .clumn-box .adapter-box{
    float: none;
    margin: 5% 5% 5% 5%;
    width: auto;
	padding-bottom: 30px;
    border-bottom: 1px solid #c6cdde;
  }
   #Lens .lens-02 .clumn-box .adapter-box.second{
    padding-bottom: 0px;
    border-bottom: none !important;
  }
  #Lens .lens-02 .clumn-box .adapter-box .text-box{
    width:44%;
  }
  #Lens .lens-02 .clumn-box .adapter-box .text-box span{
    margin-top: 0%;
    margin-bottom: 0%;
  }
  #Lens .lens-02 .clumn-box .adapter-box .img-box{
    width: 50%;
  }
  #Lens .lens-02 .fe-banner img {
    max-width: 760px;
    width: 100%;
  }
}

/* #Lens .lens-02 .matome
----------------------------------------*/
#Lens .lens-02 .matome {
  margin: 9% 0 0;
}
#Lens .lens-02 .matome .img-box {
  float: right;
  width: 32.2%;
}
#Lens .lens-02 .matome .txt-box {
  float: left;
  margin-top: 1.75%;
  width: 60%;
  color: #333;
}
#Lens .lens-02 .matome .txt-box p.serif {
  margin-bottom: 10px;
  font-size: 187.5%;
  line-height: 1.6;
}

@media(max-width:960px) {
  #Lens .lens-02 .matome .txt-box {
    margin-top: 0;
    width: 62%;
  }
  #Lens .lens-02 .matome .txt-box br {
    display: none;
  }
}
@media(max-width:640px) {
  #Lens .lens-02 .matome {
    margin: 50px 0 0;
  }
  #Lens .lens-02 .matome .img-box {
    float: none;
    width: auto;
  }
  #Lens .lens-02 .matome .txt-box {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  #Lens .lens-02 .matome .txt-box p.serif {
    font-size: 150%;
  }
}



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

  #aCafe

========================================*/
#aCafe {
  padding-bottom: 140px;
}
#aCafe .title-box {
  background-image: url(../img/acafe_title.jpg);
}
#aCafe .sec-heading {
  margin-top: 10%;
}

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

/* #aCafe .acafe-01
----------------------------------------*/
#aCafe .acafe-01 .float-box {
  margin:4% 0;
  text-align: center;
}
#aCafe .acafe-01 .float-box .txt-box {
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
#aCafe .acafe-01 .float-box .img-box {
    vertical-align: middle;
    margin-left: 5%;
}
#aCafe .acafe-01 .float-box .img-01a {
  position: relative;
  z-index: 1;
  width: 100%;
}
#aCafe .acafe-01 .float-box .img-01b {
  margin: -13.9908256% 0 0 35.7798165%;
  width: 64.2201834%;
}

@media(max-width:640px) {
  #aCafe .acafe-01 .float-box {
    margin-top: 30px;
  }
  #aCafe .acafe-01 .float-box .txt-box {
    display: block;
    margin: 0;
    width: auto;
  }
  #aCafe .acafe-01 .float-box .img-box {
    display: block;
    margin-top: 20px;
    width: auto;
    font-size: 0;
    margin-left: 0;
  }
  #aCafe .acafe-01 .float-box .img-01a {
    display: inline-block;
    width: 100%;
  }
}


.acafemy-lesson {
  margin-top: 3em;
  padding: 30px;
  max-width: 922px;
  width: 93.75%;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.acafemy-lesson-img {
    display: table-cell;
    vertical-align: top;
	margin-bottom: 10px;
}

.acafemy-lesson-text {
    display: table-cell;
    padding-left: 30px;
	vertical-align: middle;
}

.acafemy-lesson-text p a{
	margin-top:30px;
	float: right;
}

.acafemy-lesson .title {
    font-size: 20px;
	font-weight:700;
    margin-bottom: 10px;
}

span.reserve{
	background-color: #f67342;
	color:#FFFFFF !important;
    font-weight: 700;
    font-size: 18px;
    padding: 1px 10px;
    margin-left: 10px;
	display:inline-block;
}

.lesson-box{
	margin:0 auto;
}

#aCafe .acafemy-lesson .acafemy-lesson-text .btn-box{
    display: inline-block;
}

#aCafe .acafemy-lesson .acafemy-lesson-text .btn-box .button{
	display:inline-block;
	margin:0 auto;
	font-size: 87.5%;
	font-weight:700;
	padding:10px 16px;
}

.academy-store__item {
    margin-left: 1%;
    width: 18.16667%;
}

.academy-recommend{
	margin:50px auto 0;
}

.academy-store__item strong {
    display: block;
    text-align: center;
    padding: 20px 5px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: #5787f4;
}
.academy-store__item strong:before {
    display: inline-block;
    margin-right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    content: '';
}


@media only screen and (max-width: 767px){
.acafemy-lesson {
    padding-top: 30px;
}
.acafemy-lesson-img {
    display: block;
}

.acafemy-lesson img {
    width: 100%;
}
.acafemy-lesson-text {
    display: block;
    padding-left: 0px;
}

}

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

  .academy-store

========================================*/
.academy-store__item {
  margin-left: 1%;
  width: 19.16667%;
}
.academy-store__item:first-child {
  margin-left: 0%;
}
.academy-store__item:nth-child(2),
.academy-store__item:last-child {
  margin-left: 0.916667%;
}

.academy-lesson .academy-store__item strong {
  display: block;
  text-align: center;
  padding: 20px 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #5787f4;
}

.academy-store__item strong {
  display: block;
  text-align: center;
  padding: 20px 5px;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #5787f4;
}
.academy-store__item strong:before {
  display: inline-block;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

@media (max-width:640px) {
  .academy-store__item,
  .academy-store__item:nth-child(2) {
    margin: 2.0689655% 0 0 2.0689655%;
    width: 48.9655172%;
  }
  .academy-store__item:nth-child(1),
  .academy-store__item:nth-child(2) {
    margin-top: 0;
  }
  .academy-store__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .academy-store__item strong {
    padding: 15px 5px;
    font-size: 1.0rem;
  }
}
@media (max-width:480px) {
  .academy-store__item strong {
    font-size: 3vw;
  }
  .academy-store__item strong:before {
    border-width: 4px 0 4px 6px;
  }
}




/* #aCafe .acafe-02
----------------------------------------*/
#aCafe .academy-heading{
	margin-top: 70px;
    text-align: center;
    font-size: 187.5%;
    font-weight: normal;
    line-height: 1.2;
    display: block;
}

#aCafe .acafe-02 .heading {
  margin-top: 3%;
}
#aCafe .acafe-02 .float-box {
  margin-top: 5%;
  text-align: center;
}
#aCafe .acafe-02 .float-item {
  vertical-align: top;
  margin-left: 6%;
  width: 28%;
  background: #eee;
}
#aCafe .acafe-02 .float-item:first-child {
  margin: 0;
}
#aCafe .acafe-02 .txt-box {
  padding: 10px 15px;
  text-align: left;
}
#aCafe .acafe-02 .txt-box strong {
  display: block;
  font-size: 90%;
  line-height: 1.2;
}
#aCafe .acafe-02 .txt-box p {
  margin-top: 5px;
  font-size: 87.5%;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.academy-recommend02__note {
    margin-top: 30px;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    color: #616466 !important;
}



@media(max-width:960px) {
  #aCafe .acafe-02 .float-item {
    margin-left: 2%;
    width: 32%;
  }
  #aCafe .acafe-02 .txt-box {
    padding: 10px 13px;
  }
  #aCafe .acafe-02 .txt-box p {
    font-size: 81.3%;
    letter-spacing: -0.08em;
  }
}
@media(max-width:640px) {
  #aCafe .acafe-02 .heading {
    margin-top: 50px;
  }
  #aCafe .acafe-02 .float-box {
    margin-top: 20px;
  }
  #aCafe .acafe-02 .float-item {
    display: table;
    margin: 0;
    padding: 7px 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #ddd;
  }
  #aCafe .acafe-02 .float-item:first-child {
    border-top: 1px solid #ddd;
  }
  #aCafe .acafe-02 .img-box {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
  }
  #aCafe .acafe-02 .txt-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
  }
}

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

  .academy-recommend

========================================*/
.academy-recommend {
  margin-top: 70px;
}
.academy-recommend.cr-inner {
  max-width: 1000px;
}
.academy-heading + .academy-recommend {
  margin-top: 50px;
}
.academy-recommend__heading {
  margin: 0;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5;
  text-align: left;
}
.lesson-title{
	border-left:#061a71 solid 5px;
	padding-left:10px;
	margin-bottom:1em;
	font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: left;
}

.academy-recommend02 .academy-recommend02__item .button {
  padding: 2.3% 15px 2.3%;
  width: 100%;
  font-size: 87.5%;
  margin-top:6%;
}

.academy-recommend02 .academy-recommend02__item .button span{
	font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: left;
}
.academy-recommend p.txt{
	text-align:center;
}

.academy-recommend__heading span {
  font-size: 0.8em;
}
.academy-recommend__heading + .cr-text {
  margin-top: 20px;
}
.academy-recommend .cr-heading + .cr-text {
  margin-top: 25px;
}

/*----------------------------------------
  .academy-recommend__tags
----------------------------------------*/
.academy-recommend__tags {
  margin: 0;
  padding: 0;
  list-style: none;
}
.academy-recommend__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-recommend__tags li:last-child {
  margin-right: 0;
}
.academy-recommend__tags + .academy-recommend__heading {
  margin-top: 20px;
}
li.academy-recommend__tags--beginner {
  background-color: #f9e575;
  border-color: #f9e575;
}
li.academy-recommend__tags--elementary {
  background-color: #a8db39;
  border-color: #a8db39;
}
li.academy-recommend__tags--intermediate {
  background-color: #39dbcf;
  border-color: #39dbcf;
}
li.academy-recommend__tags--exp {
  background-color: #ffce7d;
  border-color: #ffce7d;
}
li.academy-recommend__tags--lecturer {
  color: #6b4650;
  border-color: #ec9717;
  letter-spacing: -0.02em;
}
li.academy-recommend__tags--free {
  color: #5887ab;
  border-color: #5887ab;
}
li.academy-recommend__tags--content {
  border-color: #a2bbea;
}

/*----------------------------------------
  .academy-recommend01
----------------------------------------*/
.academy-recommend01__imgbox {
  vertical-align: middle;
  width: 38.8%;
}
.academy-recommend01__txtbox {
  vertical-align: middle;
  margin-left: 3.5%;
  width: 57.7%;
}

@media (max-width:640px) {
  .academy-recommend01__imgbox {
    display: block;
    width: auto;
  }
  .academy-recommend01__txtbox {
    display: block;
    margin: 15px 0 0;
    width: auto;
  }
}

/*----------------------------------------
  .academy-recommend02
----------------------------------------*/
.academy-recommend02 {
  margin-top: 45px;
  text-align: center;
}
.academy-recommend02__item {
  margin-left: 8.5%;
  width: 40%;
}
.academy-recommend02__item:first-child {
  margin-left: 0%;
}
.academy-recommend02__item strong {
  display: block;
  text-align: center;
  padding: 7px 5px 6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background: #616466;
}
.academy-recommend02__item .cr-imgbox {
  margin-bottom: 15px;
}
.academy-recommend02__note {
  margin-top: 30px;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  color: #616466 !important;
}

@media (max-width:640px) {
  .academy-recommend02 {
    margin-top: 30px;
  }
  .academy-recommend02__item {
    display: block;
    margin: 30px 0 0;
    width: auto;
  }
  .academy-recommend02__item strong {
    padding: 10px 5px 9px;
  }
}
/*----------------------------------------
  .report
----------------------------------------*/
#aCafe .report {
    text-align: center;
}

#aCafe .report img {
	box-sizing: border-box;
    margin: 30px auto 0;
    max-width: 1000px;
    width: 100%;
}

@media (max-width: 640px){
#aCafe .report img {
    max-width: 760px;
    width: 100%;
}
}

/*----------------------------------------
  .academy-recommend03
----------------------------------------*/
.academy-recommend03__item {
  margin-left: 1%;
  width: 19.16667%;
}
.academy-recommend03__item:first-child {
  margin-left: 0%;
}
.academy-recommend03__item:nth-child(2),
.academy-recommend03__item:last-child {
  margin-left: 0.916667%;
}
.academy-recommend03__item strong {
  display: block;
  text-align: center;
  padding: 20px 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #ea5504;
}
.academy-recommend03__item strong:before {
  display: inline-block;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  content: '';
}

@media (max-width:640px) {
  .academy-recommend03__item,
  .academy-recommend03__item:nth-child(2) {
    margin: 2.0689655% 0 0 2.0689655%;
    width: 48.9655172%;
  }
  .academy-recommend03__item:nth-child(1),
  .academy-recommend03__item:nth-child(2) {
    margin-top: 0;
  }
  .academy-recommend03__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .academy-recommend03__item strong {
    padding: 15px 5px;
    font-size: 1.0rem;
  }
}

/* #aCafe .bnr
----------------------------------------*/
#aCafe .bnr {
  position: relative;
  display: block;
  margin-top: 5%;
  font-size: 193.8%;
  line-height: 1.2;
  color: #fff;
  background: #130d56;
  overflow: hidden;
}
#aCafe .bnr:hover {
  text-decoration: none;
}
#aCafe .bnr span {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5.2% 0 5.3% 9%;
}
#aCafe .bnr span:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  margin-top: -15px;
  width: 15px;
  height: 29px;
  background-image: url(../img/bnr_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#aCafe .bnr img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1000px;
  width: auto;
  height: 100%;
}

@media(max-width:640px) {
  #aCafe .bnr {
    margin-top: 40px;
    font-size: 150%;
  }
  #aCafe .bnr span {
    padding: 5.2% 0 5.3% 13%;
  }
  #aCafe .bnr span:before {
    left: 6%;
    margin-top: -10px;
    width: 10px;
    height: 19px;
  }
  #aCafe .bnr img {
    margin-right: -10%;
  }
}
@media(max-width:480px) {
  #aCafe .bnr {
    font-size: 137.5%;
  }
  #aCafe .bnr img {
    margin-right: -18%;
  }
}



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

  #Store

========================================*/
#Store {
  padding-bottom: 80px;
}
#Store .title-box {
  background-image: url(../img/store_title.jpg);
}

@media(max-width:640px) {
  #Store {
    padding-bottom: 30px;
  }
  #Store .title-box {
    background-position: 70% center;
  }
}

/* #Store .store-01
----------------------------------------*/
#Store .store-01 .sec-heading {
  margin-top: 10%;
}
#Store .store-01 .sec-heading {
  font-size: 175%;
  letter-spacing: -0.02em;
}
#Store .store-01 .img-box.clearfix {
  margin: 6.5% 0 4% 0;
}
#Store .store-01 .img-a {
  float: left;
  width: 64%;
}
#Store .store-01 .img-b {
  float: right;
  width: 34%;
}

#Store .store-01 p.txt {
  margin: 0 auto 0;
  width: 90%;
}
#Store .store-01 .store-list {
  margin-top: 8%;
}
#Store .store-01 .float-item {
  vertical-align: top;
  margin-left: 0.3%;
  width: 24.8%;
}
#Store .store-01 .float-item:first-child {
  margin-left: 0;
}
#Store .store-01 .float-item.osaka {
  margin-left: 0.2%;
}
#Store .store-01 .store-list p {
  margin: 10px 4px 0;
  font-size: 75%;
  line-height: 1.2;
}
#Store .store-01 .store-list a {
  /*margin: 0 4px 0;*/
  font-size: 75%;
  line-height: 1.1;
  color: #333;
}
#Store .store-01 .store-list a:nth-child(2) {
  font-size: inherit;
  color: #5887ab;
}
#Store .store-01 .store-list span:before {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
}

#Store .store-01 .float-item.ginza .event {
	padding:10px;
	/*background-color:#eeeeee;*/
	border:1px solid #ccc;
}

#Store .store-01 .float-item.ginza .event h4 {
	line-height:1.5;
	font-size: 13px;
}

#Store .store-01 .float-item.ginza .event strong {
	padding:3px;
	color:#fff;
	font-size:70%;
	background-color:#5887ab;
	vertical-align: text-top;
}


#Store .store-01 .winter {
  margin-top: 2%;
}

#Store .store-01 .winter-title {
    margin-top: 50px;
    text-align: center;
    font-size: 187.5%;
    font-weight: normal;
    line-height: 1.2;
    display: block;
}


@media(max-width:640px) {
  #Store .store-01 {
    margin-top: 30px;
  }
  #Store .store-01 .img-box.clearfix {
    margin: 30px auto 20px;
    width: 100%;
  }
  #Store .store-01 .img-a {
    float: none;
    width: 100%;
  }
  #Store .store-01 .img-b {
    float: none;
    margin-top: 2%;
	width: 100%;
  }
  #Store .store-01 p.txt {
    width: auto;
  }
  #Store .store-01 .store-list {
    margin-top: 0;
  }
  #Store .store-01 .float-item {
    margin-top: 20px;
    margin-left: 4%;
    width: 48%;
  }
  #Store .store-01 .float-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  #Store .store-01 .store-list p {
    margin: 10px 0 0;
  }
  #Store .store-01 .store-list a {
    margin: 0;
  }
  #Store .store-01 .winter {
    margin-top: 30px;
  }
}


/* #Store .store-02
----------------------------------------*/
#Store .store-02 {
  margin-top: 12%;
}
#Store .store-02 .sec-heading br {
  display: none;
}
#Store .store-02 .clearfix {
  margin-top: 3%;
}
#Store .store-02 .img-box {
  float: right;
  width: 43.2%;
}
#Store .store-02 .txt-box {
  float: left;
  margin-top: 3%;
  width: 50%;
}
#Store .store-02 .txt-box .button {
  margin-top: 30px;
  width: 250px;
}

@media(max-width:960px) {
  #Store .store-02 .txt-box {
    margin-top: 0;
  }
}
@media(max-width:640px) {
  #Store .store-02 {
    margin-top: 60px;
  }
  #Store .store-02 .img-box {
    float: none;
    margin: 25px auto 0;
    width: 90%;
  }
  #Store .store-02 .txt-box {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  #Store .store-02 .txt-box .button {
    margin-top: 20px;
    width: auto;
  }
}



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

  #Ques

========================================*/
#Ques {
  /*padding: 60px 0 47px;
  background: url("../img/ques_bg.jpg") repeat center 0;*/
}
#Ques .inner {
  border-top: 1px dotted #000;
  padding: 60px 0 60px;
  border-bottom: 1px dotted #000;
}
#Ques h3 {
  font-size: 200%;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #606060;
}
#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: #130d56;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  text-align: center;
  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;
  }
}


.sf-wrapper a {
    color: #2892e2;
}




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

  footer

========================================*/
footer {
  padding: 38px 0;
  background: #1a1a1a;
}
footer .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 94.0594059%;
}
footer small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.0;
  color: #b0b0b0;
}

/*article .inner, .wrapper footer .inner {
    max-width: 1000px;
}*/

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

.cr-wrapper {
   width: 100%;
}
.sf-contentBottom {
   padding-bottom: 0px;
}
.s5-returnToTop {
	margin: 0px 0 0;
}

footer {
	margin-top: 0px;
}

@media screen and (max-width: 767px) {
.sf-contentBottom__tags {
	padding-right: 0px;
	float: none;
    text-align: center;
}
.c5-sfmList__recommend {
    margin-bottom: 50px;
}
}