@charset "UTF-8";
/*---------------------------------------------
	
		4-1    INDEX 
			
---------------------------------------------*/
/*------------------------------
		index-hero
------------------------------*/
.hero {
  width: 100%;
  background: #f4f4f4;
  /*background-image: url(../../img/index/hero/main-hero.jpg);
  background-size: 1200px;
  background-repeat:no-repeat;
  background-position:top center;
  */
  position: relative; }

.hero .container {
  position: relative;
  width: 960px;
  height: 550px;
  margin: 0 auto; }

@media (max-width: 960px) {
  .hero {
    background-size: cover; }

  .hero .container {
    position: relative;
    width: 720px;
    height: 500px;
    margin: 0 auto; }

  .hero #main-title {
    margin: 0 auto;
    padding-top: 200px; } }
/*------------------------------*/
/* hero title */
/*------------------------------*/
.hero-title-bg {
  width: 320px;
  height: 350px;
  background: #F0F0F0;
  position: absolute;
  right: -40px;
  bottom: 10px;
  padding: 25px;
  color: #3557eb; }

.ad-catalog {
  top: -15px;
  right: -20px; }

.hero-title-en {
  font-family: 'Roboto','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
  font-size: 36px;
  line-height: 1.18;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #3557eb; }

.hero-title-jp, .hero-title-jp-sub {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic', sans-serif,'sans-serif';
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #3557eb; }

.hero-title-jp {
  font-size: 21px;
  line-height: 1.4; }

.hero-title-jp-sub {
  font-size: 12px;
  line-height: 1.8; }

.hero .container {
  height: 500px; }

/*------------------------------
	ad
------------------------------*/
.hero .ad-front {
  background-image: url(../../img/index/hero/main-hero.jpg);
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f0f0f0; }

.hero .ad-fest {
  background-color: #f6151e;
  background-image: url(../../img/campaign/2019summer-sep/main-ad.png);
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: center center; }

.hero .ad-colorful {
  background-color: #9fc7d9;
  background-image: url(../../img/campaign/2019aw/main-hero-ad.png);
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: center center; }

.hero .ad-100 {
  background-color: #000;
  background-image: url(../../img/campaign/common/ad-100.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.hero .ad-100 .container {
  background-image: url(../../img/campaign/common/100-hero.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

/*------------------------------
	index Start Up Guide
------------------------------*/
#startupguide {
  width: 100%;
  position: relative; }

#startupguide ul li {
  position: relative; }

#startupguide ul li #main-title {
  position: absolute;
  bottom: 40px;
  left: 20px;
  color: white; }

#startupguide ul li #main-title h1 {
  color: white;
  font-size: 1.8em;
  letter-spacing: 5px;
  font-weight: nomal; }

#startupguide ul li #main-title span {
  display: block;
  font-size: 0.6em;
  padding-top: 10px; }

#prev, #next {
  padding: 24px 12px;
  background: rgba(0, 0, 0, 0.3);
  color: white; }

/*----index catalog seal -----*/
#startupguide .ad-catalog {
  top: 20px;
  right: 20px; }

/*--  inner Contents Layout 02-05 -- */
#sug-02 p, #sug-03 p, #sug-04 p, #sug-05 p {
  display: block;
  position: absolute;
  font-size: 14px; }

#sug-02 h2, #sug-03 h2, #sug-04 h2, #sug-05 h2 {
  display: block;
  position: absolute;
  font-size: 22px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #555;
  margin-top: 0; }

#sug-02 img, #sug-03 img, #sug-04 img, #sug-05 img {
  position: absolute; }

#sug-02 p {
  width: 350px;
  top: 165px;
  left: 340px; }

#sug-02 h2 {
  top: 80px;
  left: 340px; }

#sug-02 img {
  bottom: 40px;
  right: 280px; }

#sug-03 p {
  width: 650px;
  top: 88px;
  left: 155px; }

#sug-03 h2 {
  bottom: 24px;
  right: 40px; }

#sug-03 img {
  bottom: -70px;
  left: 30px; }

#sug-04 p {
  width: 350px;
  top: 140px;
  left: 135px; }

#sug-04 h2 {
  top: 100px;
  left: 135px; }

#sug-04 img {
  top: 200px;
  right: 100px; }

#sug-05 p {
  width: 672px;
  top: 300px;
  left: 140px; }

#sug-05 h2 {
  top: 260px;
  left: 140px; }

#sug-05 img {
  top: 50px;
  left: 250px; }

@media (max-width: 960px) {
  #sug-02 h2 {
    top: 40px;
    left: 150px; }

  #sug-02 p {
    width: 450px;
    top: 110px;
    left: 150px; }

  #sug-02 img {
    bottom: 30px;
    right: 150px; }

  #sug-03 p {
    width: 600px;
    top: 20px;
    left: 65px; }

  #sug-03 img {
    bottom: -140px;
    left: 10px; }

  #sug-04 h2 {
    top: 40px;
    left: 50px; }

  #sug-04 p {
    top: 75px;
    left: 50px; }

  #sug-04 img {
    top: 150px;
    right: 20px; }

  #sug-05 h2 {
    top: 200px;
    left: 50px; }

  #sug-05 p {
    width: 650px;
    top: 250px;
    left: 50px; }

  #sug-05 img {
    top: 0px;
    left: 140px; } }
/*------------------------------
	//index Start Up Guide
------------------------------*/
/*------------------------------
		index second
------------------------------*/
/*--  PriceList---*/
.pricelist {
  padding: 20px 10%;
  color: #666; }

.pricelist .copy,
.pricelist table {
  margin-bottom: 10px; }

.pricelist .copy h4 {
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center;
  color: inherit; }

.pricelist .copy span {
  display: block;
  font-size: 0.7em; }

.pricelist table {
  width: 100%;
  line-height: 2;
  color: inherit; }

.pricelist-border {
  border: solid 2px #666;
  border-top: solid 8px #666;
  width: 100%;
  height: 305px;
  padding-top: 8px;
  position: relative; }

.pricelist .ui-button {
  background-image: url("../img/ui-yen.png");
  background-repeat: no-repeat;
  background-position: -30px;
  background-size: auto;
  padding: 24px 0; }

/*----指差し確認三郎さん-----*/
#saburo {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url("../../img/index/36.png");
  top: 0px;
  left: -45px; }

/*----/三郎さん-----*/
@media (max-width: 960px) {
  .pricelist {
    padding: 10px 10%; }

  .pricelist .copy h4 {
    font-size: 1em; }

  .pricelist-border {
    height: 100%;
    padding-top: 0px; }

  .pricelist table {
    line-height: 1.5; }

  .pricelist .ui-button {
    padding: 16px 0; }

  #saburo {
    display: none; } }
/*------------------------------
	 index-main-ad banner
------------------------------*/
#camp-banner {
  margin-bottom: 1em; }

#camp-banner .image {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /*background-color:#F6FF00;*/
  /*background-image:url("../../img/index/ad/2016/banner-w.png");*/ }

@media (max-width: 960px) {
  #camp-banner .image {
    height: 180px; } }
@media (max-width: 768px) {
  #camp-banner {
    margin: 0;
    margin-top: 0; }

  #camp-banner .image {
    height: 180px; } }
/*------------------------------
	 index-newsfeed
------------------------------*/
.sns-plugin {
  width: auto; }

.sns-plugin > * {
  display: inline-block;
  line-height: 1em; }

@media (max-width: 960px) {
  #index-newsfeed .copy {
    font-size: 0.8em; } }
/*------------------------------
		index-Catalog
------------------------------*/
.index-catalog {
  width: 960px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999; }

@media (max-width: 960px) {
  .index-catalog {
    width: 720px; } }
@media (max-width: 720px) {
  .index-catalog {
    width: 480px; } }
@media (max-width: 480px) {
  .index-catalog {
    width: 240px; } }
.index-catalog .cat-inner {
  display: block;
  width: 240px;
  height: 200px;
  padding: 14px;
  float: left;
  margin-bottom: 16px; }

.index-catalog .cat-inner:hover {
  opacity: 0.7; }

.index-catalog .cat-inner dl {
  display: block;
  line-height: 1.2; }

.index-catalog .cat-inner dl dt {
  font-size: 0.9em;
  line-height: 1.3; }

.index-catalog .cat-inner dl dt span {
  display: block;
  font-size: 0.8em;
  font-weight: bold; }

.index-catalog .cat-inner dl dd {
  display: inline-block;
  line-height: 1.2; }

.index-catalog .cat-inner img {
  display: block;
  margin: 0 auto 16px auto; }

.index-catalog .cat-inner dl .price {
  font-size: 1.2em;
  font-weight: 600;
  font-family: 'Roboto','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif'; }

/*------------------------------
		index-calender
------------------------------*/
/*-- calender  ---*/
.index-cal .calender {
  width: 300px;
  margin: 0 auto;
  text-align: center; }

.index-cal .calender th {
  width: 14%; }

.index-cal .calender .month {
  height: 60px;
  font-size: 36px;
  line-height: 1;
  text-align: left; }

.index-cal .calender .month span {
  display: block;
  font-size: 12px;
  line-height: 14px; }

.index-cal .calender .cal-close {
  color: #DDD; }

.cal-01, .cal-02, .cal-03, .cal-04, .cal-05, .cal-06,
.cal-07, .cal-08, .cal-09, .cal-10, .cal-11, .cal-12 {
  display: none; }

/*------------------------------
		index-Buttons
------------------------------*/
/*-- Buttons ---*/
.buttons {
  width: 100%; }

.buttons .ui-button {
  background-image: url("../img/ui-arrow.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 70px; }

.index-calender .buttons {
  height: 348px; }

.buttons #ui-visitor,
.buttons #ui-kit,
.buttons #ui-catalog {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 60px; }

.buttons #ui-visitor {
  background-image: url("../../img/index/icon-visitor.png");
  background-color: white;
  color: #005368;
  border: 1px solid #005368; }

.buttons #ui-kit {
  background-image: url("../../img/index/icon-kit.png"); }

.buttons #ui-catalog {
  background-image: url("../../img/index/icon-catalog.png"); }

/*------------------------------
		index-mobile
------------------------------*/
#index-hero, #index-sub, #index-newsfeed, #index-catalog, #index-calender {
  display: block; }

#index-mobile {
  display: none; }

@media (max-width: 768px) {
  #index-hero, #index-sub, #index-newsfeed, #index-catalog, #index-calender, #index-startupguide {
    display: none; }

  #index-mobile {
    display: block; } }
#mobile-hero {
  position: relative; }

#mobile-hero img {
  width: 100%; }

#mobile-hero .main-title {
  position: absolute;
  bottom: 10px;
  left: 10px; }

#mobile-hero .main-title h1 {
  color: white;
  font-size: 24px; }

#mobile-hero .main-title span {
  display: block;
  font-size: 0.6em;
  padding-top: 10px; }

/*new title mobile*/
/*------------------------------*/
.mobile-title-bg {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  padding: 10px;
  background: rgba(250, 250, 250, 0.92);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mobile-title-en {
  font-family: 'Roboto','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif,'sans-serif';
  font-size: 16px;
  line-height: 1.18;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: left;
  color: #3557eb; }

.mobile-title-jp {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic', sans-serif,'sans-serif';
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  color: #3557eb;
  text-align: left; }

.mobile-title-jp-sub {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic', sans-serif,'sans-serif';
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.6; }

/*------------------------------*/
/* banner  */
/*------------------------------*/
@media (max-width: 717px) {
  #campaign-ad .img img {
    display: none; } }
