@charset "UTF-8";
/* CSS Document 全共通css*/
* {
  box-sizing: border-box;
}

/*PC非表示*/
.sp {
  display: none;
}

/*/PC非表示*/
/* リセット */
html {
  width: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  /* フォントサイズ自動調整 */
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.6;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #feeaeb;
  font-size: 100%;
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}

dl,
dt,
dd,
ol,
ul,
li,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
  font-style: normal;
}

strong.blue {
  font-weight: bold;
  font-style: normal;
  color: #0033cc;
}

strong.lblue {
  font-weight: bold;
  font-style: normal;
  color: #3366cc;
}

em {
  font-weight: bold;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.font_l {
  font-size: 110%;
  font-size: 1.1rem;
}

.font_ll {
  font-size: 120%;
  font-size: 1.2rem;
}

.red {
  color: #ea4b4b;
}

.blue {
  color: #0033cc;
}

.lblue {
  color: #3366cc;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.photo_right {
  float: right;
  margin-left: 10px;
}

.photo_left {
  float: left;
  margin-right: 10px;
}

.lefter {
  float: left;
}

.righter {
  float: right;
}

a {
  color: #535353;
  text-decoration: underline;
}

a:hover {
  color: #535353;
  text-decoration: underline;
}

a img {
  border: none;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* float背景のバグ処理 */
.clearfix {
  overflow: hidden;
}

/* float背景のバグ処理 IE */
* html .clearfix {
  zoom: 1;
}

/* 画像リンク */
/*色つきはサイズ注意*/
/*a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/
/* 画像リンク */
/*オーバー用透過なし*/
/*a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}*/
.break-all {
  word-break: break-all;
}

/* 基本レイアウト */
body {
  min-width: 1140px;
  text-align: left;
}

#wrapper {
  margin: 0 auto;
  width: 1080px;
}

header {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #feeaeb;
}

#contents,
#contents2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

footer {
  position: relative;
  width: 100%;
  height: 266px;
}

/* /基本レイアウト */
/* ヘッダー **********/
header h1 {
  position: absolute;
  top: 35px;
  left: 0;
  /*	width: 153px;*/
  height: 40px;
}

header h1 img {
  width: 100%;
  height: auto;
}

header ul.pc.sns {
  position: absolute;
  top: 38px;
  right: 28px;
  list-style: none;
  font-size: 0;
}

header ul.pc.sns li {
  display: inline-block;
  margin-left: 15px;
  width: 38px;
  height: auto;
}

header ul.pc.sns li:last-child {
  margin-right: 0;
}

header ul.pc.sns li img {
  width: 100%;
  height: auto;
}

header ul.pc.sns #search_area {
  width: 38px;
  height: 38px;
  margin-right: 15px;
  overflow: hidden;
  transition: 0.5s;
}

header ul.pc.sns #search_area.open {
  width: 222px;
}

header ul.pc.sns #search_area div {
  width: 38px;
  height: 38px;
  position: relative;
  background-image: url(../images/common/search.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

header ul.pc.sns #search_area.open div {
  display: none;
}

header ul.pc.sns #search_area form {
  width: 100%;
  height: 100%;
  vertical-align: top;
  display: none;
}

header ul.pc.sns #search_area.open form {
  display: block;
}

#search_area p {
  display: inline-block;
  vertical-align: top;
}

#search_area input[type=submit] {
  width: 38px;
  height: 38px;
  margin: 0 4px 0 0;
  padding: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url(../images/common/search_line.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#search_area input[type=text] {
  width: 180px;
  height: 38px;
  margin: 0;
  padding: 6px 10px;
  box-sizing: border-box;
  position: relative;
  border: 0;
  border-bottom: #000 1px solid;
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
  color: #505050;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

#search_area input[type=text]:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

#search_area input[type=text]::-moz-placeholder {
  font-size: 14px;
  color: #999;
  opacity: 1;
}

#search_area input[type=text]::placeholder {
  font-size: 14px;
  color: #999;
}

#search_area input:focus {
  outline: none !important;
  border: rgba(0, 0, 0, 0);
}

/* グローバルメニュー *****/
header nav {
  position: absolute;
  top: 107px;
  left: 0;
  right: 0;
  display: table;
  margin: auto;
  width: 100%;
  list-style: none;
}

header nav ul.gnav {
  display: table;
  margin: 0 auto;
  width: auto;
  list-style: none;
}

header nav ul.gnav li {
  display: table-cell;
  padding-right: 42px;
  height: 14px;
  width: auto;
  line-height: 0;
}

header nav ul.gnav li img {
  height: 14px;
  width: auto;
}

header nav ul.gnav li a {
  display: block;
  position: relative;
  width: 100%;
  height: 14px;
}

header nav ul.gnav li a:hover::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 6px);
  width: 100%;
  height: 1px;
  background-color: #989898 !important;
  pointer-events: none;
}

#in_home header nav ul.gnav li:nth-child(2) a::after,
#in_furoku header nav ul.gnav li:nth-child(3) a::after,
#in_fashion header nav ul.gnav li:nth-child(4) a::after,
#in_beauty header nav ul.gnav li:nth-child(5) a::after,
#in_lifestyle header nav ul.gnav li:nth-child(6) a::after,
#in_fortune header nav ul.gnav li:nth-child(7) a::after,
#in_food header nav ul.gnav li:nth-child(8) a::after,
#in_culture header nav ul.gnav li:nth-child(9) a::after,
#in_instagirls header nav ul.gnav li:nth-child(10) a::after,
#in_wedding header nav ul.gnav li:nth-child(11) a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% + 6px);
  width: 100%;
  height: 4px;
  background-color: #000000;
  pointer-events: none;
}

header nav ul.gnav li:last-of-type {
  padding-right: 0;
}

header nav ul.gnav li.search_area {
  display: none;
}

/* フッター **********/
#sns {
  position: relative;
  width: 100%;
  height: 234px;
  border-top: solid 1px #000;
}

#sns .pc .privacypolicy {
  position: absolute;
  top: 115px;
  left: 305px;
  width: 200px;
  height: auto;
}

#sns .pc .followus {
  position: absolute;
  top: 71px;
  left: 607px;
  width: 145px;
  height: auto;
}

#sns .pc .instagram {
  position: absolute;
  top: 116px;
  left: 585px;
  width: 46px;
  height: auto;
}

#sns .pc .twitter {
  position: absolute;
  top: 116px;
  left: 670px;
  width: 46px;
  height: auto;
}

#sns .pc .facebook {
  position: absolute;
  top: 116px;
  left: 740px;
  width: 46px;
  height: auto;
}

#sns .pc img {
  width: 100%;
  height: auto;
}

footer .copyright {
  margin: 0 auto 10px;
  width: 425px;
  height: 19px;
}

footer .caution {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 10px auto 20px;
}

footer .logo {
  margin: 30px auto 20px;
  width: 196px;
  height: 46px;
}

footer .fashionbox {
  margin: auto;
  width: 200px;
  height: 40px;
}

footer img {
  width: 100%;
  height: auto;
}

footer .description {
  font-size: 11px;
  padding: 0 20px;
  margin: 10px auto 30px;
  text-align: center;
}

#sns .ads {
  position: absolute;
  top: 45px;
  left: 305px;
  width: 200px;
  height: auto;
}

#pagetop {
  display: none;
}

/* 2nd向けカラム設定 **********/
.container {
  margin: 0 0 50px;
}

.container #column {
  float: left;
  width: 715px;
}

.container #side {
  float: right;
  width: 354px;
}

/* CSS Document スマートフォン版 全共通css*/
@media screen and (max-width: 767px) {
  /*SP非表示*/
  .sp {
    display: block;
  }

  /*/PC非表示*/
  .pc {
    display: none;
  }

  /* リセット */
  .lefter {
    float: none;
  }

  .righter {
    float: none;
  }

  a {
    text-decoration: none !important;
  }

  a:hover {
    text-decoration: none !important;
  }

  img {
    vertical-align: bottom;
  }

  /* 基本レイアウト */
  body {
    min-width: 100%;
    width: 100%;
    overflow: hidden;
  }

  #wrapper {
    width: 100%;
  }

  header {
    /* position: fixed; */
    position: relative;
    width: 100%;
    height: 10.53vw;
    z-index: 9999;
  }

  #contents {
    /*padding-top: 10.53vw;*/
  }

  footer {
    position: static;
    padding-bottom: 8.27vw;
    height: auto;
  }

  /* ヘッダー **********/
  header h1 {
    position: absolute;
    top: 2.4vw;
    left: 4.8vw;
    width: 56.27vw;
    height: auto;
  }

  /*左寄せ
  header h1 {
  	position: absolute;
  	top: 1.2vw; left: 14vw;
  	width: 29vw; height: auto;
  }
  */
  header .sp .instagram {
    position: absolute;
    left: 79.07vw;
    top: 1.73vw;
    width: 6.8vw;
    height: 6.8vw;
  }

  header .sp .instagram img {
    width: 100%;
    height: auto;
  }

  /* メニューボタン *****/
  header .sp .menu_btn {
    position: absolute;
    /*position: fixed;*/
    left: 88vw;
    top: 2.27vw;
    width: 8vw;
    height: 5.88vw;
    z-index: 9999;
  }

  header .sp .menu-trigger,
header .sp .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  header .sp .menu-trigger {
    position: relative;
    width: 8vw;
    height: 6vw;
  }

  header .sp .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1vw;
    background-color: #000;
  }

  header .sp .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  header .sp .menu-trigger span:nth-of-type(2) {
    top: 2.44vw;
  }

  header .sp .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  header .sp .menu-trigger.active span:nth-of-type(1) {
    height: 0.5vw;
    transform: translateY(2.68vw) rotate(-315deg);
  }

  header .sp .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .sp .menu-trigger.active span:nth-of-type(3) {
    height: 0.5vw;
    transform: translateY(-2.68vw) rotate(315deg);
  }

  /* グローバルメニュー *****/
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    padding-bottom: 4vw;
    height: 100vh;
    background-color: #ff94ae;
    overflow-y: scroll;
  }

  header nav .menu_cl {
    position: fixed;
    right: 3.47vw;
    top: 4.13vw;
    /*margin: 4.13vw 3.47vw 0 auto;*/
    width: 4.93vw;
    height: 4.93vw;
    background-image: url(../images/common/sp_menu_cl.png);
    background-position: left top;
    background-size: 100% 100%;
  }

  header nav .title {
    margin: 5vw 0 0 10.67vw;
    width: 38.13vw;
    height: auto;
  }

  header nav ul.gnav {
    display: block;
    margin-top: 4vw;
    padding-left: 10.67vw;
  }

  header nav ul.gnav li {
    display: table;
    margin-bottom: 3.87vw;
    padding-right: 0;
    height: 6.53vw;
    width: auto;
  }

  header nav ul.gnav li a {
    position: static;
    width: auto;
    height: auto;
  }

  header nav ul.gnav li a::after {
    display: none !important;
  }

  header nav ul.gnav li.search_area {
    display: table;
  }

  header nav #searchform {
    width: 100%;
    height: 100%;
    padding-bottom: 2.5vw;
    vertical-align: top;
  }

  header nav #searchform p {
    display: inline-block;
    vertical-align: top;
  }

  header nav #searchform input[type=submit] {
    width: 8vw;
    height: 8vw;
    margin-top: 2.5vw;
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url(../images/common/search_line.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  header nav #searchform input[type=text] {
    width: 50vw;
    height: 11.07vw;
    margin: 0;
    padding: 6px 10px;
    box-sizing: border-box;
    position: relative;
    border: 0;
    border-bottom: #000 1px solid;
    border-radius: 0;
    font-size: 5vw;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
  }

  header nav #searchform input[type=text]:-ms-input-placeholder {
    font-size: 3.75vw;
    color: #666;
  }

  header nav #searchform input[type=text]::-moz-placeholder {
    font-size: 3.75vw;
    color: #666;
    opacity: 1;
  }

  header nav #searchform input[type=text]::placeholder {
    font-size: 3.75vw;
    color: #666;
  }

  header nav ul.sp.sns {
    list-style: none;
    letter-spacing: 0;
    margin-top: 6vw;
    padding-left: 10.67vw;
    width: 100%;
  }

  header nav ul.sp.sns li {
    display: inline-block;
    margin-right: 3vw;
    width: 8.5vw;
    height: auto;
    letter-spacing: 0;
  }

  header nav img {
    width: 100%;
    height: auto;
  }

  header nav ul.gnav li a img {
    width: auto;
    height: 5.5vw;
  }

  /* フッター **********/
  #sns {
    position: static;
    padding-bottom: 8.27vw;
    height: auto;
  }

  #sns .privacypolicy {
    margin: 20px auto 0;
    width: 35vw;
    height: auto;
    line-height: 0;
  }

  #sns .privacypolicy img {
    width: 100%;
    height: auto;
  }

  #sns .ads {
    margin: 20px auto 0;
    width: 35vw;
    height: auto;
    line-height: 0;
    position: static;
  }

  footer .copyright {
    position: static;
    margin: 0 auto;
    width: 76vw;
    height: auto;
    line-height: 0;
  }

  footer .caution {
    position: static;
    padding: 1vw;
    width: 100%;
    height: auto;
    font-size: 2.8vw;
  }

  footer .logo {
    position: static;
    margin: 7.6vw auto 0;
    width: 26.13vw;
    height: auto;
    line-height: 0;
  }

  footer .fashionbox {
    position: static;
    margin: 8.4vw auto 0;
    width: 33.07vw;
    height: auto;
    line-height: 0;
  }

  footer img {
    width: 100%;
    height: auto;
  }

  footer .copyright img,
footer .logo img {
    width: 100%;
    height: auto;
  }

  footer .description {
    font-size: 2.4vw;
    padding: 0 10px;
    margin: 10px auto 0;
    text-align: left;
  }

  /* PAGE TOP **********/
  #pagetop {
    display: block;
  }

  #pagetop div {
    width: 12vw;
    height: 9.05vw;
    right: 2.13vw;
    bottom: 2.13vw;
    position: fixed;
    display: none;
    z-index: 99999;
    background-image: url(../images/common/pagetop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  /* 2nd向けカラム設定 **********/
  .container {
    margin: 0 0 20px;
  }

  .container #column {
    float: none;
    width: 100%;
  }

  .container #side {
    display: none;
  }
}
/* 共通定義 ***********************/
/* 段落 */
#contents p:first-child {
  margin-top: 0;
}

#contents p {
  margin-top: 20px;
  margin-top: 1rem;
}

/* 本文マージン */
#contents .margin0 {
  margin-bottom: 0px !important;
}

#contents .margin10 {
  margin-bottom: 10px !important;
}

#contents .margin20 {
  margin-bottom: 20px !important;
}

#contents .margin30 {
  margin-bottom: 30px !important;
}

#contents .margin40 {
  margin-bottom: 40px !important;
}

#contents .margin50 {
  margin-bottom: 50px !important;
}

#contents .margin60 {
  margin-bottom: 60px !important;
}

#contents .margin70 {
  margin-bottom: 70px !important;
}

#contents .margin80 {
  margin-bottom: 80px !important;
}

#contents .margin90 {
  margin-bottom: 90px !important;
}

/* アニメーション設定 ****/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dl1 {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.dl2 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.dl3 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.dl4 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.dl5 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.dl6 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.dl7 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.dl8 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.dl9 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.dl10 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.dl11 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.dl12 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.dl13 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.dl14 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.dl15 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.dl16 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.dl17 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.dl18 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.dl19 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.dl20 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

/*-------------------------------
  flipInY
-------------------------------*/
@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
/*-------------------------------
  fadeInUp
-------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);*/
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);*/
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*-------------------------------
  pulse
-------------------------------*/
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/*-------------------------------
  rotateInUpLeft
-------------------------------*/
@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*fab thumbnail*/
.fab_preview {
  padding: 20px;
  margin-bottom: 50px;
  font-size: 14px;
  background-color: #ffff;
  border-radius: 10px;
}

.fab_thumb1 {
  width: 310px;
  height: 240px;
  margin-top: 5px;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}

.fab_thumb2 {
  width: 310px;
  height: 180px;
  margin-top: 5px;
  margin-left: 10px;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}

/*.weddingnews*/
footer.weddingnews .logo {
  width: 96px;
  margin: auto;
}

footer.weddingnews .logo2 {
  width: 130px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  footer.weddingnews .logo {
    position: static;
    margin: 7.6vw auto 0;
    width: 26.13vw;
    height: auto;
    line-height: 0;
  }

  footer.weddingnews .logo2 {
    position: static;
    margin: 3.6vw auto 0;
    width: 32.4vw;
    height: auto;
    line-height: 0;
  }
}
/* index h */
#in_home article h3 {
  font-size: 1.6rem;
  line-height: 1.4em;
}

h2.w-new {
  text-align: center;
  /* font-size: 2rem; */
  /* font-weight: 600; */
  margin: 80px auto 20px auto;
  /* line-height: 3rem; */
}

h2.w-new span {
  font-family: "Montserrat", sans-serif;
  color: #ed3093;
  font-size: 2.4rem;
  display: block;
}

#pickup h2.w-new {
  text-align: center;
  margin: 80px auto 40px auto;
}

h2.w-new img {
  height: 20px;
}

.footer_cat_menu h2.w-new {
  margin: 0px auto 30px auto;
}

@media screen and (max-width: 767px) {
  #in_home article h3 {
    font-size: 2.5vw;
  }

  h2.w-new {
    font-size: 3vw;
    margin: 16vw auto 4vw auto;
    line-height: 2rem;
  }

  h2.w-new span {
    font-size: 4vw;
  }

  #pickup h2.w-new {
    margin: 40px auto 30px auto;
  }

  h2.w-new img {
    height: 14px;
  }
}
/* SPスマホヘッダー検索 */
.sp-search {
  display: none;
}

/*
.sp-search-label {
    position: relative;
    height: 8.8vw;
    display: inline-block;
}
*/
.sp-search-label {
  position: absolute;
  height: 8.8vw;
  right: 22vw;
  top: 1.2vw;
  display: inline-block;
}

.sp-search-label:after {
  content: "";
  display: block;
  width: 8vw;
  height: 8vw;
  background-image: url(../images/common/search.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: -2vw;
  top: 0vw;
}

.sp-search-content {
  background: #feeaeb;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  position: relative;
  top: 10.53vw;
}

.sp-search:checked + .sp-search-label + .sp-search-content {
  height: 13.333vw;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  position: relative;
  top: 10.53vw;
}

@media screen and (max-width: 767px) {
  header .sp-search-content #searchform {
    width: 100%;
    height: 100%;
    padding-bottom: 2.5vw;
    vertical-align: top;
  }

  header .sp-search-content #searchform p {
    display: inline-block;
    vertical-align: top;
  }

  header .sp-search-content #searchform input[type=submit] {
    width: 16vw;
    height: 8vw;
    margin-top: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url(../images/common/search_btn.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  header .sp-search-content #searchform p {
    display: inline-block;
    vertical-align: top;
  }

  header .sp-search-content #searchform input[type=text] {
    width: 77vw;
    height: 8.07vw;
    margin: 0;
    padding: 3px 5px;
    box-sizing: border-box;
    position: relative;
    border: 0;
    border-bottom: #000 1px solid;
    border-radius: 0;
    font-size: 5vw;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
  }

  header .sp-search-content #searchform input[type=text]:-ms-input-placeholder {
    font-size: 3.75vw;
    color: #666;
  }

  header .sp-search-content #searchform input[type=text]::-moz-placeholder {
    font-size: 3.75vw;
    color: #666;
    opacity: 1;
  }

  header .sp-search-content #searchform input[type=text]::placeholder {
    font-size: 3.75vw;
    color: #666;
  }
}
@media screen and (min-width: 768px) {
  .sp-search-label {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  header .sp-search-content #searchform input[type=text] {
    width: 72vw;
    margin-right: 10px;
  }
}
/* SPMENU内フッター　*/
.menu_footer {
  text-align: center;
  padding: 0 10.67vw;
  margin-top: 20vw;
}

.menu_footer .ads {
  margin: 20px auto 0;
  width: 35vw;
  height: auto;
  line-height: 0;
  position: static;
}

.menu_footer .privacypolicy {
  margin: 20px auto 0;
  width: 35vw;
  height: auto;
  line-height: 0;
}

.menu_footer .copyright {
  position: static;
  margin: 20px auto 0px auto;
  width: 76vw;
  height: auto;
  line-height: 0;
}

.menu_footer .caution {
  position: static;
  padding: 1vw;
  width: 100%;
  height: auto;
  font-size: 2.8vw;
}

@media screen and (min-width: 768px) {
  .sp-search-label,
.menu_footer {
    display: none;
  }
}
/* 20211105 記事クレジットとTOC */
#column .conntent-credit {
  margin-top: 1em !important;
  padding: 8px 3px !important;
  font-size: 1.2rem !important;
  line-height: 1.33em !important;
  border-top: #bfbfbf 1px solid;
}

@media screen and (max-width: 767px) {
  #column .conntent-credit {
    padding: 3.6vw 4vw !important;
    font-size: 3vw !important;
    line-height: 1.33 !important;
  }
}
.toc_title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 2em;
  text-align: center;
}

#toc_container {
  border: 2px solid #000;
  margin: 0 0 3em;
  padding: 1em 2em 1.4em;
  width: 100%;
  position: relative;
  margin-top: 3rem;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#toc_container ul li {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.25rem;
}

.toc_list a {
  text-decoration: none;
}

#toc_container ul li a:hover {
  text-decoration: underline;
}

#toc_container ul ul {
  margin: 10px 0 20px;
}

#toc_container ul ul li a {
  line-height: 1.5;
  font-size: 0.9em;
}

.toc_title p {
  font-weight: 600;
  margin: 0px;
}

ul.toc_list {
  margin: 0 auto;
  padding: 0 0 0 20px;
}

.toc_list ul {
  counter-reset: hl_count;
  list-style: none;
}

.toc_list li {
  counter-increment: hl_count;
  font-weight: bold;
  padding-left: 0.5em;
  text-indent: -2em;
}

.toc_list li:before {
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  content: counters(hl_count, "-");
  font-size: 12px;
  margin-right: 0.8em;
  text-align: center;
  padding: 6px 10px;
  font-family: "Montserrat", sans-serif;
}

.toc_list ul li:before {
  background-color: #a9a9a9;
  padding: 0.1em 0.5em;
}

.toc_list {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  #toc_container ul li {
    font-size: 3.6vw;
  }

  .toc_list li:before {
    font-size: 2vw;
  }
}
@media screen and (max-width: 420px) {
  #toc_container {
    padding: 1em 1em 1em 1.5em !important;
  }
}
/** Beautyテンプレ **/
.person_prof {
  border: 1px solid #000;
  padding: 0.5rem 2rem 1.5rem 2rem !important;
  font-size: 1.6rem !important;
  position: relative;
  margin-bottom: 3rem;
}

span.person_prof_name {
  font-weight: 600;
  padding: 1rem 0rem;
  border-bottom: 1px solid #000;
  left: 0rem;
  display: block;
  margin-bottom: 1.5rem;
}

.bj_item_wrap {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.bj_item_img {
  width: 70%;
  flex-shrink: 0;
}

.bj_item_txt {
  border-left: 1px solid #000;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 0rem 2rem;
  margin-left: 2rem;
}

.bj_item_img img {
  margin: 0 !important;
}

/* chat */
/* 全体の設定 */
.bj_balloon {
  width: 100%;
  margin: 1.5rem 0;
  overflow: hidden;
  padding-bottom: 0 !important;
}

/* アイコンの場所 */
.bj_balloon .bj_icon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

/* アイコン画像の作成
.bj_balloon .bj_icon img{
width: 100%;
height: auto;
border-radius: 50%;
border: solid 2px #b8860b;
} */
.bj_balloon .bj_chat {
  width: 100%;
}

/* 吹き出しの入力部分の作成 */
.bj_talk {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  background: #feeaeb;
  border: 1px solid #000;
}

/* 三角部分の作成 */
.bj_talk:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #feeaeb;
  z-index: 1;
}

.bj_talk:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -25px;
  border: 12px solid transparent;
  border-right: 12px solid #000;
}

.bj_talk p {
  margin: 0;
  padding: 0;
}

.bj_icon_01 {
  /* background: #000; */
  border-radius: 100px;
  color: #000;
  width: 80px;
  text-align: center;
  height: 80px;
  font-size: 1.7rem;
  font-weight: 600;
  position: relative;
  border: 1px solid #000;
  line-height: 2rem;
}

.bj_icon_01 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .person_prof {
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 3.6vw !important;
    line-height: 1.6em !important;
  }

  .bj_item_wrap {
    flex-direction: column;
  }

  .bj_item_img {
    width: 100%;
    flex-shrink: 0;
    padding-left: 0vw !important;
    padding-right: 0vw !important;
  }

  .bj_item_txt {
    border-left: 1px solid #000;
    font-size: 1.1rem !important;
    line-height: 2rem !important;
    padding: 0rem 2rem;
    margin-left: 0rem;
    margin-top: 5vw;
  }

  .bj_icon_01 {
    width: 50px;
    height: 50px;
    font-size: 1.1rem !important;
  }

  .bj_balloon .bj_icon {
    width: 50px;
    margin-right: -60px;
    padding: 0 !important;
  }

  .bj_talk {
    margin: 5px 0 0 60px;
    padding: 17px 13px !important;
  }
}
/* blockquote */
blockquote.blockquote {
  position: relative;
  border-top: 1px solid #1d3026;
  border-bottom: 1px solid #1d3026;
  padding: 3rem 2rem !important;
  margin: 4rem 0;
}

blockquote.blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 1.3rem;
  text-align: right;
  color: #aaa;
  margin-top: 3.6rem;
}

blockquote.blockquote:before {
  position: absolute;
  background-color: #feeaeb;
  color: #000;
  font-family: "Montserrat", sans-serif;
  content: '"';
  line-height: 1.5rem;
  text-align: center;
  top: -1px;
  left: -7px;
  padding: 10px;
  font-size: 70px;
}

blockquote.blockquote:after {
  position: absolute;
  right: -10px;
  bottom: -20px;
  background-color: #feeaeb;
  padding: 10px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  content: '"';
  line-height: 1.5rem;
  text-align: center;
  font-size: 70px;
}

@media screen and (max-width: 767px) {
  blockquote.blockquote {
    position: relative;
    border-top: 1px solid #1d3026;
    border-bottom: 1px solid #1d3026;
    padding: 2rem 1rem !important;
    margin: 4rem 5vw;
  }

  blockquote.blockquote:before {
    top: -7px;
    left: -12px;
    font-size: 40px;
  }

  blockquote.blockquote:after {
    position: absolute;
    right: -12px;
    bottom: -25px;
    font-size: 40px;
  }

  blockquote.blockquote cite {
    padding-right: 20px;
    font-size: 1rem;
    margin-top: 1.6rem;
  }
}
/*　あわせて読みたい　*/
aside.read-together {
  border: 1px solid;
  margin: 3rem 0;
  padding: 5rem 2rem 1em 2rem !important;
  /* width: 100%; */
  position: relative;
}

.read-together ul {
  margin-left: 3rem;
  word-break: break-all;
}

.read-together ul li {
  list-style-type: square;
  margin-bottom: 1.6rem;
}

.read-together h2 {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 2rem !important;
  position: absolute;
  top: -19px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  aside.read-together {
    margin: 5rem 5vw 2rem 5vw;
    padding: 3rem 0.6rem 0em 2rem !important;
  }

  .read-together ul {
    margin-left: 0rem;
  }
}
/* 占い */
.uranai_item {
  display: flex;
  align-items: start;
}

.uranai_item img {
  width: 200px !important;
  margin-right: 3rem !important;
}

.uranai_item_txt strong {
  border-bottom: 1px solid #000;
  display: block;
  /* margin-bottom: 1rem; */
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .uranai_item img {
    width: 150px !important;
    margin: auto !important;
  }

  .uranai_item {
    flex-direction: column;
  }
}
/*-------------------------------
  common
-------------------------------*/
.unit {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.unit.view {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.rollover1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.rollover1:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*-------------------------------
  #archives
-------------------------------*/
#archives {
  width: 100%;
  opacity: 0;
}

#archives article {
  width: 354px;
  height: auto;
  margin-bottom: 30px;
  /*
  width: 354px; height: auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  */
}

#archives .item {
  width: 354px;
  height: auto;
  position: relative;
  overflow: hidden;
}

#archives .item > a {
  width: 100%;
  height: 100%;
  display: block;
}

/*.image
-------------------------------*/
#archives article img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#archives .item .image img {
  transition: transform 0.2s linear;
}

#archives .item a:hover .image img {
  -moz-filter: grayscale(100%) brightness(0.8);
  -o-filter: grayscale(100%) brightness(0.8);
  -ms-filter: grayscale(100%) brightness(0.8);
  filter: grayscale(100%) brightness(0.8);
  transform: scale(1.05);
}

/*.text
-------------------------------*/
#archives article .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 15px 15px;
  width: 100%;
  height: auto;
  background-image: url(../images/common/textbase.png);
  background-position: left top;
  background-size: 1px 200px;
  background-repeat: repeat-x;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}

#archives article .text::before {
  content: "";
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

#archives article .furoku::before {
  content: "付録";
}

#archives article .fashion::before {
  content: "ファッション";
}

#archives article .beauty::before {
  content: "ビューティー";
}

#archives article .lifestyle::before {
  content: "ライフスタイル";
}

#archives article .fortune::before {
  content: "占い";
}

#archives article .food::before {
  content: "フード";
}

#archives article .culture::before {
  content: "カルチャー";
}

#archives article .pr::before {
  content: "PR";
}

#archives article .wedding::before {
  content: "ウェディング";
}

/*category-image
-------------------------------*/
#category-image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#category-image a {
  width: 100%;
  height: 100%;
  display: block;
}

#category-image .text {
  width: 100%;
  height: 462px;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
}

#category-image .text .box {
  padding-left: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 10px #333;
  pointer-events: none;
}

#category-image .text .box::before {
  display: block;
  content: "SWEET WEDDING";
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

#category-image .text p {
  width: 320px;
}

#category-image .image img {
  vertical-align: bottom;
  transition: transform 0.2s linear;
}

#category-image a:hover .image img {
  -moz-filter: grayscale(100%) brightness(0.8);
  -o-filter: grayscale(100%) brightness(0.8);
  -ms-filter: grayscale(100%) brightness(0.8);
  filter: grayscale(100%) brightness(0.8);
  transform: scale(1.05);
}

/*loading
-------------------------------*/
#archives .unit::after,
#category-image.unit::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  background-color: #808080;
  background-image: url(../images/common/loading.gif);
  background-position: center center;
  background-size: 39px 39px;
  background-repeat: no-repeat;
  z-index: 99999;
  pointer-events: none;
  transition: all 1s;
  opacity: 1;
}

#archives .unit.loaded::after,
#category-image.unit.loaded::after {
  opacity: 0;
}

/*-------------------------------
  #cover
-------------------------------*/
#cover {
  width: 100%;
  height: 462px;
  position: relative;
  overflow: hidden;
}

#cover .frontcover {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-position: center center;
  background-size: cover;
}

#cover a {
  width: 100%;
  height: 100%;
  display: block;
}

#cover a .frontcover {
  transition: transform 0.2s linear;
}

#cover a:hover .frontcover {
  -moz-filter: grayscale(100%) brightness(0.8);
  -o-filter: grayscale(100%) brightness(0.8);
  -ms-filter: grayscale(100%) brightness(0.8);
  filter: grayscale(100%) brightness(0.8);
  transform: scale(1.05);
}

/*#cover .title
-------------------------------*/
#cover .title p {
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  position: absolute;
}

#cover p img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#cover .title p:nth-child(1) {
  left: 29px;
  top: 164px;
  width: 40px;
  height: 64px;
}

#cover .title p:nth-child(2) {
  left: 82px;
  top: 164px;
  width: 73px;
  height: 63px;
}

#cover .title p:nth-child(3) {
  left: 172px;
  top: 165px;
  width: 39px;
  height: 61px;
}

#cover .title p:nth-child(4) {
  left: 231px;
  top: 165px;
  width: 39px;
  height: 61px;
}

#cover .title p:nth-child(5) {
  left: 283px;
  top: 165px;
  width: 41px;
  height: 61px;
}

#cover .title p:nth-child(6) {
  left: 31px;
  top: 251px;
  width: 65px;
  height: 56px;
}

#cover .title p:nth-child(7) {
  left: 111px;
  top: 252px;
  width: 36px;
  height: 56px;
}

#cover .title p:nth-child(8) {
  left: 163px;
  top: 252px;
  width: 38px;
  height: 56px;
}

#cover .title p:nth-child(9) {
  left: 212px;
  top: 291px;
  width: 16px;
  height: 17px;
}

#cover .title p:nth-child(10) {
  left: 235px;
  top: 252px;
  width: 29px;
  height: 56px;
}

#cover .title p:nth-child(11) {
  left: 282px;
  top: 252px;
  width: 38px;
  height: 56px;
}

#cover .title p:nth-child(12) {
  left: 30px;
  top: 363px;
  width: 143px;
  height: 52px;
}

#cover .title p:nth-child(13) {
  left: 200px;
  top: 332px;
  width: 114px;
  height: 105px;
}

/*#cover .title anination
-------------------------------*/
.cover #cover .title p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cover #cover .title p.in {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.cover #cover .title p:nth-child(1) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.cover #cover .title p:nth-child(2) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.cover #cover .title p:nth-child(3) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.cover #cover .title p:nth-child(4) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.cover #cover .title p:nth-child(5) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.cover #cover .title p:nth-child(6) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.cover #cover .title p:nth-child(7) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.cover #cover .title p:nth-child(8) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.cover #cover .title p:nth-child(9) {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.cover #cover .title p:nth-child(10) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.cover #cover .title p:nth-child(11) {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.cover #cover .title p:nth-child(12) {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.cover #cover .title p:nth-child(13) {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

/*-------------------------------
  .btn_more
-------------------------------*/
.btn_more_item {
  width: 105px;
  height: 86px;
  margin: 0 auto;
  cursor: pointer;
  display: none;
}

.btn_more_item div {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/more.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.btn_more_item div:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.btn_more_item.active div {
  background-image: url(../images/common/more2.gif);
}

.btn_more {
  margin: 0 auto 0;
  width: 105px;
  height: 86px;
  cursor: pointer;
}

.btn_more img {
  width: 100%;
  height: 100%;
}

/*-------------------------------
  .ranking
-------------------------------*/
#ranking {
  margin: 60px 0 0 0;
  padding: 0;
}

#ranking h2 {
  padding: 40px 0 25px 0;
  border-top: solid 1px #000;
  line-height: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
#ranking h2{
	padding: 40px 0 25px 0;
	border-top: solid 1px #000;
}
*/
#ranking ul {
  list-style: none;
}

#ranking ul::after {
  display: block;
  content: "";
  clear: both;
}

#ranking li {
  width: 500px;
  height: 110px;
  margin-right: 80px;
  margin-bottom: 10px;
  position: relative;
  float: left;
}

#ranking li:nth-child(even) {
  margin-right: 0;
}

#ranking li a {
  width: 100%;
  height: 100%;
  display: block;
}

#ranking .rank {
  position: absolute;
  left: 6px;
  top: 20px;
  width: 63px;
  height: 63px;
}

#ranking .image {
  position: absolute;
  left: 77px;
  top: 0;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

#ranking .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.2s linear;
}

#ranking a:hover .image img {
  transform: scale(1.05);
}

#ranking .text {
  position: absolute;
  left: 200px;
  top: 0;
  width: 300px;
  height: 110px;
}

#ranking .text p {
  display: table-cell;
  margin: 0;
  width: 300px;
  height: 90px;
  font-size: 1.6rem;
  vertical-align: middle;
}

#ranking .date {
  position: absolute;
  left: 200px;
  bottom: 2px;
  width: 300px;
  height: 20px;
  font-size: 11px;
  color: #666;
}

#ranking .ranking_notice {
  margin-top: 20px;
  clear: both;
  color: #535353;
  text-align: right;
}

/*-------------------------------
  .cat_ranking
-------------------------------*/
#cat_ranking {
  margin: 60px 0 0 0;
  padding: 0;
}

#cat_ranking h2 {
  padding: 40px 0 25px 0;
  border-top: solid 1px #000;
  line-height: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#cat_ranking ul {
  list-style: none;
}

#cat_ranking ul::after {
  display: block;
  content: "";
  clear: both;
}

#cat_ranking li {
  width: 500px;
  height: 110px;
  margin-right: 80px;
  margin-bottom: 10px;
  position: relative;
  float: left;
}

#cat_ranking li:nth-child(even) {
  margin-right: 0;
}

#cat_ranking li a {
  width: 100%;
  height: 100%;
  display: block;
}

#cat_ranking .rank {
  position: absolute;
  left: 6px;
  top: 20px;
  width: 63px;
  height: 63px;
}

#cat_ranking .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

#cat_ranking .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.2s linear;
}

#cat_ranking a:hover .image img {
  transform: scale(1.05);
}

#cat_ranking .text {
  position: absolute;
  left: 124px;
  top: 0;
  width: 380px;
  height: 110px;
}

#cat_ranking .text p {
  display: table-cell;
  margin: 0;
  width: 380px;
  height: 90px;
  font-size: 1.6rem;
  vertical-align: middle;
}

#cat_ranking .date {
  position: absolute;
  left: 124px;
  bottom: 2px;
  width: 380px;
  height: 20px;
  font-size: 11px;
  color: #666;
}

/*-------------------------------
  #instagram
-------------------------------*/
#instagram {
  padding: 80px 0 0 0;
  overflow: visible;
}

#instagram h2 {
  float: left;
  width: 151px;
  height: 582px;
  overflow: visible;
}

#instagram iframe {
  float: right;
  width: 820px;
}

#instagram .insta_list {
  float: right;
  width: 820px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  list-style: none;
}

#instagram .insta_list .insta_list_item {
  flex: 0 0 260px;
  max-width: 260px;
  width: 260px;
  height: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#instagram .insta_list .insta_list_item:nth-of-type(3n) {
  margin-right: 0;
}

#instagram .insta_list .insta_list_item a {
  display: block;
  width: 260px;
  height: 260px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#instagram .insta_list .insta_list_item a::before {
  transition: 0.3s all;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../images/common/footer_sns_instagram.png");
  background-repeat: no-repeat;
  background-position: 220px 220px;
  background-size: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  position: absolute;
  content: "";
}

#instagram .insta_list .insta_list_item a:hover::before {
  opacity: 0.6;
}

/*-------------------------------
  #column
-------------------------------*/
#column {
  position: relative;
  letter-spacing: 0.02em;
}

#column .column-head h1 {
  padding: 45px 0;
  border-bottom: solid 1px #000;
  font-size: 2.8rem;
  line-height: 1.35em;
  font-weight: bold;
}

#column .column-head .image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#column .column-data {
  width: 100%;
  margin: 18px 0 44px 0;
  position: relative;
  font-size: 2rem;
  line-height: 2em;
  font-family: "Montserrat", sans-serif;
}

#column .column-data .cat a {
  width: 144px;
  padding: 4px 0 3px 0;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}

#in_wedding #column .column-data .cat a {
  width: 220px;
}

#column .column-data .cat a:hover {
  background-color: #989898;
}

#column .column-data time {
  width: 200px;
  padding: 4px 0 3px 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

#column .column-data .tag {
  width: 100%;
  margin-top: 10px;
}

#column .column-data .tag a {
  margin: 0 10px 5px 0;
  padding: 4px 8px;
  display: inline-block;
  border: 1px solid #535353;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1.8;
}

#column .column-data .tag a::before {
  content: "#";
  margin-right: 1px;
}

#column .column-content {
  font-size: 1.8rem;
  line-height: 1.8em;
}

#column .column-content h1 {
  padding-bottom: 2em;
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: bold;
}

#column .column-content h1.is-style-default {
  font-size: 2.8rem;
  padding-bottom: 1em;
}

#column .column-content h2 {
  padding-bottom: 2em;
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: bold;
}

#column .column-content h2.is-style-default {
  font-size: 2.8rem;
  padding-bottom: 1em;
}

#column .column-content h3 {
  padding-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: bold;
}

#column .column-content h3.is-style-default {
  font-size: 2.5rem;
  padding-top: 1rem;
}

#column .column-content h4 {
  padding-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.66em;
}

#column .column-content h4.is-style-default {
  font-size: 2.2rem;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

#column .column-content h5.is-style-default {
  font-size: 1.8rem;
  padding-bottom: 0.6rem;
}

#column .column-content h6 {
  margin-top: 1em;
  padding: 8px 3px;
  font-size: 1.2rem;
  line-height: 1.33em;
  border-top: #bfbfbf 1px solid;
}

#column .column-content h6.is-style-default {
  font-size: 1.8rem;
  padding-bottom: 0.6rem;
  font-weight: normal;
  padding-bottom: 0.6rem;
}

#column .column-head h1,
#column .column-content h1.is-style-default,
#column .column-content h2.is-style-default,
#column .column-content h3.is-style-default,
#column .column-content h4.is-style-default,
#column .column-content h5.is-style-default,
#column .column-content h6.is-style-default {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#column .column-content > p,
#column .column-content > div,
#column .column-content > ul {
  margin-top: 0;
  padding-bottom: 1.5em;
  font-size: 1.8rem;
  line-height: 1.8em;
}

#column .column-content > ul {
  list-style: none;
}

#column .column-content .small,
#column .column-content h5 {
  padding-bottom: 2em;
  font-size: 1.2rem;
  line-height: 1.66em;
}

#column .column-content small {
  font-size: 1.2rem;
  line-height: 1.66em;
  padding-bottom: 1em;
  display: block;
}

#column .column-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0.5em auto 1.5em auto;
}

#column .column-content > p > img {
  margin: 0.5em auto 0 auto;
}

#column .column-content .image img.size-medium {
  width: 355px;
}

/*
#column .column-content > .image:first-child{
	padding-top: 2em;
}
#column .column-content .image + h3{
	padding-top: 1.5em;
}*/
#column .column-content hr {
  width: 100%;
  height: 1px;
  margin: 0 0 1.5em 0;
  border: 0;
  background-color: #bfbfbf;
}

#column .column-content iframe {
  margin-bottom: 1.5em;
}

#column .column-foot {
  border-top: #bfbfbf 1px solid;
}

/*-------------------------------
  instagirls
-------------------------------*/
#instagirls {
  float: left;
  width: 715px;
}

#instagirls h1 {
  width: 100%;
  height: auto;
  margin: 0 0 40px;
  line-height: 0;
}

#instagirls h1 img {
  width: 100%;
  height: auto;
}

#instagirls h2 {
  padding: 5px 0 40px;
  border-bottom: solid 1px #000;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4em;
}

#instagirls .articles {
  margin: 45px 0 40px;
}

#instagirls .articles article {
  position: relative;
  margin-bottom: 300px;
  width: 354px;
  height: auto;
}

#instagirls .articles article a {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  text-decoration: none;
}

#instagirls .articles article:nth-child(odd) {
  float: left;
}

#instagirls .articles article:nth-child(even) {
  float: right;
}

#instagirls .articles article:nth-child(2) {
  margin-top: 360px;
}

#instagirls .articles article:last-child {
  margin-bottom: 0;
}

#instagirls .articles article .image {
  margin: 20px auto 35px;
  width: 202px;
  height: 202px;
  border-radius: 101px;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#instagirls .articles article .image img {
  width: 100%;
  height: auto;
}

#instagirls .articles article h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

#instagirls .articles article .text {
  font-size: 1.8rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*-------------------------------
  .empty
-------------------------------*/
#contents .empty {
  width: 100%;
  margin: 0;
  padding: 30px 0 100px 0;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

#contents .empty h2 {
  font-size: 26px;
  font-weight: bold;
}

#contents .empty p {
  font-size: 15px;
}

/*-------------------------------
  category
-------------------------------*/
.category_head {
  margin: 0 auto 20px;
}

.category_head .category_image {
  margin: 0 auto 10px;
  padding: 10px 0;
  height: 220px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_head .category_image::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.category_head .category_title {
  position: relative;
  font-size: 26px;
  padding: 0 0 0 5px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  z-index: 100;
}

.category_head .category_description {
  font-size: 13px;
  line-height: 1.8;
  padding: 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.category_head .category_tags_list {
  width: auto;
  padding: 0;
  font-size: 12px;
  position: relative;
  z-index: 100;
  margin-top: 10px;
  text-align: center;
}

.category_head .category_tags_list a {
  padding: 3px 14px 2px;
  display: inline-block;
  border: 1px solid #000;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.post_list_title {
  font-size: 16px;
  padding: 0;
  margin-top: 20px;
}

.post_list_title span {
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.category_simple_head {
  margin: 0 auto 20px;
}

.category_simple_head .category_title {
  font-size: 16px;
  padding: 10px 0 5px 5px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid #000000;
  font-weight: normal;
}

.category_simple_head .category_title span {
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.category_simple_head .category_description {
  font-size: 13px;
  line-height: 1.8;
  padding: 0;
  margin-bottom: 10px;
}

.category_simple_head .category_tags_title {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}

.category_simple_head .category_tags_list {
  width: auto;
  padding: 0;
  font-size: 12px;
  position: relative;
  z-index: 100;
  margin-top: 10px;
}

.category_simple_head .category_tags_list a {
  padding: 3px 14px 2px;
  display: inline-block;
  border: 1px solid #000;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
}

/*-------------------------------
	  breadcrumbs
	-------------------------------*/
.breadcrumbs {
  margin: 0 auto 4px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

.breadcrumbs li {
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}

.breadcrumbs li::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li:first-child::before {
  display: none;
}

.breadcrumbs li .breadcrumbs_title {
  font-size: 15px;
}

.breadcrumbs li a {
  text-decoration: none;
}

/*-------------------------------
  archive
-------------------------------*/
.archive_head {
  margin: 0 auto 20px;
}

.archive_head .archive_title {
  font-size: 18px;
  padding: 10px 0 5px 5px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid #000000;
  font-weight: normal;
}

.archive_head .archive_title span {
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-------------------------------
  search
-------------------------------*/
.search-title {
  padding: 10px 0 5px 5px;
  margin-bottom: 30px;
  border-bottom: #000 1px solid;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.search-title span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}

/*-------------------------------
  ads
-------------------------------*/
.ads-pc1 {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.ads-pc2,
.ads-pc5,
.ads-pc6,
.ads-pc7,
.ads-pc8,
.ads-pc9,
.ads-pc5 div {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.ads-pc3,
.ads-pc4 {
  padding-top: 20px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.column-content.cat-pr .ads-pc5 {
  display: none !important;
  font-size: 0;
  line-height: 0;
}

.ads-topbottom {
  width: 970px;
  margin: 60px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ads img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
/*-------------------------------
  bnr
-------------------------------*/
/*#bnr_hanayome_index_pc,*/
#wedding_pickup_pc,
#wedding_tieup {
  margin-top: 30px;
}

#bnr_hanayome_index_pc img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#bnr_page_bottom {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

#bnr_entry_top {
  margin-top: 30px;
  text-align: center;
}

#bnr_entry_top img {
  width: 100%;
  height: auto;
}

#bnr_page_bottom a img,
#bnr_entry_top a img {
  /* 0.2->0.4 */
  transition: transform 0.4s linear;
}

#bnr_page_bottom a:hover img,
#bnr_entry_top a:hover img {
  -moz-filter: grayscale(100%) brightness(0.8);
  -o-filter: grayscale(100%) brightness(0.8);
  -ms-filter: grayscale(100%) brightness(0.8);
  filter: grayscale(100%) brightness(0.8);
  /*
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  */
}

/*-------------------------------
  Category Menu
-------------------------------*/
.footer_cat_menu {
  margin: auto;
  width: 100%;
  list-style: none;
  margin: 60px auto 20px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.footer_cat_menu .cat_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.footer_cat_menu .cat_menu li {
  width: calc((100% - 16%) / 9);
  /* height: 160px; */
  margin-right: 2%;
  margin-bottom: 15px;
  list-style: none;
}

/*
.footer_cat_menu .cat_menu li:nth-of-type(3n) {
	margin-right: 0;
}
*/
.footer_cat_menu .cat_menu li:last-child {
  margin-right: 0px;
}

.footer_cat_menu .cat_menu li .cat_menu_wrap a {
  width: 100px;
  height: 100px;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  text-decoration: none;
  position: relative;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  transition: 0.3s ease-in-out;
}

.footer_cat_menu .cat_menu li .cat_menu_wrap a:hover {
  transition-duration: 0.3s;
  transform: scale(1.2);
}

/*
.footer_cat_menu .cat_menu li.instagirls a {
	background-position: center 1%;
	background-size: 122%;
}

.footer_cat_menu .cat_menu li.instagirls a:hover {
	background-size: 132%;
}
*/
/*
.footer_cat_menu .cat_menu li a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	display: block;
	content:"";
	background-color: rgba(0, 0, 0, 0.5);
}
*/
.footer_cat_menu .cat_menu li a span {
  display: none;
  /*	display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}

.cat_menu_wrap {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: relative;
  margin: auto;
}

.cat_menu_txt {
  margin: 1rem auto 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cat_menu_txt a,
.cat_menu_txt a:hover {
  color: #000;
  text-decoration: none;
}

.footer_cat_menu h2 {
  display: none;
}

/* slider */
.flex-direction-nav {
  display: none;
}

.caption-wrap .caption span {
  color: #ed3093;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .metaslider .caption-wrap {
    position: relative !important;
    background: #fff !important;
    color: #000 !important;
    opacity: 1 !important;
    min-height: 5.4em;
  }

  .metaslider .caption {
    padding: 15px 10px !important;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.5;
  }

  .caption-wrap .caption span {
    font-size: 12px;
  }

  .flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
  }

  .metaslider .flex-control-nav {
    bottom: -20px !important;
  }
}
@media screen and (min-width: 768px) {
  .metaslider .caption-wrap {
    bottom: 30px !important;
    right: 0px !important;
    left: auto !important;
    background: #fff !important;
    color: #000 !important;
    opacity: 1 !important;
    width: 40% !important;
  }

  .metaslider .caption {
    padding: 3rem 3rem !important;
    font-size: 20px;
    line-height: 1.5;
  }

  .caption-wrap .caption span {
    font-size: 14px;
  }
}
.flex-control-paging li a.flex-active {
  background: #ed3093 !important;
  background: rgba(237, 48, 147, 0.9) !important;
}

/* reccomend */
#pickup {
  margin: 60px auto 60px auto;
}

#pickup ul li {
  width: calc((100% - 4%) / 3);
  margin-right: 2%;
  margin-bottom: 30px;
}

#pickup ul li:nth-child(3n) {
  margin-right: 0;
}

.pickup_inner {
  margin: 0 auto;
  width: 1080px;
}

#pickup ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}

#pickup ul li .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 233px;
}

#pickup ul li a {
  text-decoration: none;
}

#pickup ul li .image:before {
  content: "PR";
  background: rgba(0, 0, 0, 0.4);
  height: 1.5rem;
  display: inline-block;
  color: #fff;
  padding: 0.3rem 0.5rem;
  font-size: 12px;
  position: absolute;
  z-index: 2;
}

#pickup ul li .image img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s linear;
  width: 100%;
  height: 233px;
}

#pickup ul li .image img:hover {
  transform: scale(1.05);
}

#pickup .text {
  font-size: 1.5rem;
  padding: 2rem 1rem 1rem 1rem;
}

@media screen and (max-width: 767px) {
  #pickup {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
  }

  #pickup ul {
    flex-direction: column;
  }

  #pickup ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #pickup ul li .image {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 67px;
    flex-shrink: 0;
  }

  #pickup ul li .image img {
    width: 100px;
    height: 67px;
  }

  #pickup ul li .image:before {
    font-size: 10px;
    height: 1.4rem;
  }

  #pickup ul li a {
    display: flex;
  }

  #pickup .text {
    font-size: 1rem;
    padding: 0rem 1rem 0rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  /*-------------------------------
    #archives
  -------------------------------*/
  #archives {
    width: 100%;
  }

  #archives article {
    width: 49.33%;
    margin-bottom: 1.33vw;
  }

  #archives article.item {
    width: 49.33%;
  }

  #archives article .item {
    width: 100%;
  }

  /*.text
  -------------------------------*/
  #archives article .text {
    padding: 30px 2.4vw 2.4vw;
    font-size: 2.5vw;
  }

  #archives article .text::before {
    margin-bottom: 0.1em;
    font-size: 2vw;
  }

  /*category-image
  -------------------------------*/
  #category-image {
    margin-bottom: 1.33vw;
  }

  #category-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  #category-image .text {
    display: flex;
    align-items: center;
  }

  #category-image .text .box {
    padding-left: 7vw;
    font-size: 2.5vw;
    justify-content: center;
  }

  #category-image .text .box::before {
    margin-bottom: 0.1em;
    font-size: 2vw;
  }

  #category-image .text p {
    width: 37vw;
  }

  #category-image .image img {
    width: 100%;
    height: auto;
  }

  /*-------------------------------
    .cover, #cover
  -------------------------------*/
  #archives article.cover {
    width: 100%;
  }

  #archives article #cover {
    height: 130.67vw;
  }

  #archives article #cover .text {
    font-size: 4vw;
  }

  #archives article #cover .text::before {
    font-size: 3.2vw;
  }

  /*#cover .title
  -------------------------------*/
  #cover .title p:nth-child(1) {
    left: 8.4vw;
    top: 46.4vw;
    width: 11.07vw;
    height: 17.48vw;
  }

  #cover .title p:nth-child(2) {
    left: 23.33vw;
    top: 46.4vw;
    width: 20.27vw;
    height: 17.34vw;
  }

  #cover .title p:nth-child(3) {
    left: 48.8vw;
    top: 46.67vw;
    width: 10.8vw;
    height: 16.8vw;
  }

  #cover .title p:nth-child(4) {
    left: 65.33vw;
    top: 46.67vw;
    width: 10.8vw;
    height: 16.8vw;
  }

  #cover .title p:nth-child(5) {
    left: 80vw;
    top: 46.67vw;
    width: 11.47vw;
    height: 16.81vw;
  }

  #cover .title p:nth-child(6) {
    left: 8.8vw;
    top: 70.93vw;
    width: 18.27vw;
    height: 15.47vw;
  }

  #cover .title p:nth-child(7) {
    left: 31.6vw;
    top: 71.2vw;
    width: 9.73vw;
    height: 14.93vw;
  }

  #cover .title p:nth-child(8) {
    left: 46.13vw;
    top: 71.2vw;
    width: 10.4vw;
    height: 15.07vw;
  }

  #cover .title p:nth-child(9) {
    left: 60vw;
    top: 82.27vw;
    width: 4.13vw;
    height: 4.27vw;
  }

  #cover .title p:nth-child(10) {
    left: 66.4vw;
    top: 71.2vw;
    width: 8vw;
    height: 15.2vw;
  }

  #cover .title p:nth-child(11) {
    left: 79.87vw;
    top: 71.2vw;
    width: 10.27vw;
    height: 14.94vw;
  }

  #cover .title p:nth-child(12) {
    left: 8.67vw;
    top: 102.53vw;
    width: 40vw;
    height: 14.4vw;
  }

  #cover .title p:nth-child(13) {
    left: 56.67vw;
    top: 96vw;
    width: 32vw;
    height: 29.34vw;
  }

  /*-------------------------------
    .btn_more
  -------------------------------*/
  .btn_more_item {
    width: 14vw;
    height: 11.47vw;
  }

  .btn_more {
    margin: 2vw auto 0;
    width: 14vw;
    height: auto;
  }

  .btn_more img {
    width: 100%;
    height: auto;
  }

  /*-------------------------------
    .ranking
  -------------------------------*/
  #ranking {
    margin: 9vw 0 0 0;
    padding: 0 0 0 0;
  }

  #ranking h2 {
    padding: 4vw 0;
    border-bottom: solid 1px #000;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #ranking h2 img {
    width: 15.73%;
  }

  #ranking ul {
    padding-top: 5vw;
  }

  #ranking ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 4vw;
    padding: 0;
    width: 100vw;
    height: auto;
    min-height: 14.67vw;
  }

  #ranking ul li .rank {
    left: 3vw;
    top: 3vw;
    width: 8.4%;
    height: auto;
    vertical-align: top;
    line-height: 0;
  }

  #ranking ul li .rank img {
    width: 100%;
    height: auto;
  }

  #ranking ul li .image {
    left: 14vw;
    top: 0;
    padding: 0;
    width: 14.67vw;
    height: 14.67vw;
    vertical-align: top;
    line-height: 0;
  }

  #ranking ul li .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  #ranking ul li .text {
    position: static;
    display: block;
    margin: 0 3% 0 auto;
    padding: 0;
    width: 66vw;
    height: 10.8vw;
  }

  #ranking ul li .text p {
    width: 66vw;
    height: 10.8vw;
    font-size: 2.4vw;
    line-height: 4vw;
  }

  #ranking ul li .date {
    position: static;
    display: block;
    margin: 0 3% 0 auto;
    padding: 0;
    width: 66vw;
    height: 3vw;
    font-size: 2vw;
    color: #666;
  }

  #ranking .ranking_notice {
    margin-top: 20px;
    color: #535353;
    text-align: left;
    font-size: 2.6vw;
    margin-left: 10px;
  }

  /*-------------------------------
    .cat_ranking
  -------------------------------*/
  #cat_ranking {
    margin: 9vw 0 0 0;
    padding: 0 0 0 0;
  }

  #cat_ranking h2 {
    padding: 4vw 0;
    border-bottom: solid 1px #000;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #cat_ranking h2 img {
    width: 15.73%;
  }

  #cat_ranking ul {
    padding-top: 5vw;
  }

  #cat_ranking ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 4vw;
    padding: 0;
    width: 100vw;
    height: auto;
    min-height: 14.67vw;
  }

  #cat_ranking ul li .rank {
    left: 3vw;
    top: 3vw;
    width: 8.4%;
    height: auto;
    vertical-align: top;
    line-height: 0;
  }

  #cat_ranking ul li .rank img {
    width: 100%;
    height: auto;
  }

  #cat_ranking ul li .image {
    left: 3vw;
    top: 0;
    padding: 0;
    width: 14.67vw;
    height: 14.67vw;
    vertical-align: top;
    line-height: 0;
  }

  #cat_ranking ul li .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  #cat_ranking ul li .text {
    position: static;
    display: block;
    margin: 0 3% 0 auto;
    padding: 0;
    width: 77vw;
    height: 10.8vw;
  }

  #cat_ranking ul li .text p {
    width: 77vw;
    height: 10.8vw;
    font-size: 2.4vw;
    line-height: 4vw;
  }

  #cat_ranking ul li .date {
    position: static;
    display: block;
    margin: 0 3% 0 auto;
    padding: 0;
    width: 77vw;
    height: 3vw;
    font-size: 2vw;
    color: #666;
  }

  /*-------------------------------
    #instagram
  -------------------------------*/
  #instagram {
    padding: 9vw 0 0 0;
  }

  #instagram h2 {
    width: 48.53vw;
    height: auto;
    margin-left: 4.93vw;
    margin-bottom: 6.4vw;
    float: none;
  }

  #instagram h2 img {
    width: 100%;
    height: auto;
  }

  #instagram iframe {
    width: 100%;
    float: none;
  }

  #instagram .insta_list {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    list-style: none;
    margin-bottom: 10px;
  }

  #instagram .insta_list .insta_list_item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
    height: 32vw;
    margin: 0;
    padding: 0;
  }

  #instagram .insta_list .insta_list_item:nth-of-type(3n) {
    margin-right: 0;
  }

  #instagram .insta_list .insta_list_item a {
    display: block;
    width: 100%;
    height: 32vw;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #instagram .insta_list .insta_list_item a::before {
    transition: 0.3s all;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/common/footer_sns_instagram.png");
    background-repeat: no-repeat;
    background-position: 92% 92%;
    background-size: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    position: absolute;
    content: "";
  }

  #instagram .insta_list .insta_list_item a:hover::before {
    opacity: 0.6;
  }

  /*-------------------------------
    #column
  -------------------------------*/
  #column .column-head h1 {
    padding: 4vw;
    font-size: 5.4vw;
    line-height: 1.6;
  }

  #column .column-data {
    width: 100%;
    margin: 5.2vw 0 6.4vw 0;
    padding: 0 4vw;
    font-size: 3.4vw;
    line-height: 1.74;
  }

  #column .column-data .cat,
#column .column-data .cat a {
    width: 32vw;
    padding: 0;
  }

  #in_wedding #column .column-data .cat a {
    width: 38vw;
  }

  #column .column-data time {
    width: 50vw;
    padding: 0;
    right: 4vw;
  }

  #column .column-data .tag {
    width: 100%;
    margin-top: 10px;
  }

  #column .column-data .tag a {
    margin: 0 5px 5px 0;
    padding: 2px 6px 2px;
    display: inline-block;
    border: 1px solid #535353;
    font-size: 2.6vw;
  }

  #column .column-data .tag a::before {
    content: "#";
    margin-right: 1px;
  }

  #column .column-content {
    font-size: 3.6vw;
    line-height: 1.6em;
  }

  #column .column-content h1 {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.6vw;
    line-height: 1.6em;
  }

  #column .column-content h1.is-style-default {
    font-size: 5.6vw;
    padding-bottom: 1em;
  }

  #column .column-content h2 {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.6vw;
    line-height: 1.6em;
  }

  #column .column-content h2.is-style-default {
    font-size: 5.6vw;
    padding-bottom: 1em;
  }

  #column .column-content h3 {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.6vw;
    line-height: 1.6em;
  }

  #column .column-content h3.is-style-default {
    padding-top: 4vw;
    font-size: 4.8vw;
  }

  #column .column-content h4 {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.3vw;
    line-height: 1.6em;
  }

  #column .column-content h4.is-style-default {
    font-size: 4.2vw;
    font-weight: bold;
    padding-bottom: 0.5em;
  }

  #column .column-content h5.is-style-default {
    font-size: 3.6vw;
    padding-bottom: 0.4em;
    font-weight: bold;
  }

  #column .column-content h6 {
    padding: 3.6vw 4vw;
    font-size: 3vw;
    line-height: 1.33;
  }

  #column .column-content h6.is-style-default {
    font-weight: normal;
    font-size: 3.6vw;
  }

  #column .column-head h1,
#column .column-content h1.is-style-default,
#column .column-content h2.is-style-default,
#column .column-content h3.is-style-default,
#column .column-content h4.is-style-default,
#column .column-content h5.is-style-default,
#column .column-content h6.is-style-default {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #column .column-content p,
#column .column-content div,
#column .column-content ul {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.6vw;
    line-height: 1.6em;
  }

  #column .column-content .small,
#column .column-content h5,
#column .column-content small {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3vw;
    line-height: 1.66;
  }

  #column .column-content .image {
    padding: 0 4vw 1.5em 4vw;
  }

  #column .column-content .image.size-medium {
    width: 100%;
  }

  #column .column-content iframe.youtube {
    width: 92vw;
    height: 51.75vw;
  }

  #column .column-content p > iframe.youtube {
    width: 92vw;
    height: 51.75vw;
  }

  #column .column-content iframe.instagram-media {
    width: 92vw !important;
    margin: 0 auto 12px auto !important;
  }

  #column .column-foot {
    padding-bottom: 4vw;
  }

  /*-------------------------------
    #column
  -------------------------------*/
  #instagirls {
    float: none;
    width: 100%;
  }

  #instagirls h1 {
    margin: 0 0 20px;
  }

  #instagirls h2 {
    padding: 0 3vw 3.6vw;
    font-size: 3.6vw;
    line-height: 1.6em;
  }

  #instagirls .articles {
    margin: 20px 0 6vw;
  }

  #instagirls .articles article {
    margin-top: 6vw;
    margin-bottom: 6vw;
    width: 100%;
  }

  #instagirls .articles article:nth-child(odd) {
    float: none;
  }

  #instagirls .articles article:nth-child(even) {
    float: none;
  }

  #instagirls .articles article:nth-child(2) {
    margin-top: 6vw;
  }

  #instagirls .articles article:last-child {
    margin-bottom: 0;
  }

  #instagirls .articles article .image {
    margin: 20px auto 20px;
  }

  #instagirls .articles article h3 {
    padding: 0 4vw;
    width: 100%;
    font-size: 2rem;
  }

  #instagirls .articles article .text {
    padding: 0 4vw;
    width: 100%;
    font-size: 1.4rem;
  }

  /*-------------------------------
    .empty
  -------------------------------*/
  #contents .empty {
    width: 100%;
    margin: 0;
    padding: 30px 10px 50px;
    font-size: 2rem;
    line-height: 2;
    text-align: center;
  }

  #contents .empty h2 {
    font-size: 20px;
    font-weight: bold;
  }

  #contents .empty p {
    font-size: 13px;
  }

  #contents .empty .top_prev {
    font-size: 16px;
  }

  /*-------------------------------
    category
  -------------------------------*/
  .category_head {
    margin: 0 auto 20px;
  }

  .category_head .category_image {
    margin: 0 auto 10px;
    padding: 10px 0;
    height: 100px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category_head .category_image::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .category_head .category_title {
    width: auto;
    font-size: 6vw;
    letter-spacing: 1px;
    border-bottom: none;
    font-weight: bold;
    color: #ffffff;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    z-index: 100;
  }

  .category_head .category_description {
    width: auto;
    font-size: 3vw;
    line-height: 1.8;
    padding: 0 10px;
    position: relative;
    z-index: 100;
  }

  .post_list_title {
    font-size: 3.6vw;
    padding: 0 10px;
    margin-top: 20px;
  }

  .post_list_title span {
    font-size: 4.8vw;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .category_simple_head {
    margin: 0 auto 10px;
  }

  .category_simple_head .category_title {
    font-size: 4.2vw;
    padding: 10px 0 5px 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
    font-weight: normal;
  }

  .category_simple_head .category_title span {
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 6vw;
  }

  .category_simple_head .category_description {
    font-size: 3vw;
    line-height: 1.8;
    padding: 0 10px;
  }

  /*-------------------------------
    breadcrumbs
  -------------------------------*/
  .breadcrumbs {
    margin: 10px auto 4px;
    padding: 0 10px;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
  }

  .breadcrumbs li {
    font-size: 3.2vw;
    padding-left: 20px;
    position: relative;
  }

  .breadcrumbs li::before {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }

  .breadcrumbs li:first-child {
    padding-left: 0;
  }

  .breadcrumbs li:first-child::before {
    display: none;
  }

  .breadcrumbs li .breadcrumbs_title {
    font-size: 3.2vw;
  }

  /*-------------------------------
    archive
  -------------------------------*/
  .archive_head {
    margin: 0 auto 20px;
  }

  .archive_head .archive_title {
    font-size: 4.4vw;
    padding: 10px 0 5px 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
    font-weight: normal;
  }

  .archive_head .archive_title span {
    font-size: 6vw;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /*-------------------------------
    search
  -------------------------------*/
  .search-title {
    padding: 10px 0 0.625vw 4.375vw;
    margin-bottom: 2.5vw;
    font-size: 3.75vw;
  }

  .search-title span {
    margin-left: 0.625vw;
    font-size: 3.125vw;
  }

  /*-------------------------------
    ads
  -------------------------------*/
  .ads-sp1,
.ads-sp2,
.ads-sp4,
.ads-pc5 {
    text-align: center;
  }

  .ads-sp3,
.ads-sp5 {
    padding-top: 3.75vw;
    text-align: center;
  }

  .ads-topbottom {
    width: 100%;
    margin: 6vw 0 10vw 0;
    text-align: center;
  }

  .ads-topbottom a {
    display: inline-block;
  }

  .ads-topbottom img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /*-------------------------------
    bnr
  -------------------------------*/
  .wedding_picup,
#wedding_tieup {
    margin-top: 1.33vw;
  }

  #bnr_page_bottom {
    margin-top: 8vw;
    margin-bottom: 10vw;
  }

  #bnr_page_bottom img {
    width: 100%;
    height: auto;
  }

  #bnr_entry_top {
    margin-top: 1.33vw;
  }

  /*-------------------------------
    footer
  -------------------------------*/
  .footer_meta {
    background-color: #ecdadb;
    padding: 30px 0;
    margin: 20px 0;
    border-top: 1px solid #ecd8d9;
    border-bottom: 1px solid #ecd8d9;
  }

  .footer_meta .category_tags_list {
    width: auto;
    padding: 20px 10px;
    font-size: 3vw;
    position: relative;
    z-index: 100;
    background-color: #feeaeb;
    border-top: 1px solid #ecd8d9;
    border-bottom: 1px solid #ecd8d9;
  }

  .footer_meta .category_tags_list a {
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #000;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /*-------------------------------
    Category Menu
  -------------------------------*/
  .footer_cat_menu {
    margin: auto;
    width: 100%;
    max-width: 350px;
    margin: 60px auto 25px;
    padding-top: 40px;
    border-top: 1px solid #000;
  }

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

  .footer_cat_menu .cat_menu li {
    width: 100px;
    height: 120px;
    margin: 0px 8px 5px !important;
    list-style: none;
  }

  /*
  .footer_cat_menu .cat_menu li:nth-of-type(2n) {
  	width: calc(50%);
  	margin-right: 0!important;
  }
  */
  .footer_cat_menu h2 {
    display: block;
  }

  .footer_cat_menu .cat_menu li .cat_menu_wrap a {
    width: 78px !important;
    height: 78px !important;
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: 0.3s all;
    border-radius: 100px;
    margin: auto;
  }

  .footer_cat_menu .cat_menu li a:hover {
    background-size: cover;
  }

  /*
  .footer_cat_menu .cat_menu li.instagirls a {
  	background-position: 38% top;
  	background-size: 194%;
  }

  .footer_cat_menu .cat_menu li.instagirls a:hover {
  	background-size: 204%;
  }
  */
  /*
  .footer_cat_menu .cat_menu li a::before {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	left:0;
  	top:0;
  	display: block;
  	content:"";
  	background-color: rgba(0, 0, 0, 0.5);
  }
  */
  .footer_cat_menu .cat_menu li a span {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    bottom: -65px;
  }

  .footer_cat_menu .cat_menu li:nth-of-type(n+7) {
    margin-bottom: 20px;
  }

  .cat_menu_wrap {
    overflow: hidden;
    width: 78px;
    height: 78px;
    background: transparent;
    border-radius: 100px;
  }

  .cat_menu_txt {
    margin: 1rem auto 0 auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
/** bxSlider v4.2.12
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  margin-bottom: 30px;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
  background: #feeaeb;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/libs/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  /*background: #666;*/
  background: #bfbfbf;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  /*left: 10px;*/
  left: 5px;
  /* background: url('images/controls.png') no-repeat 0 -32px;*/
  background: url("../images/common/arrow_prev.png") no-repeat 0 0;
  background-size: 14px 24.5px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  /*right: 10px;*/
  right: 5px;
  /*background: url('images/controls.png') no-repeat -43px -32px;*/
  background: url("../images/common/arrow_next.png") no-repeat 0 0;
  background-size: 14px 24.5px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  /*background-position: -43px 0;*/
  background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  /*margin-top: -16px;*/
  margin-top: -12.25px;
  outline: 0;
  /*width: 32px;
   height: 32px;*/
  width: 14px;
  height: 24.5px;
  text-indent: -9999px;
  /*z-index: 9999;*/
  z-index: 9998;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/libs/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -22px !important;
  }

  .bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    display: none !important;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px !important;
    height: 12px !important;
    margin: 0 6px !important;
    border-radius: 6px !important;
  }
}/*# sourceMappingURL=all.css.map */