
.show_pc { display: block !important; }
.show_sp { display: none !important; }


body {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  /* border: 1px solid #ff0000; */
}

img{
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 0 0;
}

/* footer */
footer {
  width: 100%;
  background-color: #ff5976;
  margin-top: 80px;
}

.ft {
  width: 560px;
  display: block;
  margin: 0px auto 0;
  padding-top: 20px;
}

.ft ul {
  display: inline-flex;
  list-style-type: none;
  text-align: center;
  width: 100%;
}

.ft ul li {
  height: 10px;
  padding: 5px 7px 0;
  font-size: 10px;
}

.ft ul li a {
  height: 10px;
  color: #ffffff;
  display: block;
}

.ft .fu {
  width: 57px;
  display: block;
  margin: 20px auto 0;
}

.ft .fu img {
  width: 100%;
}

.ftSNS {
  width: 100px;
  display: block;
  margin: 0px auto 0;
  padding-top: 10px;
}

.ftSNS ul {
  display: inline-flex;
  list-style-type: none;
  text-align: center;
  width: 100%;
}

.ftSNS ul li {
  height: 20px;
  padding: 0px 10px 0;
  font-size: 10px;
}

.ftSNS ul li a {
  height: 20px;
  color: #ffffff;
}

.ftSNS ul li img {
  height: 20px;
}

.cpr {
  color: #ffffff;
  font-size: 10px;
  width: 100%;
  text-align: center;
}


/* margin */
.mr10 {
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  .show_pc { display: none !important; }
  .show_sp { display: block !important; }

  body {
    width: 100%;
  }

  .mB {
    width: 30px;
    position: absolute;
    top: 2px;
    right: 10px;
  }

  /* footer */
  .ft {
    width: 80%;
  }

  .ft ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ft ul li {
    font-size: 12px;
    height: 30px;
    min-width: 30px;
  }

  .ft ul li a {
    display: block;
    height: 100%;
  }

  .ftSNS {
    width: 80%;
    padding-top: 0;
    margin-top: 10px;
  }

  .cpr {
    margin-top: 22px;
  }
}


/* custom */
.spacer {
  background-size: cover;
  background-position: center center;
}
/*ヘッダー*/
.l-header {
  /* width: 100%; */
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

/*ドロワー*/
.l-drawer {
  position: relative;
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 0;
}

.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #cccccc;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 16px;
}
.l-drawer__icon-parts:after {
  top: -16px;
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  background: rgba(255,89,116, 0.6);
  color: #000;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -100%;
}
.l-drawer__icon {
  z-index: 2004;
}
.l-drawer__menu {
  z-index: 2003;
}
.l-drawer__overlay {
  z-index: 2002;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
/* sp_menuの為 */
.l-header {
  display: none;
}


#ses {
  width: 960px;
  display: block;
  margin: 0 auto;
}

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

header {
  left: 0;
  position: relative;
  top: 0;
  width: 960px;
  line-height: 0;
}

header .logo {
  width: 215px;
  display: block;
  margin: 20px auto 0 32px;
}

header .sns_area {
  position: absolute;
  right: 0;
  top: 5px;
  text-align: right;
}

header .sns_area ul {
  display: inline-flex;
  list-style-type: none;
  width: 220px;
}

header .sns_area ul li {
  width: 100%;
  height: 20px;
}

.searchword {
  width: 120px;
  height: 16px;
  border: 1px solid #cccccc;
  color: #333;
  /* padding-top: 4px; */
  /* padding-right: 10px; */
  /* padding-bottom: 4px; */
  /* padding-left: 10px; */
  background-color: #fff;
  font-size: 14px;
}

.searchsubmit {
  position: absolute;
  margin: 3px 0 0 -20px;
  height: 15px;
}

.tp_menu {
  width: 380px;
  display: block;
  margin: -40px auto 0;
}

.tp_menu ul {
  display: inline-flex;
  list-style-type: none;
  text-align: center;
  width: 100%;
}

.tp_menu ul li {
  height: 5px;
  margin-top: -5px;
  padding: 5px 7px 0;
  font-size: 10px;
}

.tp_menu ul li a {
  height: 10px;
  color: #000000;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  width: 560px;
  margin: 15px auto;
  justify-content: space-between;
}


.contents .item {
  width: 181px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}

.contents a {
  color: #ffffff;
}

/* カテゴリーカラー */

.ctFs {
  color: #ff5976 !important;
}

.ctBt {
  color: #63e8ed !important;
}

.ctLs {
  color: #fc8645 !important;
}

.ctFd {
  color: #f6db47 !important;
}

.ctCl {
  color: #80d95d !important;
}

.wrap {
  width: 960px;
  display: flex;
  margin: 65px auto 32px;
}

.leftC {
  width: 640px;
  margin-left: 50px;
  margin-right: 32px;
}

.rightC {
  width: 260px;
}

.subTitle {
  width: 255px;
  height: 81px;
  display: block;
  margin: 0 auto;
}

.itemInfo {
  position: relative;
  top: 0px;
  left: 7px;
  z-index: 2;
  opacity: 1;
}

.itemInfo div {
  width: 181px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 6px 0 0 0px;
  color: #000000;
}

.itemInfo div span {
  font-size: 10px;
}


/* detail*/
#ses h1 {
  color: #000000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
}

.tDate {
  font-size: 12px;
  line-height: 1;
  width: 98%;
  margin: 0px 0 0 2%;
}

#dt {
/*  height: 300px; */
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dt img {
  width: 100%;
}


#dtArea {
  width: 100%;
}

.tWn {
  width: 122px;
  height: auto;
  display: block;
  margin: 7px auto 0;
}

.tRA {
  width: 190px;
  height: auto;
  display: block;
  margin: 7px auto 0;
}

.wnFs {
  background-image: url('../images/rkFs.png');
  background-repeat: no-repeat;
  background-position: 15px 0px;
  background-size: 80px auto;
}

.wnBt {
  background-image: url('../images/rkBt.png');
  background-repeat: no-repeat;
  background-position: 15px 0px;
  background-size: 80px auto;
}

.wnLs {
  background-image: url('../images/rkLs.png');
  background-repeat: no-repeat;
  background-position: 15px 0px;
  background-size: 80px auto;
}

.wnFd {
  background-image: url('../images/rkFd.png');
  background-repeat: no-repeat;
  background-position: 15px 0px;
  background-size: 80px auto;
}

.wnCl {
  background-image: url('../images/rkCl.png');
  background-repeat: no-repeat;
  background-position: 15px 0px;
  background-size: 80px auto;
}

.area_wn .item div.wnDate {
  font-size: 10px;
  text-align: right;
}

.area_wn.contents {
  display: flex;
  flex-wrap: wrap;
  width: 260px;
  border-top: 2px solid #000000;
}

.area_wn.contents a {
  width: 260px;
  display: flex;
}

.area_wn.contents .item {
  width: 260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 2px solid #bfbfbf;
}

.area_wn.contents .wnImg {
  width: 85px;
  display: block;
}

.area_wn .item div {
  width: 175px;
  height: auto;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.area_wn .item div .rText {
  margin-left: 15px;
  width: 160px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 5px 0 0 0px;
  color: #666666;
}

@media only screen and (max-width: 750px) {

  #ses {
    width :100%;
  }
  #ses h1 {
    padding: 10px 10px;
  }

  header {
    width: 100%;
  }

  header .logo {
    /* position: absolute; */
    position: relative;
    top: 15px;
    left: calc(calc(100% - 46.666%) / 2) ;
    z-index: 10;
    width: 46.666%;
    height: 60px;
    margin-top: 0px;
    margin-left:0;
  }

  header .sns_area {
    display: none;
  }

  /* menu */
  .l-header {
    display: block;
  }

  .l-drawer__menu ul {
    margin-top: 45px;
  }

  .l-drawer__menu ul li {
    width: 100%;
    padding-top: 1.2em;
  }

  .l-drawer__menu ul li img {
    height: 25px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  #menuList {
    display: visible;
  }

  #search_area {
    display: none;;
  }

  .searchword {
    width: 50%;
    height: 16px;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    /* padding-top: 4px; */
    /* padding-right: 10px; */
    /* padding-bottom: 4px; */
    /* padding-left: 10px; */
    background-color: transparent;
    font-size: 14px;
    position: absolute;
    top: 35%;
    left: 25%;
  }

  .searchsubmit {
    position: absolute;
    margin: 3px 0 0 -20px;
    height: 15px;
    top: 35%;
    left: 75%;
  }

 .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 15px auto 0;
 }

  .contents {
  /*
    display: flex;
    flex-wrap: wrap;
    width: 97.333%;
    margin: 15px auto;
    justify-content: space-between;
  */
    display: block;
    width: 100%;
    margin: 15px auto;
  }

  .contents .item {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #bfbfbf;
  }

  .itemInfo {
    position: absolute;
    left: 32%;
    width: 68%;
    height: auto;
    font-size: 12px;
  }

  .itemInfo div {
    width: 100%;
    padding:0;
  }
  /*
  .itemInfo div {
    width: 100%;
    height: 50px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: calc(100% + 15px) 0 0;
    position: relative;
    color: #000000;
  }
  */

  .leftC {
    width: 100%;
    margin: 0;
  }

  /* what's new */
  .rightC {
    width: 100%;
    margin: 70px 0 0;
  }

  .tWn {
    width: 44%;
  }

  .tRA {
    width: 63.3333%;
  }

  .area_wn.contents {
    width: 100%;
  }

  .area_wn.contents .item {
    width: 100%;
  }

  .area_wn.contents .item a {
    width: 100%;
  }

  .area_wn .item div {
    width: 93%;
  }

  .area_wn.contents div.wnImg {
    width: 44%;
  }

  .area_wn.contents .wnImg img {
    width: 83.333%;
    margin: 0 auto;
  }

  .area_wn .item div .rText {
    width: 93%;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.5;
  }

  #dt {
    height: auto;
  }

  .wnFs {
    background-position: 10px 0px;
  }

  .wnBt {
    background-position: 10px 0px;
  }

  .wnLs {
    background-position: 10px 0px;
  }

  .wnFd {
    background-position: 10px 0px;
  }

  .wnCl {
    background-position: 10px 0px;
  }

  footer {
    margin-top: 90px;
  }
}
/* article */
.video{
	height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}
.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* pagination 01 */
.next-page {
  overflow: hidden;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
}
.next-page a {
  display: block;
  position: relative;
  z-index: 100;
  text-align:center;
  background: #ff5976;
  color: #fff !important;
  font-size: 18px;
  line-height: 70px;
  text-decoration:none;
}
.next-page a:hover {
  background: #d09a97;
}
.next-page a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 91%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: #fff;
}
.next-page a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 90%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: #ff5976;
}
.next-page a:hover:after {
    background: #d09a97;
}


/* pagination 02 */
.pager {
    overflow: hidden;
}
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -67%;
    float: left;
}
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
.pager ul li a {
    background: #eee;
    color: #666;
    text-decoration: none;
}
.pager ul li a:hover,
.pager ul li .current {
    background: #d09a97;
    color: #fff;
}
.pager ul li .grayout{
    color: #ccc;
}
.pager-info{
    text-align: center;
    color: #999;
}

.pre-sns-area{
  height: 10px;
}
.pre-ad-area{
  background: #eee;
  width: 320px;
  height: 320px;
  margin: -10px auto 40px;
}


/* for gn ad*/
.pc-gnad-1r,
.pc-gnad-billboard,
.pc-gnad-1l,
.pc-gnad-2r,
.pc-gnad-2l,
.pc-gnad-3r,
.pc-gnad-3l,
.pc-gnad-4r,
.pc-gnad-4l,
.pc-gnad-side,
.sp-gnad-1,
.sp-gnad-2,
.sp-gnad-2-2,
.sp-gnad-2-3,
.sp-gnad-3,
.sp-gnad-4,
.sp-gnad-5,
.sp-gnad-6,
.sp-gnad-ovry{
  width: 100%;
  height: 100%;
  margin: 30px auto 0;
  text-align: center;
}
.pc-gnad-side{
	width: 300px;
	height: 600px;
	margin:30px 0 30px;
}
.pc-gnad-fixed{
	position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
.pc-gnad-billboard{
  height: 95px;
  margin: 60px auto -40px;
}
.pc-gnad-double,
.pc-gnad-double3,
.pc-gnad-double4{
  overflow: hidden;
  height: 330px;
  width: 600px;
  margin: 20px auto 0;
}
.pc-gnad-double4{
  margin: 0 auto;
}
.pc-gnad-1l,
.pc-gnad-2l,
.pc-gnad-3l,
.pc-gnad-4l{
  float: left;
  width: 300px;
}
.pc-gnad-1r,
.pc-gnad-2r,
.pc-gnad-3r,
.pc-gnad-4r{
  float: right;
  width: 300px;
}
.sp-gnad-related{
  margin: 80px auto 0;
}

/* onetop */
.onetop-box{
	margin: 30px auto;
}

.mt15{
	margin: 15px 0 0;
}

.page_index{
    margin: 30px 0;
    padding: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #ccc;
}
.page_index ul,
.page_index li{
	list-style: none;
}
.page_index p{
    font-weight: bold;
    font-size: 16px!important;
    margin: 1em 0!important;
    color: #666;
}
.page_index .section{
    margin: 10px 0 5px;
}
.page_index .sub_section{
    margin: 0 10px;
    text-decoration: none;
}
.page_index .section a{
    font-size: 16px;
    color: #EC5C78;
    text-decoration: underline;
  }
.page_index .sub_section a{
    font-size: 14px;
    color: #EC5C78;
}

/* affiliate policy */
.single .affiliate_policy{
  background: #f3f3f3;
  padding: 1em;
  font-size: 10px;
  color: #999;
  margin-top: 1em;
}
.single .prmark{
  background: #f3f3f3;
  color: #999;
  display: inline-block;
  float: right;
  font-size: 10px;
  padding: 0 1em;
  margin-top: -1.3em;
  margin-right: 5px;
}
