@charset "euc-jp";

#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}
.container {
  /*max-width: 900px;*/
  max-width: 1180px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

body {
  color: #464e54;
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
}

a{/*リンクされた文字*/
    color:#FF0000;
    font-style:normal;
    /*text-decoration:underline;*/
}

/*a {
  color: #464e54;
  }
  a:hover {
    color: #5e5e5e;
  }*/

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2 {
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #FFFFFF;
  }

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

/*自作タグ */
.main {
  display: flex;
}
.main section {
  flex: 1;
  flex-grow: 1;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  /*border: 1px #ccc solid;
  box-shadow: 0 2px 3px 0 #ddd;
  -moz-box-shadow: 0 2px 3px 0 #ddd;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;*/
}
.main h1 {
  color: #E6AC27;
  font-size: 1.5rem;
  text-align: center;
}
.main p {
  margin-top: 10px;
}

section figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000;
}
.movie {
    color: #fff;
}
.movie figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    left: 5%;
    top: 50%;
    transform: scale(0);
    transition: all .9s ease-out;
}
.movie figure:hover:after {
    transform: scale(1);
}
.movie figcaption p,
.movie figcaption h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all .1s ease-out .1s;
}
.movie figcaption h3 {
    bottom: 51%;
    transform: translateY(-30px);
}
.movie figcaption p {
    top: 52%;
    transform: translateY(30px);
}
.movie figure:hover figcaption p,
.movie figure:hover figcaption h3 {
      color: #fff;
    opacity: 1;
    transform: translateY(0);
}
 
.movie figure img {
    transition: all 1.2s ease-out;
}
.movie figure:hover img {
    opacity: .4;
    transform: scale(1.3);
}


@media screen and (max-width: 700px) {
  .main {
    flex-direction: column;
  }
}

.wins  {
  color: #000;
  text-align: center;
}

.imgcenter{
 text-align: center;
  margin-bottom: 10px;
}


/* ContentsArea
-------------------------- */
#contents {
	margin: 0 auto;
	padding: 10px 0 50px 0;
	width: 100%;
}

p {
	padding: 10px 0;
}

#openwindow01,
#openwindow02 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
	top: 30%;
	left: 30%;
	margin: -150px 0 0 -200px;
	width: 800px;
	height: 300px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
}

.modal_window h2 {
	margin-bottom: 20px;
	width: 800px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #000;
}

.modal_window p {
	padding: 0 15px 15px 15px;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}


/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}




/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}


/*
 * header
 */
#header-wrapper {
  margin-bottom: 4em;
}
.header-link a {
  color: #4d4d4d;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin-bottom:5px;
  /*margin: 2em 0;*/
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
}

/* header global nav */
#header-global-nav {
  margin: 1.8em 0;
  text-align: center;
  font-size: 16px;
}
  #header-global-nav ul li {
    margin: 1em 0em;
    padding: 0px 15px;
    border-right: solid 1px #585858;
    background: #fff;
  }
  #header-global-nav li:first-child {
    border-left: solid 1px #585858;
  }
/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
}
.prd-lst-price {
  color: #abaaaa;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #FFFFFF;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */

#footer-wrapper {
  padding-top: 3em;
}
.footer-primary {
  border-right: 1px solid #e7e7e7;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #4d4d4d;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #abaaaa;
    content: "-";
  }
  .footer-secondary a {
    color: #abaaaa;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0 2em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #4d4d4d;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #4d4d4d;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

/* IE用 */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

.photo_s {
    width: 21%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 10px 10px;
  　margin-right:0;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
 　 font-size:0;
}
.photo_s_s {
    width: 30%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 10px 10px;
  　margin-right:0;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}

.photo_s_s p {
    text-align: center;
	font-size: 25px;
	margin: 10px 10px;
}
.yoyakumachi {
  text-align:center;
  font-size: 25px;
  font-weight: bold;
  color: red;
}
.clear {
clear: both;
}
.point6 {
  font-size: 18px;
}
@media (max-width: 780px) {
  .photo_s {
    width: 42%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}
    .photo_s_s {
    width: 42%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 2px 0px;
    padding: 10px 10px 2px 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}
  .photo_s_s p {
    text-align: center;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.yoyakumachi {
  text-align:center;
  font-size: 18px;
  font-weight: bold;
  color: red;
}
}

.toolbar2 {
  background: #fff;
 /*-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);*/
}

.toolbar-inner2 {
  margin: 0;
  padding: 0;
}

.toolbar-item2 {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-item2 a {
  font-size: 114.28571%;
  display: block;
  /*padding: 18px 0 19px;*/
  color: #fff;
}
.toolbar-item2 a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item2 a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

.toolbar-item2 image {
  width: 20%;
}
/*自作*/
.outer{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.inner{
  width: 100%;
  margin: 0 auto;
}
.inner img{
  width: 100%;
  margin: 0px auto;
  vertical-align: bottom;
}
.inner3{
text-align:center;
}

.outer2 {
  letter-spacing:-4px; /* やや重要 */
  width:100%;
  height:auto;
  padding:0px;
  text-align:center; /* 重要 */
  margin-bottom: 20px;
}
.inner2 {
  width:48%;
  height:auto; /* 画像などの場合はauto */
  display:inline-block; /* 重要 */
  letter-spacing:normal; /* やや重要 */
  border: 1px solid #000;
}
.inner2:nth-child(even) {
  margin-left:3%;
}

.photo {
    width: 25%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 10px 30px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}
.clear {
clear: both;
}

@media (max-width: 780px) {
  .photo {
    width: 42%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}
}

.news {  
    width: 100%;  
    text-align: center;  
}  
.news div   {  
    width: 50%;  
    border: 1px solid #000;
    margin: 0 auto;
    background-color: #87cefa;
    color: #fff;
    text-align: center;  
}
@media (max-width: 780px) {
.news {  
    width: 100%;  
    text-align: center;  
}  
.news div   {  
    width: 100%;  
    border: 1px solid #000;
    margin: 0 auto;
    background-color: #87cefa;
    color: #fff;
    text-align: center;  
}
}
/****カスタマイズCSS*****/
h3.midashi_01 {
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
  text-align: center;
}

.scenery {
  	padding: 20px 20px;
	background: #FBEFFB;
	margin-bottom: 40px;
}
.pink {
	color: #FF0099;
}
.font-w {
  font-weight: bold;
}
ul.none li {
  list-style-type: none;
  text-indent: -0.8em;
}

ul.asterisk li {
  list-style-type: none;
  text-indent: -0.8em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
.section_free {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section_free_01 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 780px) {
  .section_free {
  width: 100%;
  margin: 0 auto;
}
  .section_free_01 {
  width: 100%;
  margin: 0 auto;
}
}
/****フリーページカスタマイズCSS*****/
.midashi_free_01 {
  position: relative;
  padding: 1em;
  background: #FBEFFB;
  color: #555;
  font-size: 18px;
  margin-bottom: 20px;
}

.midashi_free_01::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.midashi_namber {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  padding: 1.0rem 2rem 1.0rem 100px;
  border-top: 3px solid #E0F8F7;
  margin-bottom: 20px;
}

.midashi_namber:before {
  position: absolute;
  top: -70%;
  left: -100px;
  width: 160px;
  height: 200%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #E0F8F7;
}

.midashi_namber span {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 5px;
  padding-left: 10px;
  color: #555;
}
table.ta_simple{
  border-collapse:collapse;
  margin:0 auto;
  width: 70%;
}
table.ta_simple td,table.ta_simple th{
  border:1px solid #ccc;
  padding:10px;
  text-align: center;
}
table.ta_simple th{
  width: 30%;
  background:#EFEFEF;
}
table.ta_simple2{
  border-collapse:collapse;
  margin:0 auto;
  width: 100%;
}
table.ta_simple2 td,table.ta_simple2 th{
  border:1px solid #ccc;
  padding:10px;
  text-align: center;
}
table.ta_simple2 th{
  width: 30%;
  background:#EFEFEF;
 }
@media (max-width: 780px) {
table.ta_simple{
  border-collapse:collapse;
  margin:0 auto;
  width: 100%;
}
table.ta_simple td,table.ta_simple th{
  border:1px solid #ccc;
  padding:10px;
  text-align: center;
}
table.ta_simple th{
  width: 40%;
  background:#EFEFEF;
}
table.ta_simple2{
  border-collapse:collapse;
  margin:0 auto;
  width: 100%;
}
table.ta_simple2 td,table.ta_simple2 th{
  border:1px solid #ccc;
  padding:10px;
  text-align: center;
}
table.ta_simple2 th{
  width: 40%;
  background:#EFEFEF;
}
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 70%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);/*calc(100%/3);*/
  height: 50px;
  border-bottom: 3px solid #FBEFFB;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (max-width: 780px) {
  .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 0 auto;}
.tab_item {
  width: 100%;/*calc(100%/3);*/
  height: 50px;
  border-bottom: 3px solid #FBEFFB;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 780px) {
.tab_content {
  display: none;
  padding: 40px 5px 0;
  clear: both;
  overflow: hidden;
}
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#trial:checked ~ #trial_content,
#exclusive:checked ~ #exclusive_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #FBEFFB;
  color: #555;
}
/*****************************
	ボタンデザイン
*******************************/
.btn_center{
	text-align: center;
  margin-top: 30px;
}

a.btn--orange {
  text-align: center;
  color: #555;
  background-color: #fff;
}

a.btn--orange:hover {
  color: #555;
  background: #fff;
}

a.btn-c {
  font-size: 1rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
}




/*****************************
	Q&Aアコーディオン
*******************************/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #000;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1px 0;
	cursor: pointer;
	background: #fff;
  border-bottom: 1px solid #000;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	background: #fff;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=radio] + label::after {
	content: '+';
}
.cp_actab input[type=radio]:checked + label::after {
	transform: rotate(315deg);
}
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 80em;
}
/*****************************
	フォトコンテストTOP
*******************************/
.photo_bannar{
	width: 100%;
    background-color: #fff; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.colorfilter-image {
    opacity: 0.2;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}
.photo_bannar img{
	width: 100%;
    height: 250px;
  	object-fit: cover;
}
.photo_title {
  position : absolute;
  font-size: 2.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.relative .photo_title{
  color : #555;
}
.photo_detail {
  position : absolute;
  font-size: 1.5em;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  color: #fff;
  background: #ffb6c1;
  text-align: center;
}
span.photo_recruitment{
  color: #ffb6c1;
  margin-right: 20px;
  border-radius: 10px;
  background: #fff;
  padding: 5px 15px;
}
span.photo_deadline{
  color: #fff;
  margin-right: 20px;
  border-radius: 10px;
  background: #a9a9a9;
  padding: 5px 15px;
}
/*****************************
	フォトコンテスト詳細
*******************************/

.relative {
	position: relative;
}
h3.midashi_10 {
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
h3.midashi_10 {
  text-align: left;
}
}
h1.theme {
	position: relative;
	text-align: center;
	padding: 0.25em 1em;
	border: solid 2px black;
	border-radius: 3px 0 3px 0;
}
h1.theme:before, h1.theme:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 2px black;
	border-radius: 50%;
}
h1.theme:after {
	top: -12px;
	left: -12px;
}
h1.theme:before {
	bottom: -12px;
	right: -12px;
}
.relative a:hover img {
	opacity: 0.6;
	transition-duration: 0.3s;
}
.oubo_button a {
	display: block;
	position: absolute;
	color: #fff;
	padding: 10px;
	background: #db7093;
	border-radius: 15px;
	top: 50%;
	right: 0px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .oubo_button a {
	display: block;
	position: absolute;
	color: #fff;
	padding: 10px;
	background: #db7093;
	border-radius: 15px;
	top: 50%;
	right: -50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
}
.oubo_button2 a {
	display: block;
	font-size: 1.5em;
	width: 50%;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	background: #db7093;
	border-radius: 15px;
	text-align: center;
}
.box27 {
	position: relative;
	margin: 4em 0;
	padding: 1em 1em;
	border: solid 3px #ffb6c1;
}
.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #ffb6c1;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box27 p {
	margin: 0;
	padding: 0;
}
.rank_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
}
.rank_title {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.rank_two_box {
	/*width: calc((100% - 50px) / 2);*/
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 50px;
}
.rank_two_box:nth-child(2n+1) {
	margin-right: 0;
}
.rank_two_box img {
	width: 100%;
	max-height: 360px;
	min-height: 200px;
	object-fit: contain;
}
.rank_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
}
.rank_box3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
}
.rank_item {
	width: calc((100% - 50px) / 2);
	margin: 0 50px 50px 0;
}
.rank_item:nth-child(2n) {
	margin-right: 0;
}
.rank_item2 {
  	margin-right: 20px;
	width: calc((100% - 40px) / 3);
}
.rank_item2:nth-child(3n) {
	margin-right: 0;
  	margin-left: auto;
}
.rank_box2 a img {
	width: 100%;
	height: 320px;
	object-fit: contain;
}
.rank_box3 a img {
	width: 100%;
	height: 320px;
	object-fit: contain;
}
@media screen and (max-width: 599px) {
.rank_item {
	width: 100% ;/*width: calc((100% - 20px) / 2);*/
	margin: 0 20px 50px 0;
}
.rank_item2 {
  	margin-right: 20px;
	width: calc((100% - 20px) / 2);
}
.rank_item2:nth-child(2n) {
	margin-right: 0;
  	margin-left: auto;
}
.rank_box2 a img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.rank_item3 {
  	margin-right: 20px;
	width: calc((100% - 20px) / 2);
}
.rank_item3:nth-child(2n) {
	margin-right: 0;
  	margin-left: auto;
}
.rank_box3 a img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}
}
@media screen and (max-width: 1024px) {
	.rank_box {
		flex-flow: column;
	}
	.rank_title {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.rank_two_box {
		width: 100%;
		margin-bottom: 15px;
	}
}
dl.rankList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 0;
}
dl.rankList dt {
	flex-basis: 25%;
	padding: 20px 0;
	text-align: center;
  background-color: #FBEFF2;
	border-bottom: 1px solid #ccc;
}
dl.rankList dd {
	box-sizing: border-box;
	flex-basis: 75%;
	padding: 20px 0;
	padding-left: 20px;
	margin-left: 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
dl.rankList2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin: 0;
}
dl.rankList2 dt {
	flex-basis: 25%;
	padding: 20px 0;
	text-align: center;
  background-color: #FBEFF2;
	border-bottom: 1px solid #ccc;
}
dl.rankList2 dd {
	box-sizing: border-box;
	flex-basis: 75%;
	padding: 20px 0;
	padding-left: 20px;
	margin-left: 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
	dl.rankList2 {
		flex-flow: column;
	}
	dl.rankList2 dt {
		flex-basis: 80%;
		padding: 10px 0;
		text-align: center;
		background-color: #FBEFF2;
		border-bottom: 1px solid #ccc;
	}
	dl.rankList2 dd {
		box-sizing: border-box;
		flex-basis: 80%;
		padding: 10px 0;
		padding-left: 0px;
		text-align: center;
		margin-left: 0;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	dl.rankList2 dd:nth-child(5n) {
		text-align: left;
	}
}

/*************************
		soldout
*************************/
.productlist_img{
  position: relative;
  width: 100%;
  /*height: 320px;*/
  margin-bottom: 7px;
}
.productlist_img a img{
  width: 100%;
  height: 320px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.sold_img{
  position: absolute;
  width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  /*background: rgba(0,0,0,0.6);*/
}
.sold_img img{
  width: 100%;
  height: auto;
}
.col-lg-3s {
    position: relative;
	width: 20%;
  	margin-bottom: 10px;
}
.col-lg-3s img {
	width: 100%;
	height: auto;
  object-fit: cover; /* この一行を追加するだけ！ */
}
@media screen and (max-width: 700px) {
  .col-lg-3s {
    width: 50%;
  }
}


/*
.rank1 {
    background-image: url(https://img07.shop-pro.jp/PA01368/399/etc/rank1.png?cmsp_timestamp=20220414134422);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank2 {
    background-image: url(https://img07.shop-pro.jp/PA01368/399/etc/rank2.png?cmsp_timestamp=20220414134442);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank3 {
    background-image: url(https://img07.shop-pro.jp/PA01368/399/etc/rank3.png?cmsp_timestamp=20220414134450);
    background-repeat: no-repeat;
    background-position: left center;
}
.rank4 {
    background-image: url(https://img07.shop-pro.jp/PA01368/399/etc/rank4.png?cmsp_timestamp=20220414134508);
    background-repeat: no-repeat;
    background-position: left center;
}
*/
.sid-3s {
    position: relative;
	width: 25%;
  	margin-bottom: 10px;
}
.sid-3s img {
	width: 100%;
	height: auto;
  object-fit: cover; /* この一行を追加するだけ！ */
}
@media screen and (max-width: 700px) {
  .sid-3s {
    width: 50%;
  }
}
.ac{text-align: center;}
.red{color:red;}
.bold{font-weight: bold;}
.ft8 { font-size: 8px;}
.ft10 { font-size: 10px;}
.ft12 { font-size: 12px;}
.ft14 { font-size: 14px;}
.ft16 { font-size: 16px;}
.ft18 { font-size: 18px;}
.ft20 { font-size: 20px;}
.ft24 { font-size: 24px;}
.ft28 { font-size: 28px;}
.mt20 { margin-top : 20px !important;}
.mt40 { margin-top : 40px !important;}
.mb15 { margin-bottom : 15px !important;}