* {
  border: medium none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
  box-sizing: border-box;
  line-height: 1.8em;
  font-feature-settings: "palt";
  text-underline-offset: 3px;
}

strong {
  font-weight: bold;
}
img {
  vertical-align: bottom;
  object-fit: cover;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
}

a.button_form {
  width: 175px;
  height: 90px;
  border-radius: 10px;
  background: #ff7700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
}
a.button_form._outline {
  height: 60px;
  width: 500px;
  border-radius: 16px;
}
.btn-center {
  text-align: center;
}
a.btn-top {
  width: 175px;
  height: 50px;
  color: #fff;
  border-radius: 25px;
  background: #fe3492;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.btn-top {
    margin: 0 auto 5px auto;
  }
  a.button_form._outline {
    height: 50px;
    width: 80%;
    border-radius: 25px;
  }
  .pc-link {
    pointer-events: none;
    color: #444 !important;
  }
}
a.button_form:hover {
  background: #e74b00;
}
a.button_form span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
/*a.button_form span::before {
  content: "";
  background: url("img/ico-camera.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 22px;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}*/
footer .foot_inner > a::after {
  content: "▲" !important;
  color: #fff;
  font-size: 10px;
  transform: rotate(90deg);
  margin-left: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.input,
.tel,
.zip,
.textarea,
.select {
  border: 1px solid #ccc;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

.twitter {
  padding-right: 5px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.logo img {
  width: 260px;
}

.topItemList__content {
  position: absolute;
}

body:not(#toppage) .topItemList__content {
  width: 208px;
}

.topItemList__content:nth-of-type(1) {
  top: 47px;
  right: 90px;
}
.topItemList__content:nth-of-type(2) {
  bottom: -28px;
  right: 40px;
}
body:not(#toppage) .topItemList__content:nth-of-type(1) {
  top: 74px;
  right: -96px;
}
body:not(#toppage) .topItemList__content:nth-of-type(2) {
  bottom: 24px;
  right: 107px;
}
@media screen and (max-width: 1312px) {
	body:not(#toppage) .topItemList__content:nth-of-type(1) {
	  right: -56px;
	}
	body:not(#toppage) .topItemList__content:nth-of-type(2) {
	  right: 147px;
	}
}
@media screen and (max-width: 1232px) {
	body:not(#toppage) .topItemList__content:nth-of-type(1) {
	  right: 0px;
	}
	body:not(#toppage) .topItemList__content:nth-of-type(2) {
	  right: 187px;
	}
}
.snsList {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 9999;
}
.snsList__content {
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	#header > .snsList {
	  display: none;
	}
}
@media screen and (max-width: 767px) {
  .top_img_inner .logo img {
    width: 250px;
  }
}

#box {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  border: 1px solid #ccc;
  padding: 6px;
  margin-bottom: 25px;
  text-align: center;
  background-color: #fff8fa;
}
#end {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  padding: 10px 6px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
      メイリオ, Meiryo, sans-serif;
    color: #000;
    margin: 0 auto;
    background-color: #fff;
    font-size: 13px;
    height: 100%;
    background-image: url(img/topViewTitle-bg-x.jpg);
    background-repeat: repeat-x;
    background-position: left top;
  }
  img {
    border-style: none;
  }
  h1 {
    margin: 0;
    padding: 0;
  }
  h2 {
    margin: 0;
    padding: 0;
  }
  a {
    color: #006eb0;
  }
  #wrap {
    width: 100%;
    /*min-width: 1400px;*/
    margin: 0px auto;
  }
  #header {
    width: 100%;
    /*min-width: 1400px;*/
    height: 400px;
    margin: 0;
    padding: 0;
    position: relative;
    background: url("img/main_cat@2x.png") no-repeat left calc(50% + 50px) top
        32px/ 650px auto,
      url("img/main_paws.svg") no-repeat right calc(50% - 500px) center,
      url("img/main_bg_pc.jpg") no-repeat center/100% 100%;
  }
  #toppage #header {
    height: 700px;
  }
  body:not(#toppage) #header {
    background: url("img/main_cat@2x.png") no-repeat left calc(50% + 50px) top
        32px/ 380px auto,
      url("img/main_paws.svg") no-repeat right calc(50% - 500px) center,
      url("img/main_bg_pc.jpg") no-repeat center/100% 100%;
  }
  .top_img {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  body:not(#toppage) .top_img {
    max-width: 1100px;
  }
  .top_img__img.kasou {
    width: 466px;
  }
  #toppage .top_img__img.kasou {
    display: none;
  }
  body:not(#toppage) .top_img__img.top {
    display: none;
  }
  .sp-menu {
    display: none;
  }

  #main {
    width: 96%;
	max-width: 1280px;
    margin: 0px auto;
    padding: 0;
  }
  #footer {
    width: 980px;
    margin: 10px auto;
    padding: 10px 0;
    border-top: solid 3px #f00;
    position: relative;
  }
  #footer #footer_t {
    margin: 5px 0 0 10px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: red;
  }
  #footer #copy {
    margin: 5px 0 0 10px;
    padding: 0;
    text-align: left;
    color: #555;
    font-size: 11px;
  }
  #footer #footer_a {
    position: absolute;
    bottom: 0px;
    right: 10px;
  }

  #sns_block {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* slide area */
  #area_slide {
    width: 100%;
  }
  .pozi {
    width: 100%;
    height: 14px;
    background-image: url(img/topViewFilmBk.jpg);
  }
  #slide_pt {
    width: 100%;
    height: 165px;
    position: relative;
    overflow: hidden;
  }
  .cat_s {
    width: 212px;
    height: 165px;
    margin: 0;
    padding: 0;
    float: left;
  }

  #cat_s1 {
    background-image: url(img/catSlide01.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #cat_s2 {
    background-image: url(img/catSlide02.jpg);
    position: absolute;
    top: 0px;
    left: 212px;
  }
  #cat_s3 {
    background-image: url(img/catSlide03.jpg);
    position: absolute;
    top: 0px;
    left: 424px;
  }
  #cat_s4 {
    background-image: url(img/catSlide04.jpg);
    position: absolute;
    top: 0px;
    left: 636px;
  }
  #cat_s5 {
    background-image: url(img/catSlide05.jpg);
    position: absolute;
    top: 0px;
    left: 848px;
  }
  #cat_s6 {
    background-image: url(img/catSlide06.jpg);
    position: absolute;
    top: 0px;
    left: 1060px;
  }
  #cat_s7 {
    background-image: url(img/catSlide01.jpg);
    position: absolute;
    top: 0px;
    left: 1272px;
  }
  #cat_s8 {
    background-image: url(img/catSlide02.jpg);
    position: absolute;
    top: 0px;
    left: 1484px;
  }
  #cat_s9 {
    background-image: url(img/catSlide03.jpg);
    position: absolute;
    top: 0px;
    left: 1696px;
  }
  #cat_s10 {
    background-image: url(img/catSlide04.jpg);
    position: absolute;
    top: 0px;
    left: 1908px;
  }
  #cat_s11 {
    background-image: url(img/catSlide05.jpg);
    position: absolute;
    top: 0px;
    left: 2120px;
  }
  #cat_s12 {
    background-image: url(img/catSlide06.jpg);
    position: absolute;
    top: 0px;
    left: 2332px;
  }

  /* slide area end */

  #form_w,
  #form_w_PC {
    width: 300px;
    height: 34px;
    font-size: 22px;
  }

  #photo_area {
    width: 980px;
  }
  .photo_data {
    width: 240px;
    text-align: center;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
  }
  .photo_img {
  }

  .photo_txt {
    width: 240px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 11;
    text-align: left;
  }
  .photo_brand {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 12;
  }

  #search_btn {
    text-align: right;
  }

  #option_btn {
    text-align: right;
  }

  #input_area {
    width: 550px;
  }

  #search_btn {
    width: 72px;
    text-align: left;
  }

  #sp_logo {
    display: none;
  }
  #sns_block {
    position: absolute;
    top: 15px;
    right: 0;
    left: auto;
    z-index: 100;
  }
}

.search_block {
  display: inline-block;
  border: 1px solid #fe3492;
  margin: 5px 1px;
  padding: 7px 25px 7px 7px;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  background-color: #fff;
  background-image: url(img/whiteArrowR.jpg);
  background-repeat: no-repeat;
  background-position: right center;

  cursor: pointer;
  color: #000;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 70px;
}
.menuList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.menuList__content {
  padding: 0 30px;
}

.menuList__content:not(:first-child) {
  border-left: 1px solid #fff;
}

.menuList__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 7px;
}

.menuList__link::before {
  content: url("img/arrow.svg");
  margin-right: 8px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.menuList__link:hover::before {
  transform: translateX(3px);
}

.menuList__link--txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.menu a.menuList__link-entry {
  background: #ff7700;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  width: 190px;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) and (max-width: 1366px){
    #toppage #header {
        height: 500px;
        background: url(img/main_cat@2x.png) no-repeat left calc(50% + 50px) top 32px / 500px auto,
			url(img/main_paws.svg) no-repeat right calc(50% - 500px) center, 
			url(img/main_bg_pc.jpg) no-repeat center / 100% 100%;
    }
	.top_img__img.top {
		position: absolute;
		left: 5%;
	}
	.top_img__img.top img{
		width: 80%;
	}
	.topItemList__content:nth-of-type(1) {
		top: 47px;
		right: 11%;
		width: 220px;
	}
	.topItemList__content:nth-of-type(2) {
		bottom: -5px;
		right: 11%;
		width: 220px;
	}
}

@media (max-width: 925px) and (min-width: 768px){
	.menuList__link::before {
		  margin-right: 6px;
		}
	.menuList__link--txt {
		font-size: 16px;
		}
	.menu a.menuList__link-entry {
		width: 110px;
		font-size: 16px;
		}	
}
@media (max-width: 767px) {
	.menu a.menuList__link-entry {
	  width: 100%;
	}	
}
.menuList__link-entry:hover {
  background: #df6a04;
}
#photo_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.25%;
}
.photo_txt {
  width: 100%;
  height: 30px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  z-index: 11;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.42);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 50px 0px 8px;
}
.photo_brand {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 12;
}
.photo_txt p {
  box-sizing: border-box;
  font-size: 14px;
}

@media screen and (min-width: 1401px) {
  #sns_block {
    right: 100px;
  }
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 12vw;
  }
  #box {
    border: 1px solid #ccc;
    padding: 6px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: left;
    background-color: #fff8fa;
  }
  #end {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  #ranking #main {
    box-sizing: border-box;
  }

  #header {
    width: 100%;
    height: 150.394vw;
    position: relative;
    background: url("img/main_cat@2x.png") no-repeat center bottom/ 65% auto,
      url("img/main_paws_sp.svg") no-repeat center top 37%/90% auto,
      url("img/main_bg_sp.jpg") no-repeat center/100% 100%;
    padding-top: 15vw;
  }
　/*#header {
    width: 100%;
    height: 165.394vw;
    position: relative;
    background: url("img/main_cat@2x.png") no-repeat center bottom/ 80% auto,
      url("img/main_paws_sp.svg") no-repeat center top 37%/90% auto,
      url("img/main_bg_sp.jpg") no-repeat center/100% 100%;
    padding-top: 15vw;
  }*/
  .snsList {
    display: none;
  }
  .menu {
    display: none;
  }
  .menuList {
    display: block;
  }
  .sp-menu {
    display: block;
    position: absolute;
    right: 3vw;
    top: 3vw;
    z-index: 1000;
  }
  .sp-img {
    padding-top: 18vw;
    width: 100%;
  }
  .btn-sp-menu {
    width: 5vw;
    cursor: pointer;
  }
  .btn-sp-menu.open {
    background: url("img/btn-sp-menu-close.svg");
    width: 27px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .top_img__img.kasou {
    display: none;
  }
  .searchInput,
  .searchBtn {
    display: none;
  }
  img.sp-title {
    width: 57.6923% !important;
    display: block;
    margin: 0 auto 5.128vw auto;
  }
  img.sp-product {
    width: 94.35% !important;
    display: block;
    margin: 0 auto 10px;
  }

  .top_img img {
    width: 100%;
  }
  .top_img__img {
    width: 96%;
    margin-inline: auto;
    display: block;
  }

  .top_img_inner .logo {
    top: 10px;
    left: 10px;
  }
  #area_menu {
    display: none;
  }
  #area_menu img.sp-title {
    width: 50% !important;
  }
  #area_menu.sp-on {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #55cced;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 100;
    box-sizing: border-box;
    overflow-y: auto;
  }
  body:not(#toppage) .topItemList {
    display: none;
  }
  .topItemList__content:nth-of-type(1) {
    top: auto;
    right: auto;
    bottom: -7vw;
    left: 3vw;
    width: 45vw;
  }
  .topItemList__content:nth-of-type(2) {
    right: 3vw;
    bottom: -7vw;
    width: 45vw;
  }
  .fixed-body {
    overflow: hidden;
  }
  .logo {
    top: 3vw;
    left: 3vw;
  }
  .logo img {
    width: 47vw;
  }
  #menu_block {
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
    height: auto;
    padding-bottom: 60px;
  }
  .menu {
    border-bottom: solid 1px #ffc6ca;
    padding: 0;
    width: 100%;
  }
  .menu:last-child {
    border: none;
    padding-top: 30px;
  }
  .menu a {
    justify-content: flex-start;
  }
  .menu a:not(.btn-entry) span {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 15px 0;
  }
  .menuList__content:not(:first-child) {
    border-left: none;
  }
  .menuList__content:last-child {
    margin-top: 20px;
  }
  .menu a.btn-entry {
    width: 175px;
    height: 50px;
    border-radius: 25px;
    background: #d13540;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .menu a.btn-entry span {
    position: relative;
    padding-left: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #fffad9;
  }
  .menu a.btn-entry span::before {
    content: "";
    background: url("img/ico-camera.svg");
    background-repeat: no-repeat;
    width: 27px;
    height: 22px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
  }
  form td {
    display: block;
  }

  #form_w {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }

  #photo_area {
    width: 92%;
    margin: 0 auto;
    gap: 2vw 2%;
  }
  .photo_data {
    width: 48%;
    margin: 5px 2px;
    float: left;
    text-align: center;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
  }
  .photo_img {
    height: 100%;
  }
  .photo_txt {
    color: #fff;
    position: absolute;
    left: 0;
    z-index: 11;
    text-align: left;
  }

  .photo_brand {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 12;
  }
  .photo_txt p {
    margin: 4px;
    font-size: 12px;
    color: #fff;
  }
  #detail .photo_txt p {
    color: #444;
  }
  #input_area {
    text-align: center;
  }

  #search_btn {
    text-align: center;
  }

  #search_btn span {
    background-color: #d40011;
    display: block;
    width: 96%;
    margin: 10px auto;
  }

  #option_btn {
    text-align: center;
  }
  #footer {
    width: 100%;
    margin: 10px auto;
    padding: 10px 0;
    border-top: solid 3px #f00;
  }
  #footer #footer_t {
    margin: 5px 0 0 10px;
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: red;
  }
  #footer #copy {
    margin: 5px 0 0 10px;
    padding: 0;
    text-align: left;
    color: #555;
    font-size: 11px;
  }
  #footer #footer_a {
    text-align: center;
    margin-top: 10px;
  }
  #footer #footer_a a {
    text-align: center;
    color: #006eb0;
  }

  #sns_block {
    display: block;
    overflow: hidden;
  }

  .top_img_inner {
    position: relative;
  }

  #sp_logo {
    position: absolute;
    right: 0%;
    top: 4%;
    width: 12.3% !important;
  }
  #detail #header,
  .form #header,
  #info #header,
  #ranking #header {
    width: 100%;
    height: 82vw;
    background: url(img/main_bg_sp.jpg) no-repeat center / 100% 100%;
    position: relative;
  }
  /*	#detail #header::after,
	.form #header::after,
	#info #header::after,
	#ranking #header::after{
		content: "";
		width: 100%;
		height: 9.743vw;
		background: url("img/main-bg-sp-inner-mask.svg");
		background-position: bottom;
		background-size: cover;
		bottom: -1px;
		position: absolute;
	}*/
  #detail img.sp-title,
  .form img.sp-title,
  #info img.sp-title,
  #ranking img.sp-title {
    width: 42% !important;
  }
  #detail .sp-product,
  .form .sp-product,
  #info .sp-product,
  #ranking .sp-product {
    display: none;
  }
  #detail #header .button_form,
  .form #header .button_form,
  #info #header .button_form,
  #ranking #header .button_form {
    display: none;
  }
  #detail #main,
  .form #main,
  #info #main,
  #ranking #main {
    padding-top: 6px;
  }
  #info .caution-area {
    display: none;
  }
  .form h2 {
    position: relative;
  }
  .form h2,
  .title-h1 {
    color: #4b1f0b;
    text-align: center;
    font-size: 24px !important;
    font-weight: bold;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
	padding-top: 15px !important;
	padding-left: 0 !important;
	line-height: 1.4;
  }
  .form h2:before,
  .title-h1:before {
    display: none !important;
  }
  /*.form h2:after,
  .title-h1:after {
    content: "";
    width: 40px;
    height: 5px;
    border-radius: 2.5px;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -15px;
    background-color: #ec7b88;
    background-image: -webkit-linear-gradient(left, #ec7b88 0%, #87b9e4 100%);
    background-image: -o-linear-gradient(left, #ec7b88 0%, #87b9e4 100%);
    background-image: linear-gradient(to right, #ec7b88 0%, #87b9e4 100%);
    display: block;
  }*/
}

@media screen and (max-width: 767px) {
  #sns_block {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page_block {
    width: 96%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 640px) {
  .caution .sp,
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .caution .pc,
  .pc {
    display: none;
  }
  .caution .sp,
  .sp {
    display: block;
    width: 100%;
  }
}

.facebook_btn {
  background-color: #4267b2;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-align-items: center;
  -ms-justify-content: center;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.facebook_btn div {
  font-size: 16px;
  color: #fff;
  max-width: 980px;
  width: 96%;
  padding: 5px 0px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
}
.facebook_btn div p {
  font-size: 16px;
  color: #fff;
  max-width: calc(100% - 90px);
}
.facebook_btn div::before {
  content: url(img/nyantube_icon.jpg);
  margin-right: 15px;
}
.facebook_btn div::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-left: 20px;
}
.facebook_btn.facebook_open div::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: relative;
  margin-left: 20px;
}
.facebook_content {
  display: none;
  background-color: #ebeef4;
  padding: 30px 0px;
}

.facebook_content table {
  max-width: 980px;
  width: 96%;
  margin: 0px auto;
}

.facebook_content table th {
  vertical-align: top;
  text-align: left;
  min-width: 220px;
}
.facebook_content table th p {
  font-size: 14px;
  font-weight: bold;
  color: #282828;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
}

.facebook_content table td p {
  font-size: 14px;
  color: #282828;
  line-height: 1.6em;
}
.facebook_content table td p a {
  text-decoration: underline;
  color: #282828;
  word-wrap: break-word;
}
.fb_icon_01::before {
  content: url(img/fb_icon_01.png);
  margin-right: 10px;
}
.fb_icon_02::before {
  content: url(img/fb_icon_02.png);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .facebook_content table th {
    display: block;
    margin-bottom: 10px;
  }
  .facebook_content table th {
    border-bottom: 1px dotted #777;
  }
  .facebook_content table th p br {
    display: none;
  }
  .facebook_content table td {
    display: block;
    margin-bottom: 20px;
  }
  .facebook_btn div p {
    font-size: 12px;
  }
}

.cpArea {
  width: 100%;
}
.cpArea .inner {
  width: 100%;
  max-width: 980px;
  margin: 50px auto 20px auto;
  padding: 15px 0;
}
.foot_bnr {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-justify-content: space-between;
}
.foot_bnr li {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
}
.foot_bnr li a img {
  width: 100%;
}
.foot_bnr li a img:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
h4.cam {
  font-size: 16px !important;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #ffc931;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .foot_bnr {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
}

footer {
  background-color: #fff;
}

footer .foot_link {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-align-items: center;
  -ms-justify-content: center;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  height: 70px;
  background-color: #666;
}

footer .foot_link li {
  margin: 0px 15px;
}

footer .foot_link li a {
  color: #fff;
}

footer .foot_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-align-items: center;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}

footer .foot_inner div {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
  font-size: 12px;
}

footer .foot_inner div a {
  position: relative;
}

footer .foot_inner div img {
  margin-right: 10px;
  width: 65px;
}

footer .foot_inner > a {
  display: inline-flex;
  flex-flow: wrap;
  align-items: center;
  display: -ms-inline-flex;
  -ms-flex-flow: wrap;
  -ms-align-items: center;
  display: -webkit-inline-flex;
  -webkit-flex-flow: wrap;
  -webkit-align-items: center;
  background-color: #ff0000;
  border-radius: 5px;
  padding: 6px 13px;
  color: #fff;
  font-size: 12px;
  position: relative;
}

footer .foot_inner > a::after {
  content: "｢･";
  color: #fff;
  font-size: 10px;
  transform: rotate(90deg);
  margin-left: 15px;
}

footer .foot_inner p {
  font-size: 10px;
  font-family: Arial, Helvetica, "sans-serif";
}

footer .foot_link li {
  list-style: none;
}
footer .foot_link li a:before {
  content: url("img/arrow.svg");
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
footer a {
  text-decoration: none;
}

@media (min-width: 768px) {
  footer {
	  width: 100%;
  }
  footer .foot_gnav {
    display: none;
  }
}

@media (max-width: 767px) {
  footer .foot_gnav {
    flex-flow: column;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    background-color: #f0831e;
  }
  footer .foot_gnav li {
    margin: 0px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  footer .foot_gnav li a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    padding: 10px;
    color: #fff;
    position: relative;
  }
  footer .foot_gnav li a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
  }
  footer .foot_link {
    flex-flow: column;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    height: auto;
  }
  footer .foot_link li {
    margin: 0px;
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
  }
  footer .foot_link li a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-align-items: center;
    padding: 10px;
  }
  footer .foot_inner {
    flex-flow: column;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
  }
  footer .foot_inner div {
    margin-bottom: 10px;
    order: 1;
  }
  footer .foot_inner > a {
    margin-bottom: 10px;
    order: 0;
  }
  footer .foot_inner > p {
    order: 2;
  }
}
.campagin-bnr {
  text-align: center;
  margin-bottom: 15px;
}
.campagin-bnr img {
  width: 94%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.campagin-bnr img.border {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.page_block {
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  color: #fe3492;
  font-size: 18px;
  font-weight: 700;
}
.page_set1 {
  margin: 4px;
  padding: 7px 12px;
  border: 2px solid #fe3492;
  background-color: #fe3492;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
}
.page_set2 {
  margin: 4px;
  padding: 7px 12px;
  border: 2px solid #fe3492;
  background-color: #fff;
  color: #fe3492;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
}

.page_set2:hover {
  background-color: #fe3492;
  color: #fff;
  cursor: pointer;
}

a.a_page {
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  #kinkan_camp_bnr_s img {
    position: absolute;
    right: 0px;
    top: -10px;
  }
}

@media screen and (max-width: 767px) {
  #kinkan_camp_bnr_s {
    text-align: center;
    margin-top: 20px;
  }

  #kinkan_camp_bnr_s img {
    width: 96%;
    max-width: 500px;
  }
  #ranking_title {
    margin-bottom: 10px;
    text-align: center;
  }
	.page_block {
	  font-size: 12px;
	  font-weight: 700;
	}
	.page_set1 {
	  margin: 4px;
	  padding: 5px 6px;
	  font-size: 14px;
	}
	.page_set2 {
	  padding: 5px 6px;
	  font-size: 14px;
	}
}

.note {
  text-align: left;
}

#ranking_title {
  text-align: left;
  margin-bottom: 30px;
}

#ranking_title span {
  font-size: 16px;
}

#crown .photo_data {
  width: 90% !important;
  margin-left: 5%;
  margin-bottom: 20px;
}

#crown .photo_bks,
#crown .photo_txt {
  width: 100%;
}

#crown .photo_img {
}

.crown_box {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 5px;
  text-align: center;
}

#ranking_title {
  margin-top: 30px;
}
#photo_area > a {
	width: 19%;
}
.photo_data {
  width: 100%;
  /*max-width: 238px;*/
  text-align: center;
  background-color: #faecec;
  aspect-ratio: 238 / 180;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#detail .photo_data {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .photo_data {
    margin: 5px 1% 5px 1%;
  }
}
.photo_img,
.photo_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.inner h3,
.h2Title {
  background-color: #ff60aa;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.inner h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  padding-bottom: 6px;
}

.inner p {
  padding: 0 10px;
  line-height: 170%;
  margin-bottom: 20px;
  font-size: 16px;
}

.inner p span {
  font-weight: bold;
  background-color: #666;
  color: #fff;
  padding: 3px 6px;
}

.device {
  border: 1px solid #ccc;
  padding: 30px;
  width: 100%;
  margin: 0 auto 10px auto;
  background-color: #fff;
}

#qr {
  float: right;
  padding-right: 150px;
  padding-top: 10px;
}
img#main_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#oubo {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #qr {
    float: none;
    padding: 0;
  }
  .photo_data {
    width: 100%;
    margin: 0;
  }

  #photo_area > a {
    display: block;
    width: 49%;
  }
  img#main_img {
    width: 96%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .inner {
    width: 94%;
    margin: 0 auto;
  }
	.ouboList__content {
		font-size: 14px;
	}

  .inner h3 {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
  }

  .inner p {
    padding: 0 10px;
    line-height: 180%;
    margin-bottom: 20px;
  }

  .inner p span {
    font-weight: bold;
    background-color: #666;
    color: #fff;
    padding: 3px 6px;
	  font-size: 12px;
  }

  .device {
    border: 1px solid #ccc;
    padding: 10px 10px 20px 10px;
    width: 96%;
    margin: 0 auto 30px auto;
    background-color: #fff;
  }
  .device h4 {
    text-align: center;
  }
  #qr {
    margin-bottom: 20px;
  }
}

/* form */

.form_th {
  margin: 5px auto;
  font-weight: bold;
  text-align: center;
}
.form_td {
  margin: 5px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.hss {
  color: red;
  margin: 0 7px;
}

.err {
  color: red;
}
.t100 {
  width: 100px;
}
.t200 {
  width: 200px;
}
.t300 {
  width: 300px;
}

.btm_block {
  display: block;
  border: 1px solid #999;
  margin: 0 5px 10px;
  padding: 25px 5px;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;

  cursor: pointer;
  color: #000;
  width: 304px;
  box-sizing: border-box;
}
.btm_block.btn-back {
  width: 100px;
}
#errRecapcha > div {
position: relative;
  display: inline-block;
  margin: 0 auto 20px;
  padding: 5px 20px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ff0000;
	border-radius: 20px;
	color: #FFFFFF;
}
#errRecapcha > div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff0000;
}
.also-btn {
  display: inline-table;
  border: 1px solid #ccc;
  margin: 0px auto 50px auto;
  padding: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  color: #333;
  width: 320px;
  box-sizing: border-box;
  cursor: default;
}

.btm_block:hover {
  background-color: #b20f1b;
  color: #fff;
}

.fm {
  margin: 25px auto;
  border-collapse: collapse;
  width: 100%;
}
.fm th {
  border: 1px solid #e0d9d7;
  padding: 15px;
  text-align: left;
  background-color: #eaeaea;
  width: 240px;
}
.fm td {
  border: 1px solid #e0d9d7;
  padding: 15px;
  background-color: #ffffff;
  box-sizing: border-box;
}

#privacy_box {
  border: solid 1px #e7e7e7;
  width: 100%;
  height: 320px;
  padding: 15px 20px;
  margin: 10px 0;
  overflow: auto;
  background: #fff;
}

.agree_table {
  width: 100%;
}

.sp_br {
  display: none;
}

.textarea {
  width: 100%;
  height: 60px;
}

.apply_img {
  max-width: 600px;
}

.form input,
.form select,
.form textarea {
  padding: 5px;
}

.form_td input {
  padding: 15px;
}

.form_note,
span.err {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  /* form */

  .form #main {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .form_th {
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
  }
  .form_td {
    margin: 5px auto 25px auto;
    text-align: center;
  }
  .hss {
    color: red;
    margin: 0 7px;
  }

  .err {
    color: red;
  }
  .t100 {
    width: 100px;
  }
  .t200 {
    width: 200px;
  }
  .t300 {
    width: 300px;
  }
  .form_td {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .btm_block {
    width: 300px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .btm_block.btn-back {
    width: 100px;
    box-sizing: border-box;
  }
  .also-btn {
    padding: 10px;
    margin-top: 30px;
  }
  .btm_block:hover {
    color: #fff;
  }

  #main h2 {
    font-size: 24px;
    font-weight: bold;
  }
  .fm {
    margin: 25px auto;
    border-collapse: collapse;
    width: 100%;
  }
  .fm th {
    padding: 10px;
    text-align: left;
    background-color: #eaeaea;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .fm td {
    display: block;
    margin-bottom: 10px;
  }

  .fm td .input {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 10px 2%;
    width: 90%;
  }

  .fm td .zip {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 10px 2%;
    width: 20%;
  }

  .fm td .tel {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 10px 2%;
    width: 20%;
  }

  #privacy_box {
    border: solid 1px #808080;
    width: 100%;
    padding: 5%;
    margin: 10px auto;
  }

  .agree_table {
    width: 96% !important;
    margin: 0 auto;
  }

  .select {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px;
  }

  .radio {
    margin: 10px;
  }

  .textarea {
    margin: 10px;
    border: 1px solid #ccc;
    width: 80%;
    height: 5em;
    padding: 5px;
  }

  .apply_img {
    width: 100%;
  }

  #main table {
    width: 96%;
    margin: 0 auto 30px;
  }

  #main td#input_area {
    display: block;
    width: calc(100% - 50px);
    float: left;
    margin: 0;
  }
  #main td#search_btn {
    display: block;
    width: 50px;
    float: left;
  }

  #main td#option_btn {
    width: 100%;
    padding-top: 15px;
    clear: both;
  }
}

.password {
  width: 100px;
}

@media screen and (max-width: 767px) {
  #main td#input_area {
    display: none;
  }
  #main td#search_btn {
    display: none;
  }

  .password,
  .email {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
  }

  .submit {
    background-color: #f60;
    color: #fff;
    padding: 10px 30px;
  }
  #detail .photo_img img {
    width: 100%;
  }
}

#detail .photo_data {
  overflow: visible !important;
  height: auto !important;
  width: 100%;
  height: auto;
  position: static;
  background-color: transparent;
}
#detail .photo_txt {
  width: 100%;
  height: 25px;
  color: #333;
  position: static;
}
#detail .photo_bks {
  width: 100%;
  height: 25px;
  background-color: #fbe3df;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: static;
  bottom: 0px;
  left: 0;
  z-index: 10;
}

.btnArea {
}
.g-recaptcha {
  margin: 0px auto 30px auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .btnArea {
    display: block;
  }
  .g-recaptcha {
    margin-bottom: 0px;
  }
  .btm_block {
    margin-top: 20px;
  }
}
#detail form {
  margin-bottom: 20px;
}

#detail .btn_vote {
  border: none;
  background: none;
  cursor: pointer;
}
#detail .btn_vote:hover .btm_block {
  background-color: #b20f1b;
  color: #fff;
}
#detail .btn_vote:disabled .btm_block {
  background: #df1f1c;
  color: #dd9493;
}

#wrap {
  background: #55cced;
  padding-bottom: 20px;
}
#toppage #wrap {
  padding-bottom: 0;
}
.title-h1 {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
  padding-left: 30px;
color: #15202b;
}
.title-h1:before {
  content: url("img/h1-images.svg");
  display: block;
  position: absolute;
  top: -90px;
	left: 0;
  z-index: -1;
}

.title-categoly {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px){
	.title-categoly {
	  font-size: 18px;
	  margin-bottom: 5px;
	}
	.title-h1 {
		padding-top: 20px !important;
	}
}
#form_w,
#form_w_PC {
  height: 40px;
  border-radius: 20px;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.is-sp #form_w,
.is-sp #form_w_PC {
  background: #eeeeee;
  margin-right: 10px;
}

#form_w_PC::placeholder {
  color: #c9c9c9;
  font-size: 18px;
  font-weight: 700;
}

.sp-search-area {
  display: flex;
  margin-top: 5px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #ef858c;
}
#form_w:focus,
#form_w_PC:focus {
  outline: none;
}

.searchArea {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}

.btn-search {
  width: 232px;
  height: 44px;
  background: #fff;
  border: 2px solid #fe3492;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.btn-search span {
  color: #fe3492;
  font-weight: 700;
}
#search_btn {
  line-height: 1;
  padding-left: 10px;
  box-sizing: border-box;
}
#search_area_box_open .btn-search:before {
  content: "▼";
  color: #fe3492;
  position: absolute;
  font-size: 10px;
  top: 16px;
  right: 10px;
  line-height: 1em;
}
#search_area_box_close .btn-search:before {
  content: "▲";
  color: #fe3492;
  position: absolute;
  font-size: 10px;
  top: 16px;
  right: 10px;
  line-height: 1em;
}

#search_area_box {
  margin: 0 auto 30px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  box-sizing: border-box;
}

.caution-area {
  width: 100%;
  max-width: 1280px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
  margin: 0 auto 50px;
  box-sizing: border-box;
}
.caution-area ul,
.caution-area li {
  padding: 0;
  margin: 0;
}
.caution-area li {
  font-size: 16px;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
.caution-area li.red {
  color: #df1f1c;
  font-weight: bold;
}

.caution-area li:not(:last-child) {
  margin-bottom: 6px;
}

.photo_data {
  position: relative;
}
.count-like {
  position: absolute;
  top: 38px;
  right: 10px;
}
.count-like span {
  background: #fff;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  padding: 1px 10px;
  border-radius: 15px;
  display: block;
  position: relative;
}
.count-like span:before {
  content: url("img/ico-like.svg");
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: -30px;
}
.count-like span:after {
  content: url("img/ico-like-top.svg");
  display: block;
  position: absolute;
  left: calc(50% - 3px);
  top: -8px;
}
ul.foot_link {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .searchArea {
    justify-content: center;
    margin-bottom: 10vw;
  }
  .btn-search {
    width: 60vw;
    height: 12vw;
    border-radius: 8vw;
  }
  .btn-search span {
    font-size: 4vw;
  }
  #search_area_box_open .btn-search:before,
  #search_area_box_close .btn-search:before {
    font-size: 3vw;
    top: 4vw;
    right: 3vw;
  }
  .caution-area {
    width: 96%;
    padding: 15px;
    margin: 0 auto 25px;
  }
  .caution-area li {
    font-size: 14px;
  }
  .title-h1 {
    font-size: 18px;
    margin-left: 30px;
  }
  #search_area_box {
    width: 96%;
    padding: 15px;
  }
  #search_area_box td {
    padding-top: 15px;
  }
  .note {
    font-size: 12px;
    width: 96%;
    margin: 0 auto 20px;
  }
}

.like-ranking {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-inline: auto;
  gap: 20px 1.2625%;
  margin-bottom: 50px;
}
.like-ranking .photo_data.ranking-top {
  /*width: 630px;*/
  width: 49.21875%;
  aspect-ratio: 238 / 180;
}
.like-ranking .photo_data:nth-of-type(3),
.like-ranking .photo_data:nth-of-type(4),
.like-ranking .photo_data:nth-of-type(5) {
  /*width: 413px;*/
  width: 32.265625%;
  /*height: 262px;*/
  aspect-ratio: 238 / 180;
}

.like-ranking .photo_data:nth-of-type(6),
.like-ranking .photo_data:nth-of-type(7),
.like-ranking .photo_data:nth-of-type(8),
.like-ranking .photo_data:nth-of-type(9) {
  width: 23.828125%;
  /*width: 305px;*/
  /*height: 194px;*/
  aspect-ratio: 238 / 180;
}
.like-ranking .photo_data:nth-of-type(10),
.like-ranking .photo_data:nth-of-type(11),
.like-ranking .photo_data:nth-of-type(12),
.like-ranking .photo_data:nth-of-type(13),
.like-ranking .photo_data:nth-of-type(14) {
  width: 18.75%;
  /*width: 240px;*/
  /*height: 152px;*/
  aspect-ratio: 238 / 180;
}
.like-ranking .photo_data:nth-of-type(15),
.like-ranking .photo_data:nth-of-type(16),
.like-ranking .photo_data:nth-of-type(17),
.like-ranking .photo_data:nth-of-type(18),
.like-ranking .photo_data:nth-of-type(19),
.like-ranking .photo_data:nth-of-type(20) {
  width: 15.3125%;
  /*width: 196px;*/
  /*height: 124px;*/
  aspect-ratio: 238 / 180;
}

.like-ranking .photo_data.ranking-top .photo_img img {
  height: 100%;
}
.like-ranking .photo_data.other {
  float: none;
}
.like-ranking .photo_data.other .photo_img img {
  height: 100%;
}
.like-ranking .photo_img {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.like-ranking .photo_data .photo_bks {
  width: 100%;
  height: 25px;
  top: auto;
  bottom: 0;
}
.like-ranking .photo_data .photo_txt {
  width: 100%;
  height: 25px;
  top: auto;
  bottom: 0;
}
.photo_brand {
  width: 38px;
  height: 29px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .like-ranking .photo_data.ranking-top {
    width: 100%;
    aspect-ratio: 483 / 336;
    margin: 0 0 10px;
  }
  .like-ranking .photo_data:nth-of-type(3),
  .like-ranking .photo_data:nth-of-type(4),
  .like-ranking .photo_data:nth-of-type(5),
  .like-ranking .photo_data:nth-of-type(6),
  .like-ranking .photo_data:nth-of-type(7),
  .like-ranking .photo_data:nth-of-type(8),
	.like-ranking .photo_data:nth-of-type(9),
	.like-ranking .photo_data:nth-of-type(10),
	.like-ranking .photo_data:nth-of-type(11),
	.like-ranking .photo_data:nth-of-type(12),
	.like-ranking .photo_data:nth-of-type(13),
	.like-ranking .photo_data:nth-of-type(14),
	.like-ranking .photo_data:nth-of-type(15),
	.like-ranking .photo_data:nth-of-type(16),
	.like-ranking .photo_data:nth-of-type(17),
	.like-ranking .photo_data:nth-of-type(18),
	.like-ranking .photo_data:nth-of-type(19),
	.like-ranking .photo_data:nth-of-type(20)
	{
    width: 100%;
    aspect-ratio: 483 / 336;
    height: auto !important;
    margin: 0 0 10px;
  }
  .like-ranking .photo_data:nth-of-type(3) .photo_img img,
  .like-ranking .photo_data:nth-of-type(4) .photo_img img,
  .like-ranking .photo_data:nth-of-type(5) .photo_img img,
  .like-ranking .photo_data:nth-of-type(6) .photo_img img,
  .like-ranking .photo_data:nth-of-type(7) .photo_img img,
  .like-ranking .photo_data:nth-of-type(8) .photo_img img,
  .like-ranking .photo_data:nth-of-type(9) .photo_img img,
  .like-ranking .photo_data:nth-of-type(10) .photo_img img,
  .like-ranking .photo_data:nth-of-type(11) .photo_img img,
  .like-ranking .photo_data:nth-of-type(12) .photo_img img,
  .like-ranking .photo_data:nth-of-type(13) .photo_img img,
  .like-ranking .photo_data:nth-of-type(14) .photo_img img,
  .like-ranking .photo_data:nth-of-type(15) .photo_img img,
  .like-ranking .photo_data:nth-of-type(16) .photo_img img,
  .like-ranking .photo_data:nth-of-type(17) .photo_img img,
  .like-ranking .photo_data:nth-of-type(18) .photo_img img,
  .like-ranking .photo_data:nth-of-type(19) .photo_img img,
  .like-ranking .photo_data:nth-of-type(20) .photo_img img{
    height: 100%;
  }
  .like-ranking {
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
  }
  .like-ranking .photo_data.other {
    margin: 0 0 10px;
  }
  .like-ranking .photo_data.ranking-top .photo_bks {
    width: 100%;
    height: 25px;
    bottom: 0;
  }
  .like-ranking .photo_data.ranking-top .photo_txt {
    width: 48%;
    height: 25px;
    bottom: 0;
  }
}

#dr .photo_data {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #fbe3df;
}
.like-ranking .photo_data {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .like-ranking .photo_data .photo_txt,
  .like-ranking .photo_data .photo_bks,
  .like-ranking .photo_data .photo_brand {
    opacity: 0;
    transition: all 0.5s 0s ease; /*transition､ﾎｵｭｽﾒ､ﾉｲﾃ*/
  }
  .like-ranking .photo_data:hover .photo_txt,
  .like-ranking .photo_data:hover .photo_brand {
    opacity: 1;
  }
  .like-ranking .photo_data:hover .photo_bks {
    opacity: 0.5;
  }
}

.bnr-enjoy-photo img {
  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%,
  10%,
  20% {
    transform: scale(1);
  }
  5%,
  15% {
    transform: scale(0.95);
  }
}

.bnr-enjoy-photo {
  position: fixed;
  /*left: calc(50% + 660px);*/
	right: 10px;
  bottom: 30px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 100px;
  }
  .bnr-enjoy-photo {
    left: 0;
    bottom: 0;
  }
  .bnr-enjoy-photo img {
    width: 100%;
  }
}

.privacy_content {
  margin-bottom: 50px;
}
.privacy_content table {
  border-collapse: collapse;
}
.privacy_content p {
  margin-bottom: 1em;
}

.privacy_content .right {
  text-align: right;
}

.dl_02 {
  margin-bottom: 30px;
}

.dl_02 > dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cacaca;
}

.dl_02 > dd {
  margin-left: 1em;
  margin-bottom: 2em;
}

.decimal_list {
  margin-left: 3.5em;
  margin-bottom: 30px;
}

.decimal_list > li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

.table_02 th {
  width: 50%;
  background-color: #eee;
  border: 1px solid #d6d6d6;
  padding: 10px;
}

.table_02 td {
  border: 1px solid #d6d6d6;
  padding: 10px;
}

.table_02 td:first-child {
  text-indent: -1.5em;
  padding-left: calc(10px + 1.5em);
}

.privacy_content p.kakko {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.katakana-iroha_list {
  margin-left: 1.5em;
  margin-bottom: 30px;
}

.katakana-iroha_list > li {
  list-style: katakana-iroha;
  margin-bottom: 0.5em;
}

.privacy_content td {
  display: table-cell !important;
}

.regulation_content {
  margin-bottom: 50px;
}

.regulation_content p {
  margin-bottom: 1em;
}

.square_list dt {
  list-style: square;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}

.square_list dt::before {
  content: "｢｣";
}

.square_list dd {
  margin-bottom: 1em;
  margin-left: 1em;
}

a.txt_link {
  color: #ff0000;
  text-decoration: underline;
}

.disc_list {
  margin-left: 1.5em;
}
.disc_list li {
  list-style: circle;
}

@media screen and (max-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .fixed-position {
    padding-top: 65px;
  }
}
.oubo-img img {
  width: 100%;
  max-width: 1200px;
}

.dr-menu {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px){
	.dr-menu {
	  margin-bottom: 0;
	}
	.dr-menu > div > span {
	 font-size: 15px;
	}	
}
.dr-menu > div {
  margin-left: 0;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #333;
  line-height: 1;
}

.dr-menu > .btn-delate {
  margin-right: 0;
  margin-left: auto;
  border: none;
  padding: 0;
}

.btn-delate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  border-radius: 20px;
  line-height: 1;
  box-sizing: border-box;
  background: #df1f1c;
  cursor: pointer;
}
.btn-delate > span {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
}
.btn-delate > span:before {
  content: url("img/ico-delate.svg");
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .dr-menu > div {
    width: 50%;
    margin-right: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .dr-menu > div:nth-of-type(2),
  .dr-menu > div:nth-of-type(3) {
    border: none;
  }
  .dr-menu > div:nth-of-type(1),
  .dr-menu > div:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .btn-delate {
    width: 40% !important;
    height: 30px;
    border-radius: 15px;
    margin-right: auto !important;
  }
}
.modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #f4f4f4;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-header h1 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}

.modal-header {
  background: #df1f1c;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}
.modalCancel:hover,
.delate:hover {
  cursor: pointer;
}
.modal-body {
  padding: 10px 20px 20px 20px;
  color: black;
}

.modal-body p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-header h1 {
    font-size: 18px;
  }
  .modal-body p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.btn-cancel {
  display: flex;
  justify-content: center;
	margin-top: 10px;
}
.btn-cancel .modalCancel,
.btn-cancel .delate {
  margin: 0 10px;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
  background: #df1f1c;
  color: #fff;
  border-radius: 20px;
}

.btn-cancel .modalCancel {
  background: #333;
}

.delate {
  text-align: center;
  font-size: 16px;
  padding: 40px 0 50px 0;
}
@media screen and (min-width: 768px) {
  .instagram-txt {
    text-align: center;
    background: #e2dac8;
    padding-top: 80px;
    padding-bottom: 35px;
    position: relative;
    margin-top: 50px;
  }
  .instagram-txt .instagram-bnr {
    width: 872px;
    display: block;
    position: absolute;
    top: -17px;
    left: calc(50% - 436px);
  }
  .instagram-txt .instagram-cp-bnr img {
    width: 100%;
    max-width: 980px;
  }
  .instagram-txt .instagram-cp-bnr {
  }
}
@media screen and (max-width: 767px) {
  .instagram-txt {
    margin-top: 30px;
  }
  .instagram-txt .instagram-bnr {
  }
  .instagram-txt .instagram-cp-bnr img {
  }
  .instagram-txt .instagram-cp-bnr {
    background: #e2dac8;
    padding: 10px 20px 20px 20px;
  }
}
.search-btn {
  border: none;
  background: #fe3492;
  color: #fff;
  padding: 10px 25px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.operation {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 35px 0 0 0;
  letter-spacing: 0.1em;
}
.secretariat-txt {
  font-size: 14px;
}
.tel-txt .number {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.tel-txt .number:before {
  content: url("img/tel.svg");
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .operation {
    padding: 35px 0 25px;
  }
  .secretariat-txt {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .tel-txt {
    color: #fff;
  }
  .tel-txt span {
    color: inherit;
  }
  .tel-txt .number {
    display: block;
  }
  .tel-txt .time {
    font-size: 12px;
  }
  a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
  }
}
.displayImageArea {
  margin: 0;
  padding: 0;
  position: relative;
}
.displayImageArea li {
  list-style: none;
}
li.changeImageButton {
  padding: 10px 0;
  text-align: center;
}
.changeImageButton button {
  border: none;
  border-radius: 25px;
  padding: 8px 20px;
  color: #fff !important;
  background: #ec5b65;
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
}
.changeImageButton button span {
  color: #fff !important;
}
.changeImageButton button:hover {
  background: #b20f1b;
}
.displayImageArea li img {
  max-height: 600px;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  vertical-align: top;
}
#displayImageArea {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .displayImageArea li img {
    max-width: 90% !important;
    max-height: calc(100vw - 140px);
  }
  p.sp-inner {
    padding: 0 5px 10px 5px;
  }
  .changeImageButton button {
    font-size: 12px;
    padding: 6px 15px;
  }
}
#changeImageButton {
  background: url("img/ico-close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

.fb-like > span,
.fb-like iframe {
  width: 130px !important;
  height: 30px !important;
}

/**/
.change-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.change-box dt,
.change-box dd {
  padding: 10px;
  margin: 0;
  font-size: 14px;
}
input.email,
input.password {
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  padding: 7px 10px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
}
input.submit {
  border: none;
  background: #2a672c;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .change-box dl {
    width: 100%;
    margin: 0 auto 0 auto;
    background: #fff;
    border-radius: 5px;
    justify-content: flex-start;
  }
  .change-box dt,
  .change-box dd {
    width: 100%;
    box-sizing: border-box;
  }
  .change-box dt {
    background: #4b1f0b;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
  }
  .change-box dd {
    text-align: left;
    padding: 10px 15px 0;
  }
  input.submit {
    margin: 0 auto;
    padding: 5px 40px;
    display: block;
  }
  .change-box dd span {
    width: 7em;
    display: inline-block;
	  font-size: 14px;
  }
  .change-box dd.submit-dd {
    padding-bottom: 10px;
  }
}
.tel-txt .number a {
  font-size: inherit;
  color: #fff;
  text-decoration: none;
}
.qr-code {
  float: right;
  display: block;
  padding-left: 30px;
  background: #fff;
}
.qr-code img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .tel-txt .number a {
    pointer-events: none;
  }
  h2.form-h2 {
    margin-bottom: 5px;
    line-height: 1;
  }
  p.form-h2-read {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .qr-code {
    float: none;
    padding: 10px;
    text-align: center;
  }
  .qr-code img {
    width: 100px;
  }
}

.awardList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 50px;
  position: relative;
	z-index: 10;
}
.awardList__content {
  width: 23%;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.awardList__title {
  width: 80%;
  height: 50px;
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
  background-color: #ff60aa;
  position: absolute;
  top: -25px;
  left: 10%;
}
.awardList__img {
  width: 70%;
  padding: 40px 0 20px;
}
@media (max-width: 980px) {
	.awardList__title {
	  font-size: 20px;
	}
}
@media (max-width: 767px) {
  .awardList {
    row-gap: 5vw;
    width: 92%;
    margin-inline: auto;
  }
  .awardList__content {
    width: 48%;
    margin-bottom: 20px;
  }
  .awardList__title {
    font-size: 3.3vw;
    height: 7vw;
    top: -3.6vw;
  }
  .awardList__img {
    padding: 5.2vw 0 2.6vw;
  }
}

.detail_txt {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
}
.snsList__sp {
	display: flex;
	align-items: center;
	margin-top: 40px;
}
@media (min-width: 768px) {
	.snsList__sp {
		display: none;
	}
}
.snsList__sp li{
	margin-right: 30px;
}
.snsList__sp li:last-child{
	margin-right: 0;
}

.menuList__link {
	position: relative;
}
#toppage .menuList li:nth-child(1) a::after,
#ranking .menuList li:nth-child(2) a::after,
#info .menuList li:nth-child(3) a::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.form .menuList li:nth-child(4) a{
	background: #e74b00;
}
@media (max-width: 768px) {
	#toppage .menuList li:nth-child(1) a::after,
	#ranking .menuList li:nth-child(2) a::after,
	#info .menuList li:nth-child(3) a::after{
		bottom: 6px;
	}
}
.oubo-dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5em;
}
.oubo-dl dt {
	width: 12em;
	height: 2.0em;
	border: solid 1px #999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.oubo-dl dd {
	width: calc( 100% - 12em );
	padding-left: 1em;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.oubo-dl {
		display: flex;
		flex-direction: column;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.oubo-dl dt {
		margin-right: auto;
	}
	.oubo-dl dd {
		width: 100%;
		padding-left: 0em;
	}
}

.flow {
  padding: 60px 0 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.flow {
  padding: 30px 0 30px;
}
}