@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* 定期刊行誌web 202503ver */
/*--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.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 {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* layout
--------------------------------------------------------------------*/

#periodical {
}
.periodical-content {
  padding-bottom: 30px;
}
.periodical-content h2 {
  border-bottom: 2px solid #000;
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 992px) {
  .periodical-content {
    padding-bottom: 50px;
  }
  .periodical-content h2 {
  font-size: 1.5em;
  }
}


/* Header
--------------------------------------------------------------------*/
.periodical-header {
  padding: 20px 0 50px;
}
.periodical-header h1 {
  margin: 0 20px;
  text-align: center;
}
.periodical-header .page-title {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: .2em;
  padding: 1em 0;
}
.periodical-header .header-nav {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  margin: 1.5em 0 0;
}
.periodical-header .header-nav li {
  font-weight: bold;
}
.periodical-header .header-nav li a {
  display: inline-block;
  background: #f0f0f0;
  color: #000;
  text-decoration: none;
  padding: .5em .75em;
  margin: 0 3px 0 0;
}
.periodical-header .header-nav li:last-child a {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .periodical-header .header-nav {
    display: flex;
    flex-wrap: wrap;
    background: #f0f0f0;
    margin: 1.5em 0 0;
    justify-content: center;
  }
  .periodical-header .header-nav li {
    font-size: .9em;
    font-weight: normal;
    margin: 0;
  }
  .periodical-header .header-nav li::after {
    content: "\f111";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
    padding-left: .5em;
  }
  .periodical-header .header-nav li:first-child::before {
    content: "\f111";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
  }
  .periodical-header .header-nav li a {
    padding: 1em .5em;
  }
}

@media print, screen and (min-width: 992px) {
  .periodical-header .page-title {
    font-size: 1.75em;
    font-weight: normal;
  }
  .periodical-header .header-nav li {
    font-size: 1em;
    font-weight: normal;
  }
}


.periodical-selectlink {
  text-align: center;
  padding: 20px 0;
}


/* latest
--------------------------------------------------------------------*/
.periodical-latest {
  
}
.periodical-latest .cover {
  text-align: center;
}
.periodical-latest .cover img {
  width: 70%;
  margin: 0 auto;
}
.periodical-latest .title {
  width: 100%;
  margin-bottom: 1.5em;
}
.periodical-latest .title .title-logo {
  display: block;
}
.periodical-latest .title .title-number {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  text-align: right;
}
.periodical-latest .title-flex {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5em;
}
.periodical-latest .title-flex .title-logo {
  margin-right: 10px;
}
.periodical-latest .title-flex .title-number {
  font-size: 1.25em;
  font-weight: bold;
  white-space: nowrap;
}
.periodical-latest .spec {
  margin-bottom: 1.5em;
  text-align: center;
}
.periodical-latest .mokuji {
  margin-bottom: 1.5em;
}
.periodical-latest .mokuji .mokuji-header-parent {
  display: inline-block;
  background: #a87e16;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  margin: 0 0 .75em;
  padding: .25em .5em;
}
.periodical-latest .mokuji .mokuji-header {
  color: #a87e16;
  font-weight: bold;
  font-size: 1.125em;
  margin: 0 0 .75em;
}
.periodical-latest .mokuji .mokuji-list {
  margin-bottom: 2em;
}
.periodical-latest .mokuji .mokuji-list li {
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
  margin-bottom: .75em;  
}
.periodical-latest .mokuji .mokuji-list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 1em;
  height: 1em;
  content: "";
  background: #a87e16;
  border-radius: 50%;
}
.periodical-latest .slider-gallery {
  padding-bottom: 10px;
}

.periodical-latest .periodical-nav a {
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
.periodical-latest .periodical-nav .coming-soon {
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
.periodical-latest .periodical-nav .coming-soon img {
  opacity: .4;
  z-index: 1;
}
.periodical-latest .periodical-nav .coming-soon span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  text-align: center;
  z-index: 2;
}


@media print, screen and (min-width: 992px) {
  .periodical-latest .cover img {
    width: 100%;
  }
  .periodical-latest .title-flex {
  }
  .periodical-latest .title .title-number,
  .periodical-latest .title-flex .title-number {
    font-size: 1.5em;
    font-weight: bold;
  }
  .periodical-latest .spec {
    text-align: right;
  }
}


/* Shopping
--------------------------------------------------------------------*/
.periodical-shopping {
  
}
.periodical-shopping .shopping-list {
  
}
.periodical-shopping .shopping-list h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: .75em;
}
.periodical-shopping .shopping-list .comment {
  margin-bottom: 1em;
}
.periodical-shopping .shopping-list .shopping-gallery li span {
  display: block;
}
.periodical-shopping .shopping-list .shopping-gallery .item-name {
  height: 4em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  margin-top: .5em;
}
.periodical-shopping .shopping-list .shopping-gallery .item-price {
  font-size: .9em;
  line-height: 1.3;
  margin-top: .25em;
}


@media print, screen and (min-width: 992px) {
  .periodical-shopping .shopping-list .comment {
    text-align: center;
  }
  .periodical-shopping .shopping-list .shopping-gallery .item-name {
    font-weight: normal;
  }
}


/* Info
--------------------------------------------------------------------*/
.periodical-info {
  
}
.periodical-info .info-list {
  display: flex;
  justify-content: space-between;
}
.periodical-info .info-list {
  display: block;
  background: #f0f0f0;
  padding: 15px;
}
.periodical-info .info-list .info-thumb {
  width: 100%;
  margin-bottom: 10px;
}
.periodical-info .info-list .info-txt {
  width: 100%;
}
.periodical-info .info-list .info-txt .info-badge {
  display: inline-block;
  background: #a87e16;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  padding: .25em .5em;
  margin: 10px auto .5em;
}
.periodical-info .info-list .info-txt .info-title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 .5em;
}
.periodical-info .info-list .info-txt .info-detail {
  line-height: 1.3;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 768px) {
  .periodical-info .info-list {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
}


/* SNS
--------------------------------------------------------------------*/
.periodical-sns {
  
}
.periodical-sns h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: .75em;
}
/*.periodical-sns .sns-list {
  background: #f0f0f0;
  padding: 20px;
}
.periodical-sns .sns-list a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.periodical-sns .sns-list a span {
  display: block;
}
.periodical-sns .sns-list a .sns-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.periodical-sns .sns-list .sns-platform-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.periodical-sns .sns-list .sns-platform {
  display: inline-block;
  background: #333;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1;
  padding: .25em .5em;
  margin: 0 auto .5em;
}
.periodical-sns .sns-list .sns-name {
  font-size: 0.875em;
}

@media print, screen and (min-width: 768px) {
  .periodical-sns .sns-list {
    padding: 30px;
  }
  .periodical-sns .sns-list a .sns-icon img {
    width: 80%;
    height: 80%;
  }
  .periodical-sns .sns-list .sns-platform-icon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .periodical-sns .sns-list .sns-platform {
    display: inline-block;
    background: #333;
    border-radius: 3px;
    color: #fff;
    font-size: 0.875em;
  }
  .periodical-sns .sns-list .sns-name {
    font-size: 0.875em;
  }
}*/


/* Gallery
--------------------------------------------------------------------*/
.periodical-gallery-header {
  
}
.periodical-gallery-header .title {
  width: 100%;
  display: flex;
  align-items: center;
}
.periodical-gallery-header .title-logo {
  margin-right: 10px;
}
.periodical-gallery-header .title-number {
  font-size: 1.25em;
  font-weight: bold;
  white-space: nowrap;
}

.periodical-gallery .gallery-page {
  color: #666;
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
  margin: .5em 0 0;
}
.periodical-gallery .gallery-title {
 font-size: 1.125em; 
  margin: .25em 0 0;
}
.periodical-gallery .gallery-author {
  margin: .25em 0 0;
}

@media print, screen and (min-width: 992px) {
  .periodical-gallery-header .title-logo {
    width: 160px;
  }
  .periodical-gallery-header .title .title-number {
    font-size: 1.5em;
    font-weight: bold;
  }
}


/* Back number
--------------------------------------------------------------------*/
.periodical-backnumber {
  
}
.periodical-backnumber li span {
  display: block;
}
.periodical-backnumber li .volume {
  font-size: .875em;
  margin-bottom: 5px;
}
.periodical-backnumber li .volume em {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 1.25em;
  margin-right: .25em;
}
.periodical-backnumber li .cover {
  
}
.periodical-backnumber li .btn-recipe {
  display: block;
  width: 100%;
  max-width: 800px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: .9em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  padding: .25em 1em;
  margin: 10px auto 0;
  color: #fff;
  background: rgba(0, 0, 0, 1);
}
.periodical-backnumber li .btn-recipe:hover,
.periodical-backnumber li .btn-recipe:active {
  color: #fff;
  background: rgba(214, 99, 114, 1);
  text-decoration: none !important;
}
.periodical-backnumber li .btn-recipe::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.3em;
}

@media print, screen and (min-width: 992px) {
  .periodical-backnumber li .volume em {
    display: block;
    font-size: 1.5em;
  }
}


/* Process
--------------------------------------------------------------------*/
.periodical-process-wrap {
  margin: 0 10px;
}

@media print, screen and (min-width: 821px) {
  .periodical-process-wrap {
    width: 800px;
    margin: 0 auto;
  }
}
.periodical-process {
  background: #fff;
  margin-bottom: 50px;
  padding: 15px;
}
.periodical-process .process-source {
  display: inline-block;
  background: #a87e16;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  margin: 0 0 1em -15px;
  padding: .5em 1em;
}
.periodical-process .process-title {
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
  margin: 0 0 .5em;
}
.periodical-process .process-designer {
  margin: 0 0 1em;
}
.periodical-process .slider-process {
}
.periodical-process .slider-process .sp-slide span {
  display: block;
}
.periodical-process .slider-process .sp-slide .process-img {
  margin-bottom: 10px;
}
.periodical-process .slider-process .sp-slide .process-number {
  color: #a87e16;
  font-size: 1.125em;
  font-family: "Noto Serif JP", serif;
	font-weight: 700;
  margin: 0 0 .5em;
}
.periodical-process .slider-process .sp-slide .process-caption {
  
}

@media print, screen and (min-width: 992px) {
  .periodical-process {
    padding: 30px;
  }
  .periodical-process .process-source {
    margin: 0 0 1em -30px;
  }
}


/* Artist
--------------------------------------------------------------------*/
.periodical-artist-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 30px 15px;
}

.periodical-artist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
  background: #fff;
  margin-bottom: 50px;
  padding: 15px;
  margin: 0 15px 30px;
}
.periodical-artist.artist-new {
  position: relative;
  overflow: hidden;
}
.periodical-artist.artist-new:before {
  display: block;
  content: 'NEW';
  background: rgba(214, 99, 114, 1);
  width: 6em;
  height: 6em;
  top: -3em;
  right: -3em;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 10em;
  transform: rotate(45deg);
  position: absolute;
}
.periodical-artist .artist-thumb {
  width: 35%;
  margin-bottom: 15px;
}
.periodical-artist p {
  margin: 0 0 .25em 0;
}
.periodical-artist .artist-name-wrap {
  width: 60%;
}
.periodical-artist .artist-txt {
  width: 100%;
}
.periodical-artist .artist-name {
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
  line-height: 1.2;
}
.periodical-artist .artist-furigana {
  font-size: .875em;
}
.periodical-artist .artist-profile {
  font-size: .9em;
  line-height: 1.3;
  margin: 0 0 .75em 0;
}
.periodical-artist .artist-links {
  font-size: .75em;
}

@media screen and (min-width:768px){
  .periodical-artist {
    width: calc(100% / 2 - 30px);
  }
}
@media screen and (min-width:980px){
  .periodical-artist {
    width: calc(100% / 3 - 30px);
  }
  .periodical-artist .artist-name {
    font-size: 1.5em;
  }
}

