@charset "utf-8";
/* CSS Document */


/*--------------------------------------
  基本設定
---------------------------------------*/
*{
  margin: 0;
  padding: 0;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust:100%;
  line-height: 1.4;
  font-size: 18px;
  margin: 0 auto;
  min-width: 1200px;
}
img {
  vertical-align: bottom;
  border: 0;
}
li {
  color: #444;
}
p {
  color: #444;
}
a {
  color: #444;
}
a:hover {
  text-decoration: none;
}
dl dt, dl dd {
  color: #444;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
  display: block;
}
table {
  word-break: break-all;
}
.pc_none {
  display: none;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 14px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}



/*--------------------------------------
  header
---------------------------------------*/
header .inner {
  overflow: hidden;
  zoom: 1;
  padding: 15px 0 5px 0;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
header h1 {
  float: left;
  margin: 0 0 10px 0;
  font-size: 10px;
}
header p.catch {
  float: left;
  margin: 5px 10px 0 10px;
  font-size: 14px;
}
header #topic_path {
  overflow: hidden;
  zoom: 1;
  clear: both;
}
header #topic_path li {
  float: left;
  margin: 0 5px 0 0;
  list-style: none;
  font-size: 14px;
}
header #topic_path li a {
  color: #000099;
}
header #topic_path li a:hover {
  text-decoration: none;
}
header #sns_button {
  position: absolute;
  right: 0;
  bottom: 5px;
  overflow: hidden;
  zoom: 1;
}
header #sns_button li {
  float: left;
  margin: 0 0 0 10px;
  list-style: none;
}
header #sns_button li#tw {
  padding: 7px 0 0 0;
}

@media only screen and (max-width: 767px) {
  header .inner {
    width: 96%;
  }
  header h1 {
    margin: 10px 0 10px 0;
  }
  header p.catch {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px !important;
  }
  header p#btn_top {
    text-align: right;
    margin: 10px 0 0 0;
  }
  header #topic_path li {
    margin: 35px 5px 0 0;
    font-size: 11px !important;
  }
  header #sns_button {
    position: absolute;
    right: 0;
    bottom: 25px;
  }
  header #sns_button li#tw {
    padding: 0;
  }
}



/*--------------------------------------
  main
---------------------------------------*/
/* mv_area */
.mv_area {
  margin: 0 auto;
}
.mv_area .mv {
  width: 100%;
}
.mv_area .mv img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  
  .mv_area .mv {
    width: 100%;
  }
  .mv_area .mv img {
    width: 100%;
    height: auto;
  }
}

/* gnav_area */
.gnav_area {
  z-index: 10;
  border-bottom: solid 1px #fff;
}
.gnav_area ul {
  display: flex;
  justify-content: center;
  align-items:center;
  background: #002060;
}
.gnav_area ul li {
  list-style: none;
  width: 167px;
  
  border-left: solid 1px #fff;
  box-sizing: border-box;
}
.gnav_area ul li:last-child {
  border-right: solid 1px #fff;
}
.gnav_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  box-sizing: border-box;
  transition: opacity 0.3s ease-out;
}
.gnav_area ul li.gnav_cart a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_cart.png) no-repeat center center;
  background-size: 30px auto;
  filter: brightness(0) invert(1);
  margin-right: 5px;
}
.gnav_area ul li a:hover {
  opacity: 0.7;
}
.gnav_area.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
.gnav_next.fixed {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .gnav_area ul {
    flex-wrap: wrap;
  }
  .gnav_area ul li {
    width: 33%;
    border-left: none;
  }
  .gnav_area ul li:last-child {
    border-right: none;
  }
  .gnav_area ul li:nth-child(-n+3) {
    border-bottom: solid 1px #fff;
  }
  .gnav_area ul li:nth-child(3n+2) {
    width: 34%;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .gnav_area ul li a:hover {
    opacity: 1;
  }
  .gnav_next.fixed {
    margin-top: 66px;
  }
}

/* info_area */
.info_area_wrap {
  background: #002060;
}
.info_area {
  width: 1000px;
  margin: 0 auto;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_area .info_txt {
  font-weight: bold;
}
.info_area .info_txt a {
  color: #fafca1;
}
.info_area .info_period {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #8b1111;
  background: #feffee;
  border-radius: 4px;
  padding: 0.2em 1em;
  margin: 0 0.5em 0 0;
}

@media only screen and (max-width: 767px) {
  .info_area {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
  }
  .info_area p {
    font-size: 12px;
  }
  .info_area .info_period {
    line-height: 1.3;
    padding: 0.4em 0.5em;
    margin: 0;
    font-size: 11px;
  }
}

/* delivery_info_area */
.delivery_info_area {
  width: 1000px;
  margin: 3px auto 5px;
  padding: 10px;
  box-sizing: border-box;
  background: #feffdc;
  border: solid 2px #ffc1a1;
  box-sizing: border-box;
  text-align: center;
}
.delivery_info_area p {
  font-weight: bold;
  color: #002060;
}
.delivery_info_area .delivery_info_txt {
  background: #002060;
  margin: 1em auto;
  padding: 1em;
  color: #fff;
  display: inline-block;
  border: solid 1px #6d0000;
}
.delivery_info_area .delivery_info_txt a {
  color: #fff;
}
.delivery_info_area .delivery_info_notice {
  display: inline-block;
}
.delivery_info_area .delivery_info_notice li {
  text-align: left;
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.delivery_info_area .delivery_info_notice li:not(:last-child) {
  margin: 0 auto 0.2em;
}

@media only screen and (max-width: 767px) {
  .delivery_info_area {
    width: 96%;
    margin: 10px auto;
    padding: 5px 10px;
  }
  .delivery_info_area p {
    text-align: left;
  }
  .delivery_info_area .delivery_info_txt {
    padding: 0.5em 1em;
    line-height: 1.5;
  }
}

/* catch_area */
.catch_area {
  width: 1000px;
  margin: 0 auto 50px;
}
.catch_area .catch {
  margin: 0 auto 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .catch_area {
    width: 100%;
    margin: 0 auto;
  }
  .catch_area img {
    width: 100%;
    height: auto;
  }
}

/* category_area */
.category_area {
  margin: 20px auto;
}
.category_area .category_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.category_area .category_list li {
  list-style: none;
  margin: 0 0.5em;
}
.category_area .category_list li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  width: 12em;
  min-height:3em;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: #123986;
  border-bottom: solid 4px #02153a;
}

@media only screen and (max-width: 767px) {
  .category_area {
    margin: 0 auto 5vw;
  }
  .category_area .category_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1em 0 0.5em;
  }
  .category_area .category_list li {
    margin: 0;
    width: calc(50% - 15px);
  }
  .category_area .category_list li:nth-child(odd) {
    margin: 0 5px 0.5em 10px;
  }
  .category_area .category_list li:nth-child(even) {
    margin: 0 10px 0.5em 5px;
  }
  .category_area .category_list li a {
    font-size: 13px;
    width: 100%;
  }
}

/* cts_area */
.cts_area .cts {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 10px 40px;
  box-sizing: border-box;
  text-align: center;
}
.cts_area.bk_ranking1 {
  background: url(../img/cts_bk1.jpg) no-repeat right top;
  background-size: 30% auto;
  box-sizing: border-box;
}
.cts_area.bk_ranking2,
.cts_area.bk_category,
.cts_area .bk_card {
  background: url(../img/cts_bk2.jpg) repeat left top;
  background-size: 100% auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.cts_area .bk_wrapping,
.cts_area.bk_qanda {
  background: url(../img/cts_bk3.jpg) repeat-y center top;
  background-size: 90% auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.cts_area.bk_trivia {
  background-image:
    url(../img/cts_bk4.jpg),
    url(../img/cts_bk5.jpg);
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    left top,
    left bottom;
  background-size:
    100% auto,
    100% auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.cts_area.bk_bnr {
  background: #002060;
  padding: 10px 0;
  box-sizing: border-box;
}
.cts_area.bk_ranking1 .cts,
.cts_area.bk_ranking2 .cts,
.cts_area.bk_category .cts,
.cts_area .bk_card .cts,
.cts_area .bk_wrapping .cts,
.cts_area.bk_qanda .cts,
.cts_area.bk_trivia .cts,
.cts_area.bk_bnr .cts {
  background: rgba(255, 255, 255, 0.7);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.cts_area.bk_recommend {
  padding: 20px 0;
}
.subttl {
  font-weight: bold;
  padding: 0.3em;
  margin-bottom: 2.5em;
  position: relative;
}
.subttl::after {
  content: "";
  background-size: 10px 10px;
  background-color: #f5e1e1;
  background-image: repeating-linear-gradient(-45deg, #123986 0, #123986 3px, #fff 0, #fff 50%);
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.cts_area .cts .img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 15px;
}
.cts_area .cts .img_list li {
  list-style: none;
  height: 150px;
  margin: 0 5px 10px;
}
.cts_area .cts .img_list.img_wrapping li {
  height: 60px;
}
.cts_area .cts .img_list li img {
  width: auto;
  height: 100%;
}
.cts_area .cts .img_list.flow {
  margin: 20px auto 0;
}
.cts_area .cts .img_list.flow li {
  margin: 0;
  padding: 10px 5px;
  height: 100px;
  background: #eee;
}

@media only screen and (max-width: 767px) {
  .cts_area .cts {
    max-width: 100%;
    padding: 10px 0 20px;
    margin: 0 10px;
  }
  .cts_area.bk_ranking1 {
    background: url(../img/cts_bk1.jpg) no-repeat right top;
    background-size: 60% auto;
  }
  .cts_area .bk_wrapping,
  .cts_area.bk_qanda {
    background: url(../img/cts_bk3_sp.jpg) repeat-y center top;
    background-size: 100% auto;
  }
  .cts_area .cts .img_list {
    margin: 20px auto 15px;
  }
  .cts_area .cts .img_list li {
    height: 100px;
  }
  .cts_area .cts .img_list.img_wrapping li {
    height: 40px;
  }
  .cts_area .cts .img_list.flow {
    margin: 0 auto;
    padding: 3px 0;
    background: #eee;
  }
  .cts_area .cts .img_list.flow li {
    padding: 3px;
    height: 60px;
    background: none;
  }
}

/* category_column */
.cts_area .cts .category_column:not(:last-child) {
  margin: 0 auto 40px;
  padding: 0 0 40px;
  border-bottom: dashed 2px #eaeaea;
}
.cts_area .cts .category_ttl {
  text-align: center;
  color: #002060;
  font-weight: bold;
  border-top: solid 2px #002060;
  border-bottom: solid 2px #002060;
  display: inline-block;
  padding: 0.5em 3em;
  line-height: 1;
  margin: 0 auto 1em;
}
.cts_area .cts .category_txt {
  text-align: left;
  margin: 0 0 1em 1em;
}

@media only screen and (max-width: 767px) {
  .cts_area .cts .category_column:not(:last-child) {
    margin: 0 auto 6vw;
    padding: 0 0 6vw;
  }
  .cts_area .cts .category_txt {
    margin: 0 auto 1em;
  }
}

/* list_item */
.cts_area .cts .list_item {
  display: flex;
  flex-wrap: wrap;
}
.cts_area .cts .list_item li {
  width: 300px;
  margin: 0 16px 30px;
  list-style: none;
  border: solid 1px #ddd;
  box-sizing: border-box;
  position: relative;
}
.cts_area .cts .list_item li:nth-child(2n) {
  margin: 0 8px 30px
}
.cts_area .cts .list_item li .icon_rank {
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 1;
}
.cts_area .cts .list_item li .icon_rank.rank1 {
  background: url(../img/icon_rank1.png) no-repeat center center;
  background-size: 50px 50px;
}
.cts_area .cts .list_item li .icon_rank.rank2 {
  background: url(../img/icon_rank2.png) no-repeat center center;
  background-size: 50px 50px;
}
.cts_area .cts .list_item li .icon_rank.rank3 {
  background: url(../img/icon_rank3.png) no-repeat center center;
  background-size: 50px 50px;
}
.cts_area .cts .list_item li a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  padding: 10px;
  box-sizing: border-box;
}
.cts_area .cts .list_item li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.cts_area .cts .list_item li .list_item_img img {
  width: 280px;
  height: 280px;
  object-fit: contain;
  background: #f9f9f9;
}
.cts_area .cts .list_item li .list_item_txt {
  padding: 10px 0 0;
}
.cts_area .cts .list_item li .list_item_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #002060;
}
.cts_area .cts .list_item li .list_item_price {
  font-size: 14px;
  text-align: left;
}
.cts_area .cts .link_more {
  text-align: right;
  margin: 1em 2em 0 0;
}
.cts_area .cts .link_more a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.3s ease-out;
  color: #002060;
  font-weight: bold;
}
.cts_area .cts .link_more a::after {
  content: "";
  display: block;
  width: calc(100% + 2em);
  height: 15px;
  border-bottom: 1px solid #002060;
  border-right: 1px solid #002060;
  transform: skew(45deg);
  margin: -0.5em 0 0 -1em;
  transition: opacity 0.3s ease-out;
}
.cts_area .cts .link_more a:hover,
.cts_area .cts .link_more a:hover::after {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .cts_area .cts .list_item {
    justify-content: flex-start;
  }
  .cts_area .cts .list_item li {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .cts_area .cts .list_item li:nth-child(even) {
    margin: 0 0 40px 0;
  }
  .cts_area .cts .list_item li:nth-child(odd) {
    margin: 0 4% 40px 0;
  }
  .cts_area .cts .list_item li .icon_rank {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -25px;
    left: -8px;
  }
  .cts_area .cts .list_item li .icon_rank.rank1 {
    background: url(../img/icon_rank1.png) no-repeat center center;
    background-size: 40px 40px;
  }
  .cts_area .cts .list_item li .icon_rank.rank2 {
    background: url(../img/icon_rank2.png) no-repeat center center;
    background-size: 40px 40px;
  }
  .cts_area .cts .list_item li .icon_rank.rank3 {
    background: url(../img/icon_rank3.png) no-repeat center center;
    background-size: 40px 40px;
  }
  .cts_area .cts .list_item li a:hover {
    opacity: 1;
  }
  .cts_area .cts .list_item li .list_item_img img {
    width: 140px;
    height: 140px;
  }
  .cts_area .cts .list_item li .list_item_ttl {
    font-size: 14px;
  }
  .cts_area .cts .list_item li .list_item_price {
    font-size: 13px;
  }
  .cts_area .cts .link_more {
    margin: 0 2em 0 0;
  }
  .cts_area .cts .link_more a:hover,
  .cts_area .cts .link_more a:hover::after {
    opacity: 1;
  }
}

/* wrapping_area */
.wrapping_catch {
  text-align: left;
  color: #002060;
  margin: 0 auto 2em;
  font-weight: bold;
}
.wrapping_area {
  text-align: left;
}
.wrapping_area .wrapping_column:not(:last-child) {
  margin: 0 auto 40px;
  padding: 0 0 40px;
  border-bottom: dashed 2px #eaeaea;
}
.wrapping_area .wrapping_ttl {
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 0.5em;
  box-shadow: 0px -5px #bce9fc, 0px 5px #bce9fc;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #bce9fc;
  color: #353535;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2em;
}
.wrapping_area .wrapping_ttl::before,
.wrapping_area .wrapping_ttl::after {
  position: absolute;
  top: -5px;
  width: 0px;
  height: 0px;
  border-color: transparent #fff;
  border-style: solid;
  content: '';
}
.wrapping_area .wrapping_ttl::before {
  left: 0;
  border-width: 20px 0px 20px 12px;
}
.wrapping_area .wrapping_ttl::after {
  right: 0;
  border-width: 20px 12px 20px 0px;
}
.subttl_balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.4em 1em;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 20px;
  box-sizing: border-box;
}
.subttl_balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}
.wrapping_area .wrapping_subttl {
  display: inline-block;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border: 3px solid #6793db;
  box-shadow: 3px 3px 0 0 #6793db;
  position: relative;
  margin: 2em auto 1em;
  background: #f3fbff;
}
.wrapping_area .wrapping_txt {
  text-align: left;
  margin: 0 auto 0.5em;
}
.wrapping_area .wrapping_notice {
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 auto 0.5em;
  color: #f00;
}
.wrapping_area .wrapping_img_area {
  display: flex;
  flex-wrap: wrap;
}
.wrapping_area .wrapping_img_area .wrapping_img_area_sample_ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0.5em auto;
}
.wrapping_area .wrapping_img_area .wrapping_img_area_sample {
  width: 200px;
}
.wrapping_area .wrapping_img_area .wrapping_img_area_example {
  width: calc(100% - 220px);
  margin-left: 20px;
}
.wrapping_area .wrapping_img_area_sample {
}
.wrapping_area .wrapping_img_area_sample ul li {
  list-style: none;
}
.wrapping_area .wrapping_img_area_sample ul li:not(:last-child) {
  margin: 0 0 15px;
}
.wrapping_area .wrapping_img_area_example {
}
.wrapping_area .wrapping_img_area_example ul {
  display: flex;
  flex-wrap: wrap;
}
.wrapping_area .wrapping_img_area_example ul li {
  list-style: none;
  width: 300px;
  margin: 0 20px 0 0;
}
.wrapping_area .wrapping_img_area img {
  width: 100%;
  height: auto;
}
.wrapping_area .wrapping_noshi {
  display: flex;
  margin: 0 auto 2em;
}
.wrapping_area .wrapping_noshi > li {
  width: 300px;
  list-style: none;
}
.wrapping_area .wrapping_noshi > li:not(:last-child) {
  margin: 0 20px 0 0;
}
.wrapping_area .wrapping_noshi > li > img {
  width: 100%;
  height: auto;
}
.wrapping_area .wrapping_noshi .noshi_txt {
  font-size: 14px;
  display: inline-block;
  margin: 0.5em auto 0;
}
.wrapping_area .wrapping_noshi .noshi_txt span {
  font-weight: bold;
}
.wrapping_area .caption {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 0;
  text-align: left;
}
.wrapping_limited {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
.wrapping_limited_img {
  display: flex;
  margin: 0 auto 0 0;
}
.wrapping_limited_img > li {
  list-style: none;
  width: 250px;
}
.wrapping_limited_img > li:not(:last-child) {
  margin-right: 1em;
}
.wrapping_limited_img > li > img {
  width: 100%;
  height: auto;
}
.wrapping_limited_link {
  list-style: none;
}
.wrapping_area .wrapping_card_area {
  display: flex;
}
.wrapping_area .wrapping_card_area:not(:last-child) {
  margin: 0 auto 60px;
}
.wrapping_area .wrapping_card_txt {
  width: calc(40% - 20px);
  margin: 0 20px 0 0;
  text-align: left;
}
.wrapping_area .wrapping_card_img {
  width: 60%;
}
.wrapping_area .wrapping_card_img img {
  width: 100%;
  height: auto;
}
.wrapping_area .wrapping_onlinecard {
  display: flex;
}
.wrapping_area .wrapping_onlinecard li {
  list-style: none;
}
.wrapping_area .wrapping_onlinecard li:not(:last-child) {
  margin-right: 20px;
}
.wrapping_area .wrapping_onlinecard li img {
  width: auto;
  height: 250px;
}
.wrapping_area .wrapping_onlinecard li video {
  width: auto;
  height: 250px;
}
.wrapping_area .wrapping_onlinecard li .caption {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 0;
  text-align: left;
}
.delivery_area {
  border: solid 2px #002060;
  background: #fffdec;
  padding: 0.5em 1em;
  margin: 50px auto 0;
  display: inline-block;
}
.delivery_ttl {
  font-size: larger;
  font-weight: bold;
  border-bottom: solid 2px #002060;
  margin: 0 auto 0.5em;
  color: #002060;
}
.delivery_txt {
  color: #002060;
}
.delivery_txt em {
  font-weight: bold;
  font-style: normal;
}
.delivery_early {
  color: #002060;
  font-size: larger;
  font-weight: bold;
  margin: 1.5em auto;
}
.delivery_early > a {
  color: #002060;
}
.delivery_notes {
  margin: 1em auto 0;
  text-align: center;
}
.delivery_notes > ul {
  display: inline-block;
  text-align: left;
}
.delivery_notes > ul > li {
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
  color: #002060;
}

@media only screen and (max-width: 767px) {
  .wrapping_column:not(:last-child) {
    margin: 0 auto 6vw;
    padding: 0 0 6vw;
  }
  .wrapping_area .wrapping_ttl {
    font-size: 16px;
  }
  .wrapping_area .wrapping_ttl.twolines {
    line-height: 1.3;
    height: 40px;
  }
  .wrapping_area .wrapping_ttl.twolines::before,
  .wrapping_area .wrapping_ttl.twolines::after {
    top: -10px;
  }
  .wrapping_area .wrapping_ttl.twolines::before {
    border-width: 30px 0px 30px 12px;
  }
  .wrapping_area .wrapping_ttl.twolines::after {
    border-width: 30px 12px 30px 0px;
  }
  .wrapping_area .subttl_balloon {
    font-size: 14px;
  }
  .wrapping_area .wrapping_img_area {
    display: block;
    margin: 0 auto;
  }
  .wrapping_area .wrapping_img_area .wrapping_img_area_sample {
    width: 100%;
    margin: 0 0 20px;
  }
  .wrapping_area .wrapping_img_area .wrapping_img_area_example {
    width: 100%;
    margin: 0 auto;
  }
  .wrapping_area .wrapping_img_area_sample ul {
    display: flex;
  }
  .wrapping_area .wrapping_img_area_sample ul li {
    width: 120px;
    height: auto;
  }
  .wrapping_area .wrapping_img_area_sample ul li:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .wrapping_area .wrapping_img_area_example ul li {
    width: 48%;
    margin: 0 0 0 0;
  }
  .wrapping_area .wrapping_img_area_example ul li:nth-child(odd) {
    margin: 0 4% 0 0;
  }
  .wrapping_area .wrapping_noshi {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapping_area .wrapping_noshi > li {
    width: 48%;
    margin: 0 0 4% 0;
  }
  .wrapping_area .wrapping_noshi > li:not(:last-child) {
    margin: 0;
  }
  .wrapping_area .wrapping_noshi > li:nth-child(odd) {
    margin: 0 4% 4% 0;
  }
  .wrapping_area .wrapping_noshi .noshi_txt {
    font-size: 11px;
  }
  .wrapping_area .caption {
    font-size: 11px;
  }
  .wrapping_limited {
    display: block;
  }
  .wrapping_limited_img {
    margin: 0 auto 1em;
  }
  .wrapping_limited_img > li {
    width: 48%;
  }
  .wrapping_limited_img > li:not(:last-child) {
    margin-right: 4%;
  }
  .wrapping_limited_link > li {
    margin: 0 2em 1em 0 !important;
  }
  .wrapping_area .wrapping_card_area {
    display: block;
  }
  .wrapping_area .wrapping_card_area:not(:last-child) {
    margin: 0 auto 40px;
  }
  .wrapping_area .wrapping_card_txt {
    width: 100%;
    margin: 0;
  }
  .wrapping_area .wrapping_card_img {
    width: 100%;
    margin: 1em auto 0;
  }
  .wrapping_area .wrapping_onlinecard {
    display: block;
  }
  .wrapping_area .wrapping_onlinecard li.wrapping_onlinecard_1 {
    width: 50vw;
    height: auto;
  }
  .wrapping_area .wrapping_onlinecard li.wrapping_onlinecard_2 {
    width: 70vw;
    height: auto;
  }
  .wrapping_area .wrapping_onlinecard li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .wrapping_area .wrapping_onlinecard li img {
    width: 100%;
    height: auto;
  }
  .wrapping_area .wrapping_onlinecard li video {
    width: 100%;
    height: auto;
  }
  .wrapping_area .wrapping_onlinecard li .caption {
    font-size: 11px;
  }
}

/* message_card_area */
.cts_area .cts .message_card_area {
}
.cts_area .cts .message_card_area .message_card_txt {
  margin: 0 auto 1em;
  text-align: left;
  color: #002060;
}
.cts_area .cts .message_card_area .message_card_txt a {
  color: #002060;
}
.cts_area .cts .message_card_area .message_card_img {
}
.cts_area .cts .message_card_area .message_card_img img {
  width: 100%;
  height: auto;
}

/* flower_area */
.cts_area .cts .flower_area {
  display: flex;
}
.cts_area .cts .flower_area .flower_txt {
  text-align: left;
  color: #002060;
  margin: 0 auto 0 0;
}
.cts_area .cts .flower_area .flower_img {
  width: 150px;
  margin: 0 0 0 20px;
}
.cts_area .cts .flower_area .flower_img img {
  width: 100%;
  height: auto;
}
.cts_area .cts .flower_area .link_more {
  margin-left: 2em;
  align-self: flex-end;
}

@media only screen and (max-width: 767px) {
  .cts_area .cts .flower_area {
    display: block;
  }
  .cts_area .cts .flower_area .flower_txt {
    margin: 0 auto 10px;
  }
  .cts_area .cts .flower_area .flower_img {
    width: 40%;
    margin: 0 5% 20px;
    float: left;
  }
  .cts_area .cts .flower_area .flower_img img {
    width: 100%;
    height: auto;
  }
  .cts_area .cts .flower_area .link_more {
    clear: both;
  }
}

/* bring_area */
.cts_area .cts .bring_area {
  text-align: left;
}
.cts_area .cts .bring_area p {
  color: #002060;
  margin: 0 auto 1em;
}
.cts_area .cts .bring_area p a {
  color: #002060;
}
.cts_area .cts .bring_area .bring_notice {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.cts_area .cts .bring_area .link_more {
  margin: 0 2em 1em 0;
}

/* trivia_area */
.cts_area .cts .trivia_area {
  text-align: left;
}
.cts_area .cts .trivia_area dt {
  color: #002060;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 60%, #f8ff9f 60%);
  margin: 0 auto 0.5em;
}
.cts_area .cts .trivia_area dd {
  color: #002060;
}
.cts_area .cts .trivia_area dd:not(:last-of-type) {
  margin: 0 auto 2em;
}
.cts_area .trivia_area .trivia_btn_area {
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
}
.cts_area .trivia_area .trivia_btn_area li {
  list-style: none;
}
.cts_area .trivia_area .trivia_btn_area li:not(:last-child) {
  margin-right: 20px;
}
.cts_area .trivia_area .trivia_btn_area li a {
  display: inline-block;
  background: #002060;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
  padding: 0.7em 1em 0.6em;
  font-weight: bold;
  border-bottom: solid 5px #782529;
  transition: opacity 0.3s ease-out;
}
.cts_area .trivia_area .trivia_btn_area li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
.cts_area .trivia_area .trivia_btn_area li a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .cts_area .trivia_area .trivia_btn_area li:not(:last-child) {
    margin: 0 0 10px;
  }
}

/* qanda_area */
.cts_area .cts .qanda_area {
  width: 900px;
  margin: 20px auto 0;
  text-align: left;
}
.cts_area .cts .qanda_area dt {
  margin: 0 auto 10px;
}
.cts_area .cts .qanda_area dt > span,
.cts_area .cts .qanda_area dd > span {
  float: left;
}
.cts_area .cts .qanda_area dt > div,
.cts_area .cts .qanda_area dd > div {
  margin: 0 0 0 35px;
}
.cts_area .cts .qanda_area dt p {
  color: #002060;
  font-weight: bold;
}
.cts_area .cts .qanda_area dt .qanda_q {
  border: solid 1px #002060;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  padding: 4px 0 2px;
  background: #002060;
  color: #fff;
  font-weight: bold;
  width: 24px;
  text-align: center;
}
.cts_area .cts .qanda_area dd {
  margin: 0 auto 30px;
}
.cts_area .cts .qanda_area dd .qanda_a {
  border: solid 1px #002060;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  padding: 4px 0 2px;
  color: #002060;
  font-weight: bold;
  width: 24px;
  text-align: center;
}
.cts_area .cts .qanda_area dd > div p span {
  font-weight: bold;
}
.cts_area .cts .qanda_area dd > div p:not(:last-child) {
  margin: 0 auto 1em;
}
.cts_area .cts .qanda_area dd .btn a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.3em 1em 0.2em;
  background:#006294;
  background: linear-gradient(180deg, rgba(121, 207, 233, 1), rgba(73, 147, 184, 1) 50%, rgba(25, 118, 164, 1) 50%, rgba(26, 144, 183, 1) 99%, rgba(74, 169, 201, 1));
  border-radius: 8px;
  border: 2px solid #219bc0;
  box-shadow:
    0px 5px 0px rgba(000,000,000,0.1),
    inset 0px 0px 10px rgba(087,087,087,0);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
  text-decoration: none;
  text-align: center;
}
.cts_area .cts .qanda_area dd .qanda_notice {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.cts_area .cts .qanda_area .img_chat {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .cts_area .cts .qanda_area {
    width: 100%;
    padding-bottom: 60px;
  }
  .cts_area .cts .qanda_area dt > div,
  .cts_area .cts .qanda_area dd > div {
    margin: 0 0 0 30px;
    padding: 2px 0 0 0;
  }
  .cts_area .cts .qanda_area dt .qanda_q {
    width: 20px;
  }
  .cts_area .cts .qanda_area dd .qanda_a {
    width: 20px;
  }
}

/* insta_area */
.cts_area .cts .insta_txt {
  text-align: left;
}
.cts_area .cts .insta_area {
  margin: 20px auto;
}
.cts_area .cts .insta_area .instafeed {
  display: flex;
  justify-content: center;
}
.cts_area .cts .insta_area .instafeed li {
  list-style: none;
  width: 150px;
  margin: 0 10px;
}
.cts_area .cts .insta_area .instafeed li img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .cts_area .cts .insta_area {
    margin: 20px auto 0;
  }
  .cts_area .cts .insta_area .instafeed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cts_area .cts .insta_area .instafeed li {
    width: 30vw;
    margin: 0 10px;
    margin: 0 0 2vw;
  }
  .cts_area .cts .insta_area .instafeed li img {
    width: 30vw;
    height: 30vw;
    object-fit: cover;
  }
}

/* bnr_area */
.cts_area .cts .bnr_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 40px;
}
.cts_area .cts .bnr_area li {
  list-style: none;
  width: 440px;
  transition: opacity 0.3s ease-out;
}
.cts_area .cts .bnr_area li:nth-child(n+3) {
  margin: 40px 0 0;
}
.cts_area .cts .bnr_area li:hover {
  opacity: 0.6;
}
.cts_area .cts .bnr_area li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .cts_area .cts .bnr_area {
    display: block;
    margin: 0 auto;
  }
  .cts_area .cts .bnr_area li {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .cts_area .cts .bnr_area li:nth-child(n+3) {
    margin: 0 auto 4vw;
  }
  .cts_area .cts .bnr_area li:last-child {
    margin: 0 auto;
  }
  .cts_area .cts .bnr_area li:hover {
    opacity: 1;
  }
}



/*--------------------------------------
  footer
---------------------------------------*/
footer {
  background: #002060;
  padding: 20px 0;
}
footer .copy {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 10px 0;
  }
  footer .copy {
    font-size: 10px;
  }
}

/* btn_pagetop */
.btn_pagetop {
  position: fixed;
  right: 160px;
  bottom: 60px;
}
.btn_pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: solid 2px #002060;
  border-radius: 50%;
  position: relative;
  transition: opacity 0.3s ease-out;
}
.btn_pagetop a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #002060;
  border-right: 2px solid #002060;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.btn_pagetop a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .btn_pagetop {
    right: 10px;
    bottom: 10px;
  }
  .btn_pagetop a {
    width: 50px;
    height: 50px;
  }
  .btn_pagetop a:hover {
    opacity: 1;
  }
}

/* list_celebration */
.cts_area .cts .list_celebration {
  width: 100%;
  margin: 0.5em auto;
  border-collapse: collapse;
}
.cts_area .cts .list_celebration th {
  border: solid 1px #002060;
  padding: 0.2em;
  font-weight: normal;
  background: #fff;
}
.cts_area .cts .list_celebration td {
  border: solid 1px #002060;
  padding: 0.2em;
}
.cts_area .cts .list_celebration .celebration_th th {
  background: #002060;
  color: #fff;
}
.cts_area .cts .list_celebration .celebration_th th:not(:last-child) {
  border-right: solid 1px #fff;
}


/* rankinfo */
.rankinfo:not(:last-child) {
  margin: 0 auto 60px;
}
.rankinfo_ttl {
  text-align: left;
  font-weight: bold;
  color: #002060;
  border-top: solid 2px #002060;
  border-bottom: solid 2px #002060;
  padding: 5px;
  margin: 0 auto 0.5em;
}
.rankinfo_ttl::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(-20deg);
  vertical-align: bottom;
  margin: 0 10px 0 0;
}
.rankinfo_ttl1::before {
  background: url(../img/icon_rank1.png) no-repeat center center;
  background-size: 30px 30px;
}
.rankinfo_ttl2::before {
  background: url(../img/icon_rank2.png) no-repeat center center;
  background-size: 30px 30px;
}
.rankinfo_ttl3::before {
  background: url(../img/icon_rank3.png) no-repeat center center;
  background-size: 30px 30px;
}
.rankinfo_txt {
  text-align: left;
  margin: 0 auto 1em;
  padding: 0 1em;
}
.rankinfo_imgarea {
  display: flex;
  align-items: flex-end;
  padding: 0 1em;
}
.rankinfo_img {
  list-style: none;
  display: flex;
  margin: 0 10px 0 0;
}
.rankinfo_img > li {
  height: 300px;
  margin: 0 10px 0 0;
}
.rankinfo_img > li > img{
  width: auto;
  height: 100%;
}
.rankinfo_imgarea > .link_more {
  margin-left: auto !important;
}

@media only screen and (max-width: 767px) {
  .rankinfo:not(:last-child) {
    margin: 0 auto 40px;
  }
  .rankinfo_ttl::before {
    width: 25px;
    height: 25px;
  }
  .rankinfo_ttl1::before {
    background: url(../img/icon_rank1.png) no-repeat center center;
    background-size: 25px 25px;
  }
  .rankinfo_ttl2::before {
    background: url(../img/icon_rank2.png) no-repeat center center;
    background-size: 25px 25px;
  }
  .rankinfo_ttl3::before {
    background: url(../img/icon_rank3.png) no-repeat center center;
    background-size: 25px 25px;
  }
  .rankinfo_txt {
    padding: 0;
  }
  .rankinfo_imgarea {
    display: block;
    padding: 0;
  }
  .rankinfo_img {
    margin: 0 auto 1em;
  }
  .rankinfo_img > li {
    width: calc(50% - 5px);
    height: auto;
    margin: 0 10px 0 0;
  }
  .rankinfo_img > li:nth-child(2n) {
    margin: 0;
  }
  .rankinfo_img > li > img{
    width: 100%;
    height: auto;
  }
}

/* btn_recommend */
.btn_recommend {
  text-align: center;
}
.btn_recommend a {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  padding: 20px 15px 20px 20px;
  border: solid 2px #002060;
  border-right: solid 26px #002060;
  border-radius: 10px;
  position: relative;
  transition: opacity 0.3s ease-out;
}
.btn_recommend a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 1em;
  position: absolute;
  top: calc(50% - 6px);
  right: -15px;
}
.btn_recommend a:hover {
  opacity: 0.6;
}

/* list_celebration */
.cts_area .cts .list_celebration {
  width: 100%;
  margin: 0.5em auto;
  border-collapse: collapse;
}
.cts_area .cts .list_celebration th {
  border: solid 1px #07525a;
  padding: 0.2em;
  font-weight: normal;
  background: #fff;
}
.cts_area .cts .list_celebration td {
  border: solid 1px #07525a;
  padding: 0.2em;
}
.cts_area .cts .list_celebration .celebration_th th {
  background: #07525a;
  color: #fff;
}
.cts_area .cts .list_celebration .celebration_th th:not(:last-child) {
  border-right: solid 1px #fff;
}

/* nipponham_area */
.cts_area .nipponham_area {
  text-align: center;
}
.cts_area .nipponham_area .nipponham_bnr {
  width: 1000px;
  transition: opacity 0.3s ease-out;
}
.cts_area .nipponham_area .nipponham_bnr img {
  width: 100%;
  height: auto;
}
.cts_area .nipponham_area .nipponham_bnr:hover {
  opacity: 0.6;
}
.cts_area .nipponham_area .nipponham_notes {
  text-align: left;
  margin: 0.5em 0 0;
}
.cts_area .nipponham_area .nipponham_notes li {
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

@media only screen and (max-width: 767px) {
  .cts_area .nipponham_area .nipponham_bnr {
    width: 100%;
  }
  .cts_area .nipponham_area .nipponham_bnr:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .cts_area .trivia_area .trivia_btn_area li:not(:last-child) {
    margin: 0 0 10px;
  }
}

/* trivia_area */
.cts_area .trivia_area {
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.cts_area .trivia_area > dt {
  color: #1a2a50;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 60%, #f8ff9f 60%);
  margin: 0 auto 0.5em;
}
.cts_area .trivia_area > dd {
  color: #1a2a50;
}
.cts_area .trivia_area > dd:not(:last-of-type) {
  margin: 0 auto 2em;
}
.cts_area .trivia_area .trivia_btn {
  margin: 1em auto 0;
}
.cts_area .trivia_area .trivia_btn_area {
  margin: 1em auto;
  display: flex;
}
.cts_area .trivia_area .trivia_btn_area li {
  list-style: none;
}
.cts_area .trivia_area .trivia_btn_area li:not(:last-child) {
  margin-right: 20px;
}
.cts_area .trivia_area .trivia_btn a,
.cts_area .trivia_area .trivia_btn_area li a {
  display: inline-block;
  background: #314a84;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1;
  padding: 0.7em 1em 0.6em;
  font-weight: bold;
  border-bottom: solid 5px #0c2765;
  transition: opacity 0.3s ease-out;
}
.cts_area .trivia_area trivia_btn a::after,
.cts_area .trivia_area .trivia_btn_area li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
.cts_area .trivia_area .trivia_btn a:hover,
.cts_area .trivia_area .trivia_btn_area li a:hover {
  opacity: 0.6;
}

.cts_area .gift_notice_area {
  margin: 1em auto 0;
}
.cts_area .gift_notice_area .gift_notice_ttl {
  font-weight: bold;
  margin: 0 auto 0.3em;
}
.cts_area .gift_notice_area .gift_notice_list {
  border: double 3px #444;
  padding: 0.2em 0.5em;
}
.cts_area .gift_notice_area .gift_notice_list dt {
  font-weight: bold;
  margin: 0 auto 0.2em;
}
.cts_area .gift_notice_area .gift_notice_list dd:not(:last-child) {
  margin: 0 auto 1em;
}
.cts_area .gift_notice_area .gift_notice_list .occupation {
  display: flex;
  flex-wrap: wrap;
}
.cts_area .gift_notice_area .gift_notice_list .occupation li {
  list-style: none;
}
.cts_area .gift_notice_area .gift_notice_list .occupation li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}