@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap");
#content {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 0;
}

#content img {
  width: 100%;
}

#content #chokorincopy {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka","sans-serif";
}

@media screen and (min-width: 768px) {
  #wrap {
    min-width: 1366px;
  }
  #content {
    background-image: url(../images/chokorin_bg_pc.jpg);
  }
  #content a {
    transition: all .5s;
  }
  #content a:hover {
    opacity: .5;
  }
  #content #mv {
    width: 1366px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/chokorin_mv_bg_pc.jpg);
  }
  #content #mv .mvlogo {
    width: 390px;
    padding-top: 165px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #content #mv .panels {
    width: 444px;
    height: 450px;
    margin-top: 26px;
    font-size: 0;
  }
  #content #mv .panels li {
    display: inline-block;
    width: 140px;
    margin: 0 0 9px 8px;
    background-image: url(../images/box_blank.png);
    background-size: 100%;
  }
  #content #mv #mvpanel1 {
    float: left;
    margin-left: 6px;
  }
  #content #mv #mvpanel2 {
    float: right;
    margin-right: 18px;
  }
  #content #mews {
    width: 100%;
    min-height: 38px;
    background-color: #231815;
    position: relative;
  }
  #content #mews .newswrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #content #mews .newswrap .ttl {
    position: absolute;
    color: #ffde25;
    font-size: 20px;
    margin: 9px 0 0 13px;
  }
  #content #mews .newswrap dl {
    margin: 0 0 0 0;
    color: #FFF;
    font-size: 14px;
    margin-left: 97px;
    padding: 12px 0;
  }
  #content #mews .newswrap dl dt {
    display: inline-block;
    margin-right: 16px;
  }
  #content #mews .newswrap dl dd {
    display: inline-block;
  }
  #content #about {
    width: 1000px;
    height: 1128px;
    margin: 0 auto;
    position: relative;
  }
  #content #about .ttl {
    width: 556px;
    margin-top: 80px;
  }
  #content #about .photo {
    position: absolute;
    right: -38px;
    top: 33px;
  }
  #content #about .photo li {
    width: 414px;
    position: absolute;
    right: 0;
  }
  #content #about .text {
    width: 1000px;
    margin: 30px 0 0 16px;
  }
  #content #about .text p {
    font-size: 18px;
    margin: 13px 0;
  }
  #content #about .krarea {
    width: 400px;
    height: 336px;
    margin: 102px auto 0;
    background-image: url(../images/chokorin_about_5cm.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  #content #about .krarea .kuruchokorin {
    width: 210px;
    margin: 0px auto;
    padding-top: 20px;
  }
  #content #about .krarea .kurukuru {
    position: absolute;
    left: -215px;
    bottom: 2px;
    width: 184px;
    transform: rotate(-17deg);
  }
  #content #about .krarea .example li {
    position: absolute;
    width: 237px;
  }
  #content #about .krarea .example li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-right: 50px solid #000;
    border-top: 20px solid transparent;
    border-bottom: 15px solid transparent;
  }
  #content #about .krarea .example li img {
    position: relative;
  }
  #content #about .krarea .example li:nth-child(1) {
    left: -285px;
    top: 4px;
  }
  #content #about .krarea .example li:nth-child(1):before {
    right: -30px;
    top: 98px;
    transform: rotate(-145deg);
  }
  #content #about .krarea .example li:nth-child(2) {
    right: -180px;
    top: -47px;
  }
  #content #about .krarea .example li:nth-child(2):before {
    left: 16px;
    bottom: -20px;
    transform: rotate(-50deg);
  }
  #content #about .krarea .example li:nth-child(3) {
    right: -285px;
    top: 144px;
  }
  #content #about .krarea .example li:nth-child(3):before {
    left: -40px;
    top: 95px;
    transform: rotate(5deg);
  }
  #content #newitem {
    width: 100%;
    height: 460px;
    background-image: url(../images/chokorin_new_bg.jpg);
  }
  #content #newitem .ttl {
    width: 320px;
    margin: 0 auto;
    padding: 40px 0;
  }
  #content #newitem .swiper-container {
    width: 1000px;
    height: 320px;
  }
  #content #newitem .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFF;
    opacity: 1;
  }
  #content #newitem .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #231815;
  }
  #content #newitem .swiper-container .swiper-button-prev,
  #content #newitem .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 100%;
    top: 42%;
    transition: all .5s;
  }
  #content #newitem .swiper-container .swiper-button-prev:hover,
  #content #newitem .swiper-container .swiper-button-next:hover {
    opacity: .5;
  }
  #content #newitem .swiper-container .swiper-button-prev::after,
  #content #newitem .swiper-container .swiper-button-next::after {
    display: none;
  }
  #content #newitem .swiper-container .swiper-button-prev {
    left: 0;
    background-image: url(../images/chokorin_new_btn_left.png);
  }
  #content #newitem .swiper-container .swiper-button-next {
    right: 0;
    background-image: url(../images/chokorin_new_btn_right.png);
  }
  #content #newitem .item {
    width: 800px;
    height: 270px;
    margin: 0 auto;
  }
  #content #newitem .item .image {
    width: 263px;
    float: left;
  }
  #content #newitem .item .info {
    width: 517px;
    float: right;
  }
  #content #newitem .item .info .left {
    float: left;
  }
  #content #newitem .item .info .right {
    float: right;
  }
  #content #newitem .item .info .bottom {
    clear: both;
    background-image: url(../images/chokorin_new_hr.png);
    background-repeat: repeat no-repeat;
    background-position-y: 11px;
    padding-top: 27px;
    font-size: 0;
  }
  #content #newitem .item .info .schedule {
    color: #FFF;
    background: #231815;
    padding: 7px 12px;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
  }
  #content #newitem .item .info .name {
    /*margin-top: 20px; 発売月表示時用*/
    font-size: 20px;
    line-height: 40px;
  }
  #content #newitem .item .info .name p {
    font-size: 12px;
    line-height: 12px;
  }
  #content #newitem .item .info .logo {
    width: 154px;
    border: solid 3px #000;
    font-size: 0;
  }
  #content #newitem .item .info .price {
    font-size: 16px;
    line-height: 26px;
  }
  #content #newitem .item .info .price.setprice {
    margin-bottom: 18px;
  }
  #content #newitem .item .info .link {
    display: inline-block;
    width: 48%;
    font-size: 21px;
    text-align: center;
    line-height: 60px;
    position: relative;
    background: #080605;
    color: #FFF;
  }
  #content #newitem .item .info .link:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 7px;
    bottom: 7px;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #ffffff transparent;
  }
  #content #newitem .item .info .link.external {
    margin-left: 10px;
  }
  #content #newitem .item .info .link.external:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
    bottom: 19px;
    background-image: url(../images/chokorin_new_link_blank.png);
  }
  #content #lineup {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 64px;
  }
  #content #lineup .ttl {
    width: 330px;
    margin: 0 auto;
    padding: 63px 0 75px;
  }
  #content #lineup ul {
    font-size: 0;
  }
  #content #lineup ul li {
    width: 236px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    position: relative;
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 21px;
    vertical-align: top;
  }
  #content #lineup ul li:nth-child(4n) {
    margin-right: 0;
  }
  #content #lineup ul li .image {
    width: 213px;
    padding-top: 26px;
    margin: 0 auto;
  }
  #content #lineup ul li .name {
    margin: 15px auto 3px;
    font-size: 15px;
    line-height: 18px;
    width: 212px;
  }
  #content #lineup ul li .name p {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
  }
  #content #lineup ul li .schedule {
    color: #ffde25;
    background: #231815;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 189px;
    margin: 2px auto;
  }
  #content #lineup ul li .link {
    width: 213px;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    position: relative;
    background: #ffde25;
    color: #000;
    display: block;
    margin: 9px auto;
  }
  #content #lineup ul li .link:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 7px;
    bottom: 7px;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #000 transparent;
  }
  #content #lineup ul li.new:before {
    content: '';
    display: block;
    width: 78px;
    height: 78px;
    position: absolute;
    left: -12px;
    top: -31px;
    background-image: url(../images/chokorin_lineup_new.png);
    background-size: cover;
  }
  #content #chokorincopy {
    margin-top: 14px;
    padding: 48px 0 34px;
    background-color: #000;
    border-bottom: solid 1px #FFF;
  }
  #content #chokorincopy .copywrap {
    width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  #content #chokorincopy .copywrap span {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    line-height: 23px;
  }
  footer {
    width: 100%;
    position: relative !important;
    z-index: 999;
  }
  footer #box_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  footer #box_inner #footer_sns {
    position: absolute;
    top: 90px;
    left: 0;
  }
  footer #box_inner #footer_sns .fb-like {
    margin: 0 10px 0 0;
  }
  footer #box_inner #footer_sns .fb_iframe_widget > span {
    vertical-align: baseline !important;
    margin-bottom: -8px;
  }
	
/* ポップアップ */
	.popup {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9999;
	  opacity: 0;
	  visibility: hidden;
	  transition: .3s;
	}
	.popup.is-show {
	  opacity: 1;
	  visibility: visible;
	}
	.popup-inner {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%,-50%);
	  width: 80%;
	  max-width: 720px;
	  padding: 40px;
	  z-index: 2;
	}
	.popup-inner img {
	  width: 100%;
	}
	.close-btn {
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  text-align: center;
	  cursor: pointer;
	}
	.close-btn i {
	  font-size: 20px;
	  color: #FFF;
	}
	.black-background {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,.8);
	  z-index: 1;
	  cursor: pointer;
	}
	
}

@media screen and (max-width: 767px) {
  #content {
    border-top: solid 1px #231815;
    background-image: url(../images/chokorin_bg_pc.jpg);
  }
  #content #mv {
    width: 100%;
    position: relative;
    background-image: url(../images/chokorin_mv_bg_sp.jpg);
    background-size: contain;
  }
  #content #mv .mvlogo {
    width: 62%;
    margin: 21px auto 30px;
  }
  #content #mv .panels {
    width: 90%;
    margin: 0 auto;
    padding: 14px 0;
    font-size: 0;
  }
  #content #mv .panels li {
    display: inline-block;
    width: 23%;
    margin: 1%;
    background-image: url(../images/box_blank.png);
    background-size: 100%;
  }
  #content #mv .panels li:nth-child(9) {
    display: none;
  }
  #content #mews {
    width: 100%;
    min-height: 38px;
    background-color: #231815;
    position: relative;
  }
  #content #mews .newswrap .ttl {
    color: #ffde25;
    font-size: 20px;
    padding-top: 7px;
    text-align: center;
  }
  #content #mews .newswrap dl {
    margin: 0 0 0 0;
    color: #FFF;
    font-size: 12px;
    margin-left: 5%;
    padding: 6px 0 10px;
    line-height: 18px;
  }
  #content #mews .newswrap dl dt {
    display: inline-block;
    vertical-align: top;
    width: 80px;
  }
  #content #mews .newswrap dl dd {
    display: inline-block;
    width: calc(95% - 90px);
  }
  #content #about {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #content #about .ttl {
    width: 100%;
    margin-top: 27px;
  }
  #content #about .photo {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
  }
  #content #about .photo li {
    width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding: 5%;
  }
  #content #about .text {
    width: 100%;
  }
  #content #about .text p {
    font-size: 12px;
    margin: 8px 0;
  }
  #content #about .krarea {
    width: 100%;
    background-image: url(../images/chokorin_about_5cm.png);
    background-size: 78%;
    background-position: center 13%;
    background-repeat: no-repeat;
    position: relative;
  }
  #content #about .krarea .kuruchokorin {
    width: 43%;
    margin: 0 auto;
    padding-top: 30px;
  }
  #content #about .krarea .kurukuru {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 30%;
  }
  #content #about .krarea .example {
    font-size: 0;
    margin: 26px 0 36px;
  }
  #content #about .krarea .example li {
    width: 33%;
    display: inline-block;
  }
  #content #newitem {
    width: 100%;
    padding-bottom: 10px;
    background-image: url(../images/chokorin_new_bg.jpg);
  }
  #content #newitem .ttl {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
  }
  #content #newitem .swiper-container {
    width: 100%;
    padding-bottom: 30px;
  }
  #content #newitem .swiper-container .swiper-pagination {
    bottom: 5px;
  }
  #content #newitem .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFF;
    opacity: 1;
  }
  #content #newitem .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #231815;
  }
  #content #newitem .swiper-container .swiper-button-prev,
  #content #newitem .swiper-container .swiper-button-next {
    width: 25px;
    height: 25px;
    background-size: 100%;
    top: 27%;
  }
  #content #newitem .swiper-container .swiper-button-prev::after,
  #content #newitem .swiper-container .swiper-button-next::after {
    display: none;
  }
  #content #newitem .swiper-container .swiper-button-prev {
    left: 6%;
    background-image: url(../images/chokorin_new_btn_left.png);
  }
  #content #newitem .swiper-container .swiper-button-next {
    right: 6%;
    background-image: url(../images/chokorin_new_btn_right.png);
  }
  #content #newitem .item {
    width: 90%;
    margin: 0 auto;
  }
  #content #newitem .item .image {
    width: 68%;
    margin: 0 auto 13px;
  }
  #content #newitem .item .info {
    width: 97%;
    font-size: 0;
    margin: 0 auto;
  }
  #content #newitem .item .info .left {
    float: left;
  }
  #content #newitem .item .info .right {
    float: right;
    width: 31%;
  }
  #content #newitem .item .info .bottom {
    clear: both;
    background-image: url(../images/chokorin_new_hr.png);
    background-repeat: repeat no-repeat;
    background-position-y: 8px;
    padding-top: 16px;
    font-size: 0;
  }
  #content #newitem .item .info .schedule {
    color: #FFF;
    background: #231815;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
  }
  #content #newitem .item .info .name {
    margin-top: 6px;
    font-size: 18px;
    line-height: 28px;
  }
  #content #newitem .item .info .name p {
    font-size: 11px;
    line-height: 11px;
  }
  #content #newitem .item .info .logo {
    width: calc(100% - 6px);
    border: solid 3px #000;
    font-size: 0;
  }
  #content #newitem .item .info .price {
    font-size: 12px;
    line-height: 18px;
  }
  #content #newitem .item .info .price.setprice {
    margin-bottom: 11px;
  }
  #content #newitem .item .info .link {
    display: inline-block;
    width: 48%;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    position: relative;
    background: #080605;
    color: #FFF;
  }
  #content #newitem .item .info .link:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #ffffff transparent;
  }
  #content #newitem .item .info .link.external {
    margin-left: 3%;
    padding-right: 5%;
    width: 44%;
  }
  #content #newitem .item .info .link.external:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3%;
    top: calc(50% - 10px);
    background-image: url(../images/chokorin_new_link_blank.png);
  }
  #content #lineup {
    width: 90%;
    margin: 0 auto;
  }
  #content #lineup .ttl {
    width: 50%;
    margin: 0 auto;
    padding: 24px 0 32px;
  }
  #content #lineup ul {
    font-size: 0;
  }
  #content #lineup ul li {
    width: 48%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    position: relative;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 21px;
    vertical-align: top;
  }
  #content #lineup ul li:nth-child(2n) {
    margin-right: 0;
  }
  #content #lineup ul li .image {
    width: 90%;
    padding-top: 16px;
    margin: 0 auto;
  }
  #content #lineup ul li .name {
    width: 90%;
    margin: 8px auto 3px;
    font-size: 15px;
    line-height: 18px;
  }
  #content #lineup ul li .name p {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
  }
  #content #lineup ul li .schedule {
    color: #ffde25;
    background: #231815;
    padding: 4px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin: 2px auto;
    width: 80%;
    margin: 0 auto;
  }
  #content #lineup ul li .link {
    width: 90%;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    position: relative;
    background: #ffde25;
    color: #000;
    display: block;
    margin: 9px auto;
  }
  #content #lineup ul li .link:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #000 transparent;
  }
  #content #lineup ul li.new:before {
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    left: -7px;
    top: -20px;
    background-image: url(../images/chokorin_lineup_new.png);
    background-size: cover;
  }
  #content #chokorincopy {
    margin-top: 14px;
    padding: 18px 0;
    background-color: #000;
    border-bottom: solid 1px #FFF;
  }
  #content #chokorincopy .copywrap {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #content #chokorincopy .copywrap span {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    line-height: 18px;
  }
  footer {
    background: #000;
    margin: 0;
    padding: 3% 0;
    box-sizing: border-box;
  }
  footer #box_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  footer #box_inner #footer_sns {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 2% 0 0 0;
    text-align: center;
  }
  footer #box_inner #footer_sns .fb-like {
    margin: 0 10px 0 0;
  }
  footer #box_inner #footer_sns .fb_iframe_widget > span {
    vertical-align: baseline !important;
    margin-bottom: -8px;
  }
  footer .box {
    width: 100% !important;
  }
  .groupLogo {position: static;}
	
	
/* ポップアップ */
	.popup {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9999;
	  opacity: 0;
	  visibility: hidden;
	  transition: .3s;
	}
	.popup.is-show {
	  opacity: 1;
	  visibility: visible;
	}
	.popup-inner {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%,-50%);
	  width: 80%;
	  max-width: 720px;
	  padding: 40px;
	  z-index: 2;
	}
	.popup-inner img {
	  width: 100%;
	}
	.close-btn {
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  text-align: center;
	  cursor: pointer;
	}
	.close-btn i {
	  font-size: 20px;
	  color: #FFF;
	}
	.black-background {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0,0,0,.8);
	  z-index: 1;
	  cursor: pointer;
	}
	
}
