@charset "utf-8";

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}

#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 0.2em;
}
.container {
  /*max-width: 900px;*/
	width: 100% !important;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

body {
  color: #464e54;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

a {
  color: #464e54;
}
  a:hover {
    color: #5e5e5e;
  }

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2 {
  margin: 30px 0;
  /*text-align: center;*/
}
  .ttl-h2 {
    position: relative;
    text-align: left !important;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 1em;
    background-color: #fff;
  }

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  /*border: 1px solid #d8d8d8;*/
  /*background-color: #d8d8d8;*/
  color: #4d4d4d;
  /**background-color: #d8d8d8;*/
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  /*border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;*/
}
.product-order-num input {
  border-color: #d8d8d8;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
/* icon 16px */
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px;}
/* icon large 24px */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
/*
.icon-cart { background-position: -264px -96px; }
.icon-user { background-position: -312px -0px; }
.icon-adduser { background-position: -360px -0px; }
.icon-logout { background-position: -48px -120px; }
.icon-login { background-position: -72px -120px;}
*/
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}


/*
 * header
 */
#header-wrapper {
  /*margin-bottom: 2em;*/
/*margin-bottom: 4em;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-link a {
  color: #4d4d4d;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav{ width:1100px;}
@media (max-width: 1099px) {
.header-line-nav{ width: 90%;}
}
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -3px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 0;
  /*padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;*/
}

/* header logo */
.shop-name {
  clear: both;
  margin: 0;
  text-align: center;
  font-size: 24px;
}
.shop-name img { width: 200px; margin-top: 0;}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
/*#header-global-nav {
  margin: 2.5em 0 0;
  text-align: center;
  font-size: 14px;
  background-color: #FFFFFF; 
}
  #header-global-nav li {
    margin: 0 1em;
  }*/

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  /*margin-top: 2em;*/
  padding: 0 .1%;
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important; /*height: 400px;*/
}

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 10px;
}
.prd-lst-name {
  font-size: 0.85em;/*20180615修正*/
}
.prd-lst-price {
  color: #abaaaa;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */

#footer-wrapper {
  padding-top: 2em;
  background-color: #eee7e0;
  margin-top: auto;
  padding-bottom: 1em;
}

.footer-primary {

}
#footer-wrapper h4 { margin: 0;}
#footer-wrapper .fotter-info { margin-top: 0.5em; font-size: 12px;}
/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .3em 0;
  }
.footer-primary {
  padding: .8em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #4d4d4d;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-left: 0%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;

  }
.footer-secondary {
  padding: 1em 0 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #333;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0 2em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #4d4d4d;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #4d4d4d;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

/* IE用*/
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/*201803更新*/
#product-srh, .recommend-items,  #colInfo {width: 1100px; margin: 0 auto 30px;}
#delivery, #policy, #info, #payment {padding: 1em 0 80px ;
	width: 900px;
	margin: 0 auto;
	line-height:  1.6;}
@media (max-width: 768px) {
	#colInfo {width: 90%;}
	.recommend-items, #product-srh, #free-col, #delivery, #policy, #info, #payment {width: 90%;}
}

/*ここ*/
.view-cart .btn { border: none !important; background: none !important;}
.search { /*margin-left: 5em;*/ padding-top: 5px;}
textarea,
input[type="text"]{ border-top: none; border-left: none; border-right: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.sankaku{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #464e54;
	margin-left: 5px;
	position:  absolute;
	top: 2em;
}
.sankaku2{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #464e54;
	margin-left: 15px;
	position:  absolute;
	top: 12px;
}
/*.fottermain { width: 80%; margin: 0 auto; overflow:  hidden;}*/
.fottermain{ width:1100px; margin: 0 auto;}
@media (max-width: 1099px) {
.fottermain{ width: 90%;}
}
#product { width: 900px; margin: 0 auto;}
@media (max-width: 768px) {
	#footer-wrapper {background-color: #fff;}
	#product {width: 96%;}
}
h2 { font-size: 1.3em !important; margin: 20px auto; text-align: center;}
ul.pankz {
    font-size: 0.8em;
    overflow: hidden;
    padding: 10px 0 0;
	list-style:  none;
	margin-left: 0 !important;
}
ul.pankz li { float: left;}
.news { font-size: 0.8em; margin: 0 !important;}
.news dt, .news dd { float: left;}
.nesw dd { margin-left: 1.5em;}

/*お手入れ*/
div.care {margin: 2em 0 50px;}
/*カレンダー*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
#calendarCol {text-align: left;}
#calendarCol table { display: inline-block; margin: 30px 0 0}
#calendarCol table:nth-child(even) { margin-left: 20px;}
.side_cal_memo { clear: both; padding-top: 1em;}

/*ニュース*/
#newsitems {padding-bottom: 50px;}
.newsWrap { border-bottom: 1px solid #CCC; padding: 2em 0;}
.newsWrap:last-child { border: none;}
.pagelink {padding: 1em 0.5em;}
.infoitem { width: 1100px; margin: 0 auto; overflow:  hidden;}
.infoitem ul { list-style:  none; font-size: 0.9em; padding-left: 1em;}
.infoitem time { margin-right: 1.5em;}
.infoitem p { line-height: 1.6;}
.infoitem p strong { display: block; font-weight: 500;}
.infoitem div {display: flex; justify-content: flex-end; padding-right: 1em;}

@media (max-width: 768px) {
	.infoitem {width: 100%;}
}
/*フリーページ*/
#free-col { 
	padding: 1em 0 80px ;
	width: 900px;
	margin: 0 auto;
	line-height:  1.6;
}
@media (max-width: 768px) {
	#free-col {width: 81%;}
}
/*共通*/
.m1em { margin: 1em;}
.m2em { margin: 2em;}
.m3em { margin: 3em;}
.mb1em { margin-bottom: 1em;}
.mb2em { margin-bottom: 2em;}
.mb3em { margin-bottom: 3em;}
.mt1em { margin-top: 1em;}
.mt2em { margin-top: 2em;}
.mt3em { margin-top: 3em;}
.p1em { padding: 1em;}
.p2em { padding: 2em;}
.p3em { padding: 3em;}
.pb1em { padding-bottom: 1em;}
.pb2em { padding-bottom: 2em;}
.pb3em { padding-bottom: 3em;}
.pt1em { padding-top: 1em;}
.pt2em { padding-top: 2em;}
.pt3em { padding-top: 3em;}
.pl1em { padding-left: 1em;}
.pl2em { padding-left: 2em;}
.pl3em { padding-left: 3em;}
.pr1em { padding-right: 1em;}
.pr2em { padding-right: 2em;}
.pr3em { padding-right: 3em;}
.txtalr{ text-align: right;}


/*お手入れトップ*/
.careitems { display: flex; flex-wrap: wrap; align-items: flex-start; align-content: center;}
.itemcol {display: flex; flex-basis: 33%; }
.itemcol  a{display: flex; flex-direction: column-reverse; padding: 2em; }
.itemname { margin-top: 1em; text-align: center;}
.itemcol  a:hover { background: rgba(238,231,224,0.6); text-decoration: none;}

/*お手入れ下層*/
.lowercol { width: 50%; margin: 0 auto;}
.careInner { margin: 2em 0;}
.careInner2 { margin: 2em 0; border-top: 1px solid #cccccc; padding-top: 2em;}
.careInner ul li {
  position: relative;
  list-style:  none;
  padding-bottom:  0.5em;
}
.careInner ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.carelink ul li {
  position: relative;
  list-style:  none;
}
.carelink ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.careimglist { display: flex;  justify-content: center;}
.careimglist div{  flex-basis: 40%; }
.careimglist2 { display: flex; flex-wrap: wrap; align-content: space-between; align-items: flex-end;}
.careimglist2 div{  flex-basis: 30%; margin: 0.5em;}
.careimglist3 { display: flex; flex-wrap: wrap; align-content: space-between; align-items: flex-end;}
.careimglist3 div{  flex-basis: 48%; margin: 0.5em;}
.careimglist4 { display: flex; flex-wrap: wrap; align-content: space-between; align-items: flex-end;}
.careimglist4 div{  flex-basis: 22%; margin: 0.5em;}


/*チモン・モアン　プロジェクト*/
.wrap-prof { width: 100%; margin: 0 auto; }
.col-prof { width: 90%; padding: 20px; display: flex; flex-wrap: wrap;}
.col-prof .imgcol { width: 10%}
.col-prof .txtcol { width: 90%;}
.col-prof img.roundimg {border-radius: 50%; width: 90%;}
.linkcol {padding: 0 5em;}
/**/
.mes-name {font-size: 11px; margin-top: 0.2em;}
.mes-name p {margin: 0.1em; padding: 10px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #d9edf7; color: #31708f;}

/*スライド2*/

.slider-container {
  position: relative;
  margin-top: 20px;
}
.infoSlider {
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -50px;  /* 高さの半分だけネガティブマージン */
  color: #999;
  line-height: 20px;
  font-size: 28px !important;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-list {
  margin-right: -12px;  /* ガター分ネガティブマージン */
}
.slick-slide {
  margin-right: 12px;  /* ガター */
}
.slick-slide {
  padding: 0 0 1.5em 0;
  color: #464e54;
  text-align: center;
  font-size: 1em;
  outline: 0;
  background-color: #ffffff;
}
.slick-list p { padding-top: 1em;}
.slideItem p { font-size: 0.8em;}

.sizecol { margin: 1em 1em 0;}

.fa-angle-right::before { padding: 2em 0;}
.fa-angle-left::before { padding: 2em 0;}

/*group items*/
.group-items { display:  flex; flex-wrap: wrap; justify-content: flex-start; padding: 10px 30px 10px;} 
.group-items section { width: 30%; margin-bottom: 2em; position :relative; display: flex; flex-direction: column; margin-right: 5%;} 
.group-items section:nth-child(3n) { margin-right: 0;}
.group-items section h2 { text-align: center; border-bottom: 1px solid #ccc; margin-bottom: 0.5em; width: 100%; align-items: baseline;}
.group-items section p.lead { text-align: center;}
.group-items section p.summary { font-size: 0.9em;}
.group-items section img { border-radius: 5px; width: 90%;}
.group-items section .groupimg { text-align: center;}
.group-items section a { position:  absolute; top: 0; left: 0; width: 100%; height: 100%;}

.brandconcept { display:  flex; justify-content: space-around; padding: 20px 0 80px;}
.brandconcept .concepttxt { width: 50%;}
.brandconcept .concetpimg { width: 50%; padding: 7em 0 0 3em;}
.brandconcept .concepttxt h2 { width: 60%; margin: 1em 0 2em;}

@media (max-width: 980px) {
	.group-items section { width: 45%;}
}

@media (max-width: 480px) {
	.group-items section { width: 90%;}
}

@media (max-width: 768px) {
	.brandconcept .concepttxt { width: 100%;}
	.brandconcept .concetpimg { width: 100%;}
}

/*newsバナー*/
#news-wrap { background-color: #ba2636;}
#news-wrap p { text-align: center; font-size: 0.9em; color: #fff; padding: 0.5em 0;}

/*グループ（ハンカチ）*/
.fadewrap{ position: relative;}
.fadewrap .fadeimg { display: block; position: absolute; top: 0; left: 0;}
.fadeimg{ animation: fadeIn 5s ease 0s 1 normal;}
@keyframes fadeIn {
0% {opacity: 0} 
100% {opacity: 1}
}
