@charset "utf-8";


@import url("/_shared/2017/css/default.css");
@import url("/_shared/2017/css/base.css?20170414");
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');


html {
  font-size: 62.5%;
}

body {
  background: linear-gradient(90deg, #ffdee9, #ffc788);
  background-size: 2000px;
  min-width: 1200px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: 'ヒラギノ角ゴシック','meiryo',sans-serif;
}

::selection {
  color: #59bdec;
  background: rgb(113 188 233 / 0.4);
}

.sp {
  display: none;
}

.copyright,
.sns {
  padding: 10px 0;
  text-align: center;
  color: #555;
}

.canime_copyright {
  padding: 50px 10px 20px;
  background: #fff;
}

.sns * {
  vertical-align: middle;
}

.sns .twitter-share-button {
  margin-right: 10px;
  display: inline-block;
}

nav a, nav a:link, nav a:visited, nav a:active {
  color: #000;
  background: none;
}

nav ul li a {
  border: solid 2px #000;
  font-size: 16px;
  padding: 10px 16px;
}

nav ul li a:hover {
  color: #ccc;
  border: solid 2px #ccc;
}

section {
  padding: 60px 0; 
}

.box {
  max-width: 1200px;
  margin: 0 auto;
}


/*====================
メインビジュアル
====================*/
.mv_area {
  padding: 60px 0 0;
}

.mv {

}

.mv h1 {
  max-width: 250px;
  margin: 0 auto 20px;
}

.mv h1 img {
  width: 100%;
  vertical-align: bottom;
}

.font-none {
  font-family: none;
}






/*====================
Goods
====================*/
.goods_area {

}

.item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item {
  position: relative;
  width: 550px;
  margin: 0 10px 20px;
  background: #fff;
  padding: 10px;
  padding-bottom: 12rem;
  border: 4px solid #000;
}

.figure {
  /*border-bottom: 1px solid #ccc;*/
  margin: 0 auto 10px;
  /*padding-bottom: 10px;*/
  width: 540px;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.figure img {
  max-width: 540px;
  max-height: 540px;
  vertical-align: bottom;
}

.item_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #ff76a4;
}

.item_txt {
  margin-bottom: 10px;
  padding: 0 10px;
  color: #333;
}

.item_size {
  color: #555;
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding: 0 10px;
}

.item_caution {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding: 0 10px;
  text-indent: -1em;
  padding-left: 1.8em;
}

.item_caution_bold {

}

.bonus {
   background: #b080b6;
   padding: 8px;
   color: #00504a;
   margin-bottom: 10px;
   line-height: 1.8;
}

.bonus span {
   background: #00504a;
   padding: 5px;
   color: #b080b6;
   margin-right: .7em;
}

.bonus dl {
}

.bonus dt {
  font-size: 1.1rem;
}

.bonus dd {
  font-size: 1rem;
}

.figure_bonus {
  border-bottom: none;
  margin: 10px auto;
  padding-bottom: 10px;
  width: 250px;
  height: auto;
  display: block;
}

.figure_bonus img {
  max-width: 250px;
  max-height: 200px;
  display: block!important;
  vertical-align: bottom;
  margin: 0 auto;
}

.crat_box {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.price {
  color: #ff76a4;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}

.price span {
  font-size: 1.2rem;
  margin-left: 0.5em;
}

.cart {
  width: 250px;
  margin: 0 auto;
}

.cart img {
  width: 100%;
  vertical-align: bottom;
  background: #620000;
  transition: all 0.3s linear;
}

.cart img:hover {
  opacity: 0.8;
}


.item_box_end_caution {
  margin-top: 20px;
  color: #555;
}

.item_box_end_caution li {
  text-align: center;
}


.item_box_end_caution li a {
  color: #ff9800;
}

.item_thumbnail  {
  padding-bottom: 24rem;
}

.item_thumbnail_big {
  padding-bottom: 32rem;
}

.thumbnail_box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 10px 0 20px;
}

.thumbnail_figure {
  width: 82px;
  height: 82px;
  border: 1px solid #ccc;
  margin: 5px 2.5px 0;;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.thumbnail_figure img {
  max-width: 80px;
  max-height: 80px;
}


.btn_link {
  position: relative;
  width: 400px;
  margin: 30px auto 0;
  text-align: center;
  background: #c80000;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s linear;
}

.btn_link:hover {
  opacity: 0.8;
}

.btn_link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



/*====================
footer
====================*/
footer .ponican {
  display: none;
}






























































