@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
option,
optgroup,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icon-font.eot?11604159");
  src: url("../fonts/icon-font.eot?11604159&#iefix") format("eot"),url("../fonts/icon-font.woff?11604159") format("woff"),url("../fonts/icon-font.ttf?11604159") format("truetype");
  font-weight: 400;
  font-style: normal
}


html,
body {
  color: #333333;
  height: 100%;
  min-height: 100%;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

label {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  font-size: 16px;
  outline: 0;
}

select {
  font-size: 16px;
  line-height: 150%;
  outline: 0;
}

body {
  font-size: 18px;
}

.nowrap {
  white-space: nowrap;
}

body .error-message {
  color: #eb452f;
}

body .ui-widget.ui-widget-content {
  font-size: 15px;
}

body .col-md-push-3 {
  left: 0px;
}

body .col-md-9 {
  width: 100%;
}

body .mb20 {
  text-align: center;
}

#Wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#Header {
  font-size: 15px;
  position: relative;
}

#Header > .inner {
  margin: auto;
  max-width: 1200px;
  padding: 10px 10px 0px 20px;          /*/// for header style 2021.05.16*/
}

#Header .title {
  align-items: flex-end;
  display: flex;
  height: auto;
  justify-content: space-between;
  padding-bottom: 10px;                   /*/// for header style 2021.05.16*/
}

#Header .title h1 {
  align-self: flex-start;
  background: url(../img/logo_amima.png) left top no-repeat;
  background-size: contain;
  display: inline-block;
  /*margin: 0px 20px -10px 0px;*/
  margin: 20px 20px -10px 0px;
  width: 300px;
}

#Header .title h1 a {
  content: "";
  display: block;
  padding-top: 12.66667%;
  width: 100%;
}

#Header .title h1 span {
  display: none;
}

@media screen and (max-width: 880px) {
  #Header .title h1 {
    background-image: url(../img/sp/logo_amima_sp.png);
    max-width: 170px;
  }
  #Header .title h1 a {
    content: "";
    display: block;
    padding-top: 17.88991%;
  }
}

#Header .title .menus {
  display: flex;
  margin-top:20px;                    /*/// for header style 2021.05.16*/
}

#Header .title .menus .link {
  border-left: 2px solid #00bfff;	/*/// for header style 2021.05.16*/
  padding: 5px 20px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #Header .title .menus .link .ruby {
    display: none;
  }
}

#Header .title .menus .login {
  border: 2px solid #00bfff;			/*/// for header style 2021.05.16*/
  border-radius: 6px;
  color: #00bfff;
  margin-right: 20px;
  white-space: nowrap;
}

#Header .title .menus .login a {
  /*/// for header style 2021.05.16*/
  color: #00bfff;
  font-weight: 600;
  /*/// end 2021.05.16*/
  display: block;
  padding: 5px 20px;
}

#Header .title .menus .regist {
  /*/// for header style 2021.05.16*/
  background: #E60013;
  border: 2px solid #E60013;
  /*/// end 2021.05.16*/
  border-radius: 6px;
  color: #ffffff;
  margin-right: 0px;
  white-space: nowrap;
}

#Header .title .menus .regist a {
  color: #ffffff;
  display: block;
  padding: 5px 20px;
}

#Header .category {
  background: #00bfff;
  margin: 0px 0px 10px 0px;
  position: relative;
  z-index: 1;
}

#Header .category > .inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 10px 20px 0px 0px;
  max-width: 1200px;
}

#Header .category > .inner ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#Header .category > .inner ul.sub {
  display: none;
}

#Header .category > .inner ul li {
  line-height: 28px;
  margin: 0px 0px 10px 20px;
  position: relative;
}

#Header .category > .inner ul li a {
  align-items: center;
  color: #ffffff;
  display: flex;
  line-height: 28px;
  padding-left: 32px;
  white-space: nowrap;
}

#Header .category > .inner ul li a img {
  position: absolute;
  left: 0px;
  top: 0px;
}

#Header form {
  display: flex;
}

#Header form .tabs {
  display: flex;
}

#Header form .tabs .tab {
  align-items: center;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  margin: 0px 10px 10px 0px;
  padding: 5px 10px 5px 20px;
  white-space: nowrap;
}

#Header form .tabs .tab::after {
  /*/// for green-arrow=>blue arrow style 2021.05.16*/
  background: url(../img/arrow_blue_bottom.png) center center no-repeat;
  /*/// end 2021.05.16*/
  background-size: contain;
  content: "";
  display: block;
  width: 24px;
  margin-left: 10px;
  height: 24px;
}

#Header form .tabs .tab.active {
  background: #ffffff;
  border-bottom: none;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}

#Header form .search {
  margin: 0px 0px 10px 5px;
  position: relative;
  width: 100%;
}

#Header form .search input[type=search] {
  background: #fafafa;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  font-size: 15px;
  height: 100%;
  height: 42px;
  padding: 5px 10px;
  width: 100%;
}

#Header form .search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
}

#Header form .cart {
  display: inline-block;
  margin-bottom: 10px;
}

#Header .lists {
  position: relative;
  text-align: left;
}

#Header .lists .list {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #dbdbdb;
  border-radius: 6px;
  font-size: 15px;
  padding: 20px 20px 0px 20px;
  position: absolute;
  text-shadow: 1px 1px 1px #ffffff;
  top: -2px;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

#Header .lists .list.categories {
  border-radius: 0px 6px 6px 6px;
}

#Header .lists .list.categories li {
  background: url(../img/arrow_menu.png) left center no-repeat;
  padding-left: 12px;
}

#Header .lists .list.tags li {
  background: url(../img/arrow_menu.png) left center no-repeat;
  display: inline-block;
  margin: 0px 20px 20px 0px;
  padding-left: 12px;
  font-weight: bold;
}

#Header .lists .list.tags li a {
  color: #333333;
}

#Header .lists .list .grid {
  margin: auto;
}

#Header .lists .list .grid .item {
  /*margin: 0px 20px 20px 0px;*/
  margin: 0px 0px 20px 0px;
  white-space: nowrap;
  width: 120px; text-align: center;
}

#Header .lists .list .grid .item dt {
  font-weight: bold;
}

#Main #Navi {
  background: #00bfff;
  color: #ffffff;
  padding: 20px;
  min-height: 100%;
  white-space: nowrap;
}

#Main #Navi a {
  color: #ffffff;
  line-height: 200%;
}

#Main #Navi .unread_count {
  border-radius: 50%;
  background: white;
  padding: 4px 11px;
  color: #00BFFF;
  margin-left: 4px;
}

#Main h2 {
  font-size: 28px;
  text-align: center;
}

#Main .banner .sp {
  width: 100%;
}

#Main .headline {
  font-size: 36px !important;
  text-align: center;
}

#Main .ects {
  background: #eeedeb;
  /*/// for amima top style 2021.05.16 */
  padding: 90px 15px 30px 15px;
  /*max-width: 1200px;*/
  /*margin: 0  auto 30px auto;*/
  /*/// end 2021.05.16*/
}

#Main .ects .categories {
  margin: auto;
  max-width: 1200px;
}

#Main .ects .categories h3 {
  color: #00aeef;                             /*/// for amima top style 2021.05.16*/
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  margin: 0px 0px 30px 0px;
  text-align: center;
}

#Main .ects .categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0px 15px;
}

#Main .ects .categories ul li {
  background: #ffffff;
  border: 2px solid #b3b3b3;
  border-radius: 10px;                     /*/// for amima top 2021.05.16*/
  display: inline-block;
  margin: 0px 0px 30px 0px;
  padding: 10px 15px;
  width: 30%;
}

#Main .ects .categories ul li a {
  display: flex;
  justify-content: space-between;
}

#Main .ects .categories ul li a::after {
  /*///  for green-arrow=>blue arrow style 2021.05.16*/
  background: url(../img/arrow_blue_right.png) right center no-repeat;
  /*/// end 2021.05.16*/
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin-left: 10px;
  min-width: 24px;
}

#Main .ects .categories ul li.spacer {
  border: none;
  height: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

#Main .ects .tags {
  margin: auto;
  max-width: 1200px;
}

#Main .ects .tags h3 {
  color: #00aeef;                             /*/// for amima top style 2021.05.16*/
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  margin: 0px 0px 30px 0px;
  text-align: center;
}

#Main .ects .tags ul {
  margin: 20px 15px 30px 15px;          /*/// for amima top style 2021.05.16*/
}

#Main .ects .tags ul li {
  background: #ffffff;
  border: 2px solid #b3b3b3;
  border-radius: 6px;
  display: inline-block;
  margin: 0px 20px 20px 0px;
  padding: 10px 15px;
}

#Wrapper .sticky {
  bottom: 0px;
  left: 0px;
  /*position: -webkit-sticky;*/
  position: sticky;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#Wrapper .sticky a {
  /*/// for amima top style 2021.05.16*/
  background: url(../img/icon_photo.png);
  background-size: contain;
  bottom: 20px;
  box-sizing: border-box;
  height: 160px;
  position: absolute;
  right: 40px;
  text-align: center;
  white-space: nowrap;
  width: 160px;
  font-weight: 700;
}
@media screen and (max-width:1280px ){
  #Wrapper .sticky a {

  }
}


@media screen and (max-width:600px ){
  #Wrapper .sticky a {
    width:100px; height: 100px;
    right: -14px; bottom: -14px;
  }
}


#g {
  text-align: left;
  padding-bottom: 50px;
  max-width: 935px !important;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

@media screen and (max-width: 900px) {
  #g {
    text-align: left;
    padding-bottom: 50px;
    max-width: 100%;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

}


#Footer {
  /*///  for footer style 2021.05.15*/
  background: #00bfff;
  /*max-width: 1200px;*/
  margin: 0 auto;
  width: 100%;
  /*/// end 2021.05.16      */
}

#Footer .wrapper {
  color: #ffffff;
  display: flex;
  margin: auto;
  max-width: 1200px;
  padding: 50px 30px;
}

#Footer .wrapper dl {
  width: 25%;
}

#Footer .wrapper dl dt {
  font-weight: 700;
}

#Footer .wrapper dl dd a {
  color: #ffffff;
  line-height: 100%;
}

#Footer .wrapper .logo dd {
  width: 70%;
}

#Footer .wrapper .logo dd img {
  max-width: 100%;
}

#Footer .wrapper .logo dt {
  display: none;
}

#Footer .copyright {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  text-align: center;                               /*/// for footer style 2021.05.17*/
}

.logo_footer_bird_icon{
  margin-top: 20px;
  margin-right: 20px;
  display: block;
}

.logo_footer_bird_icon_sp{
  display: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #Footer .copyright {
    font-size: 15px;
  }

  .logo_footer_bird_icon {
    display: none;
  }
  .logo_footer_bird_icon_sp {
    display: block;
  }
}

#Footer .copyright img {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/****************/
/* 共用スタイル */
/****************/
.common.button {
  margin-bottom: 20px;
}

.common.button.dual {
  display: flex;
  justify-content: space-between;
}

.common.button.dual a {
  width: 100%;
}

.common.button.dual a:first-child {
  margin-right: 10px;
}

.common.button.dual a:last-child {
  margin-left: 10px;
}

.common.button a {
  background: #00bfff;
  border-radius: 6px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}

.common.message {
  display: table;
  margin: 20px auto;
  padding: 10px 20px;
}

.common.message.success {
  border: 2px dashed #00bfff;
}

.common.message.error {
  border: 2px dashed #eb452f;
}

.common.back {
  font-size: 15px;
  text-align: center;
}

.common.element {
  margin-bottom: 20px;
}

.common.element.distance {
  margin-bottom: 40px;
}

.common.input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-sizing: border-box;
  height: 56px;
  padding: 0px 20px;
  width: 100%;
}

/*  added 2021.05.13 for Mypage/Ietem/Detail */
input.size20[type="text"]{width:20%}

.common.textarea {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-sizing: border-box;
  height: 168px;
  padding: 10px 20px;
  width: 100%;
}

.common.select {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  height: 56px;
  padding: 0px 20px;
  width: 100px;
}

.common.detail {
  border-bottom: 1px solid #eeedeb;
  margin-bottom: 50px;
}

.common.detail dl {
  border-top: 1px solid #eeedeb;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
}

.common.detail dl dd {
  text-align: right;
}

.common.more {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0px auto 50px auto;
  max-width: 1200px;
  padding-right: 15px;
}

.common.more::after {
  /*///  for green-arrow=>blue arrow style 2021.05.16*/
  background: url(../img/arrow_blue_right.png) right center no-repeat;
  /*/// end 2021.05.16*/
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 10px;
  width: 24px;
}

.common.pager .pagination {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.common.pager .pagination li {
  padding: 0px 5px;
}

.common.pager .pagination li.active {
  color: #dbdbdb;
}

.common.pager .pagination li.arrow {
  color: #dbdbdb;
}

.common.pager .pagination li.arrow a {
  color: #333333;
}

.common.crumbs {
  font-size: 16px;
  margin: 30px auto 30px auto;
  max-width: 1200px;
  padding-left: 10px;
}

.common.crumbs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.common.crumbs ul li {
  font-size: 13px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.common.crumbs ul li::after {
  content: ">";
  display: inline-block;
  padding: 0px 6px;
}

.common.crumbs ul li.last::after {
  display: none;
}

.common.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}

.common.tags a {
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  display: block;
  margin: 0px 20px 20px 0px;
  padding: 10px 20px;
}

.common.products {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1200px;
}
.yama_section .common.products {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
  padding: 0  calc((100% - 540px)/2);
}
.common.products.narrow .item {
  width: 33.33333%;
  padding: 0px 5px;
}

@media screen and (min-width: 1000px) {
  .common.products.narrow .item {
    width: 25%;
    padding: 0px 10px;
  }
}

@media screen and (min-width: 1100px) {
  .common.products.narrow .item {
    width: 20%;
    padding: 0px 15px;
  }
}

.common.products .item {
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
  padding: 0px 5px;
  width: 33.33333%;
}

@media screen and (min-width: 900px) {
  .common.products .item {
    width: 25%;
    padding: 0px 10px;
  }


}

@media screen and (min-width: 1000px) {
  .common.products .item {
    width: 20%;
    padding: 0px 15px;
  }
}

.common.products .item dl {
  background: #eeedeb;
  height: 100%;
  /*border:2px solid #231f20;                          !* /// for amima top style 2021.05.16*!*/
}

.common.products .item dl dt .soldout {
  margin: auto;
  overflow: hidden;
  position: relative;
}
/*/// add for sold mark 2021.05.13*/
.common.products .item dl dt .soldout .sold_mark{
  position: absolute;
  width: 80px;
}
/*/// end 2021.05.13*/

/*/// add for sold mark 2021.05.16*/
.items .item .content .detail .photo .sold_mark{
  position: absolute;
  width: 30px;
}
/*/// end 2021.05.16*/

.common.products .item dl dt .soldout::after {
  background: #db3919;
  color: #ffffff;
  /*content: "SOLDOUT";*/                         /*///remove for sold mark 2021.05.13*/
  font-size: 20px;
  left: 50%;
  padding: 5px 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

.common.products .item dl dt img {
  max-width: 100%;
  width: 100%;
  /*height: 206px;*/
}
.common.products .item dl dt img:first-child{
  /*height: 80px;*/
}

.common.products .item dl dd {
  font-size: 20px;
  padding: 15px;
  /*/// for amima top style 2021.05.16*/
  /*border-top: 2px solid #231f20;  */
  /*background-color:#ffffff;*/
  min-height: 70px;
  /*/// end 2021.05.16*/
}

.common.products .item dl dd .title {
  /*/// for amima top style 2021.05.16*/
  font-size: 16px;
  font-weight: 700;
  /*/// end 2021.05.16*/
}

.common.products .item dl dd .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
}

.common.products .item dl dd .price .tax {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  white-space: nowrap;
}

.common.products .nothing {
  margin: 30px auto 120px auto;
  text-align: center;
}

.common.nothing {
  padding: 0px 0px 30px 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  #Wrapper {
    overflow: hidden;
    position: relative;
  }
  #Wrapper > .inner {
    position: relative;
    transition: all 0.5s;
  }
  #Wrapper > .inner.active {
    transform: translate(-260px, 0px);
  }
  #Header {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 580px) {
  #Header {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #Header .title .menus .login {
    margin-right: 10px;
    padding: 5px;
  }
  #Header .title .menus .login a {
    padding: 0px;
  }
  #Header .title .menus .regist {
    padding: 5px;
  }
  #Header .title .menus .regist a {
    padding: 0px;
  }
  #Header .category {
    margin: 0px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #Header .category > .inner {
    flex-wrap: nowrap;
    padding: 0px 0px 0px 0px;
    transition: 1s;
  }
  #Header .category > .inner.closed {
    height: 48px;
  }
  #Header .category > .inner.closed ul {
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
  }
  #Header .category > .inner.closed ul.main {
    padding: 10px 20px 0px 0px;
    /*						animation: loop1 100s -50s linear infinite;*/
  }
  #Header .category > .inner.closed ul.sub {
    /*						animation: loop2 100s linear infinite;*/
  }
  #Header .category > .inner.opened {
    height: auto;
  }
  #Header .category > .inner.opened ul.main {
    display: block;
    padding: 10px 0px 0px 0px;
    width: 100%;
  }
  #Header .category > .inner.opened ul.sub {
    display: none;
  }
  #Header .category > .inner.opened ul a {
    display: block;
  }
  @-webkit-keyframes loop1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop1 {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  #Header .tabs {
    display: flex;
    justify-content: center;
  }
  #Header .tabs .tab {
    align-items: center;
    border-right: 2px solid #dbdbdb;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 400px) {
  #Header .tabs .tab {
    font-size: 14px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 768px) {
  #Header .tabs .tab::after {
    /*///  for green-arrow=>blue arrow style 2021.05.16*/
    background: url(../img/arrow_blue_right.png) center center no-repeat;
    /*/// end 2021.05.16*/
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    margin-left: 10px;
    width: 24px;
  }
}

@media screen and (max-width: 768px) and (max-width: 400px) {
  #Header .tabs .tab::after {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  #Header .tabs .tab:last-child {
    border: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  #Header .lists .list {
    top: 2px;
  }
  #Main #Navi {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 100%;
    width: 260px;
    z-index: 1;
  }
  #Main .more {
    margin-top: 20px;
  }
  #Main .ects {
    background: #ffffff;
    padding: 30px 0px 30px 0px;
  }
  #Main .ects .categories ul {
    border-top: 2px solid #b3b3b3;
    padding: 0px;
  }
  #Main .ects .categories ul li {
    border-radius: 0px;
    margin: 0px;
    width: 50%;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  #Main .ects .categories ul li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #Main .ects .categories ul li:nth-child(odd) {
    border: none;
    border-bottom: 2px solid #b3b3b3;
    border-right: 2px solid #b3b3b3;
  }
  #Main .ects .categories ul li:nth-child(even) {
    border: none;
    border-bottom: 2px solid #b3b3b3;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  #Main .ects .categories ul li:nth-child(odd) {
    border: 1px solid #b3b3b3;
    border-left: none;
    border-right: none;
  }
  #Main .ects .categories ul li:nth-child(even) {
    border: 1px solid #b3b3b3;
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  #Main .ects .categories ul li a {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 80px;
    padding: 10px;
    width: 100%;
  }
  #Main .ects .categories ul li a::after {
    background: url(../img/arrow_gray_right.png) right center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    margin-left: 10px;
    min-width: 28px;
  }
  #Main .ects .categories ul li.spacer {
    border: none;
    height: 0px;
    padding: 0px;
    margin-bottom: 0px;
  }
  #Wrapper .sticky {
    position: fixed;
  }
  #Footer .wrapper {
    display: block;
  }
  #Footer .wrapper dl {
    padding: 0px 0px  30px 0px;
    width: 100% !important;                   /*/// for footer style 2021.05.17*/
  }
  #Footer .wrapper .logo {
    padding: 30px 0px  30px 0px;
    text-align: center;
  }
  #Footer .wrapper .logo dd {
    margin: 10px 50px;
  }
  #Footer .wrapper .logo dt {
    color: #ffffff;
    display: block;
    font-size: 3.6vw;
    font-weight: normal;
  }
  .common.products {
    padding-left: 2px;
  }
  .common.products .item {
    margin-bottom: 2px;
    padding: 0px 2px 0px 0px;
    width: 33.33333%;
  }
  .common.products .item dl dd {
    padding: 5px;
  }
}


#g .title {
  margin: 20px 0 20px;
  padding: 15px 20px;
  color: #00bfff;
  line-height: 1.0;
  background: #f7f7f7;
  border: none;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
}
/*20210513 about company style*/
#g .content {
  padding: 0px 20px;
}

.notify_date {
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
}
/*Added at 2021.05.14  */
.title-red {
  color: red;
}
.required{
  color: red;
}
.unrequired{
  color: #422874;
}
#otherAddr dl,#registeredAddr dl{
  padding: 10px;
}
.bankinfo{
  border-bottom: solid 2px #dbdbdb;
  padding-bottom: 10px;
  font-weight: bold;
}
.font-bold{
  font-weight: bolder;
}
.bgcol-yellow{
  background-color: #f9f4c6;
}
.pt30{
  padding-top: 30px;
}
.action{
  background-color: red;
  border: none;
  color: white;
  padding: 10px 25px;
  font-size: 25px;
}
.visible{
  background-color: darkgrey;
  border: none;
  color: white;
  padding: 10px 25px;
  font-size: 25px;
}


#Cart .list-info{
  margin: 30px auto 30px auto;
  max-width: 520px;
  /*padding-left: 10px;*/
}

/*#Main #Cart .list-info .payment{
  margin: 30px auto 30px auto;
  text-align: center;
  width: 40%;
}*/
#Cart .list-info table {
  width: 100%;
  border: solid 1px darkgray;
  border-collapse: collapse;
  margin: 20px auto ;
}

#Cart .list-info table tr th {
  text-align: left;
  background: #f5f1f0;
  border: solid 1px #e3ddd9;
  padding: 14px;
  width: 50%;
}

#Cart .list-info table tr td {
  border: solid 1px #e3ddd9;
  padding: 14px;
}
/*end*/
/*Added End 2021.05.14 */
/*///add for member register 2021.05.13 */
#Main #Regist form .input dl dt.memberInfo{
  background: #00bfff;
  color: #ffffff;
  padding: 12px;
}
#Main #Regist form .input dl dt.memberInfo span{
   /*color: #01aeef;*/
   font-size: 18px;
   font-weight: bold;
}
#Main #Regist form .input dl .needword{
    font-size: 14px;
    color: #fd3737;
    display: inline-block;
    margin-left: 10px;
}

#Main #Regist form .agreement_button div{
    color: #000;
    border:1px solid #808285;
    background-color: #e6e7e98c;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-weight: 500;
    padding:10px 10px 12px 10px;
    text-align: center;
    margin-bottom: 40px;
}
#Main #Regist form .agreement_button div input[type=checkbox]{
  display: none;
}
#Main #Regist form .agreement_button a.agreetitle{
  color: #1074bc;
  font-weight: 500;
  border-bottom: 2px solid #1074bc;
}
#Main #Regist form .agreement_button div input[type=checkbox] + .agreeChecked{
    background-image: url(../img/checkbox/unchecked.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 5px;
    margin-right: 15px;
}
#Main #Regist form .agreement_button div input[type=checkbox]:checked + .agreeChecked{
    background-image: url(../img/checkbox/checked.png);
}
#Main #Regist form .button.disable a.submit_button{
  background-color: #e6e7e9;
  color: #000000;
}
#Main #Regist form .button.red a.submit{
    background-color: #ee1d23;
    color: #ffffff;
    display: none;
}
#Main #Regist form  div dt.memberInfo, #Main #Contents form  dl dt.memberInfo{
   /*border-bottom:solid 2px #00aeef;  */
  background: #00bfff;
  color: #ffffff;
  padding: 12px;
  width: 100%;
}

form dl dt .note {
  font-size: 14px;
  color: #fd3737;
  display: inline-block;
  background-color: #F7F7C4;
  padding: 12px 24px;
  margin: 8px;
}

#Main #Regist form  div.confirmtitle{
   padding-top: 40px;
   border-top: 1px solid #eeedeb;
}
#Main #Regist form  div dt.memberInfo span, #Main #Contents form  dl dt.memberInfo span{
   /*color: #01aeef;*/
   /*font-size: 19px;*/
   /*font-weight: bold;*/

}
/*/// for mypage review appraisal 2021.05.15*/
#Main #Contents form.profile .reviewpoint{
    margin-left: 10px;
    font-weight: 700;
    font-size: 19px;
    color: #fd3737;
}
#Main #Contents form.profile .noappraisal{
    font-weight: 400;
    font-size: 16px;
    color: #7f7f7f;
}

/*/// end 2021.05.15*/
/*/// for footer style 2021.05.16*/

#Footer .wrapper dl.footer_link_list{
    width: 20%;
}
#Main .ects  ul li a span{
    color: #00aeef;
    font-weight: 500;
}
#Header .inner .title .menus li.link.pc a{
    color: #000000;
    font-weight: 600;
}
.other_category_tags h2{
  margin-bottom:0px !important;
}
.common.more a{
  color: #00aeef;
  font-weight: 500;
}
.movie.common{
  overflow: hidden;
  position: relative;
  width:100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.movie::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}


.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.movie.common span{
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: 115px;
}
#Header form .tabs .tab a{
  color: #00bfff;
}
@media (min-width: 1200px) {
    .shop {
        background:#3f3c3e;
        font-size:16px;
        font-weight: bold;
        color:white;
        float:right;
        position: absolute;
        padding: 6px 25px 6px 15px;
        border-radius: 0px 15px 15px 0px;
        margin-top:160px;
        opacity: 0.7;
    }
}
@media (max-width: 1200px){
    .shop {
        background:#3f3c3e;
        font-size:12px;
        font-weight: bold;
        color:white;
        float:right;
        position: absolute;
        padding: 6px 25px 6px 15px;
        border-radius: 0px 15px 15px 0px;
        margin-top:140px;
        opacity: 0.7;
    }
}
@media (max-width: 1100px){
    .shop {
        margin-top:120px;
    }
}
@media (max-width: 900px){
    .shop {
        margin-top:180px;
    }
}
@media (max-width: 630px){
    .shop {
        margin-top:140px;
    }
}
@media (max-width: 500px){
    .shop {
        margin-top:120px;
    }
}
@media (max-width:430px){
    .shop {
        margin-top:100px;
    }
}
@media (max-width:400px){
  .shop {
    margin-top:80px;
  }
}
@media (max-width: 370px){
    .shop {
        margin-top:70px;
    }
}
.optionspace
  {margin-left: 30px;}
@media (max-width: 630px){
  .optionspace
  {margin-left: 15px;}
}
/*/// end 2021.05.16*/
/*/// end 2021.05.13*/



/*added 0517*/
.yama_link1{
  margin-left:5%;
  margin:0 auto;
  width:270px;
  text-align:left;
  padding:5px 5px 5px 5px;
  border-bottom: 3px solid #e8e6e4;
  border-top:3px solid #e8e6e4;
}
.yama_link2{
  margin-left:5%;
  margin:0 auto;
  width:270px;
  text-align:left;
  padding:5px 5px 5px 5px;
  border-bottom: 3px solid #e8e6e4;
  border-top:3px solid #e8e6e4;
}
.yama_link3{
  margin-left:5%;
  margin:0 auto;
  width:92%;
  text-align:left;
  padding:5px 5px 5px 5px;
  border-top:3px solid #e8e6e4;
}
.yama_link4{
  margin-left:5%;
  margin:0 auto;
  width:92%;
  text-align:left;
  padding:5px 5px 5px 5px;
  border-bottom: 3px solid #e8e6e4;
  border-top:3px solid #e8e6e4;
}

.yama_img_arrow{
  float:right;
  margin-top:3%;
}
.yama_guid_btn{
  width:98%;
  margin-top:8%;
  margin-bottom:15%;
}
/*/// for amima guid responsive 2021.05.17*/
.yama_section_div{
    margin:0 auto;
    width:50%;
    margin-top:4%;
}
.yama_list_2{
    float:left;
    width:50%;
}
.yama_list_3{
    float:right;
    width:50%;
}
@media screen  and (max-width: 1200px){
  .yama_link2{
      border-top: none;
  }
  .yama_list_2,.yama_list_3{
      float:none;
      width:100%;
      margin: 0 auto;
  }
  .yama_link1,.yama_link2{
    width: 92%;
  }
  .yama_section .common.products{
    padding: 0 0;
    display: block;
    width: 50%;
  }
  .yama_img_arrow{
    margin-top: 2%;
  }
}
@media screen  and (max-width: 700px){
  .yama_img_arrow{
    margin-top: 3%;
  }
}
@media screen  and (max-width: 380px){
  .yama_section h2{
      font-size: 24px !important;
  }
  .yama_link1,.yama_link2,.yama_link3,.yama_link4{
      font-size: 14px;
  }
}
.logo_footer
{
	width:156px;
	height:32px;
}
.twitter_footer
{
	width:39px;
	height:38px;
}

.bgcol-description {
  text-align: left; font-size: 11px
}

.bgcol-description p {
  margin: 16px 0;
}
/*/// end 2021.05.17*/
/*ended 0517*/
