@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
body{
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img{
vertical-align: bottom;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 色設定 */
.cf {
  overflow: hidden;
  *zoom: 1;
}

a {
  color: #313131;
  text-decoration:none;
}
a img:hover {
  opacity: 0.6;
}
a:visited {
  color: #313131;
}
a:hover {
  color: #e4007f;
    text-decoration:underline;
    text-underline-offset: 3px;
}
a:active {
  color: #e4007f;
}
a.bt00 img:hover {
  opacity: 1.0;
}

/* 各種設定読み込み 
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #cfaa74;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
*/
@media (min-width: 1024px) {
  .xs {
    display: none !important;
  }
}

/* ここまで初期設定 */
/* パーツ */
.orangeButton {
  background: #ffa733;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDM4YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTczMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffd38c), color-stop(100%, #ffa733));
  background: -moz-linear-gradient(top, #ffd38c, #ffa733);
  background: -webkit-linear-gradient(top, #ffd38c, #ffa733);
  background: linear-gradient(to bottom, #ffd38c, #ffa733);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px #ffffff inset;
  -webkit-box-shadow: 1px 1px 3px #ffffff inset;
  box-shadow: 1px 1px 3px #ffffff inset;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #313131;
  font-size: 13px;
  padding: 13px 26px 8px;
  border: solid #ffbe4c 1px;
  text-decoration: none;
  font-weight: bold;
}
.orangeButton:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzQ2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmOWIxOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc466), color-stop(100%, #ff9b18));
  background: -moz-linear-gradient(top, #ffc466, #ff9b18);
  background: -webkit-linear-gradient(top, #ffc466, #ff9b18);
  background: linear-gradient(to bottom, #ffc466, #ff9b18);
}
.orangeButton:active {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWIxOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzQ2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9b18), color-stop(100%, #ffc466));
  background: -moz-linear-gradient(top, #ff9b18, #ffc466);
  background: -webkit-linear-gradient(top, #ff9b18, #ffc466);
  background: linear-gradient(to bottom, #ff9b18, #ffc466);
  -moz-box-shadow: 0 0 1px #313131 inset;
  -webkit-box-shadow: 0 0 1px #313131 inset;
  box-shadow: 0 0 1px #313131 inset;
}

.newRegisterButton {
  background: #f4f4f4;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background: linear-gradient(to bottom, #ffffff, #f4f4f4);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px #ffffff inset;
  -webkit-box-shadow: 1px 1px 3px #ffffff inset;
  box-shadow: 1px 1px 3px #ffffff inset;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #313131;
  font-size: 16px;
  padding: 15px 15px 10px;
  border: solid #c2c2c2 1px;
  text-decoration: none;
  font-weight: bold;
}
.newRegisterButton:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px -5px 0 0;
  background: url("https://allmeru.net/img/common/wakabamark.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.newRegisterButton:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(to bottom, #ffffff, #e0e0e0);
}
.newRegisterButton:active {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #e0e0e0, #ffffff);
  background: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
  background: linear-gradient(to bottom, #e0e0e0, #ffffff);
}

@media (max-width: 768px) {
  body {
    width: 100%;
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body {
    width: 100%;
    line-height: 1.1em;
  }
}

@media (min-width: 1024px) {
  #salebanner {
    width: 100%;
  }
    #salebanner img {
    width: 100%;
  }

}
@media (min-width: 768px) and (max-width: 1024px) {
  #salebanner {
    width: 100%;
  }
    #salebanner img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #salebanner {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  #salebannerSP {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #salebannerSP {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #salebannerSP {
    width: 100%;
  }
}
#salebannerSP img {
  width: 100%;
}

@media (min-width: 1024px) {
  #header {
    position: relative;
    z-index: 100;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #header .headerTop {
    color: #fff;
    background: #313131;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerTop {
    color: #fff;
    background: #313131;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #header .headerTop {
    display: none;
  }
}
@media (min-width: 1024px) {
  #header .headerTop .headerTopInner {
    margin: 0 auto;
    width: 1100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerTop .headerTopInner {
    margin: 0 auto;
    width: 95%;
  }
}
@media (max-width: 768px) {
  #header .headerTop .headerTopInner {
    margin: 0 auto;
    width: 95%;
  }
}
@media (min-width: 1024px) {
  #header .headerTop .headerTopInner .left {
    float: left;
    padding: 11px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerTop .headerTopInner .left {
    float: left;
    padding: 11px 0 10px;
    width: 45%;
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  #header .headerTop .headerTopInner .right {
    float: right;
    padding-top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerTop .headerTopInner .right {
    float: right;
    padding-top: 6px;
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerTop .headerTopInner .right img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #header .headerMiddle {
    padding-top: 15px;
    width: 1100px;
    margin: 0 auto 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle {
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle {
    width: 100%;
    margin: 0 auto 15px;
  }
}
#header .headerMiddle .button {
  min-height: 51px;
  background: #f4f4f4;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background: linear-gradient(to bottom, #ffffff, #f4f4f4);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px #ffffff inset;
  -webkit-box-shadow: 1px 1px 3px #ffffff inset;
  box-shadow: 1px 1px 3px #ffffff inset;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #313131;
  font-size: 16px;
  padding: 15px 15px 10px;
  border: solid #c2c2c2 1px;
  text-decoration: none;
  font-weight: bold;
}
#header .headerMiddle .button:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(to bottom, #ffffff, #e0e0e0);
}
#header .headerMiddle .button:active {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #e0e0e0, #ffffff);
  background: -webkit-linear-gradient(top, #e0e0e0, #ffffff);
  background: linear-gradient(to bottom, #e0e0e0, #ffffff);
}
#header .headerMiddle .headerLogoCart {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #header .headerMiddle .headerLogoCart {
    width: 95%;
    margin: 0 auto 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerLogoCart {
    width: 95%;
    margin: 0 auto 10px;
  }
}
#header .headerMiddle .headerLogoCart .logo {
  float: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerLogoCart .logo {
    padding-top: 15px;
    width: 240px;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerLogoCart .logo {
    padding-top: 15px;
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerLogoCart .logo img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerLogoCart .logo img {
    width: 100%;
  }
}
#header .headerMiddle .headerLogoCart .buttonBox {
  overflow: hidden;
  *zoom: 1;
  padding-top: 11px;
  float: right;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerLogoCart .buttonBox {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerLogoCart .buttonBox {
    display: none;
  }
}
#header .headerMiddle .headerLogoCart .buttonBox span {
  display: inline-block;
  min-height: 51px;
}
#header .headerMiddle .headerLogoCart .buttonBox ul li {
  display: inline-block;
}
#header .headerMiddle .headerLogoCart .buttonBox .cart:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px 6px 0 0;
  background: url("https://allmeru.net/img/common/icon-cart.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header .headerMiddle .headerLogoCart .buttonBox .mail:before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 40px;
  margin: -3px -5px 0 0;
  background: url("https://allmeru.net/img/common/icon-top-mail.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header .headerMiddle .headerLogoCart .buttonBox .guide:before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 40px;
  margin: -3px 0 0;
  background: url("https://allmeru.net/img/common/icon-top-guide.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header .headerMiddle .headerLogoCart .buttonBox .press:before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 40px;
  margin: -3px 0 0;
  background: url("https://allmeru.net/img/common/icon-top-press.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerLogoCart #spMenu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerLogoCart #spMenu {
    position: relative;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerLogoCart #spMenu {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerLogoCart .drawer-open {
    position: static !important;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerLogoCart .drawer-open {
    position: static !important;
  }
}
#header .headerMiddle .headerSearch {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch {
    overflow: hidden;
    *zoom: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox {
    float: left;
    overflow: hidden;
    *zoom: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchBox {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox form {
    float: left;
  }
}
#header .headerMiddle .headerSearch .searchBox .form-search-box {
  border: solid 1px #cfcfcf;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 1px #dddddd inset;
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox .form-search-box {
    width: 800px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox .form-search-box {
    width: 97%;
    height: 30px;
    line-height: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchBox .form-search-box {
    width: 97%;
    height: 30px;
    line-height: 20px;
    margin: 0 auto;
  }
}
#header .headerMiddle .headerSearch .searchBox .form-search-box.num {
  width: 110px;
  margin-right: 15px;
}
#header .headerMiddle .headerSearch .searchBox input:-moz-placeholder {
  color: #9e9e9e;
}
#header .headerMiddle .headerSearch .searchBox input::-moz-placeholder {
  color: #9e9e9e;
}
#header .headerMiddle .headerSearch .searchBox input:-ms-input-placeholder {
  color: #9e9e9e;
}
#header .headerMiddle .headerSearch .searchBox input::-webkit-input-placeholder {
  color: #9e9e9e;
}
#header .headerMiddle .headerSearch .searchBox input.form-field-search {
  margin: 0;
  outline: none;
  border: none;
  background: transparent;
  font-size: 100%;
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox input.form-field-search {
    width: 780px;
    padding: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox input.form-field-search {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchBox input.form-field-search {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
  }
}
#header .headerMiddle .headerSearch .searchBox input.form-field-search.num {
  width: 54px;
}
#header .headerMiddle .headerSearch .searchBox button.form-button-search {
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: solid 1px #313131;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #313131;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#header .headerMiddle .headerSearch .searchBox button.form-button-search:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url("https://allmeru.net/img/common/icon-search.svg") no-repeat;
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox button.form-button-search:after {
    top: 24%;
    right: 8px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox button.form-button-search:after {
    top: 18%;
    right: 4px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchBox button.form-button-search:after {
    top: 18%;
    right: 4px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox button.form-button-search {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchBox button.form-button-search {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchBox button.form-button-search {
    width: 30px;
    height: 30px;
  }
}
#header .headerMiddle .headerSearch .searchBox input.form-button-search:hover {
  background-color: #8a8a8a;
}
#header .headerMiddle .headerSearch .searchKeyword {
  font-size: 13px;
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchKeyword {
    float: left;
    margin-left: 25px;
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchKeyword {
    width: 95%;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchKeyword {
    width: 95%;
    margin: 10px auto;
  }
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerSearch .searchKeyword dl {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchKeyword dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchKeyword dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchKeyword dl dd {
    width: 90px;
    margin-right: 10px;
  }
  #header .headerMiddle .headerSearch .searchKeyword dl dd img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchKeyword dl dd {
    width: 90px;
    margin-right: 10px;
  }
  #header .headerMiddle .headerSearch .searchKeyword dl dd img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerSearch .searchKeyword dl dt {
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerSearch .searchKeyword dl dt {
    line-height: 1.4;
  }
}
#header .headerMiddle .headerGlobalmenu {
  border-bottom: 1px solid #dedede;
  color: #696969;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerGlobalmenu {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerGlobalmenu {
    display: none;
  }
}
#header .headerMiddle .headerGlobalmenu ul li {
  display: inline-block;
}
#header .headerMiddle .headerGlobalmenu ul li.time {
  width: 110px;
  margin-left: 30px;
  border-right: 1px solid #bdbbbb;
  padding-top: 6px;
  margin-right: 8px;
}
#header .headerMiddle .headerGlobalmenu ul li.time a {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.time a:hover {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.time a:active {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.time a:visited {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.time:after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin: -4px 4px 0;
  background: url("https://allmeru.net/img/common/icon-time.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header .headerMiddle .headerGlobalmenu ul li.heart {
  width: 145px;
}
#header .headerMiddle .headerGlobalmenu ul li.heart a {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.heart a:hover {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.heart a:active {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.heart a:visited {
  color: #696969;
  text-decoration: none;
}
#header .headerMiddle .headerGlobalmenu ul li.heart:after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin: -4px 4px 0;
  background: url("https://allmeru.net/img/common/icon-heart.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header .headerMiddle .headerGlobalmenu .left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#header .headerMiddle .headerGlobalmenu .headerGlobalmenuButtonBox {
  margin-top: 20px;
}
#header .headerMiddle .headerGlobalmenu .globalButton {
  font-size: 14px;
  padding: 10px 22px 5px;
  margin-top: 30px;
}
#header .headerMiddle .headerGlobalmenu .globalButton:before {
  margin: -3px 0 0;
}
#header .headerMiddle .headerGlobalmenu #categoryWrapper {
  z-index: 1;
  position: relative;
}
#header .headerMiddle .headerGlobalmenu #categoryWrapper ul li {
  display: block;
}
#header .headerMiddle .headerGlobalmenu #category {
  width: 140px;
  min-height: 30px;
  padding: 11px 0 6px 30px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  color: #696969;
  display: block;
}
#header .headerMiddle .headerGlobalmenu #category:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 7px 0 0;
  background: url("https://allmeru.net/img/common/down-arrow-gray.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #header .headerMiddle .headerOtoku {
    text-align: center;
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerOtoku {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerOtoku {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .headerMiddle .headerOtoku img {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #header .headerMiddle .headerOtoku img {
    width: 95%;
  }
}

#mainWrapper {
  background: #fff;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #mainWrapper {
    width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainWrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #mainWrapper {
    width: 100%;
  }
}
#mainWrapper #side {
  margin-left: 50px;
  width: 192px;
  float: left;
  /* メニュー */
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainWrapper #side {
    display: none;
  }
}
@media (max-width: 768px) {
  #mainWrapper #side {
    display: none;
  }
}
#mainWrapper #side .sideTitle {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #696969;
  font-size: 15px;
  position: relative;
  width: 192px;
  padding: 10px 0 8px;
  background-color: #fff;
  border: 1px solid #696969;
  text-align: center;
  margin-bottom: 20px;
}
#mainWrapper #side .sideTitle:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 83px;
  bottom: -15px;
  border-right: 15px solid transparent;
  border-top: 15px solid #696969;
  border-left: 15px solid transparent;
}
#mainWrapper #side .sideTitle:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 83px;
  bottom: -14px;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
}
#mainWrapper #side .sideTitle h2 {
  margin: 0;
  padding: 0;
}
#mainWrapper #side .sideCate {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #313131;
  margin-bottom: 20px;
}
#mainWrapper #side .sideBanner {
  margin: 15px auto;
}
#mainWrapper #side .sideCatalog {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#mainWrapper #side .sideCatalog img {
  margin-bottom: 25px;
}
#mainWrapper #side .sideCatalog p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
#mainWrapper #side .sideNewRegister {
  margin-top: 20px;
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #26a1db;
  -moz-box-shadow: 3px 3px #26a1db;
  -webkit-box-shadow: 3px 3px #26a1db;
  box-shadow: 3px 3px #26a1db;
  text-align: center;
}
#mainWrapper #side .sideNewRegister h2 {
  font-size: 18px;
  font-weight: bold;
  color: #26a1db;
  margin-bottom: 25px;
}
#mainWrapper #side .sideNewRegister p {
  margin-top: 25px;
  font-size: 13px;
  text-align: justify;
}
#mainWrapper #side ul li {
  font-size: 14px;
  padding: 10px 0;
}
#mainWrapper #side ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 5px 0 0;
  background: url("https://allmeru.net/img/common/right-arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #mainWrapper #main {
    width: 850px;
    float: left;
    margin: 0 0 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mainWrapper #main {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #mainWrapper #main {
    width: 100%;
  }
}

#footer .footerTop {
  background-color: #eeeeee;
  width: 100%;
}
#footer .footerTop .footerTopInner {
  margin: 0 auto;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  #footer .footerTop .footerTopInner {
    width: 1100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner {
    width: 95%;
  }
}
#footer .footerTop .footerTopInner h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner h2 img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner h2 img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft {
    float: left;
    width: 400px;
    margin-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft {
    width: 100%;
  }
}
#footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox {
  background: #fff;
}
@media (min-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox {
    padding: 0 15px;
    height: 233px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox {
    padding: 20px;
    margin-bottom: 30px;
  }
}
#footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox h3 {
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
#footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
}
#footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox p .pink {
  color: #e4007f;
}
@media (min-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox dl:first-of-type {
    border-bottom: 1px solid #cfaa74;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox dl:first-of-type {
    border-bottom: 1px solid #cfaa74;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox dl:first-of-type {
    border-bottom: 1px solid #cfaa74;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox dl dd {
  vertical-align: middle;
  padding-right: 20px;
  display: table-cell;
}
#footer .footerTop .footerTopInner .footerTopInnerLeft .txtBox dl dt {
  vertical-align: middle;
  display: table-cell;
}
@media (min-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerRight {
    float: left;
    width: 640px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerRight {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner .footerTopInnerRight {
    width: 100%;
  }
}
#footer .footerTop .footerTopInner .footerTopInnerRight .txtBox {
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerTop .footerTopInner .footerTopInnerRight .txtBox img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footerTop .footerTopInner .footerTopInnerRight .txtBox img {
    width: 100%;
  }
}
#footer .footerTop .footerTopInner .footerTopInnerRight .txtBox h3 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 5px;
}
#footer .footerTop .footerTopInner .footerTopInnerRight .txtBox p {
  text-align: justify;
  font-size: 13px;
}
#footer .footerTop .footerTopInner .footerTopInnerRight .txtBox dl:first-of-type {
  border-bottom: 1px solid #cfaa74;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#footer .footerTop .footerTopInner .footerTopInnerRight .txtBox dl dd {
  vertical-align: middle;
  padding-right: 20px;
  display: table-cell;
}
#footer .footerTop .footerTopInner .footerTopInnerRight .txtBox dl dt {
  vertical-align: middle;
  display: table-cell;
}
#footer .footerBottom {
  background-color: #313131;
  width: 100%;
}
#footer .footerBottom a {
  color: #fff;
}
#footer .footerBottom a:visited {
  color: #fff;
}
#footer .footerBottom a:hover {
  color: #fff;
}
#footer .footerBottom a:active {
  color: #fff;
}
@media (min-width: 1024px) {
  #footer .footerBottom .footerBottomInner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerBottom .footerBottomInner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footerBottom .footerBottomInner {
    width: 100%;
  }
}
#footer .footerBottom .footerBottomInner dl {
  color: #fff;
}
@media (min-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl {
    width: 200px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #footer .footerBottom .footerBottomInner dl {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8c8c8c;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl dt {
    font-size: 17px;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #8c8c8c;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  #footer .footerBottom .footerBottomInner dl dt {
    font-size: 17px;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #8c8c8c;
    box-sizing: border-box;
  }
}
/*@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl dd {
    display: none;
  }
}
@media (max-width: 768px) {
  #footer .footerBottom .footerBottomInner dl dd {
    display: none;
  }
}*/
@media (min-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl dd ul {
    font-size: 14px;
    padding-bottom: 15px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl dd ul {
    font-size: 15px;
    background: #696969;
  }
}
@media (max-width: 768px) {
  #footer .footerBottom .footerBottomInner dl dd ul {
    font-size: 15px;
    background: #696969;
  }
}
@media (min-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl dd ul li {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerBottom .footerBottomInner dl dd ul li {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #848484;
  }
}
@media (max-width: 768px) {
  #footer .footerBottom .footerBottomInner dl dd ul li {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #848484;
  }
}
#footer .footerBottom .footerBottomInner dl dd ul li:last-of-type {
  border: none;
}
#footer .footerBottom .footerBottomInner .companyInfo {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  background: #000000;
  color: #fff;
  padding: 15px 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .footerBottom .footerBottomInner .companyInfo {
    display: none;
  }
}
@media (max-width: 768px) {
  #footer .footerBottom .footerBottomInner .companyInfo {
    display: none;
  }
}
#footer .footerBottom .footerBottomInner .companyInfo .name {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #8c8c8c;
}

#about {
  width: 100%;
  background: #fff;
  color: #313131;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 30px 0;
}
#about .aboutInner {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #about .aboutInner {
    width: 1100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .aboutInner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  #about .aboutInner {
    width: 95%;
  }
}
#about .aboutInner .aboutInnerLeft {
  background: url("https://allmeru.net/img/common/bg-about-pict.jpg") no-repeat;
}
@media (min-width: 1024px) {
  #about .aboutInner .aboutInnerLeft {
    min-width: 580px;
    min-height: 358px;
    margin-left: 100px;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .aboutInner .aboutInnerLeft {
    background: url("https://allmeru.net/img/common/bg-about-pict.jpg") no-repeat top right;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #about .aboutInner .aboutInnerLeft {
    background: url("https://allmeru.net/img/common/bg-about-pict.jpg") no-repeat top right;
    width: 100%;
  }
}
#about .aboutInner .aboutInnerLeft .catchcopy {
  margin-top: 10px;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  #about .aboutInner .aboutInnerRight {
    margin-top: 50px;
    width: 420px;
    float: left;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .aboutInner .aboutInnerRight {
    margin: 50px auto 0;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #about .aboutInner .aboutInnerRight {
    margin: 50px auto 0;
    width: 90%;
  }
}
#about .aboutInner .aboutInnerRight .txtBox p {
  text-align: justify;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 1024px) {
  #about .aboutInner .aboutInnerRight .txtBox p {
    width: 75%;
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .aboutInner .aboutInnerRight .txtBox p {
    margin: 20px auto;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #about .aboutInner .aboutInnerRight .txtBox p {
    margin: 20px auto;
    width: 90%;
  }
}
#about .aboutInner .aboutInnerRight .txtBox .button {
  width: 70%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .aboutInner .aboutInnerRight .txtBox .button {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #about .aboutInner .aboutInnerRight .txtBox .button {
    margin: 0 auto;
  }
}

.copyright {
  color: #313131;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

.campaignFoot {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  background: #e4007f;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .campaignFoot {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campaignFoot {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .campaignFoot {
    font-size: 13px;
  }
}
.campaignFoot a {
  color: #fff;
  text-decoration: none;
}
.campaignFoot a:visited {
  color: #fff;
}
.campaignFoot a:hover {
  color: #fff;
  opacity: 0.5;
}
.campaignFoot a:active {
  color: #fff;
  opacity: 0.5;
}
.campaignFoot .campaignFootText {
  display: inline-block;
}
.campaignFoot .campaignFootButton {
  padding: 10px;
  border: 1px solid #fff;
  display: inline-block;
}
@media (min-width: 1024px) {
  .campaignFoot .campaignFootButton {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .campaignFoot .campaignFootButton {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .campaignFoot .campaignFootButton {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
}

#campaignFootTimer {
  display: inline-block;
}

.yycountdown-box {
  margin: 0 0 0 10px !important;
  display: inline-block;
}

.yycountdown-box .yyc-day {
  font-size: 1.5em;
  color: yellow;
}

.yycountdown-box .yyc-hou {
  font-size: 1.5em;
  color: yellow;
}

.yycountdown-box .yyc-min {
  font-size: 1.5em;
  color: yellow;
}

.yycountdown-box .yyc-sec {
  font-size: 1.5em;
  color: yellow;
}

.yycountdown-box .yyc-day-text,
.yycountdown-box .yyc-hou-text,
.yycountdown-box .yyc-min-text,
.yycountdown-box .yyc-sec-text {
  font-size: 1.0em;
  margin: 0 3px;
}

.catalogBox {
  width: 850px;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 1024px) {
  .catalogBox {
    width: 850px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalogBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalogBox {
    width: 100%;
  }
}
.catalogBox img {
  width: 100%;
}
.catalogBox .catalogItem {
  display: block;
}
@media (min-width: 1024px) {
  .catalogBox .catalogItem {
    width: 240px;
    margin-right: 40px;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalogBox .catalogItem {
    width: 30%;
    margin-right: 3%;
    float: left;
  }
}
@media (max-width: 768px) {
  .catalogBox .catalogItem {
    width: 240px;
    margin: 0 auto;
  }
}
.catalogBox .catalogItem .catalogButton {
  display: block;
  padding: 13px 0 8px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .catalogBox .catalogItem .catalogButton {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalogBox .catalogItem .catalogButton {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalogBox .catalogItem .catalogButton {
    width: 240px;
  }
}

.catalogBox .catalogItem2 {
  display: block;
}
@media (min-width: 1024px) {
  .catalogBox .catalogItem2 {
    width: 380px;
    float: left;
  }
    .catalogBox .left {
    margin-right: 40px;
  }

}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalogBox .catalogItem2 {
    width: 48%;
    float: left;
  }
  .catalogBox .left {
   margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .catalogBox .catalogItem2 {
    width: 80%;
     margin:0 auto 20px auto;
 }
  .catalogBox .left {
  }
}
.catalogBox .catalogItem2 .catalogButton {
  display: block;
  padding: 13px 0 8px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .catalogBox .catalogItem2 .catalogButton {
    width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalogBox .catalogItem2 .catalogButton {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalogBox .catalogItem2 .catalogButton {
    width: 80%;
    margin:0 auto;
  }
}

.attention {
  display: block;
  background: #f00000;
  font-size: 13px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}

.map_container img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.allmeru_channel_top{
	margin-bottom: 15px;
}
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

.allmeru_channel02{
	text-align: center;
	font-size: 120%;
	margin:20px auto 40px auto;
	line-height: 1.5;
}

h5{
	color: #ff0000;
	padding-bottom: 7px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

.movie_name{
	text-align: center;
	font-size: 110%;
	margin: 0 auto 10px auto;
}

.movie_button{
	text-align: center;
	width: 70%;
	padding: 20px;
	background-color: #ff0000;
	color: #fff;
	font-size: 110%;
	margin: 0 auto 70px auto;
}
.allmeru_channel a{
	text-decoration: none;
}
.allmeru_channel_youtube {
position: relative;
height: 0;
padding: calc(1080 / 1920 * 100%) 0 0;
overflow: hidden;
text-align:center;
}

.allmeru_channel_youtube iframe {
position: absolute;
top:6.5%;
left: 6.5%;
width: 87%;
height: 87%;
margin: 0 auto;
}

.youtube_4683 {
position: relative;
height: 0;
padding: calc(1080 / 1919 * 100%) 0 0;
overflow: hidden;
text-align:center;
}

.youtube_4683 iframe {
position: absolute;
top:2.5%;
left: 2.5%;
width: 95%;
height: 95%;
margin: 0 auto;
}


/* インフォーメーション */

 #info_box01 {
    width: 98%;
    height: auto;
    text-align: center;
    border: solid 3px #cc0066;
    margin: 0 auto 20px auto;
}
#info_box01 h1 {
    color: #cc0066;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 20px;
    margin-top: 10px;
    width:100%;
}
#info_box01 p {
    text-align: justify;
    margin: auto;
    margin-bottom: 10px;
    padding:5px;
    line-height:160%;
    font-size:95%;
}
#info_box01 .text_area p span {
    color: #FF0004;
    font-weight: bold;
    font-size: 105%;
}
#info_box01 .text_area{
	width: 95%;
	margin: 20px auto;
}
#info_box01 .date{
	text-align:right;
	margin:0 auto 30px auto;
	font-size: 86%;
}
#info_box01 h3{
    font-weight: bold;
    font-size: 115%;
    margin:25px auto 15px auto;
	padding: 10px 0 9px 0;
	background-color:#cc0066;
	color:#fff;
	}
#info_box01 h4{
    font-weight: bold;
    font-size: 110%;
    margin:5px auto 15px auto;
    line-height:2;
	}

@media (max-width: 768px) {
#info_box01 p {
    line-height:140%;
    font-size:86%;
}
#info_box01 h3{
    font-size: 105%;
    margin:10px auto 10px auto;
	}
#info_box01 h4{
    font-size: 95%;
    line-height:1.6;
	}
.allmeru_channel_top{
	margin:0 auto 10px auto;
	width:100%;
	text-align:center;
}
.allmeru_channel_top img{
	width:95%;
	margin:0 auto;
}
.pc{
display:none;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
.allmeru_channel_top{
	margin:0 auto 10px auto;
	width:100%;
	text-align:center;
}
.allmeru_channel_top img{
	width:95%;
	margin:0 auto;
  }
}


@media (min-width: 1024px) {
  #spMenuLogin {
    display: none !important;
  }
}
  #spMenuLogin {
      margin:0 auto 20px auto;
      width:95%;
}
  #spMenuLogin .spmenuButtonBox .orangeButton {
  }
  #spMenuLogin .spmenuButtonBox .newRegisterButton {
  }
  #spMenuLogin .spmenuButtonBox {
      width:100%;
      padding:0;
  }
  #spMenuLogin .spmenuButtonBox li {
      width:50%;
  }
  #spMenuLogin .spmenuButtonBox li img {
      width:100%;
  }

