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

/* RESET
----------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, img, strong, i, dl, dt, dd, ol, ul, li,
form, label, table, tbody, thead, tr, th, td, article, embed, figure, figcaption, footer, header, hgroup, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

object {
  pointer-events: none;
}

img {
  pointer-events: auto;
}

a {
  text-decoration: none;
  color: #000;
}

/* CONTENTS
----------------------------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  font-family: 'ヒラギノ角ゴシック','meiryo',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background-color: #fff;
  background-image: url(../image/bg_dot.png);
  background-repeat: repeat;
  text-align: center;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 500;
}

/* MAIN
----------------------------------------------------------------------------------------------------*/
main {
  width: 100%;
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
}

#main_cont {
  padding: 0;
}

#main_cont img {
  width: 100%;
}

h1 {
  margin: 10px auto 0;
  line-height: 0;
}

h1 img {
  max-width: 1100px;
}

h2 {
  margin-top: 38px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

section {
  padding: 30px 0;
}

.text {
  width: 90%;
  max-width: 600px;
  margin: 38px auto 0;
  padding: 15px 10px;
  background-color: #F74094;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.text span {
  display: inline-block;
}

/* BROMIDE
--------------------------------------------------*/
.cont_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.content {
  position: relative;
  width: 23%;
  margin: 8px 6px;
  padding: 15px 5px;
  border-radius: 10px;
  border: solid 1.5px #F74094;
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.content_2 {
  padding-bottom: 75px
}

.icon_box {
  height: 30px;
}

.new_icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 7px 12px;
  margin: 0;
  height: 30px;
  background: #e50012;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 1.6rem;
}

.new_icon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #e50012;
  border-radius: 5px 0 0 5px;
}

.new_icon:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #b32241;
  border-radius: 5px 0 0 5px;
}

h3 {
  display: inline-grid;
  align-items: flex-end;
  height: 65px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.2;
}

h3 span {
  display: block;
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}

.package_box {
  margin: 0 auto;
  max-width: 212px;
}

.jacket_box {
  width: 212px;
  height: 212px;
  margin: 5px auto;
  border: solid 1px #d1d1d1;
  background-color: #fff;
}

.jacket {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 210px;
  max-height: 210px;
}

.jacket .lazy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.jacket .popup {
  display: block;
  width: 100%;
  height: 100%;
}

.jacket .zoom {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  max-width: 20px;
  border: none;
}

.price {
  margin: 15px 0 10px;
}

.price span {
  font-size: 1.3rem;
}

.content .detail {
  font-size: 1.3rem;
  font-weight: 500;
}

.content .detail p {
  line-height: 1.4;
}

/* Carousel
*************************************** */
.carousel_box {
  position: relative;
  margin: 0 auto;
  max-width: 212px;
}

.carousel_box .zoom {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  max-width: 20px;
  border: none;
  z-index: 100;
}

.owl-carousel {
  width: 212px;
  height: 212px;
  margin: 5px auto;
  border: solid 1px #d1d1d1;
  background-color: #fff;
}

.owl-carousel .popup {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-item .image {
  width: 100%;
}

.mfp-title {
  font-size: 1.4rem;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

/*.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F74094;
}*/

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: unset;
}

.column, .owl-dots {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 5px;
}

.owl-theme .owl-dots .owl-dot {
  margin: 3px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column li {
  margin: 3px;
}

.column .li_border {
  border: none;
}

.column a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
}

/*.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
}*/

.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: unset;
  background-color: rgba(255, 255, 255, .5);
}

.column img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 35px;
  max-height: 35px;
  margin: auto;
}

/* LINK
--------------------------------------------------*/
.link_box {
  margin-top: 30px;
}

.all {
  background-color: rgba(208, 208, 208, 0.3);
}

.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 25px;
}

.solo .link {
  padding: 0 10px;
}

.solo .link a {
  padding-bottom: 8px;
}

.link a {
  display: block;
  cursor: pointer;
  width: 23%;
  margin: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: all .2s ease-in-out;
}

.all .link a, .link a p {
  padding: 8px 5px;
}

.uchiyama {
  border: solid 2px #d38392;
  box-shadow: 0 5px 0 #d38392;
  background-color: #F39AAB;
}

.hieda {
  border: solid 2px #caaa22;
  box-shadow: 0 5px 0 #caaa22;
  background-color: #e9c114;
}

.moriya {
  border: solid 2px #adaf09;
  box-shadow: 0 5px 0 #adaf09;
  background-color: #c6c805;
}

.ogata {
  border: solid 2px #1394bc;
  box-shadow: 0 5px 0 #1394bc;
  background-color: #15ADDC;
}

.takamura {
  border: solid 2px #d57f02;
  box-shadow: 0 5px 0 #d57f02;
  background-color: #f18f00;
}

.miyahara {
  border: solid 2px #cb436e;
  box-shadow: 0 5px 0 #cb436e;
  background-color: #F15183;
}

.iizuka {
  border: solid 2px #6097b9;
  box-shadow: 0 5px 0 #6097b9;
  background-color: #6db8e5;
}

.murakami {
  border: solid 2px #8d5b92;
  box-shadow: 0 5px 0 #8d5b92;
  background-color: #b070b7;
}

.link a:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.link a img {
  width: 100%;
  border-radius: 10px;
}

/* FOOTER
--------------------------------------------------*/
footer {
  padding-bottom: 10px;
  font-size: 1.2rem;
}

footer .ponican {
  display: none;
}


/* -------------------- for SP (480px) ---480px以下
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  nav {
    display: none;
  }

  section {
    padding: 15px 0;
  }

  /* MAIN
  --------------------------------------------------------------------------------------*/
  .text {
    margin: 25px auto 0;
  }
  
  /* BROMIDE
  *************************************** */
  .cont_box {
    padding: 0 0;
  }
  
  .content {
    width: 85%;
    margin: 10px auto;
    padding: 15px 10px;
  }

  .new_icon {
    font-size: 3.5vw;
  }

  .package_box {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .jacket_box {
    width: 70vw;
    height: 70vw;
    max-width: 400px;
    max-height: 400px;
  }

  .jacket {
    max-width: 397px;
    max-height: 397px;
  }

  .jacket .zoom {
    top: 1vw;
    right: 1vw;
    max-width: 6vw;
  }

  /* Carousel
  *************************************** */
  .carousel_box {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .carousel_box .zoom {
    top: 1vw;
    right: 5vw;
    max-width: 6vw;
  }

  .owl-carousel {
    width: 70vw;
    height: 70vw;
    max-width: 400px;
    max-height: 400px;
  }

  .column, .owl-dots {
    width: 70vw;
    max-width: 400px;
  }

  .column li, .owl-theme .owl-dots .owl-dot {
    width: 12vw;
    height: 12vw;
    margin: 3px 2px;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12vw;
    height: 12vw;
  }

  .column a {
    width: 100%;
    height: 100%;
  }

  .column img {
    max-width: 98%;
    max-height: 98%;
  }

  /* LINK
  *************************************** */
  .link a {
    width: 85%;
  }

}

/* -------------------- for Tablet (481px) and (1023px) ---481から1023px以内
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* MAIN
  --------------------------------------------------------------------------------------*/  

  /* BROMIDE
  *************************************** */
  .jacket_box {
    width: 37vw;
    height: 37vw;
    max-width: 190px;
    max-height: 190px;
  }
  
  .cont_box {
    padding: 0 15px;
  }
  
  .content {
    width: 31%;
    min-width: 205px;
  }
  
  .content:nth-child(2n) {
    margin-right: 0;
  }

  .column, .owl-dots {
    width: 40vw;
    max-width: 190px;
    margin: auto;
  }

  .column li, .owl-theme .owl-dots .owl-dot span {
    width: 3vw;
    min-width: 32px;
    height: 3vw;
    min-height: 32px;
  }

  .column a {
    width: 100%;
    height: 100%;
  }

  .column img {
    max-width: 98%;
    max-height: 98%;
  }

  /* LINK
  *************************************** */
  .link {
    padding: 30px 10px;
  }

  .link a {
    width: 45%;
    max-width: 215px;
    font-size: 1.8rem;
  }

}