﻿@charset "utf-8";

/*------------------------------------------------*/
/*  template ver1.0  */
/*------------------------------------------------*/
/*  templatename [--]  */
/*  update []  */
/*  ID [NT]  */
/*------------------------------------------------*/


/*　All Reset　*/
/* -----------------------------------------------*/

* {
  color: #333333;
  line-height: 1.2;
  /* vertical-align: top; */
}




h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: 200;
}

ul,
li {
  list-style: none;
}

input[type="button"],
input[type="submit"] {
  padding: 15px 20px;
  padding: 7px 10px 7px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-bottom: #D31C24 solid 3px;
  background: #FF5959;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius.htc);
}

@media screen and (max-width:600px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  dl,
  dt,
  dd {
    font-weight: normal;
  }





  #undercolumn {
    width: 100%;
  }

  #form1 {
    width: 100%;
  }

  .pay_area02 txt_l {
    width: 100%;
  }

  #payment_form_body {
    width: 100%;
  }

  #payment_form_body .information end {
    width: 100%;
  }

  .btn_area_02 {
    width: 100%;
  }
}


/*　Base Set　*/
/* -----------------------------------------------*/
body {
  margin: 0;
  padding-top: 110px;
  min-width: 1000px;
  font-family: 'Noto Sans Japanese', sans-serif;
  /*font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;*/
  font-weight: 200;
  background: #f4f2e9;
}

@media screen and (max-width:600px) {
  body {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    overflow-x: hidden
  }
}

img {
  border: none;
  vertical-align: top;
}

a {
  color: #333333;
  text-decoration: none;

}

a:hover {
  color: #daa520;
}

/*　Clearfix　*/
/* -----------------------------------------------*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  overflow-x: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */

.clear_br {
  overflow: hidden;
}

* html .clear_br {
  height: 1%;
}

/*　font_reset　*/
/* -----------------------------------------------*/
.freset {
  font-size: 1px;
}

/*　pos_set　*/
/* -----------------------------------------------*/
.pos_set {
  position: relative;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

/*　レイアウト要素 共通　*/
/* -----------------------------------------------*/
.fl_L {
  float: left;
}

.fl_R {
  float: right;
}

.sp_only {
  display: none;
}

@media screen and (max-width:600px) {
  .fl_L {
    float: none;
  }

  .fl_R {
    float: none;
  }

  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .scroll_x {
    position: relative;
  }

  .scrollbarH {
    display: none;
  }
}

/*　Wrapper　*/
/* -----------------------------------------------*/
div#Wrapper {
  width: 100%;
  text-align: center;
}

/*　Header　*/
/* -----------------------------------------------*/
div#Header {
  width: 100%;
  height: 125px;
  text-align: center;
  background: #ffffff;
  position: fixed;
  top: 0px;
  z-index: 5;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.headdown {
  -webkit-box-shadow: 0 0 5px 0 #a3a3a3;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #a3a3a3;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #a3a3a3;
  /* CSS3 */
}

div#Header .inner {
  margin: 0px auto;
  width: 1000px;
  text-align: left;
  position: relative;
}

div#Header .logo {
  font-size: 1px;
  position: absolute;
  top: 20px;
  left: 10px;
  transition: .85s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  margin: 0;
  padding: 0;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}


/* 縮小時のサイトロゴ */
div#Header.smaller .logo img {
  width: 90px;

}

div#Header.smaller {
  height: 80px;
}

div#Header.smaller .userbtn {
  top: 15px;
  padding-left: 10%;
}

div#Header.smaller .headsearch {
  top: 10px;
}

div#Header.smaller .logo {
  top: 17px;
}

div#Header.smaller .headnavi {
  top: -20px;
}

@media screen and (max-width:600px) {
  div#Header.smaller .headsearch .search {
    height: 0px;
    margin: 0px 10px 0px 0px;
  }

  div#Header.smaller .headsearch .search .btn {
    height: 0;
  }

  div#Header.smaller .userbtn ul li {
    width: 15%;
  }

  div#Header.smaller .userbtn {
    margin-top: 0px;
  }

  div#Header.smaller {
    height: 80px;
  }
}







div#Header .logo:hover {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}











div#Header .logo img {
  width: 150px;
}

div#Header .headsearch {
  width: 330px;
  text-align: center;
  position: absolute;
  top: 45px;
  left: 230px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div#Header .headsearch .ttl {
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 1.5;
}

div#Header .headsearch .search {
  width: 330px;
  height: 34px;
  background: #eeeeee;
  -moz-border-radius: 17px;
  /*for Firefox*/
  -webkit-border-radius: 17px;
  /*for Safari and chrome*/
  border-radius: 17px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div#Header .headsearch .search .box {
  width: 270px;
  height: 34px;
  border: none;
  background: none;
  vertical-align: top;
}

div#Header .headsearch .search .btn {
  width: 34px;
  height: 34px;
  border: none;
  background: url(../images/icon_search.png) 0% 48% no-repeat;
  background-size: auto 30px;
}

div#Header .userbtn {
  width: 420px;
  text-align: center;
  position: absolute;
  top: 45px;
  right: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;


}

div#Header .userbtn ul li {
  padding: 0px 10px;
  display: inline-block;
  text-align: center;
}

div#Header .userbtn ul li.member {
  background: url(../images/icon_member.png) top center no-repeat;
  background-size: auto 35px;
}

div#Header .userbtn ul li.login {
  background: url(../images/icon_login.png) top center no-repeat;
  background-size: auto 35px;
}

div#Header .userbtn ul li.cart {
  background: url(../images/icon_cart.png) top center no-repeat;
  background-size: auto 35px;
}

div#Header .userbtn ul li.cart:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}








div#Header .userbtn ul li a {
  padding: 40px 0px 0px 0px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

div#Header .userbtn ul li a span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 1px;
}

div#Header .userbtn ul li a span:hover {
  color: #c0c0c0;
}






div#Header .userbtn ul li a span.itemnum {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  background: #0572a2;
  -moz-border-radius: 10px;
  /*for Firefox*/
  -webkit-border-radius: 10px;
  /*for Safari and chrome*/
  border-radius: 10px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div#Header .userbtn ul li a span.sp {
  display: none;
}

div#Header .headnavi {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 20px;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

div#Header .headnavi a {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

div#Header .headnavi a:hover {
  color: #c0c0c0;
}









@media screen and (max-width:600px) {
  div#Header {
    height: 110px;
    position: fixed;
    top: 0px;
    z-index: 5;
    -webkit-box-shadow: 0 0 5px 0 #a3a3a3;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 5px 0 #a3a3a3;
    /* Firefox用 */
    box-shadow: 0 0 5px 0 #a3a3a3;
    /* CSS3 */

  }

  .headdown {
    -webkit-box-shadow: 0 0 0 0 #a3a3a3;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 0 0 #a3a3a3;
    /* Firefox用 */
    box-shadow: 0 0 0 0 #a3a3a3;
    /* CSS3 */
  }

  div#Header .inner {
    width: 100%;
  }

  div#Header .logo {
    top: 17px;
    left: 10px;
  }

  div#Header .logo img {
    width: 90px;
  }

  div#Header .headsearch {
    width: 100%;
    text-align: right;
    position: static;
  }

  div#Header .headsearch .ttl {
    padding: 5px 0px;
    font-size: 10px;
    text-align: center;
  }

  div#Header .headsearch .search {
    margin: 7px 10px 0px 0px;
    width: 60%;
    height: 30px;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 15px;
    /*for Firefox*/
    -webkit-border-radius: 15px;
    /*for Safari and chrome*/
    border-radius: 15px;
    behavior: url(border-radius.htc);
    /*for IE*/
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }

  div#Header .headsearch .search .box {
    width: 70%;
    height: 30px;
    font-size: 90%;
    line-height: 30px;
    vertical-align: top;
  }

  div#Header .headsearch .search .btn {
    width: 30px;
    height: 30px;
    background: url(../images/icon_search.png) 0% 48% no-repeat;
    background-size: auto 25px;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }

  div#Header .userbtn {
    margin-top: 7px;
    width: 100%;
    position: static;
  }

  div#Header .userbtn ul li {
    padding: 0px 0px;
    width: 30%;
    vertical-align: top;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }

  div#Header .userbtn ul li.member {
    background-size: auto 20px;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }

  div#Header .userbtn ul li.login {
    background-size: auto 20px;
  }

  div#Header .userbtn ul li.cart {
    background-size: auto 20px;
  }

  div#Header .userbtn ul li a {
    padding: 22px 0px 0px 0px;
    font-size: 10px;
  }

  div#Header .userbtn ul li a span {
    font-size: 10px;
  }

  div#Header .userbtn ul li a span.pc {
    display: none;
  }

  div#Header .userbtn ul li a span.sp {
    display: block;
  }

  div#Header .headnavi {
    display: none;
  }
}

/*　Gnavi　*/
/* -----------------------------------------------*/
div#Gnavi {
  width: 100%;
  text-align: center;
  border-bottom: #aaaaaa solid 2px;
  background: #ffffff;
}

div#Gnavi .naviset {
  margin: 0px auto;
  width: 1000px;
}

div#Gnavi .naviset p {
  display: inline-block;
  position: relative;
}

div#Gnavi .naviset p:before,
div#Gnavi .naviset p:after {
  position: absolute;
  top: 3em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #ffdab9;
  transition: 1s;
}

div#Gnavi .naviset p:before {
  left: 50%;
}

div#Gnavi .naviset p:after {
  right: 50%;
}

div#Gnavi .naviset p:hover:before,
div#Gnavi .naviset p:hover:after {
  width: 40%;
}





































div#Gnavi .naviset p a {
  padding: 0px 35px;
  display: block;
  font-size: 17px;
  line-height: 64px;
  text-decoration: none;
}

div#Gnavi .open {
  display: none;
}

@media screen and (max-width:600px) {
  div#Gnavi {
    padding: 0px 0px;
    height: inherit;
    border-bottom: none;
    background: none;
  }

  div#Gnavi .naviset {
    width: 80%;
    background: none;
  }

  div#Gnavi .naviset p {
    width: 100%;
  }

  div#Gnavi .naviset p a {
    margin: 5px 0px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    background: #434b51;
    -moz-border-radius: 20px;
    /*for Firefox*/
    -webkit-border-radius: 20px;
    /*for Safari and chrome*/
    border-radius: 20px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div#Gnavi .open {
    display: block;
    position: fixed;
    top: 120px;
    right: 40px;
    z-index: 7;
  }

  div#Gnavi .menuButton {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
  }

  div#Gnavi .menuButton span {
    display: block;
    background: #434b51;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  div#Gnavi .menuButton span:first-child {
    top: 6px;
  }

  div#Gnavi .menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }

  div#Gnavi .menuButton span:last-child {
    bottom: 6px;
  }

  div#Gnavi #modal-content {
    display: none;
  }

  #modal-content {
    width: 85%;
    position: fixed;
    z-index: 10;
  }

  #modal-overlay {
    width: 100%;
    height: 120%;
    display: none;
    background-color: rgba(255, 255, 255, 0.97);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }

  div#Gnavi .menuClose {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 10px;
    cursor: pointer;
  }

  div#Gnavi .menuClose span {
    display: block;
    background: #434b51;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  div#Gnavi .menuClose span:first-child {
    top: 0px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  div#Gnavi .menuClose span:nth-child(2) {
    margin-top: 1px;
    top: 50%;
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

/*　mainvisual　*/
/* -----------------------------------------------*/
div#mainvisual {
  margin: 30px auto 0px auto;
  width: 1000px;
  height: 430px;
  text-align: left;
  background: #ffffff;
  position: relative;
}

/* cardetail#flexslider
--------------------------- */
div#mainvisual div.flexmain {
  width: 790px;
  height: 430px;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

div#mainvisual div.flexmain ul li img {
  width: 790px;
}

div#mainvisual div.flexthum {
  padding-top: 2px;
  width: 190px;
  float: right;
}

div#mainvisual div.flexthum ul {
  width: 175px !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

div#mainvisual div.flexthum ul li {
  margin: 9px 0px !important;
  cursor: pointer;
  opacity: 0.3;
  float: inherit !important;
}

div#mainvisual div.flexthum ul li.flex-active-slide {
  opacity: 1.0;
}

@media screen and (max-width:600px) {
  div#mainvisual {
    margin: 0px auto 0px auto;
    width: 100%;
    height: auto;
    text-align: center;
    overflow-x: hidden;
  }

  /* cardetail#flexslider
--------------------------- */
  div#mainvisual div.flexmain {
    width: 100%;
    height: auto;
    float: inherit;
  }

  div#mainvisual div.flexmain ul li img {
    width: 100%;
  }

  div#mainvisual div.flexthum {
    padding-top: 2px;
    width: 100%;
    float: inherit;
  }

  div#mainvisual div.flexthum ul {
    width: 100% !important;
  }

  div#mainvisual div.flexthum ul li {
    margin: 5px 5px !important;
    width: 50px !important;
    display: inline-block !important;
  }
}

@media screen and (max-width:320px) {
  div#mainvisual div.flexthum {
    display: none;
  }
}

/*　Footer　*/
/* -----------------------------------------------*/
div#Footer {
  margin-top: 130px;
  width: 100%;
  text-align: center;
  background: #434b51;
  position: relative;
}

div#Footer .navi {
  margin: 0px auto;
  padding: 45px 0px 25px 0px;
  width: 1000px;
  text-align: center;
  position: relative;
}

div#Footer .navi .Lnavi a {
  margin: 0px 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

div#Footer .navi .Lnavi a:hover {
  color: #ffd700;
}








div#Footer .navi .Snavi {
  padding-top: 15px;
}

div#Footer .navi .Snavi a {
  margin: 0px 10px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  text-decoration: none;
}

div#Footer .navi .Snavi a:hover {
  color: #ffc0cb;
}







div#Footer .snsset {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -25px;
}

div#Footer .snsset a {
  margin: 0px 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 1px;
  -moz-border-radius: 25px;
  /*for Firefox*/
  -webkit-border-radius: 25px;
  /*for Safari and chrome*/
  border-radius: 25px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div#Footer .snsset a.fb {
  background: #434b51 url(../images/icon_fb.png) center center no-repeat;
  background-size: auto 30px;
}

div#Footer .snsset a.tw {
  background: #434b51 url(../images/icon_tw.png) center center no-repeat;
  background-size: auto 30px;
}

div#Footer .snsset a.inst {
  background: #434b51 url(../images/icon_inst.png) center center no-repeat;
  background-size: auto 30px;
}

div#Footer .copy {
  padding: 15px 0px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  background: #1f2930;
}

div#Footer .pagetop {
  /*font-size:1px;*/
  /*position:absolute;*/
  /*top:-70px;*/
  /*right:20px;*/
  position: fixed;
  top: inherit;
  bottom: 20px;
  right: 150px;
}

@media screen and (max-width:600px) {
  div#Footer {
    margin-top: 80px;
    width: 100%;
  }

  div#Footer .navi {
    padding: 35px 0px 25px 0px;
    width: 100%;
  }

  div#Footer .navi .Lnavi a {
    margin: 0px 10px;
    padding: 10px 0px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    border-bottom: #50585e solid 1px;
  }

  div#Footer .navi .Snavi a {
    margin: 7px 7px;
    font-weight: normal;
    display: inline-block;
  }

  div#Footer .copy {
    padding: 10px 0px;
    font-size: 10px;
  }

  div#Footer .pagetop {
    position: fixed;
    top: inherit;
    bottom: 20px;
    right: 10px;
  }

  div#Footer .pagetop img {
    width: 35px;
    height: 35px;
  }
}

/*　pankuzu　*/
/* -----------------------------------------------*/
div.pankuzu {
  margin: 20px auto;
  width: 1000px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

div.pankuzu a,
div.pankuzu span {
  font-size: 14px;
  line-height: 1.5;
}

div.pankuzu span {
  margin: 0px 5px;
  display: inline-block;
}

@media screen and (max-width:600px) {
  div.pankuzu {
    margin: 15px auto;
    width: 90%;
    font-size: 12px;
    overflow-x: hidden;
  }

  div.pankuzu a,
  div.pankuzu span {
    font-size: 12px;
  }
}

/*　contents　*/
/* -----------------------------------------------*/
div.container {
  margin: 0px auto;
  width: 1000px;
  text-align: left;
}

div.container.wh {
  background: #ffffff;
}

div.container div.pagettl {
  padding: 20px 30px;
  text-align: right;
}

div.container div.pagettl.up {
  position: relative;
}

div.container div.pagettl.up .ttl {
  position: absolute;
  top: -20px;
  right: 0px;
}

div.container div.pagettl .ttl {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

div.container div.pagettl .ttl span {
  padding-top: 5px;
  display: block;
  color: #447570;
  font-size: 12px;
  line-height: 1.5;
}

div.container div.inset {
  padding: 20px 110px 50px 110px;
}

div.container .w1000set {
  width: 1000px;
}

div.container .w980set {
  margin-left: 20px;
  width: 980px;
}

div.container .w790set {
  width: 790px;
}

div.container .w680set {
  width: 680px;
}

div.container .w285set {
  width: 285px;
}

div.container .w200set {
  width: 200px;
}

@media screen and (max-width:600px) {
  div.container {
    width: 100%;
    overflow-x: hidden;
  }

  div.container div.pagettl {
    padding: 20px 10px;
    text-align: center;
  }

  div.container div.pagettl.up,
  div.container div.pagettl.up .ttl {
    position: static;
  }

  div.container div.pagettl .ttl {
    font-size: 18px;
    overflow-x: hidden;
  }

  div.container div.inset {
    padding: 20px 10px 40px 10px;
    overflow-x: hidden;
  }

  div.container .w1000set {
    width: 100%;
  }

  div.container .w980set {
    margin-left: 0px;
    width: 100%;
  }

  div.container .w790set {
    width: 100%;
    overflow-x: hidden;
  }

  div.container .w680set {
    width: 100%;
  }

  div.container .w285set {
    width: 100%;
  }

  div.container .w200set {
    width: 100%;
  }
}

/*　news　*/
/* -----------------------------------------------*/
div.news {
  padding: 20px 20px;
  background: #ffffff;
  position: relative;
}

div.news .ttl {
  width: 100px;
  float: left;
  color: #a0b943;
  font-size: 24px;
  line-height: 1.0;
  letter-spacing: 2px;
}

div.news .entry {
  padding-top: 3px;
  width: 720px;
  float: left;
}

div.news .entry table {
  width: 720px;
  border-collapse: separate;
  border-spacing: 0px;
  border: 0 !important;
}

div.news .entry table th,
div.news .entry table td {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}

div.news .entry table th {
  width: 13%;
}

div.news .entry table td {
  width: 87%;
}

div.news .entry table td a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
}

div.news .entry table td a:hover {
  color: #c0c0c0;
}








div.news .more {
  width: 150px;
  height: 30px;
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: #a0b943;
  -moz-border-radius: 15px;
  /*for Firefox*/
  -webkit-border-radius: 15px;
  /*for Safari and chrome*/
  border-radius: 15px;
  behavior: url(border-radius.htc);
  /*for IE*/
  position: absolute;
  top: 20px;
  right: 20px;
}

div.news .more:hover {
  color: #ffe4c4;
}





@media screen and (max-width:600px) {
  div.news {
    padding: 15px 20px;
    text-align: center;
    background: none;
    overflow-x: hidden;
  }

  div.news .ttl {
    margin-bottom: 20px;
    width: 100%;
    float: inherit;
    font-size: 24px;
    text-align: center;
  }

  div.news .entry {
    padding-top: 3px;
    width: 100%;
    float: inherit;
    display: block;
  }

  div.news .entry table {
    width: 100%;
  }

  div.news .entry table th {
    padding-bottom: 10px;
    width: 100%;
    display: block;
  }

  div.news .entry table td {
    width: 100%;
    display: block;
  }

  div.news .entry table td a {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
  }

  div.news .more {
    margin-top: 20px;
    display: inline-block;
    position: static;
  }
}

/*　blog　*/
/* -----------------------------------------------*/
div.bloglist {
  width: 1000px;
}

div.bloglist ul li {
  margin-right: 25px;
  width: 180px;
  height: 245px;
  float: left;
  background: #ffffff;
  position: relative;
}

div.bloglist ul li:nth-child(5n) {
  margin-right: 0px;
}

div.bloglist ul li .date {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 10px;
}

div.bloglist ul li .date .year {
  width: 100%;
  display: block;
  color: #0071a2;
  font-size: 9px;
  line-height: 1.5;
}

div.bloglist ul li .date .month {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 9px;
  line-height: 1.5;
  border: #0071a2 solid 1px;
  background: #0071a2;
}

div.bloglist ul li .date .day {
  width: 100%;
  display: block;
  color: #0071a2;
  font-size: 12px;
  line-height: 1.5;
  border: #0071a2 solid 1px;
}

div.bloglist ul li .ttl {
  padding: 15px 10px 10px 50px;
  font-size: 13px;
  line-height: 1.5;
}

div.bloglist ul li .imgset {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}

div.bloglist ul li .imgset:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}








div.bloglist ul li .imgset img {
  max-width: 280px;
  min-width: 180px;
  min-height: 180px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.bloglist_top {
  width: 790px;
  background: #ffffff;
  position: relative;
}

div.bloglist_top .blogcount {
  font-size: 13px;
  line-height: 1.5;
  position: absolute;
  top: 15px;
  right: 15px;
}

/*div.bloglist_top .date {
margin:20px 10px 20px 20px;
width:40px;
display:inline-block;
text-align:center;
}*/
div.bloglist_top .date {
  width: 40px;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 4;
}

div.bloglist_top .date .year {
  width: 100%;
  display: block;
  color: #0071a2;
  font-size: 10px;
  line-height: 1.5;
}

div.bloglist_top .date .month {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  border: #0071a2 solid 1px;
  box-sizing: border-box;
  background: #0071a2;
}

div.bloglist_top .date .day {
  width: 100%;
  display: block;
  color: #0071a2;
  font-size: 15px;
  line-height: 1.5;
  border: #0071a2 solid 1px;
  box-sizing: border-box;
}

div.bloglist_top .category {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
}

div.bloglist_top .imgset {
  width: 790px;
  height: 590px;
  overflow: hidden;
  position: relative;
}

div.bloglist_top .imgset:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}




div.bloglist_top .imgset img {
  height: 590px;
}

div.bloglist_top .imgset .ttl {
  width: 790px;
  background-color: rgba(0, 0, 0, 0.60);
  position: absolute;
  bottom: 0px;
}

/*div.bloglist_top .imgset .ttl p {
padding:20px 20px;
color:#ffffff;
font-size:30px;
font-weight:300;
line-height:1.5;
}*/
div.bloglist_top .imgset .ttl p {
  padding: 20px 20px 20px 80px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

div.bloglist_page {
  width: 790px;
}

div.bloglist_page ul li {
  margin-right: 27px;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 245px;
  height: 320px;
  float: left;
  background: #ffffff;
  position: relative;
}

div.bloglist_page ul li:nth-child(3n) {
  margin-right: 0px;
}

div.bloglist_page ul li .date {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 10px;
}

div.bloglist_page ul li .date .year {
  width: 100%;
  display: block;
  color: #0071a2;
  font-size: 10px;
  line-height: 1.5;
}

div.bloglist_page ul li .date .month {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  border: #0071a2 solid 1px;
  background: #0071a2;
}

div.bloglist_page ul li .date .day {
  width: 100%;
  display: block;
  color: #0071a2;
  font-size: 15px;
  line-height: 1.5;
  border: #0071a2 solid 1px;
}

div.bloglist_page ul li .cate {
  padding: 10px 10px 0px 60px;
  font-size: 11px;
  line-height: 1.5;
}

div.bloglist_page ul li .ttl {
  padding: 5px 10px 10px 70px;
  font-size: 14px;
  line-height: 1.5;
}

div.bloglist_page ul li .imgset {
  width: 245px;
  height: 245px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}

div.bloglist_page ul li .imgset:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}







div.bloglist_page ul li .imgset img {
  max-width: 345px;
  min-width: 245px;
  min-height: 245px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

@media screen and (max-width:600px) {
  div.bloglist {
    width: 100%;
    text-align: center;
  }

  div.bloglist ul li {
    margin: 5px 5px;
    width: 145px;
    /*height:inherit;*/
    float: inherit;
    display: inline-block;
    background: #ffffff;
    text-align: left;
    vertical-align: top;
    /*position:relative;*/
  }

  div.bloglist ul li:nth-child(5n) {
    display: none;
  }

  div.bloglist ul li .imgset {
    width: 145px;
    height: 145px;
  }

  div.bloglist ul li .imgset img {
    max-width: 245px;
    min-width: 145px;
    min-height: 145px;
  }

  div.bloglist_top {
    margin-bottom: 20px;
    width: 100%;
    background: #ffffff;
    position: relative;
  }

  div.bloglist_top .blogcount {
    font-size: 13px;
    line-height: 1.5;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  div.bloglist_top .date {
    margin: 10px 10px 10px 20px;
    width: 40px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 4;
  }









  div.bloglist_top .date .year {
    width: 100%;
    display: block;
    color: #0071a2;
    font-size: 10px;
    line-height: 1.5;
  }

  div.bloglist_top .date .month {
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.5;
    border: #0071a2 solid 1px;
    background: #0071a2;
  }

  div.bloglist_top .date .day {
    width: 100%;
    display: block;
    color: #0071a2;
    font-size: 15px;
    line-height: 1.5;
    border: #0071a2 solid 1px;
  }

  div.bloglist_top .category {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
  }

  div.bloglist_top .imgset {
    width: 100%;
    height: auto;
  }

  div.bloglist_top .imgset img {
    width: 100%;
    height: auto;
  }

  div.bloglist_top .imgset .ttl {
    width: 100%;
  }

  div.bloglist_top .imgset .ttl p {
    padding: 10px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  div.bloglist_page {
    width: 100%;
  }

  div.bloglist_page ul {
    text-align: center;
  }

  div.bloglist_page ul li {
    margin: 5px 5px;
    width: 145px;
    height: 240px;
    float: inherit;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    background: #ffffff;
    position: relative;
  }

  div.bloglist_page ul li:nth-child(3n) {
    margin: 5px 5px;
  }

  div.bloglist_page ul li .date {
    width: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 10px;
  }

  div.bloglist_page ul li .date .year {
    width: 100%;
    display: block;
    color: #0071a2;
    font-size: 10px;
    line-height: 1.5;
  }

  div.bloglist_page ul li .date .month {
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.5;
    border: #0071a2 solid 1px;
    background: #0071a2;
  }

  div.bloglist_page ul li .date .day {
    width: 100%;
    display: block;
    color: #0071a2;
    font-size: 15px;
    line-height: 1.5;
    border: #0071a2 solid 1px;
  }

  div.bloglist_page ul li .cate {
    padding: 10px 10px 0px 60px;
    font-size: 11px;
    line-height: 1.5;
  }

  div.bloglist_page ul li .ttl {
    padding: 5px 10px 10px 60px;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    z-index: 4;
    text-shadow: 1px 0 0 #ffffff, 1px 1px 0 #ffffff, 0 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px 0 0 #ffffff, -1px -1px 0 #ffffff, 0 -1px 0 #ffffff, 1px -1px 0 #ffffff;
  }

  div.bloglist_page ul li .imgset {
    width: 145px;
    height: 145px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
  }

  div.bloglist_page ul li .imgset img {
    max-width: 245px;
    min-width: 145px;
    min-height: 145px;
  }
}

/*　pickup　*/
/* -----------------------------------------------*/
div.pickuplist {
  width: 1000px;
}

div.pickuplist ul li {
  margin-right: 25px;
  width: 180px;
  float: left;
  background: #ffffff;
  position: relative;
  box-shadow: 5px 5px 4px;
}





div.pickuplist ul li:nth-child(5n) {
  margin-right: 0px;
}

div.pickuplist ul li .cate {
  padding: 10px 5px;
  text-align: right;
}

div.pickuplist ul li .cate .orange {
  margin: 0px 3px;
  padding: 0px 3px;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
  border: #fdd0a7 solid 1px;
  -moz-border-radius: 3px;
  /*for Firefox*/
  -webkit-border-radius: 3px;
  /*for Safari and chrome*/
  border-radius: 3px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.pickuplist ul li .cate .perp {
  margin: 0px 3px;
  padding: 0px 3px;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
  border: #9a99bc solid 1px;
  -moz-border-radius: 3px;
  /*for Firefox*/
  -webkit-border-radius: 3px;
  /*for Safari and chrome*/
  border-radius: 3px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.pickuplist ul li .ttl {
  padding: 0px 10px 0px 50px;
  min-height: 30px;
  font-size: 12px;
  line-height: 1.5;
}

div.pickuplist ul li .ttl.cate01 {
  background: url(../images/icon_cate01.png) 5% 10% no-repeat;
  background-size: auto 38px;
}

div.pickuplist ul li .ttl.cate02 {
  background: url(../images/icon_cate02.png) 5% 10% no-repeat;
  background-size: auto 38px;
}

div.pickuplist ul li .ttl.cate03 {
  background: url(../images/icon_cate03.png) 5% 10% no-repeat;
  background-size: auto 38px;
}

div.pickuplist ul li .imgset {
  width: 180px;
  height: 180px;
  overflow: hidden;
}

div.pickuplist ul li .imgset:hover {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);

}















div.pickuplist ul li .imgset:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}








div.pickuplist ul li .imgset img {
  max-width: 280px;
  min-width: 180px;
  min-height: 180px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.pickuplist ul li .icon {
  width: 36px;
  height: 36px;
  display: block;
  color: #ffffff;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(255, 135, 152, 0.85);
  -moz-border-radius: 18px;
  /*for Firefox*/
  -webkit-border-radius: 18px;
  /*for Safari and chrome*/
  border-radius: 18px;
  behavior: url(border-radius.htc);
  /*for IE*/
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
}

div.pickuplist_page {
  margin-bottom: 15px;
  width: 790px;
}

div.pickuplist_page ul li {
  margin-right: 15px;
  margin-top: 15px;
  width: 186px;
  height: 330px;
  float: left;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

div.pickuplist_page ul li:nth-child(4n) {
  margin-right: 0px;
}

div.pickuplist_page ul li .cate {
  padding: 5px 5px;
  text-align: left;
}

div.pickuplist_page ul li .cate .orange {
  margin: 0px 3px;
  padding: 0px 3px;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
  border: #fdd0a7 solid 1px;
  -moz-border-radius: 3px;
  /*for Firefox*/
  -webkit-border-radius: 3px;
  /*for Safari and chrome*/
  border-radius: 3px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.pickuplist_page ul li .cate .perp {
  margin: 0px 3px;
  padding: 0px 3px;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
  border: #9a99bc solid 1px;
  -moz-border-radius: 3px;
  /*for Firefox*/
  -webkit-border-radius: 3px;
  /*for Safari and chrome*/
  border-radius: 3px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.pickuplist_page ul li .ttl {
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
}

div.pickuplist_page ul li .price {
  padding: 10px 10px;
  color: #ff728a;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

div.pickuplist_page ul li .imgset {
  margin: 5px 5px;
  width: 176px;
  height: 176px;
  overflow: hidden;
}

div.pickuplist_page ul li .imgset:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}







div.pickuplist_page ul li .imgset img {
  max-width: 280px;
  min-width: 176px;
  min-height: 176px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.pickuplist_page ul li .icon {
  width: 36px;
  height: 36px;
  display: block;
  color: #ffffff;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(255, 135, 152, 1.0);
  -moz-border-radius: 18px;
  /*for Firefox*/
  -webkit-border-radius: 18px;
  /*for Safari and chrome*/
  border-radius: 18px;
  behavior: url(border-radius.htc);
  /*for IE*/
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 4;
}

div.pickuplist_page ul li .boxend {
  width: 60px;
  height: 60px;
  display: block;
  background: #f4f2e9;
  position: absolute;
  bottom: -35px;
  right: -35px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width:600px) {
  div.pickuplist {
    width: 100%;
    text-align: center;
  }

  div.pickuplist ul li {
    margin: 5px 5px;
    width: 145px;
    float: inherit;
    display: inline-block;
  }

  div.pickuplist ul li:nth-child(5n) {
    display: none;
  }

  div.pickuplist ul li .imgset {
    width: 145px;
    height: 145px;
    overflow: hidden;
  }

  div.pickuplist ul li .imgset img {
    max-width: 245px;
    min-width: 145px;
    min-height: 145px;
  }

  div.pickuplist_page {
    margin-bottom: 0px;
    width: 100%;
  }

  div.pickuplist_page ul {
    text-align: center;
  }

  div.pickuplist_page ul li {
    margin: 5px 5px;
    width: 145px;
    height: inherit;
    float: inherit;
    display: inline-block;
    vertical-align: top;
  }

  div.pickuplist_page ul li:nth-child(4n) {
    margin-right: 0px;
  }

  div.pickuplist_page ul li .cate {
    padding: 5px 5px;
    text-align: left;
  }

  div.pickuplist_page ul li .cate .orange {
    margin: 0px 3px;
    padding: 0px 3px;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
    border: #fdd0a7 solid 1px;
    -moz-border-radius: 3px;
    /*for Firefox*/
    -webkit-border-radius: 3px;
    /*for Safari and chrome*/
    border-radius: 3px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.pickuplist_page ul li .cate .perp {
    margin: 0px 3px;
    padding: 0px 3px;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
    border: #9a99bc solid 1px;
    -moz-border-radius: 3px;
    /*for Firefox*/
    -webkit-border-radius: 3px;
    /*for Safari and chrome*/
    border-radius: 3px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.pickuplist_page ul li .ttl {
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
  }

  div.pickuplist_page ul li .price {
    padding: 5px 10px 20px 10px;
    color: #ff728a;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
  }

  div.pickuplist_page ul li .imgset {
    margin: 5px 5px;
    width: 135px;
    height: 135px;
    overflow: hidden;
  }

  div.pickuplist_page ul li .imgset img {
    max-width: 180px;
    min-width: 135px;
    min-height: 135px;
  }

  div.pickuplist_page ul li .icon {
    width: 36px;
    height: 36px;
    display: block;
    color: #ffffff;
    font-size: 10px;
    line-height: 36px;
    text-align: center;
    background-color: rgba(255, 135, 152, 1.0);
    -moz-border-radius: 18px;
    /*for Firefox*/
    -webkit-border-radius: 18px;
    /*for Safari and chrome*/
    border-radius: 18px;
    behavior: url(border-radius.htc);
    /*for IE*/
    position: absolute;
    bottom: inherit;
    top: 5px;
    right: 5px;
    z-index: 4;
  }

  div.pickuplist_page ul li .boxend {
    width: 60px;
    height: 60px;
    display: block;
    background: #f4f2e9;
    position: absolute;
    bottom: -35px;
    right: -35px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*　category　*/
/* -----------------------------------------------*/
div.categorylist ul.tab li {
  padding: 25px 0px;
  width: 25%;
  display: inline-block;
  text-align: center;
  text-indent: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  background-color: #e2dfd3;
}

div.categorylist ul.tab li.select {
  background-color: #ffffff;
}

div.categorylist ul.tab li#cate01 {
  background-image: url(../images/icon_cate04.png);
  background-size: auto 38px;
}

div.categorylist ul.tab li#cate02 {
  background-image: url(../images/icon_cate01.png);
  background-size: auto 38px;
}

div.categorylist ul.tab li#cate03 {
  background-image: url(../images/icon_cate02.png);
  background-size: auto 38px;
}

div.categorylist ul.tab li#cate04 {
  background-image: url(../images/icon_cate03.png);
  background-size: auto 38px;
}

div.categorylist ul.content {
  padding: 30px 0px;
  background: #ffffff;
}

div.categorylist ul.content li {
  text-align: center;
}

div.categorylist ul.content li.hide {
  display: none;
}

div.categorylist ul.content .block {
  margin: 0px 10px;
  width: 310px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

div.categorylist ul.content .block .imgset {
  width: 310px;
  height: 180px;
  overflow: hidden;
}

div.categorylist ul.content .block .imgset :hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}







div.categorylist ul.content .block .imgset img {
  max-width: 350px;
  min-width: 310px;
  min-height: 180px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.categorylist ul.content .block .ttl {
  padding: 10px 10px 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #58b691;
}

div.categorylist ul.content .block .txt {
  padding: 0px 10px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width:600px) {
  div.categorylist ul.tab {
    text-align: center;
  }

  div.categorylist ul.tab li {
    padding: 35px 0px 10px 0px;
    font-size: 11px;
    text-indent: 0px;
    background-position: 50% 10%;
  }

  div.categorylist ul.tab li#cate01 {
    background-size: auto 25px;
  }

  div.categorylist ul.tab li#cate02 {
    background-size: auto 25px;
  }

  div.categorylist ul.tab li#cate03 {
    background-size: auto 25px;
  }

  div.categorylist ul.tab li#cate04 {
    background-size: auto 25px;
  }

  div.categorylist ul.content {
    padding: 20px 0px;
  }

  div.categorylist ul.content .block {
    margin: 10px 0px;
    width: 90%;
  }

  div.categorylist ul.content .block .imgset {
    width: 100%;
  }

  div.categorylist ul.content .block .ttl {
    padding: 10px 0px 5px 0px;
    font-size: 13px;
  }

  div.categorylist ul.content .block .txt {
    padding: 0px 0px;
    font-size: 12px;
  }
}

/*　check　*/
/* -----------------------------------------------*/
div.checklist {
  margin-left: 62px;
  width: 875px;
}

div.checklist ul li {
  margin-right: 25px;
  margin-bottom: 20px;
  width: 155px;
  float: left;
  background: #ffffff;
  position: relative;
  text-align: left;
  vertical-align: top;
}











div.checklist ul li:nth-child(5n) {
  margin-right: 0px;
}

div.checklist ul li .ttl {
  padding: 15px 10px 0px 50px;
  min-height: 30px;
  font-size: 12px;
  line-height: 1.5;
}

div.checklist ul li .ttl.cate01 {
  background: url(../images/icon_cate01.png) 10% 60% no-repeat;
  background-size: auto 32px;
}

div.checklist ul li .ttl.cate02 {
  background: url(../images/icon_cate02.png) 10% 60% no-repeat;
  background-size: auto 32px;
}

div.checklist ul li .ttl.cate03 {
  background: url(../images/icon_cate03.png) 10% 60% no-repeat;
  background-size: auto 32px;
}

div.checklist ul li .ttl.cate04 {
  background: url(../images/icon_cate04.png) 10% 60% no-repeat;
  background-size: auto 32px;
}


div.checklist ul li .imgset {
  width: 155px;
  height: 155px;
  overflow: hidden;
  vertical-align: top;
}

div.checklist ul li .imgset:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}







div.checklist ul li .imgset img {
  max-width: 220px;
  min-height: 155px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

@media screen and (max-width:600px) {
  div.checklist {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  div.checklist ul li {
    margin: 5px 5px;
    width: 145px;
    float: inherit;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  div.checklist ul li .ttl {
    padding: 10px 10px 5px 50px;
    font-size: 12px;
    line-height: 1.5;
  }

  div.checklist ul li .ttl.cate01 {
    background: url(../images/icon_cate01_.png) 10% 60% no-repeat;
    background-size: auto 32px;
  }

  div.checklist ul li .ttl.cate02 {
    background: url(../images/icon_cate02_.png) 10% 60% no-repeat;
    background-size: auto 32px;
  }

  div.checklist ul li .ttl.cate03 {
    background: url(../images/icon_cate03_.png) 10% 60% no-repeat;
    background-size: auto 32px;
  }

  div.checklist ul li .imgset {
    width: 145px;
    height: 145px;
    overflow: hidden;
  }

  div.checklist ul li .imgset img {
    max-width: 245px;
    min-height: 145px;
  }
}

/*　review　*/
/* -----------------------------------------------*/
div.reviewlist {
  padding: 30px 0px;
  width: 1000px;
  text-align: center;
  background: #ffffff;
}

div.reviewlist ul li {
  margin: 0px 10px;
  width: 280px;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

div.reviewlist ul li .entryset {
  padding-left: 100px;
  min-height: 90px;
  text-align: left;
}

div.reviewlist ul li .entryset .ttl {
  font-size: 15px;
  line-height: 1.5;
  color: #fea60d;
}

div.reviewlist ul li .entryset .txt {
  font-size: 12px;
  line-height: 1.5;
}

div.reviewlist ul li .entryset .cate {
  padding: 2px 0px;
  text-align: left;
}

div.reviewlist ul li .entryset .cate span {
  margin: 2px 2px;
  padding: 0px 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 9px;
  line-height: 1.5;
  background: #dadada;
}


div.reviewlist ul li .imgset {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

div.reviewlist ul li .imgset:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}





div.reviewlist ul li .imgset img {
  max-width: 150px;
  min-height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

@media screen and (max-width:600px) {
  div.reviewlist {
    padding: 20px 0px;
    width: 100%;
    text-align: center;
  }

  div.reviewlist ul li {
    margin: 10px 0px;
    width: 90%;
  }

  div.reviewlist ul li .entryset {
    padding-left: 100px;
    min-height: 90px;
    text-align: left;
  }

  div.reviewlist ul li .entryset .ttl {
    font-size: 14px;
  }
}

/*　kodawaritto　*/
/* -----------------------------------------------*/
div.kodawaritto_top {
  margin-bottom: 30px;
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}








div.kodawaritto_top .ttl {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

div.kodawaritto_top ul {
  padding-top: 30px;
  text-align: center;
}

div.kodawaritto_top ul li {
  margin: 0px 20px;
  width: 27%;
  display: inline-block;
  text-align: center;
}

div.kodawaritto_top ul li p.imgset {
  width: 100%;
  height: 200px;
  background: #f1f1f1;
}

div.kodawaritto_top ul li p.sttl {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

div.kodawaritto_top ul li p.stxt {
  font-size: 13px;
  line-height: 1.8;
}

div.kodawaritto_page {
  margin: 20px 0px;
  padding: 30px 0px;
  width: 790px;
  background: #ffffff;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}












div.kodawaritto_page ul {
  text-align: center;
}

div.kodawaritto_page ul li {
  margin: 20px 20px;
  width: 220px;
  height: 320px;
  display: inline-block;
  text-align: center;
  position: relative;
}

div.kodawaritto_page ul li .imgset {
  width: 220px;
  height: 220px;
  border-radius: 110px;
  -webkit-border-radius: 110px;
  overflow: hidden;
}

div.kodawaritto_page ul li .imgset:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}




div.kodawaritto_page ul li .imgset img {
  max-width: 320px;
  min-width: 220px;
  min-height: 220px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.kodawaritto_page ul li .iconset {
  width: 100%;
  display: block;
  position: absolute;
  top: 200px;
}

div.kodawaritto_page ul li .iconset span {
  padding: 5px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
}

div.kodawaritto_page ul li .iconset.cl01 span {
  background: #34b8b4;
}

div.kodawaritto_page ul li .iconset.cl02 span {
  background: #8c7c52;
}

div.kodawaritto_page ul li .iconset.cl03 span {
  background: #ff7b92;
}

div.kodawaritto_page ul li .ttl {
  margin: 20px 0px 10px 0px;
  color: #ff6b85;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

div.kodawaritto_page ul li .txt {
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width:600px) {
  div.kodawaritto_top {
    margin-bottom: 0px;
    padding: 20px 20px 10px 20px;
    background: #ffffff;
  }

  div.kodawaritto_top .ttl {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
  }

  div.kodawaritto_top ul {
    padding-top: 20px;
    text-align: center;
  }

  div.kodawaritto_top ul li {
    margin: 0px 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  div.kodawaritto_top ul li p.imgset {
    width: 100%;
    height: 215px;
    background: #f1f1f1;
  }

  div.kodawaritto_top ul li p.sttl {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
  }

  div.kodawaritto_top ul li p.stxt {
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
  }

  div.kodawaritto_page {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px;
    width: 100%;
    background: #ffffff;
  }

  div.kodawaritto_page ul {
    text-align: center;
  }

  div.kodawaritto_page ul li {
    margin: 10px 10px;
    width: 110px;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
  }

  div.kodawaritto_page ul li .imgset {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    overflow: hidden;
  }

  div.kodawaritto_page ul li .imgset img {
    max-width: 120px;
    min-width: 110px;
    min-height: 110px;
  }

  div.kodawaritto_page ul li .iconset {
    width: 100%;
    display: block;
    position: absolute;
    top: 100px;
  }

  div.kodawaritto_page ul li .iconset span {
    padding: 5px 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.5;
  }

  div.kodawaritto_page ul li .iconset.cl01 span {
    background: #34b8b4;
  }

  div.kodawaritto_page ul li .iconset.cl02 span {
    background: #8c7c52;
  }

  div.kodawaritto_page ul li .iconset.cl03 span {
    background: #ff7b92;
  }

  div.kodawaritto_page ul li .ttl {
    margin: 25px 0px 5px 0px;
    color: #ff6b85;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
  }

  div.kodawaritto_page ul li .txt {
    font-size: 13px;
    line-height: 1.5;
  }
}

/*　商品ページ　*/
/* -----------------------------------------------*/
div.item_page {
  padding: 10px 0px;
  width: 790px;
  text-align: left;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}









div.item_page .ttl {
  padding: 30px 20px;
  color: #666666;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

div.item_page .subttl {
  padding: 20px 20px 5px 20px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

div.item_page .entry {
  padding: 10px 40px 30px 40px;
  color: #333;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.8;
}

div.item_page .topread {
  color: #666666;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
  position: absolute;
  top: 20px;
  right: 20px;
}

div.item_page .topread strong {
  margin-right: 10px;
  display: inline-block;
  color: #ff0000;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
}

div.item_page .inner {
  margin-left: 12px;
  width: 765px;
}

div.item_page .inner .Lset {
  width: 420px;
  float: left;
}

div.item_page .inner .Rset {
  width: 320px;
  float: right;
}

div.item_page .inner .item_img ul.main li {
  width: 420px;
  height: 420px;
  overflow: hidden;
}

div.item_page .inner .item_img ul.main li img {
  max-width: 520px;
  /*min-width:420px;
min-height:420px;*/
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.item_page .inner .item_img ul.thum {
  margin: 10px 0px;
  width: 420px;
  overflow: hidden;
}

div.item_page .inner .item_img ul.thum li {
  margin: 0px 5px;
  width: 92px;
  height: 92px;
  display: inline-block;
  overflow: hidden;
}

div.item_page .inner .item_img ul.thum li img {
  max-width: 110px;
  min-width: 92px;
  min-height: 92px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.item_page .inner .orderset {
  padding: 20px 0px 20px 30px;
  position: relative;
}

div.item_page .inner .orderset .price {
  color: #ff0000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

div.item_page .inner .orderset .price span {
  margin-right: 5px;
  display: inline-block;
  color: #ff0000;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
}

div.item_page .inner .orderset .lot {
  margin: 15px 0px;
}

div.item_page .inner .orderset .lot input {
  padding: 7px 7px;
}

div.item_page .inner .orderset .lot span {
  margin-right: 5px;
  display: inline-block;
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
}

div.item_page .inner .orderset .stock {
  color: #ff0000;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

div.item_page .inner .orderset .stock span {
  margin-right: 5px;
  display: inline-block;
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
}

div.item_page .inner .orderset .att {
  padding-top: 20px;
  color: #666666;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
}

div.item_page .inner .orderset .cartbtn {
  width: 150px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  text-decoration: none;
  text-indent: 15px;
  text-align: center;
  background: #ff5959 url(../images/icon_cart.png) 5% 50% no-repeat;
  background-size: auto 20px;
  -moz-border-radius: 5px;
  /*for Firefox*/
  -webkit-border-radius: 5px;
  /*for Safari and chrome*/
  border-radius: 5px;
  behavior: url(border-radius.htc);
  /*for IE*/
  position: absolute;
  top: 20px;
  right: 0px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

div.item_page .inner .orderset .cartbtn:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}










div.item_page .inner .orderset .cartbtn:hover {
  color: #ffff00;
}







div.item_page .inner .orderset .bookmark {
  width: 150px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  background: #525263;
  -moz-border-radius: 5px;
  /*for Firefox*/
  -webkit-border-radius: 5px;
  /*for Safari and chrome*/
  border-radius: 5px;
  behavior: url(border-radius.htc);
  /*for IE*/
  position: absolute;
  top: 60px;
  right: 0px;
}

div.item_page .inner .orderset .bookmark:hover {
  color: #ffff00;
}



div.item_page .inner .orderset .review {
  color: #666666;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5;
  position: absolute;
  top: 100px;
  right: 0px;
}

div.item_page .inner .category {
  padding: 10px 0px;
  border-top: #666666 solid 1px;
  border-bottom: #666666 solid 1px;
}

div.item_page .inner .category strong {
  margin-bottom: 5px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.7;
}

div.item_page .inner .category b {
  margin-bottom: 5px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.7;
}











div.item_page .inner .category a {
  margin: 0px 5px;
  color: #fd9370;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
}

div.item_page .inner .data {
  padding: 10px 0px;
  border-top: #666666 solid 1px;
}

div.item_page .inner .data dt {
  padding: 5px 0px;
  clear: left;
  float: left;
  width: 80px;
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
}

div.item_page .inner .data dd {
  margin-left: 80px;
  padding: 5px 0px;
  color: #666666;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
}

div.item_page .inner .imglink {
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
  border: #cccccc solid 1px;
  box-sizing: border-box;
}

div.item_page .inner .imglink ul li {
  margin: 10px 10px 10px 10px;
  width: 130px;
  display: inline-block;
  color: #ff7500;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  vertical-align: bottom;
}

div.item_page .inner .imglink ul li img {
  margin-top: 5px;
  width: 130px;
}





div.item_page .inner .inttlset {
  padding: 20px 0px;
  border-bottom: #cccccc solid 1px;
}

div.item_page .inner .inttl {
  padding: 0px 10px;
  height: 26px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
  line-height: 26px;
  text-align: center;
  background: #479090;
  -moz-border-radius: 13px;
  /*for Firefox*/
  -webkit-border-radius: 13px;
  /*for Safari and chrome*/
  border-radius: 13px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.item_page .inner .intxt {
  padding: 20px 0px;
  color: #666666;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.7;
}

div.item_page .inner .reviewset {
  padding-top: 15px;
  position: relative;
}

div.item_page .inner .reviewset .sttl {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

div.item_page .inner .reviewset .stxt {
  padding: 10px 20px;
  color: #666666;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
}

div.item_page .inner .reviewset .star {
  position: absolute;
  top: 17px;
  right: 0px;
}

div.item_page .inner .reviewset .star i {
  margin: 0px 1px;
  color: #f7b82d;
  font-size: 14px;
}

div.item_page .inner .iconset {
  padding-top: 5px;
  text-align: right;
}

div.item_page .inner .iconset span {
  margin: 2px 2px;
  padding: 3px 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 8px;
  font-weight: 300;
  line-height: 1.5;
  background: #bababa;
  -moz-border-radius: 3px;
  /*for Firefox*/
  -webkit-border-radius: 3px;
  /*for Safari and chrome*/
  border-radius: 3px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.item_page .catchimg {
  width: 790px;
  font-size: 1px;
}

div.item_page .catchimg img {
  width: 100%;
}

div.item_page .kodawaritto_data {
  margin-left: 30px;
  width: 730px;
}

div.item_page .kodawaritto_data .photoset {
  width: 350px;
  float: left;
}

div.item_page .kodawaritto_data .photoset img {
  width: 100%;
}

div.item_page .kodawaritto_data .prof {
  width: 360px;
  float: right;
}

div.item_page .kodawaritto_data dt {
  padding: 5px 0px;
  clear: left;
  float: left;
  width: 90px;
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
}

div.item_page .kodawaritto_data dd {
  margin-left: 90px;
  padding: 5px 0px;
  color: #666666;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
}

@media screen and (max-width:600px) {
  div.item_page {
    padding: 10px 0px;
    width: 100%;
    overflow-x: hidden;
  }

  div.item_page .ttl {
    padding: 30px 20px 20px 20px;
    font-size: 16px;
  }

  div.item_page .subttl {
    font-size: 16px;
  }

  div.item_page .entry {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    font-size: 13px;
    max-width: 100%;
  }

  div.item_page .topread {
    top: 15px;
  }

  div.item_page .inner {
    margin-left: 0px;
    width: 100%;
  }

  div.item_page .inner .Lset {
    width: 100%;
    float: inherit;
  }

  div.item_page .inner .Rset {
    width: 100%;
    float: inherit;
  }

  div.item_page .inner .item_img ul.main {
    text-align: center;
  }

  div.item_page .inner .item_img ul.main li {
    width: 280px;
    height: 250px;
    display: inline-block;
  }

  div.item_page .inner .item_img ul.main li img {
    max-width: 350px;
  }

  div.item_page .inner .item_img ul.thum {
    width: 100%;
    text-align: center;
  }

  div.item_page .inner .item_img ul.thum li {
    margin: 2px 2px;
    width: 70px;
    height: 70px;
  }

  div.item_page .inner .item_img ul.thum li img {
    max-width: 90px;
    min-width: 70px;
    min-height: 70px;
  }

  div.item_page .inner .orderset {
    padding: 20px 20px;
    position: relative;
  }

  div.item_page .inner .orderset .price {
    color: #ff0000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  div.item_page .inner .orderset .price span {
    margin-right: 5px;
    display: inline-block;
    color: #ff0000;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  div.item_page .inner .orderset .lot {
    margin: 15px 0px;
  }

  div.item_page .inner .orderset .lot input {
    padding: 7px 7px;
    width: 50px;
  }

  div.item_page .inner .orderset .lot span {
    margin-right: 5px;
    display: inline-block;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  div.item_page .inner .orderset .stock {
    color: #ff0000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  div.item_page .inner .orderset .stock span {
    margin-right: 5px;
    display: inline-block;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  div.item_page .inner .orderset .att {
    padding-top: 20px;
    color: #666666;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.7;
  }

  div.item_page .inner .orderset .cartbtn {
    width: 130px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    line-height: 30px;
    text-decoration: none;
    text-indent: 15px;
    text-align: center;
    background: #ff5959 url(../images/icon_cart.png) 5% 50% no-repeat;
    background-size: auto 20px;
    -moz-border-radius: 5px;
    /*for Firefox*/
    -webkit-border-radius: 5px;
    /*for Safari and chrome*/
    border-radius: 5px;
    behavior: url(border-radius.htc);
    /*for IE*/
    position: absolute;
    top: 20px;
    right: 20px;
  }

  div.item_page .inner .orderset .bookmark {
    width: 130px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background: #525263;
    -moz-border-radius: 5px;
    /*for Firefox*/
    -webkit-border-radius: 5px;
    /*for Safari and chrome*/
    border-radius: 5px;
    behavior: url(border-radius.htc);
    /*for IE*/
    position: absolute;
    top: 60px;
    right: 20px;
  }

  div.item_page .inner .orderset .review {
    color: #666666;
    font-size: 11px;
    font-weight: 200;
    line-height: 1.5;
    position: absolute;
    top: 100px;
    right: 20px;
  }

  div.item_page .inner .category {
    padding: 10px 20px;
    border-top: #666666 solid 1px;
    border-bottom: #666666 solid 1px;
  }

  div.item_page .inner .category strong {
    margin-bottom: 5px;
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.7;
  }

  div.item_page .inner .category a {
    margin: 0px 5px;
    color: #fd9370;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.7;
  }

  div.item_page .inner .data {
    margin-top: 10px;
    padding: 10px;
    border-top: #666666 solid 1px;
  }

  div.item_page .inner .data dt {
    padding: 5px 0px;
    clear: left;
    float: left;
    width: 80px;
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
  }

  div.item_page .inner .data dd {
    margin-left: 80px;
    padding: 5px 0px;
    color: #666666;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.7;
  }

  div.item_page .inner .imglink {
    margin: 20px 5px 10px 5px;
    padding: 15px 0px;
    text-align: center;
    border-top: #666666 solid 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    /*width: 300px;*/
    width: 100%;
  }

  div.item_page .inner .imglink ul li {
    margin: 10px 5px 0px 5px;
    width: 110px;
    display: inline-block;
    color: #ff7500;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
  }

  div.item_page .inner .imglink ul li img {
    margin-top: 5px;
    width: 110px;
  }

  div.item_page .inner .inttlset {
    padding: 20px 20px;
    border-bottom: #cccccc solid 1px;
  }

  div.item_page .inner .inttl {
    padding: 0px 10px;
    height: 26px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 200;
    line-height: 26px;
    text-align: center;
    background: #479090;
    -moz-border-radius: 13px;
    /*for Firefox*/
    -webkit-border-radius: 13px;
    /*for Safari and chrome*/
    border-radius: 13px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.item_page .inner .intxt {
    padding: 20px 20px;
    color: #666666;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.7;
    /*width: 280px;*/
    width: 90%;
  }

  div.item_page .inner .reviewset {
    padding: 15px 20px 0px 20px;
    position: relative;
  }

  div.item_page .inner .reviewset .sttl {
    padding-bottom: 20px;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    width: 280px;
  }

  div.item_page .inner .reviewset .stxt {
    padding: 10px 0px;
    color: #666666;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
  }

  div.item_page .inner .reviewset .star {
    position: absolute;
    top: 40px;
    right: 20px;
  }

  div.item_page .inner .reviewset .star i {
    margin: 0px 1px;
    color: #f7b82d;
    font-size: 14px;
  }

  div.item_page .inner .iconset {
    padding: 0px 20px;
    text-align: left;
  }

  div.item_page .inner .iconset span {
    margin: 2px 2px;
    padding: 3px 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 8px;
    font-weight: 300;
    line-height: 1.5;
    background: #bababa;
    -moz-border-radius: 3px;
    /*for Firefox*/
    -webkit-border-radius: 3px;
    /*for Safari and chrome*/
    border-radius: 3px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.item_page .catchimg {
    /*margin-left: 20px;*/
    width: 100%;
    font-size: 1px;
  }

  div.item_page .catchimg img {
    width: 100%;
  }

  div.item_page .kodawaritto_data {
    margin-left: 0px;
    width: 100%;
  }

  div.item_page .kodawaritto_data .photoset {
    width: 100%;
    float: inherit;
  }

  div.item_page .kodawaritto_data .photoset img {
    width: 100%;
  }

  div.item_page .kodawaritto_data .prof {
    width: auto;
    padding: 10px 20px;
    float: inherit;
  }

  div.item_page .kodawaritto_data dt {
    padding: 5px 0px;
    clear: left;
    float: left;
    width: 90px;
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
  }

  div.item_page .kodawaritto_data dd {
    margin-left: 90px;
    padding: 5px 0px;
    color: #666666;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.7;
  }
}

/*　購入フロー　*/
/* -----------------------------------------------*/
div.shopping_page {
  padding: 30px 50px;
  text-align: left;
  background: #ffffff;
  position: relative;
}

div.shopping_page .stepttl {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
  background: #f4f2e9;
}

div.shopping_page .stepttl span {
  margin-right: 20px;
  padding: 10px 0px;
  width: 100px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  background: #72675c;
}

div.shopping_page .stepttl.select {
  color: #ffffff;
  background: #434b51;
}

div.shopping_page .blackttl {
  margin: 30px 0px 5px 0px;
  padding: 0px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  text-align: center;
  background: #000000;
  -moz-border-radius: 15px;
  /*for Firefox*/
  -webkit-border-radius: 15px;
  /*for Safari and chrome*/
  border-radius: 15px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.shopping_page .uniqinset {
  padding: 50px 0px;
  width: 100%;
  text-align: center;
}

div.shopping_page .uniqinset .halfset {
  margin: 0px 50px;
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

div.shopping_page .uniqinset .halfset .inttl {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  text-align: center;
  background: #479090;
  -moz-border-radius: 15px;
  /*for Firefox*/
  -webkit-border-radius: 15px;
  /*for Safari and chrome*/
  border-radius: 15px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.shopping_page .uniqinset .radio {
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
}

div.shopping_page .uniqinset .halfset .inatt {
  margin: 20px 0px;
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.8;
  text-align: left;
  background: #f4f2e9;
}

div.shopping_page .uniqinset .halfset .inpttl {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
}

div.shopping_page .uniqinset .halfset .inptext {
  margin-bottom: 10px;
  text-align: left;
}

div.shopping_page .uniqinset .halfset .inptext input {
  padding: 7px 7px;
  width: 90%;
}

div.shopping_page .uniqinset .halfset .linktxt a {
  font-size: 13px;
  line-height: 2.0;
}

div.shopping_page .uniqinset .halfset .hightblock {
  height: 300px;
}

div.shopping_page .uniqinset .boldttl {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}

div.shopping_page .uniqinset .normalttl {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
}

div.shopping_page .uniqinset .normaltxt {
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
  text-align: left;
}

div.shopping_page .uniqinset .selectset {
  margin-bottom: 30px;
  text-align: left;
}

div.shopping_page .uniqinset .selectset select {
  padding: 7px 7px;
}

div.shopping_page .checkset {
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

div.shopping_page .iconinp {
  margin: 15px 0px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

div.shopping_page .iconinp .iconttl {
  width: 150px;
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

div.shopping_page .iconinp .iconttl span {
  margin-right: 5px;
  padding: 3px 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #FF5959;
  -moz-border-radius: 5px;
  /*for Firefox*/
  -webkit-border-radius: 5px;
  /*for Safari and chrome*/
  border-radius: 5px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.shopping_page .iconinp input,
div.shopping_page .iconinp select {
  padding: 7px 7px;
  width: 250px;
}

div.shopping_page .other textarea {
  padding: 7px 7px;
  width: 80%;
  height: 200px;
}

div.shopping_page .linktxt_bc {
  margin-bottom: 10px;
  text-align: right;
}

div.shopping_page .linktxt_bc a {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

div.shopping_page .linktxt_red {
  margin: 10px 0px;
  text-align: right;
}

div.shopping_page .linktxt_red a {
  color: #FF5959;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

@media screen and (max-width:600px) {
  div.shopping_page {
    padding: 30px 10px;
    text-align: left;
    background: #ffffff;
    position: relative;
  }

  div.shopping_page .stepttl {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    background: #f4f2e9;
    padding-bottom: 20px;
  }

  div.shopping_page .stepttl span {
    margin-right: 20px;
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    background: #72675c;
  }

  div.shopping_page .stepttl.select {
    color: #ffffff;
    background: #434b51;
  }

  div.shopping_page .blackttl {
    margin: 30px 0px 5px 0px;
    padding: 0px 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    text-align: center;
    background: #000000;
    -moz-border-radius: 15px;
    /*for Firefox*/
    -webkit-border-radius: 15px;
    /*for Safari and chrome*/
    border-radius: 15px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.shopping_page .uniqinset {
    padding: 0px 0px;
    width: 100%;
    text-align: center;
  }

  div.shopping_page .uniqinset .halfset {
    margin: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  div.shopping_page .uniqinset .halfset .inttl {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    text-align: center;
    background: #479090;
    -moz-border-radius: 15px;
    /*for Firefox*/
    -webkit-border-radius: 15px;
    /*for Safari and chrome*/
    border-radius: 15px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.shopping_page .uniqinset .radio {
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    text-align: left;
  }

  div.shopping_page .uniqinset .halfset .inatt {
    margin: 20px 0px;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.8;
    text-align: left;
    background: #f4f2e9;
  }

  div.shopping_page .uniqinset .halfset .inpttl {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    text-align: left;
  }

  div.shopping_page .uniqinset .halfset .inptext {
    margin-bottom: 10px;
    text-align: left;
  }

  div.shopping_page .uniqinset .halfset .inptext input {
    padding: 7px 7px;
    width: 90%;
  }

  div.shopping_page .uniqinset .halfset .linktxt a {
    font-size: 12px;
    line-height: 1.5;
  }

  div.shopping_page .uniqinset .halfset .hightblock {
    height: 400px;
    padding-top: 0px;
  }

  div.shopping_page .uniqinset .boldttl {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
  }

  div.shopping_page .uniqinset .normalttl {
    padding-top: 25px;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.5;
    text-align: left;
  }

  div.shopping_page .uniqinset .normaltxt {
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.8;
    text-align: left;
  }

  div.shopping_page .uniqinset .selectset {
    margin-bottom: 30px;
    text-align: left;
  }

  div.shopping_page .uniqinset .selectset select {
    padding: 7px 7px;
  }

  div.shopping_page .checkset {
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
  }

  div.shopping_page .iconinp {
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
  }

  div.shopping_page .iconinp .iconttl {
    width: 150px;
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
  }

  div.shopping_page .iconinp .iconttl span {
    margin-right: 5px;
    padding: 3px 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    background: #FF5959;
    -moz-border-radius: 5px;
    /*for Firefox*/
    -webkit-border-radius: 5px;
    /*for Safari and chrome*/
    border-radius: 5px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.shopping_page .iconinp input,
  div.shopping_page .iconinp select {
    padding: 7px 7px;
    width: 250px;
  }

  div.shopping_page .other textarea {
    padding: 7px 7px;
    width: 80%;
    height: 200px;
  }

  div.shopping_page .linktxt_bc {
    margin-bottom: 10px;
    text-align: right;
  }

  div.shopping_page .linktxt_bc a {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
  }

  div.shopping_page .linktxt_red {
    margin: 10px 0px;
    text-align: right;
  }

  div.shopping_page .linktxt_red a {
    color: #FF5959;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
  }






  .pay_area_comment ml30 {
    width: 100%;
  }

  .pay_area_comment ml30 .txtarea {
    width: 100%;
  }

  .pay_area_comment ml30 .attention {
    width: 100%;
  }

  .shopping_page .uniqinset {
    width: 100%;
  }

  .uniqinset .pay_area {
    width: 100%;
  }

  .pay_area .txt_l {
    width: 90%;
    padding-bottom: 10px;
  }

  .pay_area .ph10 ml30 {
    width: 100%;
  }

  .pay_area02 {
    width: 100%;
  }

  .pay_area02 .txt_l {
    width: 90%;
  }

  .txt_l .blackttl {
    width: 100%;
  }

  .txt_l .ml30 {
    width: 90%;
    margin-left: 10px;
  }

  .ml30 .attention {
    width: 100%;
    padding-top: 25px;
  }

  .txt_l .point_announce {
    width: 100%;
  }

  .ml30 .point_announce {
    width: 100%;
  }

  .point_announce .ml30 {
    width: 100%;
  }

  .point_announce .point_use ml30 mt30 {
    width: 100%;
  }

  pay_area02 .btn_area_02 txt_l ml30 {
    width: 90%;
  }




}

/*　MYページ　*/
/* -----------------------------------------------*/
div.mypage_login {
  margin-top: -50px;
  width: 1000px;
}

div.mypage_login div.member {
  width: 430px;
  float: left;
  text-align: center;
}

div.mypage_login div.beginner {
  width: 430px;
  float: left;
  text-align: center;
}

div.mypage_login .ttl {
  padding-bottom: 30px;
  font-size: 26px;
  line-height: 1.5;
}

div.mypage_login .txt {
  padding: 5px 50px 30px 50px;
  font-size: 14px;
  line-height: 1.7;
}

div.mypage_login .loginset {
  padding: 15px 0px;
}

div.mypage_login .loginset span {
  display: inline-block;
  width: 95px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}

div.mypage_login .loginset input {
  margin-left: 20px;
  width: 230px;
  padding: 10px 10px;
}

div.mypage_login .loginbtn {
  padding: 15px 0px;
}

div.mypage_login .loginbtn a.txtlink {
  padding-top: 10px;
  display: block;
  font-size: 11px;
  line-height: 1.5;
}

@media screen and (max-width:600px) {
  div.mypage_login {
    margin-top: 0px;
    width: 100%;
  }

  div.mypage_login div.member {
    width: 100%;
    float: inherit;
  }

  div.mypage_login div.beginner {
    width: 100%;
    float: inherit;
  }

  div.mypage_login .ttl {
    padding-bottom: 20px;
    font-size: 16px;
  }

  div.mypage_login .txt {
    padding: 5px 30px 20px 30px;
    font-size: 13px;
  }

  div.mypage_login .loginset {
    padding: 10px 0px;
  }

  div.mypage_login .loginset span {
    padding-bottom: 10px;
    width: 100%;
    display: block;
    font-size: 13px;
  }

  div.mypage_login .loginset input {
    margin-left: 0px;
    width: 80%;
  }

  div.mypage_login .loginbtn {
    padding: 15px 0px 30px 0px;
  }
}

/*　member　*/
/* -----------------------------------------------*/
div.member_ttl {
  margin: 15px auto;
  width: 1000px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #5f9ea0;
}

div.member_ttl .ttl {
  margin-right: 30px;
  width: 200px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  background: #434B51;
  -moz-border-radius: 15px;
  /*for Firefox*/
  -webkit-border-radius: 15px;
  /*for Safari and chrome*/
  border-radius: 15px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.member_flow {
  margin-top: -70px;
  margin-bottom: 70px;
  padding-left: 80px;
}

div.member_flow ul li {
  margin-right: 20px;
  float: left;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  color: #ceab32;
}

div.member_flow ul li i {
  margin-right: 2px;
  color: #ff1493;
  font-size: 11px;
  line-height: 1.5;
}

div.member_changecomplete {
  padding: 20px 0px 70px 0px;
  text-align: center;
}

div.member_changecomplete .logo img {
  width: 200px;
}

div.member_changecomplete .ttltxt {
  padding: 20px 0px;
  color: #FF1D25;
  font-size: 18px;
  line-height: 1.5;
}

div.member_changecomplete .boxtxt {
  margin: 0px 200px;
  padding: 20px 0px;
  font-size: 14px;
  line-height: 1.8;
  background: #F4F2E9;
}

div.member_refusal {
  padding: 20px 0px 70px 0px;
  text-align: center;
}

div.member_refusal .ttltxt {
  padding: 20px 0px;
  font-size: 16px;
  line-height: 1.8;
}

div.member_refusal .boxtxt {
  margin: 20px 200px;
  padding: 30px 0px;
  font-size: 14px;
  line-height: 1.8;
  border: #999999 solid 2px;
  -moz-border-radius: 15px;
  /*for Firefox*/
  -webkit-border-radius: 15px;
  /*for Safari and chrome*/
  border-radius: 15px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.member_refusal .boxtxt p {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}

div.member_refusal .boxtxt p strong {
  padding: 10px 0px;
  display: block;
  color: #FF1D25;
  font-size: 18px;
  line-height: 1.8;
}

div.member_refusal .btnset {
  padding: 30px 0px;
}

div.member_refusal .btnset .btn {
  margin: 0px 20px;
  display: inline-block;
}

div.att_set {
  margin-top: -70px;
  padding: 0px 300px 30px 30px;
}

div.att_set .attl {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width:600px) {
  div.member_ttl {
    margin: 15px auto;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }

  div.member_ttl .ttl {
    margin: 0px auto 10px auto;
    width: 80%;
    display: block;
    font-size: 13px;
  }

  div.member_flow {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  div.member_flow ul {
    margin: 0px 20px;
  }

  div.member_flow ul li {
    margin: 3px 0px;
    padding: 5px 10px;
    float: inherit;
    font-size: 13px;
    line-height: 1.5;
    background: #f5f5f5;
  }

  div.member_flow ul li i {
    margin-right: 5px;
  }

  div.member_changecomplete {
    padding: 20px 0px 50px 0px;
  }

  div.member_changecomplete .logo img {
    width: 150px;
  }

  div.member_changecomplete .ttltxt {
    padding: 20px 30px;
    font-size: 15px;
  }

  div.member_changecomplete .boxtxt {
    margin: 0px 20px;
    padding: 20px 20px;
    font-size: 13px;
  }

  div.member_refusal {
    padding: 20px 20px 50px 20px;
  }

  div.member_refusal .ttltxt {
    padding: 10px 0px;
    font-size: 14px;
  }

  div.member_refusal .boxtxt {
    margin: 10px 0px;
    padding: 20px 20px;
  }

  div.member_refusal .boxtxt p {
    font-size: 13px;
  }

  div.member_refusal .boxtxt p strong {
    padding: 5px 0px;
    font-size: 16px;
  }

  div.member_refusal .btnset {
    padding: 20px 0px;
  }

  div.member_refusal .btnset .btn {
    margin: 0px 2px;
    display: inline-block;
  }

  div.att_set {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px 30px 20px;
  }
}

/*　pagerset　*/
/* -----------------------------------------------*/
div.pagerset {
  padding: 0px 0px;
  width: 100%;
}

div.pagerset .count {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

div.pagerset .viewnum {
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}

div.pagerset .viewnum select {
  margin: 0px 5px;
  padding: 7px 7px;
}

div.pagerset .pagenation {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

div.pagerset .pagenation a {
  margin: 0px 2px;
  padding: 7px 7px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

div.pagerset .pagenation span {
  margin: 0px 2px;
  padding: 7px 7px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  background: #5c5950;
}

div.pagerset .pagenation a.arr i {
  color: #acceed;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

@media screen and (max-width:600px) {
  div.pagerset {
    padding: 20px 0px;
    text-align: center;
  }
}

/*　title　*/
/* -----------------------------------------------*/
.ttltype01 {
  padding: 30px 0px;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
}

.ttltype01 span {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 2px;
}

.ttltype01 strong {
  display: block;
  color: #3e706b;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 2px;
}

.sttltype01 {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

@media screen and (max-width:600px) {
  .ttltype01 {
    font-size: 20px;
  }

  .ttltype01 span {
    font-size: 25px;
  }

  .sttltype01 {
    font-weight: 400;
  }
}

/*　text　*/
/* -----------------------------------------------*/
.attset {
  padding: 30px 0px;
  color: #FF1D25;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.7;
  text-align: center;
}

.boxtxtset {
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  background: #f5f5f5;
}

.boxtxtset_cl01 {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 1.7;
  background: #F4F2E9;
}

@media screen and (max-width:600px) {
  .attset {
    padding: 20px 20px;
    font-size: 13px;
  }

  .boxtxtset {
    padding: 20px 20px;
    font-size: 13px;
  }

  .boxtxtset_cl01 {
    padding: 10px 10px;
  }
}

/*　banner　*/
/* -----------------------------------------------*/
div.bannerset {
  padding: 30px 0px;
  font-size: 1px;
}

div.bannerset .setL {
  margin-right: 40px;
  display: inline-block;
}

div.bannerset .setL:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}



div.bannerset .setR {
  display: inline-block;
}

div.bannerset .setR:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}





@media screen and (max-width:600px) {
  div.bannerset {
    padding: 20px 0px 0px 0px;
    text-align: center;
    overflow-x: hidden;
  }

  div.bannerset .setL {
    margin-right: 0px;
  }

  div.bannerset .setR {}

  div.bannerset img {
    margin: 5px 0px;
    width: 90%;
    max-width: 300px;
  }
}

/*　btnset　*/
/* -----------------------------------------------*/
div.btnset00 {}

div.btnset00 a {
  padding: 5px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-bottom: #999999 solid 3px;
  background: #333333;
  -moz-border-radius: 5px;
  /*for Firefox*/
  -webkit-border-radius: 5px;
  /*for Safari and chrome*/
  border-radius: 5px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.btnset01 {
  margin: 20px 0px;
}

div.btnset01:hover {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);

}





div.btnset01 a {
  padding: 10px 0px;
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-bottom: #cccccc solid 2px;
  background: #ffffff;
}














div.categorylist div.btnset01 a {
  margin-top: 10px;
  width: 90%;
  display: inline-block;
  border-top: #f1f1f1 solid 1px;
  border-right: #f1f1f1 solid 1px;
  background: #f4f2e9;
}

div.btnset01 a i {
  margin-left: 10px;
}

div.btnset02 {
  /*margin:30px 0px 50px 0px;*/
}

div.btnset02.clear {
  margin: 0px 0px;
}

div.btnset02 a {
  /*padding:15px 20px;*/
  padding: 7px 10px 7px 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-bottom: #D31C24 solid 3px;
  background: #FF5959;
  -moz-border-radius: 5px;
  /*for Firefox*/
  -webkit-border-radius: 5px;
  /*for Safari and chrome*/
  border-radius: 5px;
  behavior: url(border-radius.htc);
  /*for IE*/
  border-left-color: rgb(221, 221, 221);
  border-left-style: outset;
  border-left-width: 2px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: outset;
  border-right-width: 2px;
  border-top-color: rgb(221, 221, 221);
  border-top-style: outset;
  border-top-width: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: outset;
  border-top-width: 2px;

}

div.btnset02 a:hover {
  color: #ffd700;
}











div.btnset03 {
  margin: 30px 0px 50px 0px;
}

div.btnset03.clear {
  margin: 0px 0px;
}

div.btnset03 a {
  padding: 15px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-bottom: #d08f75 solid 3px;
  background: #E6A58A;
  -moz-border-radius: 5px;
  /*for Firefox*/
  -webkit-border-radius: 5px;
  /*for Safari and chrome*/
  border-radius: 5px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

@media screen and (max-width:600px) {
  div.btnset01 {
    margin: 20px 20px;
    overflow-x: hidden;
  }

  div.btnset02 a {
    padding: 7px 10px;
  }

  div.btnset03 a {
    padding: 10px 10px;
  }
}

/*　table　*/
/* -----------------------------------------------*/
div.tableset01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: #999999 solid 1px;
}

div.tableset01 table th,
div.tableset01 table td {
  padding: 15px 0px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: #999999 solid 1px;
}

div.tableset01 table th p,
div.tableset01 table td p {
  font-size: 13px;
  font-weight: 100;
  line-height: 1.5;
}

div.tableset01 table th {
  width: 30%;
}

div.tableset01 table td {
  width: 70%;
}

div.tableset02 {
  text-align: left;
}

div.tableset02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

div.tableset02 table th,
div.tableset02 table td {
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
  vertical-align: middle;
}

div.tableset02 table th p,
div.tableset02 table td p {
  padding: 0px 15px;
  font-size: 13px;
  font-weight: 100;
  line-height: 1.5;
}

div.tableset02 table th {
  padding: 18px 0px;
  width: 25%;
  text-align: right;
  background: #F3F1E8;
}

div.tableset02 table th.vt {
  padding: 18px 0px;
  vertical-align: top;
}

div.tableset02 table td {
  padding: 15px 0px;
  width: 75%;
}

div.tableset03 {
  text-align: left;
}

div.tableset03 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

div.tableset03 table th,
div.tableset03 table td {
  padding: 10px 0px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
  vertical-align: middle;
}

div.tableset03 table th p,
div.tableset03 table td p {
  padding: 0px 15px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
}

div.tableset03 table th {
  text-align: center;
  border-bottom: #35322f solid 2px;
}

div.tableset03 table .item td {
  padding: 15px 0px;
  border-bottom: #35322f solid 2px;
}

div.tableset03 table td:nth-child(1),
div.tableset03 table td:nth-child(3) {
  background-color: #f4f2e9;
}

div.tableset03 table td:nth-child(2),
div.tableset03 table td:nth-child(4) {
  text-align: right;
}

div.tableset03 table td:nth-child(3) {
  text-align: center;
}

@media screen and (max-width:600px) {

  div.tableset02 table th,
  div.tableset02 table td {
    font-weight: 200;
  }

  div.tableset02 table th p,
  div.tableset02 table td p {
    font-size: 13px;
    font-weight: 200;
  }

  div.tableset02 table th {
    padding: 10px 0px;
    width: 100%;
    display: block;
    text-align: left;
  }

  div.tableset02 table th.vt {
    padding: 10px 0px;
  }

  div.tableset02 table td {
    padding: 10px 0px 20px 0px;
    width: 100%;
    display: block;
  }
}

/*　form　*/
/* -----------------------------------------------*/
div.form .inpS {
  margin-left: 20px;
  width: 215px;
  display: inline-block;
}

div.form .inpL {
  margin-left: 20px;
  width: 450px;
  display: inline-block;
}

div.form .inpS span,
div.form .inpL span {
  margin: 5px 0px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

div.form .inpS input,
div.form .inpL input,
div.form .inpL textarea {
  padding: 5px 5px;
  width: 90%;
}

div.form .indispensable {
  margin-right: 5px;
  padding: 3px 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #FF5959;
  -moz-border-radius: 5px;
  /*for Firefox*/
  -webkit-border-radius: 5px;
  /*for Safari and chrome*/
  border-radius: 5px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.form .attback01 {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px 10px;
  font-size: 11px;
  line-height: 1.7;
  background: #F4F2E9;
}

div.form .addset {
  margin-left: 5px;
  padding: 3px 5px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #B3B0A1;
}

div.form .atttxt {
  font-size: 12px;
}

div.form .selectset select {
  margin-left: 20px;
  padding: 5px 5px;
}

div.form .radioset {}

div.form .radioset input {
  margin-left: 20px;
}

div.form textarea {
  height: 200px;
}

@media screen and (max-width:600px) {
  div.form {
    padding: 20px 5px 0px 5px;
  }

  div.form .inpS {
    margin-left: 0px;
    width: 100%;
    display: block;
  }

  div.form .inpS.SS {
    margin-right: 10px;
    width: 50%;
    display: inline-block;
  }

  div.form .inpL {
    margin-left: 0px;
    width: 100%;
    display: block;
  }

  div.form .inpS input,
  div.form .inpL input,
  div.form .inpL textarea {
    padding: 5px 5px;
    width: 95%;
  }

  div.form .indispensable {
    font-size: 10px;
  }

  div.form .attback01 {
    margin-left: 0px;
    margin-bottom: 15px;
    padding: 10px 10px;
  }

  div.form .atttxt {
    padding-left: 0px;
  }

  div.form .selectset select {
    margin-left: 0px;
  }

  div.form .radioset {}

  div.form .radioset input {
    margin: 0px 0px 10px 15px;
  }

  div.form textarea {
    height: 100px;
  }
}

/*　list　*/
/* -----------------------------------------------*/
ul.dot {
  margin: 0px 20px;
  padding: 0px;
}

ul.dot li {
  list-style: disc;
}

ul.dot.sizeM li {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 200;
}

ol.num {
  margin: 0px 20px;
  padding: 0px;
}

ol.num li {
  list-style: decimal;
}

ol.num.sizeM li {
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width:600px) {}

/*　side　*/
/* -----------------------------------------------*/
div.side_message {
  text-align: center;
}

div.side_message .aboutcopy {
  padding: 150px 0px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

div.side_message .aboutcopy span {
  color: #F29600;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

div.side_message .logoset {
  padding-bottom: 100px;
  color: #FF5959;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.8;
}

div.side_message .logoset span {
  padding-bottom: 10px;
  display: block;
}

div.side_message .logoset span img {
  width: 140px;
}

div.side_message .concept {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.8;
}

div.side_message .concept .ttl {
  font-weight: 300;
}

div.side_message .concept div {
  padding: 15px 0px;
}

div.side_message .concept div strong {
  padding-bottom: 7px;
  display: block;
  color: #FF7B92;
  font-weight: 200;
  line-height: 1.8;
}

@media screen and (max-width:600px) {
  div.side_message {
    display: none;
  }

  div.side_message .aboutcopy {
    padding: 30px 0px;
  }

  div.side_message .logoset {
    padding-bottom: 30px;
  }

  div.side_message .concept {
    font-size: 15px;
  }

  div.side_message .concept .ttl {
    font-weight: 300;
  }

  div.side_message .concept div {
    padding: 10px 0px;
  }

  div.side_message .concept div strong {
    padding-bottom: 7px;
  }
}

/*　sidenavi　*/
/* -----------------------------------------------*/
div.sidenavi {
  padding: 0px 15px 20px 15px;
  border-top: #434b51 solid 15px;
  box-sizing: border-box;
  background: #ffffff;
}

div.sidenavi .logoset {
  padding: 30px 0px;
  text-align: center;
}

div.sidenavi .logoset .logo img {
  width: 150px;
}

div.sidenavi .logoset .icon {
  padding-top: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  background: url(../images/icon_track.jpg) top center no-repeat;
  background-size: auto 40px;
}

div.sidenavi .logoset .icon:hover {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);

}






div.sidenavi .logoset .icon span {
  display: block;
  color: #f25672;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

div.sidenavi ul {
  margin: 10px 0px;
  padding-bottom: 10px;
  border: #f4f3eb solid 1px;
  box-sizing: border-box;
}

div.sidenavi ul li.ttl a {
  margin: 0px 0px 10px 0px;
  padding: 5px 20px 5px 30px;
  min-height: inherit;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

div.sidenavi ul li.ttl a i {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  position: absolute;
  top: 3px;
  right: 10px;
}

div.sidenavi ul li.ttl.cate01 a {
  background: #c6c9ca url(../images/icon_cate01__.png) 5% 50% no-repeat;
  background-size: auto 20px;
}

div.sidenavi ul li.ttl.cate02 a {
  background: #c6c9ca url(../images/icon_cate02__.png) 5% 50% no-repeat;
  background-size: auto 20px;
}

div.sidenavi ul li.ttl.cate03 a {
  background: #c6c9ca url(../images/icon_cate03__.png) 5% 50% no-repeat;
  background-size: auto 20px;
}

div.sidenavi ul li.ttl.cate04 a {
  background: #c6c9ca url(../images/icon_cate04__.png) 5% 50% no-repeat;
  background-size: auto 20px;
}

div.sidenavi ul li.ttl.cate05 a {
  background: #c6c9ca;
  background-size: auto 20px;
}

div.sidenavi ul li a {
  margin: 3px 0px;
  padding: 0px 10px 0px 50px;
  min-height: 40px;
  display: block;
  color: #7b7971;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

div.sidenavi ul li a strong {
  display: block;
  color: #7b7971;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
  text-decoration: none;
}

div.sidenavi ul li a b {
  display: block;
  color: #7b7971;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
  text-decoration: none;
}







div.sidenavi ul li a span {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: 5px;
}

div.sidenavi ul li a span img {
  max-width: 50px;
  min-width: 40px;
  min-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

div.sidenavi ul li a span.icon img {
  width: 30px;
  min-width: inherit;
  min-height: inherit;
  -webkit-transform: translate(-0%, -0%);
  -ms-transform: translate(-0%, -0%);
  transform: translate(-0%, -0%);
  top: 0%;
  left: 0%;
}

div.sidenavi ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

div.sidenavi ul li.more a {
  margin: 0px;
  padding: 5px 10px;
  min-height: inherit;
  display: block;
  color: #7b7971;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  text-align: right;
  letter-spacing: 2px;
}

div.sidenavi .flowttl {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  border-bottom: #cccccc solid 1px;
}

div.sidenavi .statusttl {
  margin: 25px 0px 15px 0px;
  color: #ff0000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
}

div.sidenavi .statusttl a {
  margin-left: 10px;
  padding-left: 10px;
  color: #5a5148;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  border-left: #f4f2e9 solid 1px;
}

div.sidenavi .status {
  margin-bottom: 5px;
}

div.sidenavi .status .inttl {
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

div.sidenavi .status .intxt {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
}

@media screen and (max-width:600px) {
  div.sidenavi ul li.ttl a {
    padding: 5px 20px 5px 40px;
  }
}

/*　footgallery　*/
/* -----------------------------------------------*/
div.footgallery {
  padding: 20px 0px;
  width: 1000px;
  text-align: center;
}

div.footgallery ul li {
  margin: 10px 10px;
  width: 220px;
  display: inline-block;
}

div.footgallery ul li img {
  width: 220px;
}

@media screen and (max-width:600px) {
  div.footgallery {
    padding: 0px 0px 50px 0px;
    width: 100%;
    text-align: center;
  }

  div.footgallery ul li {
    margin: 5px 5px;
    width: 45%;
    display: inline-block;
  }

  div.footgallery ul li img {
    width: 100%;
  }
}

/*　4つの約束　*/
/* -----------------------------------------------*/
div.promise .copyset {
  padding: 100px 0px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  background: url(../images/promise_bc01.png) 50% 50% no-repeat;
  background-size: auto 100%;
}

div.promise .copyset strong {
  color: #F29600;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 40px;
  line-height: 1.8;
}

div.promise .pms_ttl {
  font-size: 65px;
  font-weight: 100;
  line-height: 1.8;
  text-align: center;
}

div.promise .pms_ttl span {
  margin-left: 10px;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 5px;
}

div.promise .pms_subttl {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 5px;
  text-align: center;
}

div.promise .pms_set {
  margin: 10px 80px;
  padding: 30px 50px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: left;
  background: #FCD25B;
  -moz-border-radius: 15px;
  /*for Firefox*/
  -webkit-border-radius: 15px;
  /*for Safari and chrome*/
  border-radius: 15px;
  behavior: url(border-radius.htc);
  /*for IE*/
  -webkit-box-shadow: 0 0 5px 0 #cecece;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #cecece;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #cecece;
  /* CSS3 */
}

div.promise .pms_set .block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #ffffff dotted 2px;
}

div.promise .pms_set .inttl {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

div.promise .pms_set .inttl strong {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

div.promise .pms_set .inttl strong strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
}

div.promise .pms_set .intxt {
  padding: 5px 0px 0px 70px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

div.promise .pms_img {
  padding: 50px 0px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

div.promise .pms_img span {
  padding-top: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width:600px) {
  div.promise .copyset {
    padding: 50px 20px;
    font-size: 16px;
  }

  div.promise .copyset strong {
    font-size: 30px;
  }

  div.promise .pms_ttl {
    font-size: 20px;
    font-weight: 200;
  }

  div.promise .pms_ttl span {
    margin-left: 5px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  div.promise .pms_subttl {
    font-size: 12px;
    letter-spacing: 3px;
  }

  div.promise .pms_set {
    margin: 10px 20px;
    padding: 20px 20px;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }

  div.promise .pms_set .intxt {
    padding: 5px 0px 0px 0px;
  }

  div.promise .pms_img {
    padding: 30px 0px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  div.promise .pms_img img {
    width: 90%;
  }

  div.promise .pms_img span {
    padding-top: 20px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
  }
}

/*　追加項目　*/
/* -----------------------------------------------*/
div.pagettl_wide {
  padding-bottom: 30px;
  text-align: center;
}

div.pagettl_wide .ttl {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
}

div.pagettl_wide .ttl span {
  padding-top: 5px;
  display: block;
  color: #447570;
  font-size: 16px;
  line-height: 1.5;
}

div.handmade {
  padding: 30px 0px;
}

div.handmade.line {
  border-bottom: #333333 solid 1px;
}

div.handmade .tableset02 {
  margin: 0px 145px;
}

div.handmade .inttl {
  padding: 20px 0px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
}

div.handmade .iconset {
  margin: 20px 150px;
  padding-left: 170px;
  min-height: 130px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  position: relative;
}

div.handmade .iconset p {
  padding-top: 30px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

div.handmade .iconset img {
  position: absolute;
  top: 0px;
  left: 0px;
}

div.handmade .zuttl {
  color: #5a5655;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

div.handmade .zutxt {
  padding-top: 10px;
  color: #5a5655;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

div.handmade .zuimg {
  padding: 30px 0px;
  text-align: center;
}

div.handmade .topttl {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}

div.handmade .topttl strong {
  color: #F29600;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
}

div.handmade .toptxt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}

div.handmade .toplogo {
  margin: 30px 0px;
  width: 156px;
  height: 156px;
  display: inline-block;
  border: #cccccc solid 1px;
  -moz-border-radius: 78px;
  /*for Firefox*/
  -webkit-border-radius: 78px;
  /*for Safari and chrome*/
  border-radius: 78px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.handmade .toplogo img {
  margin-top: 43px;
  height: 70px;
}

div.handmade .insttl {
  padding-bottom: 20px;
  color: #604C3F;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

div.handmade .scheme {
  margin: 30px 0px;
  padding-left: 110px;
}

div.handmade .scheme ul {
  width: 780px;
}

div.handmade .scheme ul li {
  margin-right: 32px;
  width: 130px;
  float: left;
  position: relative;
}

div.handmade .scheme ul li:nth-child(5n) {
  margin-right: 0px;
}

div.handmade .scheme ul li div {
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  text-align: center;
  background: #1f2a30;
  -moz-border-radius: 65px;
  /*for Firefox*/
  -webkit-border-radius: 65px;
  /*for Safari and chrome*/
  border-radius: 65px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.handmade .scheme ul li div .num {
  padding: 10px 0px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

div.handmade .scheme ul li div .numttl {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

div.handmade .scheme ul li .listtxt {
  padding: 2px 0px 2px 20px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
}

div.handmade .scheme ul li .arr {
  width: 13px;
  height: 26px;
  font-size: 1px;
  background: url(../images/handmade_arr01.png) center center no-repeat;
  position: absolute;
  top: 60px;
  right: -25px;
}

@media screen and (max-width:600px) {
  div.pagettl_wide {
    padding-bottom: 20px;
  }

  div.pagettl_wide .ttl {
    font-size: 20px;
  }

  div.pagettl_wide .ttl span {
    font-size: 13px;
  }

  div.handmade {
    padding: 20px 0px;
  }

  div.handmade .tableset02 {
    margin: 0px 0px;
  }

  div.handmade .inttl {
    padding: 10px 0px;
    font-size: 16px;
  }

  div.handmade .iconset {
    margin: 20px 10px;
    padding-left: 110px;
  }

  div.handmade .iconset p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }

  div.handmade .iconset img {
    width: 100px;
  }

  div.handmade .zuttl {
    font-size: 15px;
  }

  div.handmade .zutxt {
    font-size: 13px;
  }

  div.handmade .zuimg {
    padding: 20px 0px;
  }

  div.handmade .zuimg img {
    width: 100%;
  }

  div.handmade .topttl {
    font-size: 16px;
  }

  div.handmade .topttl strong {
    font-size: 16px;
  }

  div.handmade .toptxt {
    font-size: 13px;
  }

  div.handmade .toplogo {
    margin: 20px 0px;
  }

  div.handmade .insttl {
    padding-bottom: 0px;
    font-size: 16px;
  }

  div.handmade .scheme {
    margin: 20px 0px 0px 0px;
    padding-left: 0px;
  }

  div.handmade .scheme ul {
    width: 100%;
    text-align: center;
  }

  div.handmade .scheme ul li {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 120px;
    float: inherit;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  div.handmade .scheme ul li:nth-child(odd) {
    margin-right: 30px;
  }

  div.handmade .scheme ul li div {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    -moz-border-radius: 60px;
    /*for Firefox*/
    -webkit-border-radius: 60px;
    /*for Safari and chrome*/
    border-radius: 60px;
    behavior: url(border-radius.htc);
    /*for IE*/
  }

  div.handmade .scheme ul li div .num {
    padding: 10px 0px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
  }

  div.handmade .scheme ul li div .numttl {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
  }

  div.handmade .scheme ul li .listtxt {
    padding: 2px 0px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.5;
  }

  div.handmade .scheme ul li:nth-child(even) .arr {
    display: none;
  }
}

/*　guide　*/
/* -----------------------------------------------*/
div.guide_ttl {
  margin: 15px auto;
  width: 1000px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}

div.guide_ttl .ttl {
  margin-right: 30px;
  width: 280px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  background: #96917D;
  -moz-border-radius: 15px;
  /*for Firefox*/
  -webkit-border-radius: 15px;
  /*for Safari and chrome*/
  border-radius: 15px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.guide_step {
  padding: 30px 0px;
}

div.guide_step ul {
  margin-left: 100px;
  width: 800px;
}

div.guide_step ul li {
  margin-right: 10px;
  width: 125px;
  float: left;
}

div.guide_step ul li:nth-child(6n) {
  margin-right: 0px;
}

div.guide_step ul li .inttl {
  margin-bottom: 30px;
  padding-left: 30px;
  color: #FF1D25;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  background: url(../images/guide_arr01.jpg) left no-repeat;
}

div.guide_step ul li div {
  height: 180px;
  text-align: center;
  border: #333333 solid 1px;
  box-sizing: border-box;
  position: relative;
}

div.guide_step ul li .insttl {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 35px;
  background: #f5f2e9;
}

div.guide_step ul li .intxt {
  padding: 0px 10px;
  font-size: 12px;
  line-height: 1.8;
}

div.guide_step ul li .logo {
  font-size: 1px;
  position: absolute;
  bottom: 5px;
  left: 30px;
}

div.guide_step ul li .logo img {
  width: 70px;
}

div.guide_step ul li .icon {
  font-size: 1px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

div.guide_step ul li .icon img {
  width: 87px;
}

div.guide_step ul li .arr {
  margin: 7px 0px;
  width: 36px;
  height: 23px;
  display: inline-block;
  font-size: 1px;
  background: url(../images/guide_arr02.jpg) center center no-repeat;
}

div.guide_block {
  margin: 20px 100px;
  padding: 20px 0px;
}

div.guide_block .guideLR {
  padding: 10px 0px;
  width: 800px;
}

div.guide_block .guide_half {
  width: 390px;
}

div.guide_block .guide_trp {
  margin-right: 17px;
  width: 255px;
}

div.guide_block .guide_trp:nth-child(3) {
  margin-right: 0px;
}

div.guide_block .guide_box {
  border: #333333 solid 1px;
  box-sizing: border-box;
  position: relative;
}

div.guide_block .guide_box.minh {
  min-height: 290px;
}

div.guide_block .guide_box.minhh {
  min-height: 265px;
}

div.guide_block .guide_box .inttl {
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  background: #f5f2e9;
}

div.guide_block .guide_box .insttl {
  margin-left: 40px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.1;
  border-left: #f9d3d4 solid 2px;
  box-sizing: border-box;
}

div.guide_block .guide_box .intxt {
  padding: 20px 50px;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

div.guide_block .guide_box .intxt.up {
  padding: 0px 50px 20px 50px;
}

div.guide_block .guide_box .backcl {
  margin: 20px 50px;
  padding: 10px 0px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  background: #f4f2e9;
  -moz-border-radius: 10px;
  /*for Firefox*/
  -webkit-border-radius: 10px;
  /*for Safari and chrome*/
  border-radius: 10px;
  behavior: url(border-radius.htc);
  /*for IE*/
}

div.guide_block .guide_box .backcl strong {
  padding-top: 10px;
  display: block;
  color: #FF1D25;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

div.guide_block .guide_box .cardimg {
  position: absolute;
  bottom: 10px;
  right: 2px;
}

div.guide_block .atttxt {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

div.guide_block .atttxt strong {
  padding-bottom: 5px;
  display: block;
  color: #FF1D25;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width:600px) {
  div.guide_ttl {
    width: 100%;
    text-align: center;
  }

  div.guide_ttl .ttl {
    margin-right: 0px;
    width: 90%;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
  }

  div.guide_step {
    padding: 20px 0px;
  }

  div.guide_step ul {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }

  div.guide_step ul li {
    margin: 10px 5px;
    float: inherit;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  div.guide_step ul li .inttl {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
    background-size: auto 25px;
  }

  div.guide_block {
    margin: 20px 15px;
    padding: 20px 0px;
  }

  div.guide_block .guideLR {
    padding: 10px 0px;
    width: 100%;
  }

  div.guide_block .guide_half {
    margin-bottom: 20px;
    width: 100%;
  }

  div.guide_block .guide_trp {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }

  div.guide_block .guide_trp:nth-child(3) {
    margin-right: 0px;
  }

  div.guide_block .guide_box.minh {
    min-height: inherit;
  }

  div.guide_block .guide_box.minhh {
    min-height: inherit;
  }

  div.guide_block .guide_box .insttl {
    margin-left: 20px;
  }

  div.guide_block .guide_box .intxt {
    padding: 10px 20px;
  }

  div.guide_block .guide_box .intxt.up {
    padding: 10px 20px;
  }

  div.guide_block .guide_box .backcl {
    margin: 20px 20px;
    padding: 10px 20px;
  }

  div.guide_block .guide_box .cardimg {
    margin: 5px 0px 20px 0px;
    text-align: center;
    position: static;
  }
}

/*　pagination　*/
/* -----------------------------------------------*/
div.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}

div.pagination span,
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
  margin-bottom: 50px;
}

div.pagination a {
  border: 1px solid #ccc;
}

div.pagination a:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

div.pagination .current {
  padding: 5px 9px 5px 9px;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

@media screen and (max-width:600px) {
  div.pagination {
    width: 300px;
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 50px;
  }

  div.pagination span,
  .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 5px 9px 5px 9px;
    background-color: #fff;
    color: #555;
    text-decoration: none;
  }

  div.pagination a {
    border: 1px solid #ccc;
  }

  div.pagination a:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
  }

  div.pagination .current {
    padding: 5px 9px 5px 9px;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff;
  }
}

/*　font-size percent Set　*/
/* -----------------------------------------------*/
.fontSS {
  font-size: 9px;
}

.fontS {
  font-size: 10px;
}

.fontMM {
  font-size: 11px;
}

.fontM {
  font-size: 13px;
}

.fontL {
  font-size: 15px;
}

.fontLL {
  font-size: 18px;
}

.fontLLL {
  font-size: 20px;
}

.fontLLLL {
  font-size: 24px;
}

.fontMAX {
  font-size: 30px;
}

.lhSS {
  line-height: 1.2;
}

.lhS {
  line-height: 1.3;
}

.lhM {
  line-height: 1.6;
}

.lhL {
  line-height: 1.8;
}

.lhLL {
  line-height: 2.0;
}

.lhLLL {
  line-height: 2.5;
}

@media screen and (max-width:600px) {
  .fontL {
    font-size: 14px;
  }

  .fontLL {
    font-size: 15px;
  }

  .fontLLL {
    font-size: 16px;
  }

  .fontLLLL {
    font-size: 18px;
  }

  .fontMAX {
    font-size: 18px;
  }

  .lhLL {
    line-height: 1.8;
  }

  .lhLLL {
    line-height: 1.8;
  }
}

/*　indent Set　*/
/* -----------------------------------------------*/
.inde01 {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width:600px) {}

/*　align Set　*/
/* -----------------------------------------------*/
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

/*　Space Margin Set　*/
/* -----------------------------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mh5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mh10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mh15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mh20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mh25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mh30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mh35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mh40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mh45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mh50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mw5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mw10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mw15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mw20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mw25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mw30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mw35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mw40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mw45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mw50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mhw5 {
  margin: 5px;
}

.mhw10 {
  margin: 10px;
}

.mhw15 {
  margin: 15px;
}

.mhw20 {
  margin: 20px;
}

.mhw25 {
  margin: 25px;
}

.mhw30 {
  margin: 30px;
}

.mhw35 {
  margin: 35px;
}

.mhw40 {
  margin: 40px;
}

.mhw45 {
  margin: 45px;
}

.mhw50 {
  margin: 50px;
}

/*　Space Padding Set　*/
/* -----------------------------------------------*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.ph5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ph10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ph15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ph20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ph25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ph30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ph35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ph40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ph45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ph50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pw5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pw10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pw15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pw20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pw25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pw30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pw35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pw40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pw45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pw50 {
  padding-left: 50px;
  padding-right: 50px;
}

.phw5 {
  padding: 5px;
}

.phw10 {
  padding: 10px;
}

.phw15 {
  padding: 15px;
}

.phw20 {
  padding: 20px;
}

.phw25 {
  padding: 25px;
}

.phw30 {
  padding: 30px;
}

.phw35 {
  padding: 35px;
}

.phw40 {
  padding: 40px;
}

.phw45 {
  padding: 45px;
}

.phw50 {
  padding: 50px;
}

.pc_pt5 {
  padding-top: 5px;
}

.pc_pt10 {
  padding-top: 10px;
}

.pc_pt15 {
  padding-top: 15px;
}

.pc_pt20 {
  padding-top: 20px;
}

.pc_pt25 {
  padding-top: 25px;
}

.pc_pt30 {
  padding-top: 30px;
}

.pc_pt35 {
  padding-top: 35px;
}

.pc_pt40 {
  padding-top: 40px;
}

.pc_pt45 {
  padding-top: 45px;
}

.pc_pt50 {
  padding-top: 50px;
}

.sp_pt5 {
  padding-top: 0px;
}

.sp_pt10 {
  padding-top: 0px;
}

.sp_pt15 {
  padding-top: 0px;
}

.sp_pt20 {
  padding-top: 0px;
}

.sp_pt25 {
  padding-top: 0px;
}

.sp_pt30 {
  padding-top: 0px;
}

.sp_pt35 {
  padding-top: 0px;
}

.sp_pt40 {
  padding-top: 0px;
}

.sp_pt45 {
  padding-top: 0px;
}

.sp_pt50 {
  padding-top: 0px;
}

.pc_pb5 {
  padding-bottom: 5px;
}

.pc_pb10 {
  padding-bottom: 10px;
}

.pc_pb15 {
  padding-bottom: 15px;
}

.pc_pb20 {
  padding-bottom: 20px;
}

.pc_pb25 {
  padding-bottom: 25px;
}

.pc_pb30 {
  padding-bottom: 30px;
}

.pc_pb35 {
  padding-bottom: 35px;
}

.pc_pb40 {
  padding-bottom: 40px;
}

.pc_pb45 {
  padding-bottom: 45px;
}

.pc_pb50 {
  padding-bottom: 50px;
}

.sp_pb5 {
  padding-bottom: 0px;
}

.sp_pb10 {
  padding-bottom: 0px;
}

.sp_pb15 {
  padding-bottom: 0px;
}

.sp_pb20 {
  padding-bottom: 0px;
}

.sp_pb25 {
  padding-bottom: 0px;
}

.sp_pb30 {
  padding-bottom: 0px;
}

.sp_pb35 {
  padding-bottom: 0px;
}

.sp_pb40 {
  padding-bottom: 0px;
}

.sp_pb45 {
  padding-bottom: 0px;
}

.sp_pb50 {
  padding-bottom: 0px;
}

.pc_pw5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pc_pw10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pc_pw15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pc_pw20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pc_pw25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pc_pw30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pc_pw35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pc_pw40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pc_pw45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pc_pw50 {
  padding-left: 50px;
  padding-right: 50px;
}

.sp_pw5 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw10 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw15 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw20 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw25 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw30 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw35 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw40 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw45 {
  padding-left: 0px;
  padding-right: 0px;
}

.sp_pw50 {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width:600px) {
  .pc_pt5 {
    padding-top: 0px;
  }

  .pc_pt10 {
    padding-top: 0px;
  }

  .pc_pt15 {
    padding-top: 0px;
  }

  .pc_pt20 {
    padding-top: 0px;
  }

  .pc_pt25 {
    padding-top: 0px;
  }

  .pc_pt30 {
    padding-top: 0px;
  }

  .pc_pt35 {
    padding-top: 0px;
  }

  .pc_pt40 {
    padding-top: 0px;
  }

  .pc_pt45 {
    padding-top: 0px;
  }

  .pc_pt50 {
    padding-top: 0px;
  }

  .sp_pt5 {
    padding-top: 5px;
  }

  .sp_pt10 {
    padding-top: 10px;
  }

  .sp_pt15 {
    padding-top: 15px;
  }

  .sp_pt20 {
    padding-top: 20px;
  }

  .sp_pt25 {
    padding-top: 25px;
  }

  .sp_pt30 {
    padding-top: 30px;
  }

  .sp_pt35 {
    padding-top: 35px;
  }

  .sp_pt40 {
    padding-top: 40px;
  }

  .sp_pt45 {
    padding-top: 45px;
  }

  .sp_pt50 {
    padding-top: 50px;
  }

  .pc_pb5 {
    padding-bottom: 0px;
  }

  .pc_pb10 {
    padding-bottom: 0px;
  }

  .pc_pb15 {
    padding-bottom: 0px;
  }

  .pc_pb20 {
    padding-bottom: 0px;
  }

  .pc_pb25 {
    padding-bottom: 0px;
  }

  .pc_pb30 {
    padding-bottom: 0px;
  }

  .pc_pb35 {
    padding-bottom: 0px;
  }

  .pc_pb40 {
    padding-bottom: 0px;
  }

  .pc_pb45 {
    padding-bottom: 0px;
  }

  .pc_pb50 {
    padding-bottom: 0px;
  }

  .sp_pb5 {
    padding-bottom: 5px;
  }

  .sp_pb10 {
    padding-bottom: 10px;
  }

  .sp_pb15 {
    padding-bottom: 15px;
  }

  .sp_pb20 {
    padding-bottom: 20px;
  }

  .sp_pb25 {
    padding-bottom: 25px;
  }

  .sp_pb30 {
    padding-bottom: 30px;
  }

  .sp_pb35 {
    padding-bottom: 35px;
  }

  .sp_pb40 {
    padding-bottom: 40px;
  }

  .sp_pb45 {
    padding-bottom: 45px;
  }

  .sp_pb50 {
    padding-bottom: 50px;
  }

  .pc_pw5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw10 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw15 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw20 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw25 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw30 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw35 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw40 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw45 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pc_pw50 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sp_pw5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sp_pw10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sp_pw15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sp_pw20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp_pw25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sp_pw30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sp_pw35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sp_pw40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sp_pw45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sp_pw50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}


/*　画像スライダー　*/
/* -----------------------------------------------*/
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.9;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.9;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 600px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

span.check {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

span.check i {
  color: #F00;
  font-size: 18px;
}

span.check_ {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

span.check_ i {
  color: #ffcfcf;
  font-size: 18px;
}

div.sample {

  -moz-border-radius: 3px;
  /*for Firefox*/
  -webkit-border-radius: 3px;
  /*for Safari and chrome*/
  border-radius: 3px;
  behavior: url(border-radius.htc);
  /*for IE*/

  -webkit-box-shadow: 0 0 5px 0 #cecece;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #cecece;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #cecece;
  /* CSS3 */

  background-color: rgba(240, 107, 154, 0.85);

  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-family: 'Noto Sans Japanese', sans-serif;

  background-color: rgba(240, 107, 154, 0.85);

  -webkit-box-shadow: 0 0 5px 0 #cecece;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #cecece;
  /* Firefox用 */
  box-shadow: 0 0 5px 0 #cecece;
  /* CSS3 */

  -moz-border-radius: 3px;
  /*for Firefox*/
  -webkit-border-radius: 3px;
  /*for Safari and chrome*/
  border-radius: 3px;

  -moz-transform: rotate(-24deg);
  -webkit-transform: rotate(-24deg);
  -o-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-24deg);

  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";

}



/*Facebook用のCSS*/
.fb-like {
  margin-left: 10px;
  padding-top: 5px;
  z-infrx: 10;
}


/*Twitter用のCSS*/
.twitter-share-button {
  margin-left: 10px;
  padding-top: 5px;
}



/*メール画像投稿用フォームCSS*/
#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  background: white;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #434b51;
  text-align: left;
  color: white;
}

.form_input {
  text-align: left;
}

@media screen and (max-width: 600px) {
  #formWrap {
    width: 100%;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
  }

  table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }

  table.formTable td,
  table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
    width: 70%;
  }

  table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #434b51;
    text-align: left;
    color: white;
  }

  .form_input {
    text-align: left;
  }

  .mybra {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 200px;
  }
}