@charset "euc-jp";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* -----------------------------------------------------------
base
-------------------------------------------------------------- */
#templateFlame {
  width: 100%;
  padding: 0;
}
#template {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  width: 100% !important;
  margin: 0 auto !important;
}
/*#template, #template * {
  box-sizing: border-box;
}*/
#template h1, #template h2, #template h3, #template h4, #template h5, #template h6 {
  line-height: 1.3;
}
#template img {
  vertical-align: bottom;
}
#template #headline .typeB {
  margin-bottom: 0;
}
#template #bodyClump {
  background: #F6F5F0;
  padding: 30px 0 40px;
}

/* -----------------------------------------------------------
general
-------------------------------------------------------------- */
#templateWrap #templateFlame .text-left { text-align: left; }
#templateWrap #templateFlame .text-center { text-align: center; }
#templateWrap #templateFlame .text-right { text-align: right; }
#templateWrap #templateFlame .mb0 { margin-bottom: 0 !important; }
#templateWrap #templateFlame .mb10 { margin-bottom: 10px !important; }
#templateWrap #templateFlame .mb20 { margin-bottom: 20px !important; }
#templateWrap #templateFlame .mb30 { margin-bottom: 30px !important; }
#templateWrap #templateFlame .mb40 { margin-bottom: 40px !important; }
#templateWrap #templateFlame .mb50 { margin-bottom: 50px !important; }
#templateWrap #templateFlame .mb60 { margin-bottom: 60px !important; }
#templateWrap #templateFlame .mb70 { margin-bottom: 70px !important; }
#templateWrap #templateFlame .mb80 { margin-bottom: 80px !important; }

/* -----------------------------------------------------------
.page-headline
-------------------------------------------------------------- */
#templateWrap #templateFlame .page-headline {
  width: 100%;
  background: #0f0d3e url(https://image.books.rakuten.co.jp/books/img/bnr/event/male-idol/arashi/main-pc-950x280-20240915.png) top center no-repeat;
  background-size: auto 100%;
  text-align: center;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}
#templateWrap #templateFlame .page-headline-inner {
  width: 950px;
  height: 280px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
#templateWrap #templateFlame .page-headline-inner h1 {
  display: inline-block;
  background: #fff;
  position: relative;
  margin-top: -30px;
  padding: 28px 16px;
  border-radius: 16px;
}
#templateWrap #templateFlame .page-headline-inner h1 > p {
  margin-top: 14px;
  font-size: 28px;
  font-weight: bold;
  line-height: 130%;
}
#templateWrap #templateFlame .page-headline-inner .catch-1 {
  position: absolute;
  bottom: 80px;
  left: -10px;
}

/* -----------------------------------------------------------
.cont-wrapper
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .cont-wrapper {
  width: 950px;
  margin: 0 auto 60px;
}

/* -----------------------------------------------------------
.cont-box
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .cont-box {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
}
#templateWrap #templateFlame #bodyClump .cont-box ul li {
  font-size: 13px;
  line-height: 1.3;
}
/* -----------------------------------------------------------
.cont-bg-1
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .cont-bg-1 {
  background: #E4DFCF;
  padding: 140px 0 80px;
  clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);
  position: relative;
}

/* -----------------------------------------------------------
.cont-title-1
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .cont-title-1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  margin: 0 0 1em;
  padding: 0 0 14px;
  background: transparent;
  position: relative;
}
#templateWrap #templateFlame #bodyClump .cont-title-1::before {
  display: block;
  content: '';
  width: 1.5em;
  height: 3px;
  background: #BE987F;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -.75em;
}
#templateWrap #templateFlame #bodyClump .cont-title-1--size-l {
  font-size: 32px;
}

/* -----------------------------------------------------------
.cont-title-2
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .cont-title-2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 40px;
  padding: 0;
  background: transparent;
}
#templateWrap #templateFlame #bodyClump .cont-title-2 > span {
  display: block;
  font-size: 18px;
  color: #A77452;
  letter-spacing: normal;
  margin-top: 8px;
}

/* -----------------------------------------------------------
.btn-1
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .btn-1 a {
  display: block;
  background: #93542A;
  max-width: 500px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
  padding: 12px 32px;
  margin: 32px auto 0;
  border-radius: 100px;
  transition: all 0.5s;  
}
#templateWrap #templateFlame #bodyClump .btn-1 a:hover {
  background: #cf6312;
  text-decoration: none;
}

/* -----------------------------------------------------------
.message-cont
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .message-cont {
  position: relative;
  max-width: 1600px;
  height: 110px;
  margin: -30px 16px 60px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0px rgba(164, 153, 145, 0.1);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  line-height: 2.0;
}
@media screen and (min-width: 1600px) {
  #templateWrap #templateFlame #bodyClump .message-cont {
    margin: -30px auto 60px;
  }
}

#templateWrap #templateFlame #bodyClump .message-head {
  color: #A77452;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  width: 100px;
}
#templateWrap #templateFlame #bodyClump .message-body {
  width: calc(100% - 100px);
}
#templateWrap #templateFlame #bodyClump .message-slider li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #DE3922;
}
#templateWrap #templateFlame #bodyClump .message-slider li:nth-child(2n) {
  color: #FF6B00;
}

/* -----------------------------------------------------------
.first-cont
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .first-cont {
  font-size: 20px;
  text-align: center;
}
#templateWrap #templateFlame #bodyClump .first-cont b {
  font-weight: bold;
}

/* -----------------------------------------------------------
.member-cont
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .member-cont .member-item-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item {
  width: 48.5%;
  background: #fff;
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item:nth-child(-n+2) {
  margin-top: 0;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-figure {
	flex: 0 0 160px;
  max-width: 160px;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-figure h3 {
  font-size: 26px;
  font-weight: bold;
  background: transparent;
  margin: 0;
  padding: 0;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-figure h3 > span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #A77452;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-figure .figure {
  margin-top: 16px;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-figure .figure img {
  width: 100%;
  height: auto;
}

#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 20px;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption .lead-1 {
  margin-bottom: 10px;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption .detail {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption .detail dt,
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption .detail dd {
  font-size: 15px;
  line-height: 1.3;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; 
  -webkit-box-pack: center;
  justify-content: center;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption .detail dt {
  width: 100px;
  font-weight: bold;
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption .detail dd {
  width: calc(100% - 100px);
}
#templateWrap #templateFlame #bodyClump .member-cont .member-item .item-caption .detail dd.text--size-s {
  font-size: 13px;
}

/* -----------------------------------------------------------
.campaignDetail
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .campaignDetail {
  width: 950px;
  margin: 0 auto;
  background: #fff;
}


/* -----------------------------------------------------------
items
-------------------------------------------------------------- */
/* all */
#templateWrap #templateFlame #bodyClump .itemTypeA,
#templateWrap #templateFlame #bodyClump .itemTypeB,
#templateWrap #templateFlame #bodyClump .itemTypeC,
#templateWrap #templateFlame #bodyClump .itemTypeD,
#templateWrap #templateFlame #bodyClump .itemTypeE {
  margin: 0;
  padding: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul,
#templateWrap #templateFlame #bodyClump .itemTypeB ul,
#templateWrap #templateFlame #bodyClump .itemTypeC ul,
#templateWrap #templateFlame #bodyClump .itemTypeD ul,
#templateWrap #templateFlame #bodyClump .itemTypeE ul {
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  /* width: 950px; */
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li {
  float: none;
  box-sizing: border-box;
  background: none;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image {
  float: none;
  width: auto;
  display: table;
  background: #fff;
  margin: 0;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image a {
  display: table-cell;
  text-align: center;
  position: unset;
  vertical-align: middle;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image a img {
  position: static;
  width: auto;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note {
  font-size: 13px;
  line-height: 1.4;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note {
  width: auto;
  padding: 0 0 0 24px;
}
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note {
  width: auto;
  padding: 16px 0 0 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note a {
  font-size: 13px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .genre {
  margin-bottom: 8px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .owner {
  font-size: 13px;
  margin: 8px 0;
  color: #666;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .price {
  font-size: 16px;
  margin-top: 8px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .price span {
  font-size: 13px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .discount {
  font-size: 16px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note p {
  font-size: 13px;
  margin-top: 8px;
}

/* itemTypeA */
#templateWrap #templateFlame #bodyClump .itemTypeA ul + ul {
  margin-top: 4%;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li {
  margin: 0 4% 0 0;
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li:nth-child(2n) {
  margin-right: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image {
  float: left;
  min-width: 200px;
  height: 200px;
  margin: 0;
}
/* #templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a img {
  max-width: 180px;
  max-height: 180px;
} */
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note {
  width: auto;
  float: none;
}

/* -----------------------------------------------------------
 fadein
-------------------------------------------------------------- */
#templateWrap #templateFlame #bodyClump .fade-inbox .fade-in {
  transform: translate(0, 0);
  transition: all 0.5s;
	opacity: 1;
}
#templateWrap #templateFlame #bodyClump .fade-inbox .fade-in.move {
  transform: translate(0, -50px);
  opacity: 0;
}

/* -----------------------------------------------------------
 fadein kanban
-------------------------------------------------------------- */
#templateWrap #templateFlame .item00,
#templateWrap #templateFlame .item02 {
  opacity: 0;
}
#templateWrap #templateFlame .item03 {
  opacity: 0;
  -webkit-transform: translateY(100%) rotate(0);
  -ms-transform: translateY(100%) rotate(0);
  transform: translateY(100%) rotate(0); 
}
#templateWrap #templateFlame .item01,
#templateWrap #templateFlame .item03,
#templateWrap #templateFlame .item04,
#templateWrap #templateFlame .item05,
#templateWrap #templateFlame .item06,
#templateWrap #templateFlame .item07 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); 
}

#templateWrap #templateFlame .item00 { -webkit-animation: example 0.5s ease 0.1s 1 forwards; animation: only-opacity 0.5s ease 0.1s 1 forwards;}
#templateWrap #templateFlame .item01 { -webkit-animation: example 0.5s ease 0.5s 1 forwards; animation: example 0.5s ease 0.5s 1 forwards;}
#templateWrap #templateFlame .item02 { -webkit-animation: example 0.5s ease   1s 1 forwards; animation: only-opacity 0.5s ease   1s 1 forwards;}
#templateWrap #templateFlame .item03 { -webkit-animation: example 0.5s ease 1.5s 1 forwards; animation: rotate 0.5s ease 1.5s 1 forwards;}
#templateWrap #templateFlame .item04 { -webkit-animation: example 0.5s ease   2s 1 forwards; animation: example 0.5s ease   2s 1 forwards;}
#templateWrap #templateFlame .item05 { -webkit-animation: example 0.5s ease 2.5s 1 forwards; animation: example 0.5s ease 2.5s 1 forwards;}
#templateWrap #templateFlame .item06 { -webkit-animation: example 0.5s ease   3s 1 forwards; animation: example 0.5s ease   3s 1 forwards;}
#templateWrap #templateFlame .item07 { -webkit-animation: example 0.5s ease 3.5s 1 forwards; animation: example 0.5s ease 3.5s 1 forwards;}

@-webkit-keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  } 
}
@keyframes example {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); 
  } 
}

@-webkit-keyframes only-opacity {
  100% {
    opacity: 1;
  } 
}
@keyframes only-opacity {
  100% {
    opacity: 1;
  } 
}

@-webkit-keyframes rotate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(1turn);
    -ms-transform: translateY(0) rotate(1turn);
    transform: translateY(0) rotate(1turn);
  } 
}
@keyframes rotate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(1turn);
    -ms-transform: translateY(0) rotate(1turn);
    transform: translateY(0) rotate(1turn);
  } 
}