@charset "UTF-8";
/* (goods/main.css) */
/* ================= contents =================
[0] reset
[1] base
[2] headerArea
[3] contentsArea
[4] footerArea
============================================ */
/* ============================================
0. reset
============================================ */
/* --------------------------------------------------------------------------------
margin padding
-------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* font-family */
body {
  font-family: Tahoma,helvetica,clean,sans-serif; }

/* line-height */
body {
  line-height: 1.45; }

*:first-child + html * {
  letter-spacing: 0; }

/* --------------------------------------------------------------------------------
other
-------------------------------------------------------------------------------- */
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal; }

img, iframe {
  border: 0; }

img {
  vertical-align: bottom; }

li {
  list-style: none; }

address {
  font-style: normal;
  font-weight: normal; }

/* --------------------------------------------------------------------------------
table form
-------------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

th, td {
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: inherit; }

fieldset {
  border: 0; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/* --------------------------------------------------------------------------------
block
-------------------------------------------------------------------------------- */
body {
  text-align: left; }

div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {
  text-align: left; }

div {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

img, a img {
  border: none; }

table {
  letter-spacing: 1px; }

iframe {
  border: none; }

strong {
  font-weight: bold; }

/* --------------------------------------------------------------------------------
clearfix
-------------------------------------------------------------------------------- */
.cf_og:after {
  content: "";
  clear: both;
  display: block; }

/* ============================================
 1.base
============================================ */
html, body {
  position: relative;
  width: 100%;
  color: #2d2d2d;
  letter-spacing: .3px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'Noto Sans JP',"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  background-size: 600px 850px; }

a {
  text-decoration: none;
  color: #bc965a;
  will-change: transform;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1; }
  a:hover {
    opacity: .7; }

/* ----------- no-js ----------- */
html#no-js #countdown_time {
  display: none; }

#noscriptBlock {
  width: 520px;
  position: absolute;
  top: 27px;
  left: 27px;
  padding: 10px;
  background: #FFFFFF; }

#noscriptBlock p {
  font-size: 14px;
  background: #FDF3F2;
  color: #D72400;
  border: 1px dotted #F4C3BE;
  padding: 6px 10px;
  line-height: 1.4; }

#container {
  z-index: 100;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 0 auto; }

hr {
  height: 2px;
  width: 100%;
  outline: 0;
  border: 0;
  background: #bc965a;
  margin: 30px auto; }

/* ============================================
 2.headerArea
============================================ */
#headerArea {
  position: relative;
  z-index: 100;
  padding-bottom: 30px;
  border-bottom: 2px solid #bc965a; }
  #headerArea h2 {
    color: #e7304c;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    font-size: 4.1666666667rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    margin: 25px auto; }
  #headerArea h3 {
    text-align: center;
    font-size: 28px;
    font-size: 2.3333333333rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    margin: 10px auto; }
  #headerArea h4 {
    text-align: center;
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    margin: 10px auto; }
    #headerArea h4 a {
      color: #bc965a; }

.main_img {
  margin: 0 auto;
  max-width: 600px; }

/*==========================TOP============================*/
.main_visual {
  margin-top: -13%;
  position: relative;
  width: 100%;
  background: #fff; }
  .main_visual img {
    width: 100%; }

#main_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translate(0, 15px);
  opacity: 0; }
  #main_bg.loaded {
    animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }

#main_logo {
  position: absolute;
  left: 7%;
  top: 16%;
  width: 86%;
  transform: translate(0, 15px);
  opacity: 0; }
  #main_logo.loaded {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    animation-delay: 800ms; }

#main_mafumafu {
  position: absolute;
  left: 34%;
  top: 52%;
  width: 48%;
  transform: translate(0, 15px);
  opacity: 0; }
  #main_mafumafu.loaded {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards, fuwa 1.5s ease-in-out alternate infinite;
    animation-delay: 1200ms; }

.illust {
  padding: 0;
  margin-top: 10px;
  text-align: right;
  color: #858585;
  transform: translate(0, 15px);
  opacity: 0; }
  .illust.loaded {
    animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    animation-delay: 1500ms; }

.fuwafuwa {
  animation-name: fuwa;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s; }

@keyframes fuwa {
  0% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, -15px); } }
@keyframes fadeIn {
  0% {
    transform: translate(0, 15px);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
/* ============================================
3.contentsArea
============================================ */
#contentArea {
  z-index: 10;
  position: relative;
  top: 0;
  width: 100%; }

.contentAreaInner {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  z-index: -1;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.65); }

/*---------------- goods_list ---------------*/
.goods_list h3 {
  text-align: center;
  margin: 30px auto 15px;
  color: #ea8160;
  font-weight: bold;
  font-size: 22px; }
.goods_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2% 0 0 -2%; }
  .goods_list ul li {
    width: 31.33%;
    margin: 2% 0 0 2%;
    display: flex;
    flex-direction: column; }
    .goods_list ul li a {
      will-change: transform;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transform: translate3d(0, 0, 0);
      opacity: 1;
      margin-bottom: 15px; }
      .goods_list ul li a:hover {
        opacity: .7; }
    .goods_list ul li .btn_cart {
      margin: auto auto 0;
      width: 100%; }
      .goods_list ul li .btn_cart a {
        font-size: 20px;
        font-size: 1.6666666667rem;
        display: block;
        border-radius: 20px;
        text-align: center;
        width: 100%;
        background: #e7304c;
        color: #fff;
        font-weight: bold;
        padding: 5px 10px; }
  .goods_list ul .goods_img {
    border: solid 2px #bc965a;
    border-radius: 20px;
    overflow: hidden; }
    .goods_list ul .goods_img :after {
      font-family: "Font Awesome";
      content: '\f1e2';
      font-weight: 900; }
  .goods_list ul .goods_txt .tit {
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: -.4px;
    color: #e7304c;
    font-weight: bold;
    margin: 5px auto; }
    .goods_list ul .goods_txt .tit small {
      font-size: 80%; }
  .goods_list ul .goods_txt .price {
    color: #bc965a;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800; }
    .goods_list ul .goods_txt .price small {
      font-size: 80%; }
.goods_list.new_goods ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%; }
  .goods_list.new_goods ul li {
    width: 47%;
    margin: 3% 0 0 3%; }
    .goods_list.new_goods ul li a {
      will-change: transform;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transform: translate3d(0, 0, 0);
      opacity: 1; }
      .goods_list.new_goods ul li a:hover {
        opacity: .7; }
  .goods_list.new_goods ul .goods_img {
    border: solid 2px #bc965a;
    border-radius: 20px;
    overflow: hidden; }
  .goods_list.new_goods ul .goods_txt .tit {
    font-size: 22px;
    font-size: 1.8333333333rem;
    color: #e7304c;
    font-weight: bold; }
    .goods_list.new_goods ul .goods_txt .tit small {
      font-size: 80%; }
  .goods_list.new_goods ul .goods_txt .price {
    color: #bc965a;
    font-size: 18px;
    font-size: 1.5rem; }
    .goods_list.new_goods ul .goods_txt .price small {
      font-size: 80%; }

.goods_window {
  max-width: 600px;
  flex-wrap: wrap;
  padding: 30px;
  margin: 40px 20px !important;
  background: #fff;
  border-radius: 10px; }
  .goods_window .window_goods_img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px; }
    .goods_window .window_goods_img img {
      border-radius: 30px;
      border: solid 3px #bc965a; }
  .goods_window h3 {
    font-size: 24px;
    font-size: 2rem;
    color: #e7304c;
    font-weight: bold;
    margin: 20px auto 15px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800; }
    .goods_window h3 small {
      font-size: 80%; }
  .goods_window h4 {
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px auto;
    text-align: center; }
  .goods_window .price {
    text-align: right;
    color: #bc965a;
    margin: 10px 0;
    font-size: 18px;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800; }
    .goods_window .price small {
      font-size: 80%; }
  .goods_window p {
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.1666666667rem; }
  .goods_window .close {
    border-radius: 50px;
    max-width: 200px;
    background: #333;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem; }
  .goods_window .img_list img {
    width: 90px;
    border-radius: 15px;
    border: solid 2px #bc965a; }

.tokuten {
  margin: 5% -3%; }

/* ============================================
 4.footerArea
============================================ */
#footerArea {
  position: relative;
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 2px solid #bc965a; }
  #footerArea p {
    font-size: 26px;
    font-size: 2.1666666667rem;
    margin: 10px 0;
    font-weight: bold; }
  #footerArea ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px;
    font-size: 16px;
    font-size: 1.3333333333rem; }
    #footerArea ul li.strong {
      font-weight: bold;
      color: #fb1a4a; }
  #footerArea ul.strong {
    margin-top: 15px; }
    #footerArea ul.strong li {
      font-size: 120%;
      font-weight: bold;
      color: red; }
  #footerArea .copyrights {
    font-weight: bold;
    margin-top: 60px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1;
    letter-spacing: 5px;
    color: #000; }

.link {
  padding: 40px 0;
  text-align: center; }
  .link li {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #fff; }
    .link li:last-child {
      border-right: none; }
    .link li a {
      font-size: 14px;
      font-size: 1.1666666667rem;
      padding: 0 10px;
      font-weight: bold;
      color: #e7304c; }

.pagetop_wrap a {
  display: inline-block;
  width: 80px;
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 10000; }

.no_pc {
  display: none; }

.no_sp {
  display: inline; }

.fadein, .fadein_sc {
  will-change: transform;
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  opacity: 0; }

.fadein.scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.fadein_sc.scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms; }

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms; }

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms; }

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms; }

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms; }

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms; }

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms; }

@media screen and (max-width: 900px) {
  .no_pc {
    display: inline; }

  .no_sp {
    display: none; }

  /* ============================================
   2.headerArea
  ============================================ */
  #headerArea {
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
    border-bottom: 2px solid #bc965a; }
    #headerArea h2 {
      padding: 0 5%;
      color: #e7304c;
      font-weight: bold;
      text-align: center;
      font-size: 30px;
      font-size: 2.5rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 800;
      margin: 25px auto; }
    #headerArea h3 {
      padding: 0 5%;
      text-align: center;
      font-size: 16px;
      font-size: 1.3333333333rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 800;
      margin: 10px auto; }
    #headerArea h4 {
      padding: 0 5%;
      text-align: center;
      font-size: 13px;
      font-size: 1.0833333333rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 800;
      margin: 10px auto; }
      #headerArea h4 a {
        color: #bc965a; }

  .main_img {
    margin: 0 auto;
    max-width: 600px; }

  /*==========================TOP============================*/
  .main_visual {
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 8px solid #e7304c; }

  #main_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate(0, 15px);
    opacity: 0; }
    #main_bg.loaded {
      animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }

  #main_logo {
    position: absolute;
    left: 7%;
    top: 16%;
    width: 86%;
    transform: translate(0, 15px);
    opacity: 0; }
    #main_logo.loaded {
      animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
      animation-delay: 800ms; }

  #main_mafumafu {
    position: absolute;
    left: 34%;
    top: 52%;
    width: 48%;
    transform: translate(0, 15px);
    opacity: 0; }
    #main_mafumafu.loaded {
      animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards, fuwa 1.5s ease-in-out alternate infinite;
      animation-delay: 1200ms; }

  .illust {
    padding: 0 5%;
    margin-top: 10px;
    text-align: right;
    color: #858585;
    transform: translate(0, 15px);
    opacity: 0; }
    .illust.loaded {
      animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
      animation-delay: 1500ms; }

  .fuwafuwa {
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s; }

  @keyframes fuwa {
    0% {
      transform: translate(0, 0px); }
    100% {
      transform: translate(0, -15px); } }
  #illustrator {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    color: #a7b1b6; }

  /* ============================================
  3.contentsArea
  ============================================ */
  #contentArea {
    z-index: 10;
    position: relative;
    top: 0;
    width: 100%; }

  .contentAreaInner {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    z-index: -1;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.65); }

  /*---------------- goods_list ---------------*/
  .goods_list h3 {
    text-align: center;
    margin: 30px auto 15px;
    color: #ea8160;
    font-weight: bold;
    font-size: 22px; }
  .goods_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2% 0 0 -2%; }
    .goods_list ul li {
      width: 31.33%;
      margin: 2% 0 0 2%;
      display: flex;
      flex-direction: column; }
      .goods_list ul li a {
        will-change: transform;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transform: translate3d(0, 0, 0);
        opacity: 1;
        margin-bottom: 8px; }
        .goods_list ul li a:hover {
          opacity: .7; }
      .goods_list ul li .btn_cart {
        margin: auto auto 0;
        width: 100%; }
        .goods_list ul li .btn_cart a {
          font-size: 14px;
          font-size: 1.1666666667rem;
          display: block;
          border-radius: 20px;
          text-align: center;
          width: 100%;
          background: #e7304c;
          color: #fff;
          font-weight: bold;
          padding: 5px 10px; }
    .goods_list ul .goods_img {
      border: solid 2px #bc965a;
      border-radius: 20px;
      overflow: hidden; }
      .goods_list ul .goods_img :after {
        font-family: "Font Awesome";
        content: '\f1e2';
        font-weight: 900; }
    .goods_list ul .goods_txt .tit {
      font-size: 14px;
      font-size: 1.1666666667rem;
      letter-spacing: -.4px;
      color: #e7304c;
      font-weight: bold;
      margin: 5px auto; }
      .goods_list ul .goods_txt .tit small {
        font-size: 80%; }
    .goods_list ul .goods_txt .price {
      color: #bc965a;
      font-size: 14px;
      font-size: 1.1666666667rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 800; }
      .goods_list ul .goods_txt .price small {
        font-size: 80%; }
  .goods_list.new_goods ul {
    display: flex;
    flex-wrap: wrap;
    margin: -3% 0 0 -3%; }
    .goods_list.new_goods ul li {
      width: 47%;
      margin: 3% 0 0 3%; }
      .goods_list.new_goods ul li a {
        will-change: transform;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transform: translate3d(0, 0, 0);
        opacity: 1; }
        .goods_list.new_goods ul li a:hover {
          opacity: .7; }
    .goods_list.new_goods ul .goods_img {
      border: solid 2px #bc965a;
      border-radius: 20px;
      overflow: hidden; }
    .goods_list.new_goods ul .goods_txt .tit {
      font-size: 14px;
      font-size: 1.1666666667rem;
      color: #e7304c;
      font-weight: bold; }
      .goods_list.new_goods ul .goods_txt .tit small {
        font-size: 80%; }
    .goods_list.new_goods ul .goods_txt .price {
      color: #bc965a;
      font-size: 12px;
      font-size: 1rem; }
      .goods_list.new_goods ul .goods_txt .price small {
        font-size: 80%; }

  .goods_window {
    max-width: 600px;
    flex-wrap: wrap;
    padding: 30px;
    margin: 40px 20px !important;
    background: #fff;
    border-radius: 10px; }
    .goods_window .window_goods_img {
      width: 100%;
      text-align: center;
      margin: 0 0 15px; }
      .goods_window .window_goods_img img {
        border-radius: 30px;
        border: solid 3px #bc965a; }
    .goods_window h3 {
      font-size: 14px;
      font-size: 1.1666666667rem;
      color: #e7304c;
      font-weight: bold;
      margin: 20px auto 15px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 800; }
      .goods_window h3 small {
        font-size: 80%; }
    .goods_window h4 {
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 1.2;
      font-weight: bold;
      margin: 15px auto;
      text-align: center; }
    .goods_window .price {
      text-align: right;
      color: #bc965a;
      margin: 5px 0;
      font-size: 12px;
      font-size: 1rem;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 800; }
      .goods_window .price small {
        font-size: 80%; }
    .goods_window p {
      line-height: 1.7;
      font-size: 12px;
      font-size: 1rem; }
    .goods_window .close {
      border-radius: 50px;
      max-width: 200px;
      background: #333;
      width: 50%;
      color: #fff;
      padding: 10px 30px;
      margin: 40px auto 0;
      text-align: center;
      font-size: 14px;
      font-size: 1.1666666667rem; }
    .goods_window .img_list img {
      width: 22%;
      border-radius: 15px;
      border: solid 2px #bc965a; }

  /* ============================================
   4.footerArea
  ============================================ */
  #footerArea {
    position: relative;
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.9);
    border-top: 2px solid #bc965a; }
    #footerArea p {
      font-size: 18px;
      font-size: 1.5rem;
      margin: 10px 0;
      font-weight: bold; }
    #footerArea ul li {
      text-indent: -1em;
      padding-left: 1em;
      margin: 5px;
      font-size: 12px;
      font-size: 1rem; }
      #footerArea ul li.strong {
        font-weight: bold;
        color: #fb1a4a; }
    #footerArea ul.strong {
      margin-top: 15px; }
      #footerArea ul.strong li {
        font-size: 120%;
        font-weight: bold;
        color: red; }
    #footerArea .copyrights {
      font-weight: bold;
      margin-top: 60px;
      padding-bottom: 50px;
      width: 100%;
      text-align: center;
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 1;
      letter-spacing: 5px;
      color: #000; }

  .link {
    padding: 20px 0;
    text-align: center; }
    .link li {
      display: inline-block;
      margin: 0;
      border-right: 1px solid #fff; }
      .link li:last-child {
        border-right: none; }
      .link li a {
        font-size: 14px;
        font-size: 1.1666666667rem;
        padding: 0 5px;
        font-weight: bold;
        color: #e7304c; }

  /* ============================================
  3.contentsArea
  ============================================ */
  #contentArea {
    z-index: 10;
    position: relative;
    top: 0;
    width: 100%; }

  .contentAreaInner {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1; }

  /*---------------- content base ---------------*/
  /* ============================================
   4.footerArea
  ============================================ */
  #footerArea {
    position: relative;
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.8); }
    #footerArea .copyrights {
      font-weight: bold;
      margin-top: 60px;
      padding-bottom: 50px;
      width: 100%;
      text-align: center;
      font-size: 10px;
      font-size: 0.8333333333rem;
      line-height: 1;
      letter-spacing: 5px;
      color: #000; }

  .link {
    padding: 20px 0 20px;
    text-align: center; }
    .link li {
      display: inline-block;
      margin: 0;
      border-right: 1px solid #fff; }
      .link li:last-child {
        border-right: none; }
      .link li a {
        font-size: 10px;
        font-size: 0.8333333333rem;
        padding: 0 5px;
        font-weight: bold;
        color: #e7304c; }

  #page_top {
    width: 40px;
    height: 40px;
    z-index: 10000000; }
    #page_top a {
      display: block; } }

/*# sourceMappingURL=main.css.map */
