@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* CRA-SEW pre */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container,
.pane-right-menu .container,
.pane-left-menu .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.pane-left-menu .container .block-recent-item {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* layout
--------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.crasew {
  margin: 0;
}

@media print, screen and (min-width: 992px) {
  .crasew {
  }
}

#crasew-lower {
  background: #eee;
  padding: 10px;
}

@media print, screen and (min-width: 768px) {
  #crasew-lower {
    padding: 20px;
  }
}


/* header
--------------------------------------------------------------------*/
.crasew-header {
  text-align: center;
}
.header-logo {
  text-align: center;
  margin: 20px 50px;
}
.header-lead {
  font-size: 1.1em;
  margin: 2em 20px 2em;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-nav li {
  margin: 0 .5em;
  text-align: center;
}
.header-nav li::before {
	content: "\f0d7";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}

@media screen and (max-width: 767px) {
  .header-nav li {
    font-weight: bold;
  }
  .header-nav li.nav-wide {
    width: 100%;
  }
}


/* Magazine
--------------------------------------------------------------------*/

/* Vol1 */
.bg_vol01 {
  background: rgba(14, 146, 150, 1);
}
.bg_light_vol01 {
  background: rgba(14, 146, 150, .1);
}
.color_vol01 {
  color: rgba(14, 146, 150, 1);
}

/* Vol2 */
.bg_vol02 {
  background: rgba(207, 87, 39, 1);
}
.bg_light_vol02 {
  background: rgba(207, 87, 39, .1);
}
.color_vol02 {
  color: rgba(207, 87, 39, 1);
}

/* Vol3 */
.bg_vol03 {
  background: rgba(93, 166, 130, 1);
}
.bg_light_vol03 {
  background: rgba(93, 166, 130, .1);
}
.color_vol03 {
  color: rgba(93, 166, 130, 1);
}

/* Vol4 */
.bg_vol04 {
  background: rgba(237, 114, 67, 1);
}
.bg_light_vol04 {
  background: rgba(237, 114, 67, .1);
}
.color_vol04 {
  color: rgba(237, 114, 67, 1);
}

/* Vol5 */
.bg_vol05 {
  background: rgba(234, 88, 101, 1);
}
.bg_light_vol05 {
  background: rgba(234, 88, 101, .1);
}
.color_vol05 {
  color: rgba(234, 88, 101, 1);
}

/* Vol6 */
.bg_vol06 {
  background: rgba(167, 65, 82, 1);
}
.bg_light_vol06 {
  background: rgba(167, 65, 82, .1);
}
.color_vol06 {
  color: rgba(167, 65, 82, 1);
}

/* Vol7 */
.bg_vol07 {
  background: rgba(106, 22, 21, 1);
}
.bg_light_vol07 {
  background: rgba(106, 22, 21, .1);
}
.color_vol07 {
  color: rgba(106, 22, 21, 1);
}

/* Vol8 */
.bg_vol08 {
  background: rgba(233, 84, 109, 1);
}
.bg_light_vol08 {
  background: rgba(233, 84, 109, .1);
}
.color_vol08 {
  color: rgba(233, 84, 109, 1);
}

/* Vol9 */
.bg_vol09 {
  background: rgba(1, 169, 221, 1);
}
.bg_light_vol09 {
  background: rgba(1, 169, 221, .1);
}
.color_vol09 {
  color: rgba(1, 169, 221, 1);
}

/* Vol10 */
.bg_vol10 {
  background: rgba(147, 56, 71, 1);
}
.bg_light_vol10 {
  background: rgba(147, 56, 71, .1);
}
.color_vol10 {
  color: rgba(147, 56, 71, 1);
}

/* Vol11 */
.bg_vol11 {
  background: rgba(75, 128, 90, 1);
}
.bg_light_vol11 {
  background: rgba(75, 128, 90, .1);
}
.color_vol11 {
  color: rgba(75, 128, 90, 1);
}

/* Vol12 */
.bg_vol12 {
  background: rgba(158, 174, 41, 1);
}
.bg_light_vol12 {
  background: rgba(158, 174, 41, .1);
}
.color_vol12 {
  color: rgba(158, 174, 41, 1);
}

/* Vol13 */
.bg_vol13 {
  background: rgba(0, 155, 148, 1);
}
.bg_light_vol13 {
  background: rgba(0, 155, 148, .1);
}
.color_vol13 {
  color: rgba(0, 155, 148, 1);
}

/* Vol14 */
.bg_vol14 {
  background: rgba(126, 64, 44, 1);
}
.bg_light_vol14 {
  background: rgba(126, 64, 44, .1);
}
.color_vol14 {
  color: rgba(126, 64, 44, 1);
}

/* Vol15 */
.bg_vol15 {
  background: rgba(190, 100, 158, 1);
}
.bg_light_vol15 {
  background: rgba(190, 100, 158, .1);
}
.color_vol15 {
  color: rgba(190, 100, 158, 1);
}

/* Vol16 */
.bg_vol16 {
  background: rgba(125, 177, 44, 1);
}
.bg_light_vol16 {
  background: rgba(125, 177, 44, .1);
}
.color_vol16 {
  color: rgba(125, 177, 44, 1);
}


/* Vol after */
.bg_next {
  background: rgba(92, 81, 144, 1);
}
.bg_light_next {
  background: rgba(92, 81, 144, .1);
}
.color_next {
  color: rgba(92, 81, 144, 1);
}


.crasew-magazine {
  position: relative;
  margin-top: 80px;
  z-index: 1;
}
.crasew-magazine .magazine-number {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  z-index: 2;
}
.crasew-magazine .magazine-number span {
  display: block;
  line-height: 1;
}
.crasew-magazine .magazine-number .vol {
  margin: 0 20px;
}
.crasew-magazine .magazine-number .date {
  border-top: 1px solid #fff;
  padding-top: 5px;
}
.crasew-magazine .magazine-number .date small {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .crasew-magazine {
    padding-top: 30px;
  }
  .crasew-magazine .magazine-number {
    top: -50px;
    left: 20px;
    width: 120px;
    height: 120px;
  }
  .crasew-magazine .magazine-number .season {
    font-size: 14px;
    padding-top: 25px;
  }
  .crasew-magazine .magazine-number .vol {
    font-size: 26px;
    font-weight: 600;
  }
  .crasew-magazine .magazine-number .vol strong {
    font-size: 30px;
  }
  .crasew-magazine .magazine-number .date {
    font-size: 12px;
    margin: 5px 10px 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .crasew-magazine {
    padding-top: 50px;
  }
  .crasew-magazine .magazine-number {
    top: -50px;
    left: 50px;
    width: 150px;
    height: 150px;
  }
  .crasew-magazine .magazine-number .season {
    font-size: 16px;
    padding-top: 40px;
  }
  .crasew-magazine .magazine-number .vol {
    font-size: 30px;
    font-weight: 600;
  }
  .crasew-magazine .magazine-number .vol strong {
    font-size: 36px;
  }
  .crasew-magazine .magazine-number .date {
    font-size: 13px;
    margin: 5px 20px 0 20px;
  }
}

/* 表紙＆タイトル */
.crasew-magazine .magazine-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.crasew-magazine .magazine-header .cover {
  text-align: center;
  padding: 20px;
}
.crasew-magazine .magazine-header .outline {
  padding: 20px;
}
.crasew-magazine .magazine-header .outline h2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.crasew-magazine .magazine-header .outline h2 .logo {
  
}
.crasew-magazine .magazine-header .outline h2 .vol {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  padding: 0 0 5px 10px;
}

.crasew-magazine .magazine-header .outline .release-date {
  text-align: right;
}
.crasew-magazine .magazine-header .outline .release-date span {
  display: inline-block;
  position: relative;
  background: #fff67f;
  font-size: .85em;
  padding: .3em 1em;
  margin-bottom: 20px;
}
.crasew-magazine .magazine-header .outline .release-date span::before{
  content: '';
  position: absolute;
  right: 20px;
  top: -12px;
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff67f;
  border-left: 12px solid transparent;
}
.crasew-magazine .magazine-header .outline .release-date span em {
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  margin-right: .25em;
}

.crasew-magazine .magazine-header .outline .tokuten {
  
}
.crasew-magazine .magazine-header .outline .tokuten dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.crasew-magazine .magazine-header .outline .tokuten dl dt {
  width: 45%;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd {
  width: 52%;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd p {
  line-height: 1.2;
  margin-bottom: .5em;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd .tokute-header {
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 .5em 0 1em;
  color: #fff;
  letter-spacing: .1em;
  background: rgba(233, 82, 131, 1);
  text-align: center;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd .tokute-header:after {
  position: absolute;
  top: 0;
  display: block;
  height: 32px;
  content: '';
  border: 16px solid rgba(233, 82, 131, 1);
  right: -20px;
  border-right-width: 8px;
  border-right-color: transparent;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd .tokute-header span {
  position: relative;
  display: block;
  font-size: .85em;
  font-weight: bold;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd .tokute-header span em {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  color: rgba(233, 82, 131, 1);
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
  margin-left: .25em;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd .tokute-title {
  font-weight: bold;
}
.crasew-magazine .magazine-header .outline .tokuten dl dd .tokute-caption {
  font-size: .75em;
}

@media screen and (max-width: 767px) {
  .crasew-magazine .magazine-header .cover {
    width: 100%;
  }
  .crasew-magazine .magazine-header .outline {
    width: 100%;
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .crasew-magazine .magazine-header .cover {
    width: 50%;
  }
  .crasew-magazine .magazine-header .outline {
    width: 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .crasew-magazine .magazine-header .cover {
    width: 40%;
    
  }
  .crasew-magazine .magazine-header .outline {
    width: 40%;
  }
}

/* 特集 */
.magazine-article {
  padding-bottom: 50px;
  position: relative;
}
.slider-crasew-article {
  position: relative;
}
.slider-crasew-article .sp-buttons {
  position: absolute;
  bottom: 10px;
}
.slider-crasew-article .sp-button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.slider-crasew-article .sp-selected-button {
  background-color: #000;
}
.magazine-article .article-title {
  padding: 5px 20px;
}
.magazine-article .article-title .sub {
  margin-bottom: .5em;
  font-size: 1.125em;
}
.magazine-article .article-title .headline {
  font-size: 1.5em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
}
.magazine-article .article-title-inline-right {
  position: absolute;
  right: 10%;
  bottom: 15%;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  z-index: 2;
}
.magazine-article .article-title-inline-left {
  position: absolute;
  left: 10%;
  bottom: 15%;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  z-index: 2;
}
.magazine-article .article-title-inline-right .sub,
.magazine-article .article-title-inline-left .sub {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: .5em;
}
.magazine-article .article-title-inline-right .headline,
.magazine-article .article-title-inline-left .headline {
  font-size: 1.75em;
  line-height: 1.2;
}
.magazine-article.article-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magazine-article.article-row .article-col {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .magazine-article.article-row .article-col {
    width: 100%;
  }
  .magazine-article.article-row .article-col:first-child {
    padding-bottom: 50px;
  }
  .magazine-article .article-title {
    font-weight: bold;
    padding: 5px 10px;
  }
  .magazine-article .article-title-inline {
    padding: 10px 20px;
  }
  .magazine-article .article-title .sub {
    font-size: 1.125em;
  }
  .magazine-article .article-title .headline {
    font-size: 1.5em;
  }
  .magazine-article .article-title-inline-right .sub,
  .magazine-article .article-title-inline-left .sub {
    font-size: 1.125em;
  }
  .magazine-article .article-title-inline-right .headline,
  .magazine-article .article-title-inline-left .headline {
    font-size: 1.5em;
  }
}

/* もくじ */
.magazine-contents {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0 auto;
  justify-content: space-between;
}
.magazine-contents .contents-title h2 {
  display: flex;
  align-items: flex-end;
}
.magazine-contents .contents-title h2 .logo {
  
}
.magazine-contents .contents-title h2 .vol {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  padding: 0 0 5px 10px;
  margin: 0;
}
.magazine-contents .contents-title p {
  font-size: 1.25em;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}

.magazine-contents .contents-title li {
  line-height: 1.3;
  margin-bottom: .75em;
}
.magazine-contents .contents-title li.small {
  font-size: .9em;
}
.magazine-contents .contents-title li .sub {
  font-size: .9em;
}

@media screen and (max-width: 767px) {
  .magazine-contents .contents-cover {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .magazine-contents .contents-cover .cover {
    width: 35%;
  }
  .magazine-contents .contents-cover .contents-btn-wrap {
    width: 60%;
  }
  .magazine-contents .contents-title {
    width: 100%;
  }
  .magazine-contents .contents-title h2 {
    width: 70%;
    margin: 10px 0 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .magazine-contents .contents-cover {
    width: 25%;
  }
  .magazine-contents .contents-title {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
  }
  .magazine-contents .contents-title h2 {
    width: 100%;
  }
  .magazine-contents .contents-title h2 .logo {
    width: 300px;
  }
  .magazine-contents .contents-title h2 .vol {
    font-size: 30px;
  }
  .magazine-contents .contents-title p {
    width: 100%;
    margin: 0 10px 5px;
    padding: 0;
  }
  .magazine-contents .contents-title ul {
    margin: 0 20px;
  }
  .magazine-contents .contents-title li {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: .75em;
  }
  .magazine-contents .contents-title li.small {
    font-size: 1em;
  }
}

@media print, screen and (min-width: 1220px) {
  .magazine-contents {
    width: 1200px;
    margin: 0 auto;
  }
}

/* 予告 */
.crasew-magazine-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.crasew-magazine-next .next-article .next-contents {
  padding: 100px 20px 20px 20px;
}
.crasew-magazine-next .next-article .next-contents li em {
  background: #999;
  color: #fff;
  font-size: .85em;
  padding: .125em .5em;
  margin-right: .5em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .crasew-magazine-next .next-article,
  .crasew-magazine-next .next-article-wide {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .crasew-magazine-next .next-article .next-contents {
    padding: 80px 20px 60px 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .crasew-magazine-next .next-article {
    position: relative;
    width: 50%;
  }
  .crasew-magazine-next .next-article-wide {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  .crasew-magazine-next .next-article .next-contents {
    padding: 80px 20px 20px 200px;
  }
}


/* About
--------------------------------------------------------------------*/
.crasew-about {
  margin-top: 80px;
}
.crasew-about h3 {
  margin: 0 20px 1em;
  text-align: center;
}
.crasew-about h3 .logo {
}
.crasew-about h3 .text {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .1em;
}

.about-main {
  background: #fffab2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 15px 0;
}
.about-article {
  background: #fff;
  border-radius: 10px;
  margin: 0 15px 30px;
}
.about-article dt {
  padding: 20px;
}
.about-article dt em {
  position: relative;
  display: block;
  flex-basis: 50px;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
  letter-spacing: 5px;
  background: #ffee00;
  border-radius: 50%;
  color: #000;
  font-size: 1.25em;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin: 2px 10px 0 2px;
}
.about-article dt em:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #000;
  border-radius: 50%;
}
.about-article dt span {
  font-size: 1.25em;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.3;
}
.about-article dd {
}
.about-article dd p {
  margin-top: .5em;
  padding: 10px 20px 20px;
}


@media screen and (max-width: 767px) {
  .crasew-about h3 .logo,
  .crasew-about h3 .text {
    text-align: center;
  }
  .about-article {
    width: calc(100% - 30px);
  }
}

@media print, screen and (min-width: 768px) {
  .crasew-about h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .about-article {
    width: calc(100% / 2 - 30px);
  }
}


/* INFO
--------------------------------------------------------------------*/
.crasew-info {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 20px;
}
.crasew-info h3 {
  text-align: center;
}
.crasew-info h3 span {
  display: inline-block;
  color: #000;
  font-size: 1.6em;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 2px dashed rgba(99, 61, 115, 1);
  padding-bottom: .5em;
  margin: 0 auto 1em;
}
.crasew-info .info-caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .crasew-info {
    padding: 30px 20px;
    margin-top: 50px;
  }
  .crasew-info h3 span {
    border-bottom: 8px dotted rgba(99, 61, 115, 1);
    letter-spacing: .1em;
  }
}
@media print, screen and (min-width: 1220px) {
  .crasew-info {
    width: 1200px;
    margin: 50px auto 0;
  }
}


/* Q&A */
.crasew-qa dt {
}
.crasew-qa dt em {
  position: relative;
  display: block;
  flex-basis: 50px;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
  letter-spacing: 5px;
  background: rgba(99, 61, 115, .5);
  border-radius: 50%;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin: 2px 10px 0 2px;
}
.crasew-qa dt em:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #000;
  border-radius: 50%;
}
.crasew-qa dt span {
  line-height: 1.3;
}
.crasew-qa dd {
  background: rgba(99, 61, 115, .1);
  padding: 1em 2em;
  margin: .5em 0 2em 2em;
}


/* ガイド */
.crasew-guide .guide-article dl {
  padding: 20px;
}
.crasew-guide .guide-article dl dt {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 1em;
  color: #fff;
  letter-spacing: .1em;
  background: rgba(99, 61, 115, .7);
  text-align: center;
}
.crasew-guide .guide-article dl dt:after {
  position: absolute;
  top: 0;
  display: block;
  height: 36px;
  content: '';
  border: 18px solid rgba(99, 61, 115, .7);
  right: -26px;
  border-right-width: 9px;
  border-right-color: transparent;
}
.crasew-guide .guide-article dl dt span {
  position: relative;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .crasew-guide .guide-article {
    display: flex;
  }
  .crasew-guide .guide-article dl {
    width: 50%;
  }
}

/* 問い合わせ */
.crasew-desk {
  
}
.crasew-desk dt {
  display: flex;
}
.crasew-desk dt em {
  position: relative;
  display: block;
  flex-basis: 50px;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
  letter-spacing: 5px;
  background: rgba(99, 61, 115, .5);
  border-radius: 50%;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  margin: 2px 10px 0 2px;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.crasew-desk dt em:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #000;
  border-radius: 50%;
}
.crasew-desk dt span {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  font-size: 1.15em;
  line-height: 1.3;
}

.freedial {
  font-size: 2em;
  font-weight: bold;
}
.freedial small {
  font-size: .5em;
  font-weight: normal;
}


@media print, screen and (min-width: 768px) {
  .crasew-desk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .crasew-desk dl {
    width: 48%;
  }
}


/* Bnr
--------------------------------------------------------------------*/
.crasew-bnr {
  padding: 50px 0;
  margin-top: 50px;
  text-align: center;
}



/* Btn
--------------------------------------------------------------------*/
.btn-order a {
  display: block;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #000;
  box-shadow: 5px 5px 0 rgba(233, 82, 131, 1);
  color: #000;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  padding: .3em 1em;
}
.btn-order a.nenkan {
  padding: 1em 1em;
}
.btn-order a:hover {
  background: rgba(233, 82, 131, 1);
  box-shadow: 5px 5px 0 #fff;
  color: #fff;
  text-decoration: none;
}
.btn-order a small {
  display: block;
  font-size: .7em;
  font-weight: normal;
  letter-spacing: 0;
}

/* Tel */
@media print, screen and (min-width: 576px){
  .order-tel {
    display: none;
  }
}

.header-btn-wrap li a {
  max-width: 600px;
  margin: 0 auto 20px;
}
.header-btn-wrap li a:hover {
}
.contents-btn-wrap li a {
  font-size: .75em;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .btn-order a {
    letter-spacing: 0;
  }
  .header-btn-wrap li a {
    font-size: 1.125em;
    margin: 0 auto 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .header-btn-wrap li a {
    font-size: 1.125em;
  }
  .contents-btn-wrap li a {
    font-size: .8em;
    margin: 10px auto;
  }
}

.btn-caption-head {
  font-size: .875em;
  font-weight: bold;
  text-align: center;
  margin-bottom: .25em;
}

@media screen and (max-width: 767px) {
  .btn-caption-head {
    font-size: 11px;
  }
}

#order-fix {
  position: fixed;
  z-index: 3;
}
#order-fix a {
  display: block;
  background: rgba(233, 82, 131, 1);
  border: 2px solid #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
#order-fix a:hover {
  background: rgba(233, 82, 131, .8);
}

@media screen and (max-width: 767px) {
  #order-fix {
    bottom: 0;
    width: 100%;
  }
  #order-fix a {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    box-shadow: 5px -5px 0 #fff;
    margin: 0 20px;
  }
  #order-fix a br {
    display: none;
  }
} 

@media print, screen and (min-width: 768px) {
  #order-fix {
    right: 0;
    top: 50%;
    width: 8em;
  }
  #order-fix a {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    box-shadow: 5px 5px 0 #fff;
    font-size: .9em;
  }
}


/* イベントエリア
--------------------------------------------------------------------*/
.crasew-event-header {
  margin-top: 30px;
}
.crasew-event-header h3 {
  text-align: center;
}
.crasew-event-header h3 span {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .1em;
  border-bottom: 2px dashed rgba(233, 82, 131, 1);
  padding-bottom: .5em;
  margin: 0 auto .25em;
}
.crasew-event-header-caption {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em !important;
}
.block-top-event--goods {
  /*padding: 40px 20px;*/
}
.block-goods-list-d li {
  border: none !important;
}
.block-goods-list-d li:first-child {
  border: none !important;
}
.block-top-event--goods .block-goods-list-d--goods-name {
  font-size: 1.25em;
}
.block-top-event--goods .block-goods-list-d--goods-name a {
  text-decoration: none !important;
}
.block-top-event--goods .block-goods-list-d--comment {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #fff338 60%);
}
.block-top-event--goods .block-goods-list-d--goods-comment {
  display: none;
}
.block-top-event--goods .block-goods-list-d--price-infos {
  margin-bottom: 1em;
}
.block-top-event--goods .block-goods-list-d--add-cart-wrap {
  width: 100%;
  justify-content: center;
}
.block-top-event--goods .block-goods-list-d--item-description {
}

.block-category-list--event p {
  padding: 0;
}
.block-pickup-list-p--items {
  border-top: 0;
}
.block-pickup-list-p--items li {
  border-bottom: 0;
}
.block-thumbnail-t--items {
  border-top: 0;
}

@media print, screen and (min-width: 768px) {
  .crasew-event-header h3 span {
    border-bottom: 8px dotted rgba(233, 82, 131, 1);
  }
}
@media print, screen and (min-width: 1220px) {
  .block-top-event--goods {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}




/* Main
--------------------------------------------------------------------*/

/* こんな雑誌*/
.number-orange {
}
.number-orange em {
  position: relative;
  display: block;
  flex-basis: 50px;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
  letter-spacing: 5px;
  background: #ffb16c;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  margin: 2px 10px 0 2px;
}
.number-orange em:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #ed6c00;
  border-radius: 50%;
}
.number-orange span {
  font-size: 1.15em;
  line-height: 1.3;
}

/* 予告 */
.number-next {
}
.number-next em {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding: 0 1em;
  color: #fff;
  letter-spacing: .1em;
  background: #ed6c00;
  text-align: center;
}
.number-next em:after {
  position: absolute;
  top: 0;
  display: block;
  height: 36px;
  content: '';
  border: 18px solid #ed6c00;
  right: -18px;
  border-right-width: 9px;
  border-right-color: transparent;
}
.number-next em span {
  position: relative;
  display: block;
}
.number-next > span {
  color: #ed6c00;
  font-size: 1.1em;
  padding-left: .5em;
}

/* 購入方法 */


/* ご案内 */

/* トーカイ */
.fujikyu-wrap {
  border: 5px solid rgba(230, 0, 68, .5);
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px 0;
  margin: 30px 20px 0;
}
.fujikyu dt {
  padding: 0 0 10px 0;
}
.fujikyu dd {
  padding: 0 0 40px 0;
}
.fujikyu dd .site-name {
  font-size: .9em;
}
.fujikyu dd .site-url {
  font-size: 1.25em;
}

@media print, screen and (min-width: 992px) {
  .fujikyu-wrap {
    width: 980px;
    margin: 30px auto 0;
  }
}


/* Footer
--------------------------------------------------------------------*/
#crasew-footer {
  margin: 0;
}




/* Common
--------------------------------------------------------------------*/
.bg-purple20 {
  background: rgba(121, 108, 175, .2);
}
ul {
  margin: 0 0 1em;
}
ul.list-dot li {
  line-height: 1.5;
  margin: .25em 0;
}
ul.list-dot li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #999;
  border-radius: 50%;
  margin-right: .5em;
}
ul.list-kome li {
  line-height: 1.5;
  margin: .25em 0;
}
ul.list-kome li:before {
  content: "※";
  margin-right: .5em;
}

/* text */
.txt-125 {
  font-size: 1.25em;
}
.txt-center {
  text-align: center;
}
.txt-pink {
  color: rgba(233, 82, 131, 1);
}
.txt-marker {
  background:linear-gradient(transparent 60%, #fff338 60%);
}

/* Arrow */
.arrow_down::before,
.arrow_down a::before {
	content: "\f13a";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.arrow_right::before,
.arrow_right a::before {
	content: "\f138";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.to_tokai {
  text-decoration: underline;
}
.to_tokai::after {
	content: "\f107";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 0.3em;
  text-decoration: none;
}


/* header */
.header-stripe-orange {
  background-size: auto auto;
  background-color: rgba(241, 140, 56, 0.73);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(241, 140, 56, 1) 2px, rgba(241, 140, 56, 1) 8px );
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .7);
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  padding: .5em 0;
}
.header-stripe-purple {
  background-size: auto auto;
  background-color: rgba(121, 108, 175, 0.81);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(121, 108, 175, 1) 2px, rgba(121, 108, 175, 1) 8px );
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .7);
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  padding: .5em 0;
}
.header-stripe-green {
  background-size: auto auto;
  background-color: rgba(144, 195, 31, 0.81);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(144, 195, 31, 1) 2px, rgba(144, 195, 31, 1) 8px );
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .7);
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  padding: .5em 0;
}
.header-stripe-pink {
  background-size: auto auto;
  background-color: rgba(233, 82, 131, 0.81);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(233, 82, 131, 1) 2px, rgba(233, 82, 131, 1) 8px );
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .7);
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  padding: .5em 0;
}

.header-badge {
  display: flex;
}
.header-badge em {
  margin-right: 1em;
  flex-shrink: 0;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.header-badge span {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

