#023373#023373@import url("font-awesome.min.css");
@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Basic */
body {
  background: #88888;
  letter-spacing: 1.8px;
}
body, input, select, textarea {
  /*		color: #333;
    font-family: "Source Sans Pro", Helvetica, sans-serif;*/
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.4em;
}
a {
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  /*border-bottom: dotted 1px #666;*/
  color: inherit;
  text-decoration: none;
}
a:hover {
  /*    border-bottom-color: transparent !important;*/
  color: #8e8e8e;
}
strong, b {
  color: #555;
  font-weight: 400;
}
em, i {
  font-style: italic;
}
p {
  margin: 0 0 2em 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #555;
  line-height: 1em;
  margin: 0 0 2em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 2.25em;
  line-height: 1.3em;
}
h2 {
  font-size: 2em;
  line-height: 1.35em;
}
h2::after {
  content: " ";
  border: solid 2px #ccc;
  display: block;
  width: 3em;
  margin: 25px auto;
}
h3 {
  font-size: .9em;
  line-height: 1.4em;
}
h4 {
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: left;
}
h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}
h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}
hr {
  border: 0;
  border-bottom: solid 1px rgba(144, 144, 144, 0.5);
  margin: 2em 0;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.forsp {
  display: none;
}
.forpc {
  display: block;
}
/* Containers */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: 16px;
}
.pageTop .logo {
  margin: 0 auto;
}
/* Section/Article */
section.special, article.special {
  text-align: center;
}
header p {
  color: #999;
  margin: 0 0 1.5em 0;
  position: relative;
}
header h2 + p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: -1em;
}
header h3 + p {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: -0.8em;
}
header h4 + p, header h5 + p, header h6 + p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: -0.6em;
}
header.special {
  text-align: center;
}
/* Box */
.box {
  border-radius: 4px;
  border: solid 1px #eee;
  margin-bottom: 2em;
  padding: 1em;
  background-color: #fff;
  text-align: left;
}
.container {
  vertical-align: top;
}
.container > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.container > .box:last-of-type, .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.container > .box > div {
  vertical-align: top;
}
.box .sample-img {
  width: 25%;
  box-sizing: border-box;
}
.box .sample-img .samplelink {
  margin-bottom: 0;
}
.box .sample-img .image {
  display: block;
  margin-right: 1em;
}
.box .sample-img img {
  margin: 0 auto;
}
.box > div.sample-img .image a {
  display: block;
  border: none;
}
.box > div.sample-img .image img {
  width: 100%;
  border: solid 1px #ccc;
}
.box .txt {
  width: 60%;
  box-sizing: border-box;
}
.box .txt p.sub {
  color: #e7328c;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  margin-right: 1em;
  margin-bottom: .3em;
}
.box .txt h3 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.6em;
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: 0;
}
.box .txt h3 span {
  font-size: .7em;
  line-height: 1.2em;
  margin-bottom: 0;
}
.box .txt span {
  font-size: .9em;
  display: block;
  font-weight: normal;
  margin-bottom: .3em;
}
.box .jkt {
  width: 15%;
}
.box .jkt .image, .box .jkt a {
  display: block;
  border: none;
}
.box .jkt img {
  width: 100%;
  margin: 0;
  border: solid 1px #ccc;
}
.box-cntainer {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.box-cntainer .box {
  margin: 0 auto 1em;
  width: 24%;
  text-align: center;
  vertical-align: top;
}
.box-cntainer .box h3 {
  margin-bottom: 0 !important;
  line-height: 1.6em;
}
/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.icon > .label {
  display: none;
}
/* Image */
.image {
  border: 0;
  display: inline-block;
  position: relative;
}
.image a img:hover {
  opacity: .7;
}
.style0 .image.fit {
  border-radius: 4px;
}
.image img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.image.fit img {
  border-radius: 4px;
  border: solid 1px #ccc;
}
.image iframe {
  border-radius: 4px;
}
.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.fit {
  display: block;
  margin: 0 0 .5em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.fit iframe {
  width: 100%;
}
/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}
ul {
  margin: 0 0 1em 0;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
ul.icons li {
  display: inline-block;
  padding: 0 1.4em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 1.5em;
}
ul.icons li a {
  display: block;
  color: #532915;
}
ul.icons li a:hover {
  color: #000;
}
.present ul li {
  padding: 0;
  margin: 0 0.3em;
  display: inline-block;
}
#pageNav {
  background: #efd004;
}
.pageNav {
  padding: .5em 0 1.5em;
  text-align: center;
  margin-bottom: 0 !important;
  color: #333;
}
.pageNav li {
  display: inline-block;
  vertical-align: middle;
  background-color: #efd004;
  border-radius: 15px;
  color: #0068b7;
  padding: 0;
  text-align: center;
  margin: 0 0.6em;
  width: 9em;
}
.pageNav li a {
  display: block;
  color: #0068b7;
  border-bottom: none;
}
.pageNav li:hover {
  background-color: #fff;
}
ul.item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
}
ul.item li {
  padding: 0 1em;
  vertical-align: top;
  width: 16.28%;
  position: relative;
}
ul.item li img {
  border: solid 1px #ccc;
  width: 96%;
}
ul.item li img.noline {
  border: none;
}
ul.item li.newIcon:before {
  display: block;
  content: "";
  background-image: url("images/icon_new2017.png");
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -35px;
  left: -10px;
  z-index: 3000;
  background-color: rgba(231, 50, 120, 1);
  color: #fff;
  border-radius: 30px;
  padding-top: 9px;
  font-size: 80%;
}
.box .jkt .newIcon:before {
  display: block;
  content: "";
  background-image: url("images/icon_new2017.png");
  background-repeat: no-repeat;
  background-size: 52px;
  width: 52px;
  height: 52px;
  bottom: -1px;
  left: -55px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  z-index: 3000;
}
ul.shop {
  margin: 0 0 0 1em;
  display: inline-block;
  color: #00b9ef;
  position: absolute;
  right: 10px;
  list-style: none;
  padding-left: 0;
}
ul.shop li a {
  background-color: #0c0065;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
  font-size: 80%;
  padding: 0 1em;
  text-align: center;
  border-bottom: 0;
}
ul.shop li a:hover {
  background-color: #000;
}
ul.shop-sc {
  margin: 0 auto 1.5em auto;
  padding: 0;
  overflow: hidden;
}
ul.shop-sc li {
  width: 8%;
  display: inline-block;
  margin: 0 .2em;
  padding: 0;
  list-style: none;
  font-size: .8em;
  border: 1px solid #ddd;
  background: #f3f5f8;
  color: #333;
}
/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
  background-color: #f3f5f8;
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #555;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 1px rgba(144, 144, 144, 0.5);
}
table tfoot {
  border-top: solid 1px rgba(144, 144, 144, 0.5);
}
table.alt {
  border-collapse: separate;
}
table.shop {
  float: left;
  width: 48%;
}
table.shop.right {
  float: right;
}
table.shop td {
  text-align: left;
  font-size: 80%;
  padding: 10px
}
table.shop td.ttl {
  color: #000;
  text-align: center;
  background: #ccc !important;
  /*    background-image: radial-gradient(#fff 15%, rgba(0, 0, 0, 0) 0), radial-gradient(#fff 15%, rgba(0, 0, 0, 0) 0) !important;*/
  background-position: 0 0, 10px 10px !important;
  background-size: 15px 20px !important;
  font-size: 90%;
}
table.shop td:nth-child(1) {
  white-space: nowrap;
}
table.alt tbody tr td {
  border: solid 1px rgba(144, 144, 144, 0.5);
  border-left-width: 0;
  border-top-width: 0;
  line-height: 1.5em;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
/* Button */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.5);
  color: #555 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: 3em;
  letter-spacing: 0.125em;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-indent: 0.125em;
  /*text-transform: uppercase;*/
  white-space: nowrap;
}
.button:hover {
  background-color: rgba(144, 144, 144, 0.075);
}
.button:active {
  background-color: rgba(144, 144, 144, 0.2);
}
.button.icon {
  padding-left: 1.35em;
}
.button.icon:before {
  margin-right: 0.5em;
}
.style0 .button {
  height: 2.6em;
  line-height: 2.6em;
}
.main.style2 .button.icon.fa-twitter {
  background-color: #e1e8ed;
  background-image: -webkit-linear-gradient(#fff, #e1e8ed);
  background-image: -moz-linear-gradient(#fff, #e1e8ed);
  background-image: -o-linear-gradient(#fff, #e1e8ed);
  background-image: linear-gradient(#fff, #e1e8ed);
  border-color: #e1e8ed;
  color: #00b9ef !important;
  padding: 0 1.6em;
  margin-bottom: 1em;
}
main.style2 .button.icon.fa-twitter:hover {
  opacity: .7 !important;
}
.button.special {
  background-color: #FF9800;
  box-shadow: none !important;
  color: #fff !important;
}
.button.special:hover {
  opacity: .8;
}
.button.special:active {
  opacity: .8;
}
.button.special.blue {
  background: #0bb0c5;
}
.button.dotted.btm {
  margin: 2em auto 0;
  width: 340px;
  font-size: 20px;
}
/* Main */
.main {
  padding: 1em 0;
  text-align: center;
}
.main.style0 {
  background: #eee;
  border-bottom: solid 2px #eee;
}
.main.style0.pink h3 {
  color: #e73278;
}
.main.style0 p strong {
  font-weight: bold;
}
.main.style0 h3, .main.style0 p, .main.style0 ul {
  text-align: left;
}
.main.style1 {
  background: #fff;
}
.main.style2 {
  background: #0bb0c5;
  color: rgba(255, 255, 255, 0.75);
}
.main.style2 a {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.main.style2 a:hover {
  color: #ffffff;
}
.main.style2 h1, .main.style2 h2, .main.style2 h3, .main.style2 h4, .main.style2 h5, .main.style2 h6, .main.style2 strong, .main.style2 b {
  color: #ffffff;
}
.main.style2 h2::after {
  border-color: #fff;
}
.main.style2 header p {
  color: #ffffff;
}
.main.style2 header.major:after {
  background: #ffffff;
}
.main.style2 .button.special {
  background-color: rgba(255, 255, 255, 0.125);
  box-shadow: inset 0 0 0 1px #fff !important;
  color: #fff !important
}
.main.style2 .button.special:hover {
  background-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important
}
.main.style2 .button.special:active {
  background-color: rgba(255, 255, 255, 0.35) !important
}
.main.style2 ul.major-icons li .icon {
  border-color: #ffffff;
}
.main.style2 .icon.major {
  color: #ffffff;
}
.main.style2.twtl {
  padding: 2em 0;
}
.main.style2.twtl iframe {
  width: 650px !important;
}
/* Header */
#header {
  background-color: #E4E6F2;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#header .inner {
  padding: 2em;
  background-repeat: no-repeat;
}
#header a {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#header a:hover {
  color: #ffffff;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
  color: #023373;
}
#header header p {
  color: #ffffff;
}
#header header.major:after {
  background: #ffffff;
}
#header .button {
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff !important;
}
#header .button:hover {
  background-color: rgba(255, 255, 255, 0.125);
}
#header .button:active {
  background-color: rgba(255, 255, 255, 0.25);
}
#header .button.special {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff !important;
  color: #4686a0 !important;
}
#header .button.special:hover {
  background-color: rgba(255, 255, 255, 0.125) !important;
  color: #ffffff !important;
}
#header .button.special:active {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
#header .icons {
  margin: 0;
}
#header h1 {
  margin: 0;
}
#header h1 .himg1 {
  margin-bottom: 20px;
}
#header .himg1 {
  max-width: 100%;
}
#header p {
  margin: 1.5em 0 0 0;
}
body.is-loading #header .inner {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
}
body.is-loading #header:after {
  opacity: 1;
}
/* Footer */
#footer {
  font-size: 0.8em;
  padding: 0.5em 0;
  background-color: #ececec;
  text-align: center;
  position: relative;
}
ul.shop.btm {
  margin-top: -50px;
  margin-right: 10px;
}
#footer a {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
#footer a:hover {
  color: #ffffff;
}
#footer .icons {
  margin: 0;
}
#footer .copyright {
  font-size: 0.6em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .copyright li {
  border-left: solid 1px;
  display: inline-block;
  line-height: 1.4em;
  margin-left: 1em;
  padding: 0;
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding: 0;
}
.pageTop {
  position: relative;
  height: 54px;
  background-color: #224573;
}
.pageTop .logo {
  padding: 10px;
  position: relative;
}
.pageTop a {
  border-bottom: none;
}
.pageTop ul.icons {
  margin: .2em 0 0 1em;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
/* ANCHOR */
.toTop {
  position: fixed;
  bottom: 2em;
  right: 2em;
  padding: 0;
  text-align: left;
  line-height: 1em;
  z-index: 9000;
  margin-bottom: 0;
}
.toTop a {
  border-bottom: none;
}
.toTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}
.toTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
.navBtn {
  position: fixed;
}
.samplelink li {
  position: relative;
  padding-left: 1em;
  font-size: .8em;
}
.samplelink li:before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 0.7em;
  left: 2px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0bb0c5;
}
.books {
  overflow: hidden;
}
.books .image {
  float: left;
  margin-right: 10px;
}
table.shop tr.brnk, table.shop tr.brnk td {
  display: none;
}
.dotted {
  background: #ccc !important;
  background-image: radial-gradient(#00BCD4 15%, rgba(0, 0, 0, 0) 0), radial-gradient(#00BCD4 15%, rgba(0, 0, 0, 0) 0) !important;
  background-position: 0 0, 10px 10px !important;
  background-size: 15px 20px !important;
}
.button.dotted {
  color: #fff !important;
  box-shadow: 1px 1px 1px #fff;
}
.button.dotted:hover {
  opacity: .8;
}
.bnrArea {
  text-align: center;
  margin-bottom: 35px;
}
.bnrArea a {
  width: 300px;
  display: block;
  margin: 2em auto 0;
  border: none;
}
.bnrArea img {
  display: block;
  width: 100%;
  border: 1px solid #000;
}
.bnrArea a:hover {
  opacity: .8;
}
.expBoxRight {
  width: 58%;
  float: left;
  /*padding: 0 10px;*/
}
.eventtxt {
  text-align: left;
  margin: 0 auto 5px;
}
.oubotxt {
  text-align: left;
  margin: 0 auto 5px;
}
.oubosubtxt {
  text-align: left;
  margin: .3em;
  padding: 9px 10px;
  /*    border: 2px dotted #ccc;*/
  border: 2px dotted #efd004;
  line-height: 25px;
}
.oubosubtxt span.ouboTtl {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 1.0em;
}
.oubosubtxt span.shimekiri {
  font-size: 160%;
  line-height: 1.6em;
  color: #e5006e;
  font-weight: bold;
}
.nonBord {
  border: none !important;
}
.obiExp {
  font-weight: bold;
}
.obiImg {
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  border: 1px solid #000;
}
.mt10 {
  margin-top: 10px;
}
.sampleArea {
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 7px;
  margin: 10px auto;
  text-align: center;
}
.sampleArea ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 1em 0 0;
  overflow: hidden;
}
.sampleArea ul li {
  float: left;
  text-align: center;
}
.sampleArea ul.designList li {
  width: 48%;
}
.sampleArea ul.colorList {
  margin-top: 10px;
  margin-bottom: 30px;
}
.sampleArea ul.colorList li {
  width: 19.8%;
  margin-left: 1px;
}
.sampleArea ul li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #e4e4e4;
}
.sampleArea ul.colorList li img {
  background: #dadad8;
}
.sampleArea ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.sampleArea p span {
  font-weight: bold;
  color: #0068b7;
}
.img_txt2 {
  display: block;
  margin: -35px auto 30px;
}
.img_txt2.forpc {
  display: block;
}
.img_txt2.forsp {
  display: none;
}
.boxLeft {
  width: 50%;
  float: left;
}
.boxRight {
  width: 45%;
  float: right;
}
table.size_detail {
  margin-bottom: 10px;
}
table.size_detail th, table.size_detail td {
  text-align: center;
  padding: 0.7em;
  border: 1px solid #0068b7;
}
table.size_detail th {
  background-color: #ccc;
  color: #fff;
}
table.size_detail td {
  background-color: #fff;
}
.img_moji {
  margin: 5px auto;
  display: block;
  width: auto;
}
.boxArea {}
.boxArea .presentImg {
  width: 40%;
  margin: .4em;
  float: left;
}
.boxArea p {
  text-align: left;
  margin: 5px;
  font-size: 16px;
}
.todLink {
  padding: 20px;
  color: #fff !important;
  font-size: 2em;
  border-radius: 10px;
  background-color: #BF9460;
  text-align: center;
  /*margin: 0 10px;*/
}
.todLink-tod {
  padding: 20px;
  color: #fff !important;
  font-size: 2em;
  border-radius: 10px;
  background-color: #6EDFE7;
  text-align: center;
}
li.todLink {
  padding: 30px !important;
  color: #fff !important;
  font-size: 2em;
  border-radius: 10px;
  background-color: #BF9460;
}
.partner {
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 18px;
  display: block;
  padding: 10px;
  background-color: #0c0065;
  width: 300px;
  margin: 0 auto;
  color: #fff;
}
.digiunder {
  margin: 20px auto 50px;
  display: inline-block;
}
.price {
  font-size: 24px !important;
  margin-top: 20px !important;
  margin-left: 9px !important;
  padding-left: 6px !important;
  padding-top: 4px;
  border-left: 5px solid #efd004;
}
.price span {
  font-size: 17px !important;
}
.eventInfo {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  padding: 20px 40px;
  background-color:#f0f8ff ;
  /*border: 2px dotted #0099cc;*/
  text-align: left;
  line-height: 1.5em;
  font-size: 12pt;
}
.eventInfo span {
  font-color: #ff3300;
  font-size: 10pt;
    line-height: 1.0em;
}
.orderInfo {
  padding: 10px;
  border: 1px solid #000;
  text-align: left;
  font-size: 12pt;
}
.orderInfo-nob {
  padding: 10px;
  text-align: left;
  font-size: 12pt;
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  /*    background: #fff;*/
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
}
nav.globalMenuSp.active {
  transform: translateY(0%);
}
.navToggle {
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  background: #6D80A6;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 26px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.digiExt {
  background-color: #fff;
  font-weight: bold;
}
.btmtxt {
  border: solid 1px #000;
  padding: 20px;
  /*margin:20px;*/
  background-color: #fff;
  margin-bottom: 20px;
}
.btmtxt p.btmsubtxt {
  line-height: 1.6;
  margin: 10px;
  text-align: left;
}
.catch {
  font-size: 1.4em;
}
.fnav {
  font-size: 1.0em;
  .pull-left.fnav, .pull-right.fnav {
    float: none !important;
    text-align: center;
  }
}
.Ttl {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 1.6em;
    line-height: 1.3;
}
.spec {
  text-underline-position: below;
  color: #E97123;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
}
.denwa {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-size: 1.2em;
  font-weight: 600;
  line-height: 4em;
}
.toiwa {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2em;
}
.hr-dot {
  border: dashed 1px #CDCDCD;
}
.capImg {
    margin-top: 30px;
    max-width: 100%!important;
}
.capImg-txt{
    font-size: 0.8em;
    font-weight: 500;
    line-height: 0.6;
    font-family: Verdana, Geneva, "sans-serif";
}
@media screen and (max-width: 1080px) {
  .container, .pageTop .logo {
    width: 100%;
  }
  .main {
    padding: 0em 1em;
  }
  #header {
    padding: 0;
  }
  ul.item li {
    width: 16.6%;
  }
}
@media screen and (max-width: 980px) {
  .main.style0 ul {
    margin: 0;
  }
  h1 img, .obiImg {
    width: 100%;
    height: auto;
  }
  .sampleArea {
    width: 96%;
    margin: 10px auto;
  }
  .img_txt1 {
    width: 96%;
    height: auto;
    margin-bottom: 1em;
  }
  .img_txt2 {
    width: 100%;
  }
  .img_moji {
    width: 100%;
  }
  .box-cntainer .box {
    width: 46%;
  }
  .box .txt {
    width: 58%;
  }
  .box .txt p.sub {
    margin-bottom: 0;
  }
  .box .jkt {
    width: 17%;
  }
  .pageNav li {
    margin: 0 0.4em;
    width: 8.5em;
    font-size: 16px;
  }
  .present ul li {
    margin: 0 .3em;
    font-size: .9em;
  }
  .present .presentImg {
    width: 100%;
    margin-bottom: .8em;
  }
  .boxArea .presentImg {
    float: none;
    max-width: 94%;
  }
  .present ul li .button.dotted {
    padding: 0 1em;
  }
  .expBoxRight {
    width: 100%;
    float: none;
  }
  ul.item li {
    width: 25%;
  }
  ul.shop-sc li {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  .navToggle {
    display: block;
  }
  h2 {
    font-size: 1.6em;
  }
  #header .inner {
    padding: 0 0 .8em;
  }
  #header h1 {
    font-size: 1.4em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #header h1 .himg1 {
    margin-bottom: -30px;
  }
  .img_txt1 {
    margin-bottom: .5em;
  }
  .img_txt2 {
    margin: -20px auto 0;
  }
  .img_txt2.forpc {
    display: none;
  }
  .img_txt2.forsp {
    display: block;
  }
  .boxLeft, .boxRight {
    width: 100%;
    float: none;
  }
  .sampleArea {
    padding: 10px;
    margin: 0 auto;
  }
  .sampleArea ul.designList li {
    width: 45.3%;
    margin-bottom: 10px;
  }
  .sampleArea ul.colorList {
    margin-bottom: 0;
  }
  .sampleArea ul.colorList li {
    width: 49.6%;
  }
  table.size_detail th, table.size_detail td {
    padding: 5px;
  }
  .button.dotted.btm {
    margin: 1em auto 2em;
    width: 100%;
  }
  ul.pageNav {
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    /*background-color: #fbd420;*/
    display: table;
    width: 100%;
  }
  ul.pageNav li {
    display: table-cell;
    width: 20%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #fff;
    border-bottom: none;
    background-color: #fffef7;
    vertical-align: middle;
    line-height: 1.5em;
    background-image: linear-gradient(#fffef7, #e1e8ed);
  }
  ul.pageNav li a {
    padding: 1.4em 0.4em;
    border-bottom: none;
    color: #333;
  }
  ul.pageNav li:hover {
    background-color: #fbd420;
  }
  ul.pageNav li:first-child {
    border-left: none;
  }
  ul.pageNav li:last-child {
    border-right: none;
  }
  ul.item li {
    width: 33%;
  }
  .container > .box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .container > .box > div {
    width: 100%;
  }
  .box .sample-img {
    order: 3;
    margin: 1em 0 0;
  }
  .box .sample-img .image {
    margin: 0 auto;
  }
  .box .jkt {
    order: 1;
  }
  .box .jkt img {
    width: 80%;
    margin: 1em auto;
  }
  .box .txt {
    order: 2;
    text-align: left;
    margin-right: 0;
  }
  .box .jkt .newIcon:before {
    background-size: 52px;
    width: 52px;
    height: 52px;
    top: -30px;
    left: -30px;
  }
  .button.special {
    display: block;
  }
  .navBtn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1em;
    z-index: 4001;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    width: 30px;
    height: 44px;
    border-bottom: none;
    right: 12px;
    top: 2px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #aaa;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 9px;
  }
  #toggle.active .menu-trigger span:nth-of-type(1) {
    width: 45%;
    -webkit-transform: translate3d(2px, 5px, 0) rotate(45deg);
    transform: translate3d(2px, 5px, 0) rotate(45deg);
  }
  #toggle.active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
  #toggle.active .menu-trigger span:nth-of-type(3) {
    width: 45%;
    -webkit-transform: translate3d(13px, -5px, 0) rotate(45deg);
    transform: translate3d(14px, -5px, 0) rotate(45deg);
  }
  #menu {
    list-style: none;
    padding-left: 0;
  }
  #menu li {
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: dotted 1px #fff;
  }
  #menu li:first-of-type {
    border-top: dotted 1px #fff;
  }
  #menu li a {
    display: block;
    border-bottom: none;
    color: #fff;
    padding: 1em 0;
    font-size: 16px;
  }
  .menu-box {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4000;
  }
  .menuArea {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
  }
  .container {
    width: 96%;
  }
  #header .container, .pageTop .logo {
    width: 100%;
  }
  #pageNav .container {
    width: 100%;
  }
  ul.item {
    padding-top: 1em;
  }
  ul.item li.newIcon:before {
    width: 36px;
    height: 36px;
    top: -20px;
    left: -4px;
    padding-top: 5px;
  }
    .denwa.toiwa {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-size: 1.0em;
  font-weight: 600;
  line-height: 2em;
}
}
@media screen and (max-width: 568px) {
    .main {
    padding: 1em 0;
  }

    h2 {
    font-size: 1.2em;
  }
  ul.item li {
    width: 50%;
    padding: 0 .5em;
  }
  .box-cntainer .box {
    width: 100%;
    margin: .5em auto;
  }
  table.shop {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  ul.shop-sc li {
    width: 18%;
    margin-bottom: .3em;
  }
  ul.icons li {
    font-size: 16px;
  }
  .toTop {
    bottom: .5em;
    right: .5em;
  }
  .bnrArea a {
    width: 96%;
    margin: .5em auto 0;
  }
  .forsp {
    display: block;
  }
  .forpc {
    display: none;
  }
  .todLink {
    padding: 10px;
    font-weight: 600;
    color: #fff !important;
    font-size: 1.5em;
    border-radius: 10px;
    background-color: #BF9460;
    text-align: center;
    /*margin: 0 10px;*/
  }
  .todLink-tod {
    padding: 10px;
    font-weight: 600;
    color: #fff !important;
    font-size: 1.5em;
    border-radius: 10px;
    background-color: #6EDFE7;
    text-align: center;
  }
.spec {
    font-size: 12px;
    color: #02A7AE;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
  }
    .boxArea .presentImg {
  width: 80%;
  margin: .4em;
}
.denwa {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-size: 1.0em;
  font-weight: 600;
  line-height: 4em;
}
.toiwa {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-size: 1.0em;
  font-weight: 600;
  line-height: 2em;
}
 .fnav {
  font-size: 0.9em;
  .pull-left.fnav, .pull-right.fnav {
    float: none !important;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  ul.pageNav li a {
    padding: .5em .4em;
  }
  ul.shop li a {
    display: none;
  }
  .eventInfo {
  padding: 10px;
}

}
@media screen and (max-width: 320px) {
  #header .inner {
    padding: .5em 0;
  }
  .box .jkt .newIcon:before {
    left: -20px;
  }
}


