@charset "Shift-JIS";

/*=== 共通要素 ===*/

html {font-size: 62.5%;}

.main1c div,
.main1c p,
.main1c ul,
.main1c ol,
.main1c li,
.main1c dl,
.main1c dt,
.main1c dd,
.main1c table,
.main1c th,
.main1c td,
.main1c h1,
.main1c h2,
.main1c h3,
.main1c h4,
.main1c h5,
.main1c form {
  letter-spacing: 0.01em !important;
}

/* Webフォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

.main1c h1,
.main1c h2,
.main1c h3,
.main1c h4,
.main1c h5,
.order-title,
.rec-item-title,
.button-buy,
.button-big,
.point-number,
.cdlist-title,
.price-bunkatsu span,
.spec-title,
.price-title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'メイリオ', 'Meiryo', sans-serif !important;
}

.font-serif {
  font-family: "Noto Serif JP", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif !important;
}

.main1c a {
  color: #1d54a7;
  text-decoration: none;
}

.main1c a:hover,
.main1c a:active {
  color: #1d54a7;
  text-decoration: underline;
}

.item-gift {
  margin-top: 30px;
}


/*=== レイアウト ===*/

#container, .main1c, #shop_contents2 {
  width: 100%;
}

.section {
  width: 100% !important;
  /* background: #fff; */
  padding: 40px 0;
}

#topicpath { /* パンくず */
  width: 880px;
  margin: 0 auto;
}

.block,
.section > h2,
#bottom-relate-item,
#bottom-recom-item,
.itemlist3c {
  width: 710px; /*変更可能ブロック幅 */
}

@media screen and (max-width: 767px) {
  .block,
  .section > h2,
  #bottom-relate-item,
  #bottom-recom-item,
  .itemlist3c {
    width: auto;
  }
}

.block,
#bottom-relate-item,
#bottom-recom-item,
.itemlist3c {
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .block,
  #bottom-relate-item,
  #bottom-recom-item,
  .itemlist3c {
    width: 94%;
  }
}

/*=== clearfix ===*/
.block:before,
.block:after {
  content: ' ';
  display: table;
  font-size: 0;
  line-height: 0;
}

.block:after {
  clear: both;
}

.block {
  *zoom: 1;
}

.section,
.block,
.block div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column1,
.column2,
.column3,
.column4 {
  background: #fff;
  padding: 20px;
}

.column2,
.column3,
.column4 {
  float: left;
}

/* 3・4カラムは四方の余白を20→10pxに縮小 */
.column3,
.column4 {
  padding: 10px;
}

.column1 {
  width: 100%;
}

.column2 {
  margin: 2% 0 0 2%;
  width: 49%;
}

.width-big {
  width: 66%;
}
.width-small {
  width: 32%;
}

.column3 {
  margin: 2% 0 0 2%;
  width: 32%;
}

.column4 {
  margin: 2% 0 0 1.33%;
  width: 24%;
}

.column1 .block,
.column2 .block {
  margin: 0;
  width: 100%;
}

.column1 .column2,
.column1 .column3,
.column1 .column4 {
  padding: 0;
}

.no-separate .column2,
.no-separate .column3,
.no-separate .column4,
.block-border .column2,
.block-border .column3,
.block-border .column4 {
  margin: 0;
}

.no-separate .column2,
.block-border .column2 {
  width: 50%;
}

.no-separate .width-big,
.block-border .width-big {
  width: 67%;
}

.no-separate .width-small,
.block-border .width-small {
  width: 33%;
}

.no-separate .column3,
.block-border .column3 {
  width: 33.33%;
}

.no-separate .column4,
.block-border .column4 {
  width: 25%;
}

.column2:nth-child(2n-1),
.column3:nth-child(3n-2),
.column4:nth-child(4n-3) {
  margin-left: 0;
}

.column2:nth-child(1),
.column2:nth-child(2),
.column3:nth-child(1),
.column3:nth-child(2),
.column3:nth-child(3),
.column4:nth-child(1),
.column4:nth-child(2),
.column4:nth-child(3),
.column4:nth-child(4) {
  margin-top: 0;
}

/*=== 見出し・本文 ===*/

.section h2 {
  font-size: 32px;
  line-height: 1.35;
  margin: 0 auto 30px;
  text-align: center;
}
.section h2 span,
.section h3 span,
.section h4 span,
.spec-title span {
  display: inline-block;
}

.section h2 span.itemtitle:before {
  content: '―――';
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -3px;
  line-height: 15px;
  padding: 0 0 4px;
  text-indent: -3px;
}

.section h2 span.itemtitle {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 0 5px;
}

.section h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 20px;
}

.section .block-title {
  background: red; /* アクセントカラー */
  color: #fff;
  margin: 0;
  padding: 10px 3%;
  text-align: center;
}

.section .underline {
  border-bottom: 1px solid red; /* アクセントカラー */
  padding-bottom: 5px;
}

.section h3.box,
.section h4.box {
  background: red; /* サブカラー */
  border-radius: 5px;
  font-size: 20px;
  display: table;
  width: 100%;
}

.section h3.box span,
.section h4.box span {
  display: table-cell;
  padding: 6px 10px 8px;
  vertical-align: middle;
}

.section h3.box span:nth-child(1),
.section h4.box span:nth-child(1) {
  background: red; /*　アクセントカラー */
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-left: 6px 0px 8px;
  text-align: center;
  width: 80px;
}

.section h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 20px;
}

.block p {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
  word-break:  normal;
}
.block p img {
  width: 100%;
}

.column1 p:nth-child(1),
.column2 p:nth-child(1),
.column3 p:nth-child(1),
.column4 p:nth-child(1),
.tab-menu dl dd p:nth-child(1),
.column1 h3:nth-child(1),
.column2 h3:nth-child(1),
.column3 h3:nth-child(1),
.column4 h3:nth-child(1),
.tab-menu dl dd h3:nth-child(1),
.column1 h4:nth-child(1),
.column2 h4:nth-child(1),
.column3 h4:nth-child(1),
.column4 h4:nth-child(1),
.tab-menu dl dd h4:nth-child(1) {
  margin-top: 0;
}

p em {font-weight: bold;}

.font-extrasmall {
  font-size: 12px !important;
  line-height: 1.8 !important;
}

.font-small {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.font-large {
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.font-extralarge {
  font-size: 32px !important;
  line-height: 1.4 !important;
}

.annotation {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

ul.annotation li {
  color: #666;
  margin-left: 14px;
  margin-bottom: 5px;
  text-indent: -14px;
}
ul.annotation li:before {
  content: '※';
}

/*=== B/Cクラスタイトル ===*/

.top-bg-blur {
  display: none;
}

.topimg-box {
  background: #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(253,255,201,1));
  background: -o-linear-gradient(rgba(255,255,255,1),rgba(253,255,201,1));
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,1)),to(rgba(253,255,201,1)));    
  padding-top: 10px;
}

.topimg-box .block {
  margin: 0 auto;
}

.topimg-img img {
  width: 100%;
}

.topimg-txt {
  display: table;
}

.topimg-txt-in {
  display: table-cell;
  vertical-align: middle;
}

.topimg-txt h1 {
  font-size: 50px;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.topimg-txt h1 span {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0;
}

.topimg-txt h1 .thin {
  font-size: 45px;
  font-weight: 300;
}

.topimg-txt h2 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin: 20px 0 0;
  text-align: left;
}

/*=== 角丸ボタン ===*/

.button {
  display: block;
  text-align: center;
}

.button:hover,
.button:active {
  text-decoration: none !important;
}

a.button-buy {
  background: #f83931;
  background: -moz-linear-gradient(top,  #f83931 50%, #f51d12 50%);
  background: -webkit-linear-gradient(top,  #f83931 50%,#f51d12 50%);
  background: linear-gradient(to bottom,  #f83931 50%,#f51d12 50%);
  border-radius: 34px;
  box-shadow: 0px 2px 0 #cccccc;
  color: #fff;
  font-size: 16px;
  margin: 20px auto 0;
  padding: 6px 0 8px;
  text-shadow: 0 -2px 0 #F51D12;
  width: 55%;
}

a.button-big {
  border-radius: 55px;
  box-shadow: 0px 3px 0 #cccccc;
  font-size: 32px;
  font-weight: 700;
  margin: 20px auto;
  padding: 25px 0 27px;
  width: 80%;
}

a.button-buy:hover,
a.button-buy:active {
  background: #f51d12;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}
a.button-big:hover,
a.button-big:active {
  padding: 26px 0;
}


/*=== 値段表記 ===*/

.price-box {
  border: 2px solid #ddd;
  margin: 0 auto;
}

.price-box .price-title {
  border-bottom: 3px dotted #ccc;
  font-size: 24px;
  line-height: 1.3;
  margin: 15px 20px 0;
  padding: 0 5px 15px;
  text-align: left;
}

.price-box .column2 {
  margin: 0;
}

.price-img {
  padding: 20px 0 0 20px;
  width: 40%;
}

.price-img img {
  border-radius: 6px;
}

.price-info {
  background: none;
  padding: 5px 20px 0 10px;
  width: 60%;
}

p.price-bunkatsu {
  font-size: 18px;
  text-align: center;
}

.price-bunkatsu span {
  color: #e60010;
  font-size: 32px;
  font-weight: 700;
}
.price-bunkatsu span:nth-child(2) {
  color: #151515;
  font-size: 24px;
}

.price-box dl {
  border-top: 2px solid #ccc;
  font-size: 15px;
  width: 100%;
}

.price-box dt,
.price-box dd {
  border-top: 1px dotted #ccc;
  color: #333;
  padding: 5px 0 3px;
}

.price-box dt {
  clear: both;
  float: left;
  padding-left: 27.5%;
  width: 42%;
}
.price-box dd {
  float: right;
  text-align: right;
  width: 30%;
}

.price-box dt:nth-child(1),
.price-box dd:nth-child(1),
.price-box dd:nth-child(2) {
  border-top: none;
}

.price-ikkatsu {
  border-top: 1px dotted #ccc;
  clear: both;
  padding: 3px 0 0;
  text-align: right;
}

.price-ikkatsu span {
  font-size: 20px;
  font-weight: bold;
}

.price-button {
  clear: both;
}

.price-box .annotation {
  padding: 10px;
}

/*=== おすすめ商品 ===*/

.rec-item {
  background: #fff;
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #fff 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#fff 100%);
  background: linear-gradient(to bottom,  #f5f5f5 0%,#fff 100%);
  padding: 25px 0 0;
}

.rec-item-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.rec-item ul {
  border-collapse: separate;
  border-spacing: 30px 0;
  display: table;
  margin: -10px auto 0;
  min-width: 710px; /*変更可能ブロック幅 */
  overflow: hidden;
}

.rec-item ul li {
  display: table-cell;
  width: 150px;
}

.rec-item ul li a:hover,
.rec-item ul li a:active {
  text-decoration: none;
}
.rec-item ul li img {
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.rec-item ul li a:hover img,
.rec-item ul li a:active img {
  opacity: 0.7;
}
.rec-item ul li span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px 0;
}
.rec-item ul li a:hover span,
.rec-item ul li a:active span {
  text-decoration: underline;
}
.rec-item .button {
  border: 1px solid #333; 
  border-radius: 20px;
  color: #333;
  font-size: 12px;
  margin: 0 auto;
  padding: 6px 5px 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 60%;
}
.rec-item a:hover .button,
.rec-item a:active .button {
  background: #333;
  color: #fff;
  text-decoration: none;
}

/*=== アコーディオンメニュー ===*/

.accordion .column1 {
  border-radius: 8px;
  padding: 0;
  margin: 0 0 20px;
}

.accordion .toggle,
.accordion .accordion-inside {
  padding: 20px
}

.accordion .toggle {
  border-radius: 8px;
  display: block;
  background-color: #ddd;
  cursor: pointer;
  position: relative;
}

.accordion .toggle.active {
  border-radius: 8px 8px 0 0;
}


.accordion .toggle:after {
  content: '';
  margin-top: -8px;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  font-size: 1em;
  font-weight: bold;
  display: block;
  position: absolute;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion .toggle.active:after {
  margin-top: -3px;
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.accordion .accordion-inside {
  display: none;
}

.accordion .accordion-open {
  display: block;
}


/*=== タブメニュー ===*/

.tab-menu {
  margin: 0 auto;
  height: 500px;
  font-size: 12px;
  position: relative;
  border: 1px solid #ddd;
}

.tab-menu dl {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.tab-menu dl dt {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: #eee;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.tab-menu.tab-2 dl dt {width: 50%;}
.tab-menu.tab-3 dl dt {width: 33%; width: 33.3%;}
.tab-menu.tab-4 dl dt {width: 25%;}
.tab-menu.tab-5 dl dt {width: 20%;}
.tab-menu.tab-2 dl:nth-child(2) dt {left: 50%;}
.tab-menu.tab-3 dl:nth-child(2) dt {left: 33%; left:33.3%;}
.tab-menu.tab-4 dl:nth-child(2) dt {left: 25%;}
.tab-menu.tab-5 dl:nth-child(2) dt {left: 20%;}
.tab-menu.tab-3 dl:nth-child(3) dt {left: 66%; left:66.66%; width: 34%; width: 33.4%;}
.tab-menu.tab-4 dl:nth-child(3) dt {left: 50%;}
.tab-menu.tab-5 dl:nth-child(3) dt {left: 40%;}
.tab-menu.tab-4 dl:nth-child(4) dt {left: 75%;}
.tab-menu.tab-5 dl:nth-child(4) dt {left: 60%;}
.tab-menu.tab-5 dl:nth-child(5) dt {left: 80%;}

.tab-menu dl dt a {
  padding: 20px 0;
  display: block;
  text-align: center;
}

.tab-menu dl dt.btnAcv {
  background: #fff;
}

.tab-menu dl dd {
  top: 59px;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 400px;
  overflow-y: auto;
  display: none;
  position: absolute;
  box-sizing: border-box;
}


/*=== コンテンツ拡大・縮小 ===*/

.hidden {
  margin: 0 auto;
}

.open-link,
.hidden-link {
  margin: 0 auto;
  position: relative;
}

.open-link:before {
  background-color: #fff;
  background-image: linear-gradient(rgba(255,255,255,0),#ffffff);
  background-color: transparent;
  content: '';
  display: block;
  height: 50px;
  position: absolute;
  top: -50px;
}

.open-link a,
.hidden-link a {
  background: #fff;
  display: block;
  margin: -20px 0 0;
  padding: 10px 0;
}

.open-link a span,
.hidden-link a span {
  background: #fff;
  border: 2px solid #199C10;
  border-radius: 45px;
  color: #199C10;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  line-height: 47px;
  margin: 15px auto 10px;
  text-align: center;
  text-indent: 5px;
  width: 30%;
}

.open-link a span:after,
.hidden-link a span:after {
  content: '↓';
  color: #199C10;
  padding-left: 5px;
}
.hidden-link a span:after {
  content: '↑';
}

.open-link a:hover,
.open-link a:active,
.hidden-link a:hover,
.hidden-link a:active {
  text-decoration: none;
}

.open-link a:hover span,
.open-link a:active span,
.hidden-link a:hover span,
.hidden-link a:active span {
  color:#199C10;
  text-decoration: none;
  background: #f1f1f1;
  opacity: 0.8;
}



/*=== 特長・ポイント (幅710px前提) ===*/

.feature h3 {
  margin-top: 0;
}

.feature .column1,
.feature .column2,
.feature .column3 {
  position: relative;
}

.feature .column1 {
  margin-left: 6%;
  padding-left: 6%;
  width: 94%;
}

.feature > .column2,
.feature > .column3 {
  margin-top: 30px;
  padding-top: 40px;
}

p.point-number {
  background: red; /* アクセントカラー */
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 12px;
  height: 65px;
  letter-spacing: -1px;
  line-height: 25px;
  padding: 5px 0 0;
  position: absolute;
  text-align: center;
  width: 70px;
}
p.point-number span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.feature .column1 p.point-number {
  top: 14px;
  left: -6%;
}

.feature .column2 p.point-number {
  top: -40px;
  left: 38%;
}

.feature .column3 p.point-number {
  top: -40px;
  left: 33%;
}

/*=== 曲リスト ===*/

.cdlist .column2 {
  padding: 0;
  border: 1px solid red; /* アクセントカラー */
}

.cdlist-default .cdlist-title {
  background: red; /* アクセントカラー */
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 10px 5px;
}


.cdlist-default .cdlist-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  vertical-align: text-top;
  width: 20%;
}

.cdlist-default .cdlist-title .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  width: 80%;
}


.cdlist-default .cdlist-image {
  margin: 20px auto;
  width: 80%;
}

.cdlist-default .cdlist-image img,
.cdlist-simple .cdlist-image img {
  box-shadow: 0px 2px 4px #888;
  width: 100%;
}

.cdlist .cdlist-description {
  margin: 20px;
}

/* 曲リスト シンプルVer. */

.cdlist-simple .column2 {
  position: relative;
}

.cdlist-simple .cdlist-title {
  color: red; /* アクセントカラー */
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5% 5% 5% 2%;
  width: 47%; 
}

.cdlist-simple .cdlist-title span {
  border-bottom: 1px solid #cccccc;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2%;
  padding-bottom: 4%;
  text-indent: 0;
}

.cdlist-simple .cdlist-image {
  float: left;
  margin: 0;
  padding: 5% 0 5% 5%;
  width: 40%;
}

.cdlist-simple .cdlist-description {
  clear: both;
}

.cdlist ul, .cdlist ol {
  border-top: 1px dotted #aaa;
  clear: both;
  font-size: 16px;
  margin: 20px;
}

.cdlist ul li, .cdlist ol li {
  border-bottom: 1px dotted #aaa;
  line-height: 1.4;
  padding: 5px 10px;    
}

.cdlist ul li.caption,
.cdlist ol li.caption {
  background: red;
  border-bottom: none;
  border-radius: 6px;
  display: block;
  font-weight: bold;
  margin: 3% 2% 1%;
  padding: 6px 5px 3px;
  text-align: center;
  text-indent: 0px;
}

.cdlist ul li span,
.cdlist ol li span {
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 5px;
  text-indent: 0;
}

.cdlist .oddcolor li:nth-child(2n-1) {
  background: #f5f5f5;
}

.cdlist ul li {
  text-indent: -25px;
  padding-left: 30px;
}

.cdlist ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 26px;
  text-indent: -16px;
}

.cdlist ul li:before {
  content: '●';    
  color: red; /* アクセントカラー */
}

.cdlist .annotation {
  color: #777;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}

.cdlist .mono-annotation {
  color: #C91310;
  display: inline;
  font-size: 14px;
  padding-left: 5px;
  text-align: right;
}
p.mono-annotation {
  color: #777;
  font-size: 12px;
  margin: 0 auto 20px;
  text-align: right;
}
p.mono-annotation span {
  color: #C91310;
  padding-right: 2px;
}

/*=== 付録・収録内容 ===*/

.appendix-contents {
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 14px;
  margin: 10px;
  padding: 10px;
}

.appendix-contents li {
  list-style: disc;
  margin: 3px 0 0 30px;
}

.appendix-contents li:nth-child(1) {
  border-bottom: 1px dotted #aaa;
  font-size: 16px;
  letter-spacing: 2px;
  list-style: none;
  margin: 0 0 8px;
  padding: 0 5px 3px;
}

/*=== 商品仕様 ===*/

p.spec-title {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 15px;
  text-align: center;
}

.spec {
  margin: 0 auto;
}

.spec .column1 {
  padding: 0;
}

.spec dl {
  background: #f1f1f1;
  background: -moz-linear-gradient(left,  #fff 0%, #f1f1f1 28%, #fff 28%);
  background: -webkit-linear-gradient(left,  #fff 0%,#f1f1f1 28%, #fff 28%);
  background: linear-gradient(to right,  #fff 0%,#f1f1f1 28%, #fff 28%);
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
}

.spec dl dt {
  border-top: 1px solid #dadada;
  clear: both;
  float: left;
  padding: 1.5% 2%;
  width: 24%;
}

.spec dl dd {
  background: #fff;
  border-top: 1px solid #dadada;
  float: right;
  padding: 1.5% 2%;
  width: 68%;
}

.spec ul.annotation {
  clear: both;
  padding: 10px 0 0;
}

/*=== 強制適用クラス ===*/

.no-background .column1,
.no-background .column2,
.no-background .column3,
.no-background .column4 {
  background: none !important;
  background-color: none !important;
}

.no-padding,
.no-padding .column1,
.no-padding .column2,
.no-padding .column3,
.no-padding .column4 {
  padding: 0 !important;
}

.no-display {
  background:none !important;
  font-size:0 !important;
  line-height: 0 !important;
}

.valign-center {
  display:table;
}

.valign-center > div,
.valign-center > p,
.valign-center > img {
  display: table-cell;
  vertical-align: middle;
}

/* universal margin selecta */
.m00{margin: 0px !important;} .m05{margin:5px !important ;} .m10{margin:10px !important ;} .m15{margin:15px !important ;} .m20{margin:20px !important ;} .m25{margin:25px !important ;} .m30{margin:30px !important ;} .m35{margin:35px !important ;} .m40{margin:40px !important ;} .m45{margin:45px !important ;} .m50{margin:50px !important ;} .m55{margin:55px !important ;} .m60{margin:60px !important ;} .m65{margin:65px !important ;} .m70{margin:70px !important ;} .m75{margin:75px !important ;} .m80{margin:80px !important ;} .m85{margin:85px !important ;} .m90{margin:90px !important ;} .m95{margin:95px !important ;} .m100{margin:100px !important ;}
.mt00{margin-top: 0px !important;} .mt05{margin-top:5px !important ;} .mt10{margin-top:10px !important ;} .mt15{margin-top:15px !important ;} .mt20{margin-top:20px !important ;} .mt25{margin-top:25px !important ;} .mt30{margin-top:30px !important ;} .mt35{margin-top:35px !important ;} .mt40{margin-top:40px !important ;} .mt45{margin-top:45px !important ;} .mt50{margin-top:50px !important ;} .mt55{margin-top:55px !important ;} .mt60{margin-top:60px !important ;} .mt65{margin-top:65px !important ;} .mt70{margin-top:70px !important ;} .mt75{margin-top:75px !important ;} .mt80{margin-top:80px !important ;} .mt85{margin-top:85px !important ;} .mt90{margin-top:90px !important ;} .mt95{margin-top:95px !important ;} .mt100{margin-top:100px !important ;}
.mr00{margin-right: 0px !important;} .mr05{margin-right:5px !important ;} .mr10{margin-right:10px !important ;} .mr15{margin-right:15px !important ;} .mr20{margin-right:20px !important ;} .mr25{margin-right:25px !important ;} .mr30{margin-right:30px !important ;} .mr35{margin-right:35px !important ;} .mr40{margin-right:40px !important ;} .mr45{margin-right:45px !important ;} .mr50{margin-right:50px !important ;} .mr55{margin-right:55px !important ;} .mr60{margin-right:60px !important ;} .mr65{margin-right:65px !important ;} .mr70{margin-right:70px !important ;} .mr75{margin-right:75px !important ;} .mr80{margin-right:80px !important ;} .mr85{margin-right:85px !important ;} .mr90{margin-right:90px !important ;} .mr95{margin-right:95px !important ;} .mr100{margin-right:100px !important ;}
.mb00{margin-bottom: 0px !important;} .mb05{margin-bottom:5px !important ;} .mb10{margin-bottom:10px !important ;} .mb15{margin-bottom:15px !important ;} .mb20{margin-bottom:20px !important ;} .mb25{margin-bottom:25px !important ;} .mb30{margin-bottom:30px !important ;} .mb35{margin-bottom:35px !important ;} .mb40{margin-bottom:40px !important ;} .mb45{margin-bottom:45px !important ;} .mb50{margin-bottom:50px !important ;} .mb55{margin-bottom:55px !important ;} .mb60{margin-bottom:60px !important ;} .mb65{margin-bottom:65px !important ;} .mb70{margin-bottom:70px !important ;} .mb75{margin-bottom:75px !important ;} .mb80{margin-bottom:80px !important ;} .mb85{margin-bottom:85px !important ;} .mb90{margin-bottom:90px !important ;} .mb95{margin-bottom:95px !important ;} .mb100{margin-bottom:100px !important ;}
.ml00{margin-left: 0px !important;} .ml05{margin-left:5px !important ;} .ml10{margin-left:10px !important ;} .ml15{margin-left:15px !important ;} .ml20{margin-left:20px !important ;} .ml25{margin-left:25px !important ;} .ml30{margin-left:30px !important ;} .ml35{margin-left:35px !important ;} .ml40{margin-left:40px !important ;} .ml45{margin-left:45px !important ;} .ml50{margin-left:50px !important ;} .ml55{margin-left:55px !important ;} .ml60{margin-left:60px !important ;} .ml65{margin-left:65px !important ;} .ml70{margin-left:70px !important ;} .ml75{margin-left:75px !important ;} .ml80{margin-left:80px !important ;} .ml85{margin-left:85px !important ;} .ml90{margin-left:90px !important ;} .ml95{margin-left:95px !important ;} .ml100{margin-left:100px !important ;}

/* universal padding selecta */
.p00{padding:0px !important ;} .p05{padding:5px !important ;} .p10{padding:10px !important ;} .p15{padding:15px !important ;} .p20{padding:20px !important ;} .p25{padding:25px !important ;} .p30{padding:30px !important ;} .p35{padding:35px !important ;} .p40{padding:40px !important ;} .p45{padding:45px !important ;} .p50{padding:50px !important ;} .p55{padding:55px !important ;} .p60{padding:60px !important ;} .p65{padding:65px !important ;} .p70{padding:70px !important ;} .p75{padding:75px !important ;} .p80{padding:80px !important ;} .p85{padding:85px !important ;} .p90{padding:90px !important ;} .p95{padding:95px !important ;} .p100{padding:100px !important ;}
.pt00{padding-top:0px !important ;} .pt05{padding-top:5px !important ;} .pt10{padding-top:10px !important ;} .pt15{padding-top:15px !important ;} .pt20{padding-top:20px !important ;} .pt25{padding-top:25px !important ;} .pt30{padding-top:30px !important ;} .pt35{padding-top:35px !important ;} .pt40{padding-top:40px !important ;} .pt45{padding-top:45px !important ;} .pt50{padding-top:50px !important ;} .pt55{padding-top:55px !important ;} .pt60{padding-top:60px !important ;} .pt65{padding-top:65px !important ;} .pt70{padding-top:70px !important ;} .pt75{padding-top:75px !important ;} .pt80{padding-top:80px !important ;} .pt85{padding-top:85px !important ;} .pt90{padding-top:90px !important ;} .pt95{padding-top:95px !important ;} .pt100{padding-top:100px !important ;}
.pr00{padding-right:0px !important ;} .pr05{padding-right:5px !important ;} .pr10{padding-right:10px !important ;} .pr15{padding-right:15px !important ;} .pr20{padding-right:20px !important ;} .pr25{padding-right:25px !important ;} .pr30{padding-right:30px !important ;} .pr35{padding-right:35px !important ;} .pr40{padding-right:40px !important ;} .pr45{padding-right:45px !important ;} .pr50{padding-right:50px !important ;} .pr55{padding-right:55px !important ;} .pr60{padding-right:60px !important ;} .pr65{padding-right:65px !important ;} .pr70{padding-right:70px !important ;} .pr75{padding-right:75px !important ;} .pr80{padding-right:80px !important ;} .pr85{padding-right:85px !important ;} .pr90{padding-right:90px !important ;} .pr95{padding-right:95px !important ;} .pr100{padding-right:100px !important ;}
.pb00{padding-bottom:0px !important ;} .pb05{padding-bottom:5px !important ;} .pb10{padding-bottom:10px !important ;} .pb15{padding-bottom:15px !important ;} .pb20{padding-bottom:20px !important ;} .pb25{padding-bottom:25px !important ;} .pb30{padding-bottom:30px !important ;} .pb35{padding-bottom:35px !important ;} .pb40{padding-bottom:40px !important ;} .pb45{padding-bottom:45px !important ;} .pb50{padding-bottom:50px !important ;} .pb55{padding-bottom:55px !important ;} .pb60{padding-bottom:60px !important ;} .pb65{padding-bottom:65px !important ;} .pb70{padding-bottom:70px !important ;} .pb75{padding-bottom:75px !important ;} .pb80{padding-bottom:80px !important ;} .pb85{padding-bottom:85px !important ;} .pb90{padding-bottom:90px !important ;} .pb95{padding-bottom:95px !important ;} .pb100{padding-bottom:100px !important ;}
.pl00{padding-left:0px !important ;} .pl05{padding-left:5px !important ;} .pl10{padding-left:10px !important ;} .pl15{padding-left:15px !important ;} .pl20{padding-left:20px !important ;} .pl25{padding-left:25px !important ;} .pl30{padding-left:30px !important ;} .pl35{padding-left:35px !important ;} .pl40{padding-left:40px !important ;} .pl45{padding-left:45px !important ;} .pl50{padding-left:50px !important ;} .pl55{padding-left:55px !important ;} .pl60{padding-left:60px !important ;} .pl65{padding-left:65px !important ;} .pl70{padding-left:70px !important ;} .pl75{padding-left:75px !important ;} .pl80{padding-left:80px !important ;} .pl85{padding-left:85px !important ;} .pl90{padding-left:90px !important ;} .pl95{padding-left:95px !important ;} .pl100{padding-left:100px !important ;}



/*============ PC用 ===========*/

@media screen and (min-width: 768px) {

  /* no-separateのカラム間の余分な余白を取る */
  .no-separate .column2,
  .no-separate .column3,
  .no-separate .column4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .no-separate > .column2:nth-child(2n-1) {
    padding-left: 20px;
  }

  .no-separate > .column2:nth-child(2n) {
    padding-right: 20px;
  }

  .no-separate > .column3:nth-child(3n-2) {
    padding-left: 20px;
  }

  .no-separate > .column3:nth-child(3n) {
    padding-right: 20px;
  }

  .no-separate > .column4:nth-child(4n-3) {
    padding-left: 20px;
  }

  .no-separate > .column4:nth-child(4n) {
    padding-right: 20px;
  }

  /* カラム内カラムには余白を持たせない */
  .column1 .no-separate .column2,
  .column1 .no-separate .column3,
  .column1 .no-separate .column4 {
    padding: 0;
  }

}/* Media Query for PC */

/*============ スマートフォン用 ===========*/

@media screen and (max-width: 767px) {

  /*=== レイアウト ===*/

  /* body {margin: 15px 0 0; !important} */

  .main1c, .info-area, .column1 p, .column2 p, .column3 p, .column4 p {max-height: 100%; /* fontsize adjust for Android Chrome */}

  .section {padding: 20px 0 5px;}

  /* .block {width: 94%; margin: 0 auto 10px;} */

  .block-border {border-radius: 6px;}

  .column3 {padding: 7.5px;}

  .order-option {width: 300px;}

  .order-option ul li img {width: auto; height: 60px;}

  .column1,
  .column2,
  .column3,
  .column4 {
    padding: 10px;
  }



  /* 複数カラムを1カラムへ自動変更 */
  .column2, .column3, .column4 {
    width: 100%;
    margin: 2% 0 0;
    padding: 10px;
    background-size: cover !important;
  }
  .column2:nth-child(1), .column3:nth-child(1), .column4:nth-child(1) {margin-top: 0;}
  .column2:nth-child(2), .column3:nth-child(2), .column3:nth-child(3), .column4:nth-child(2), .column4:nth-child(3), .column4:nth-child(4) {margin-top: 10px;}

  .flexbox > .column2:nth-child(1), .flexbox > .column3:nth-child(1), .flexbox > .column4:nth-child(1) {margin-top: 10px;}

  .no-separate .column2, .no-separate .column3, .no-separate .column4 {
    width: 100%;
    margin: 0;
  }

  .column1 img, .column2 img, .column3 img, .column4 img,
  .sp-column2 img {
    margin: 0 auto;
  }

  /*=== 見出し・本文 ===*/

  .section h2 {
    width: 96%;
    margin: 0 2% 10px;
  }

  .section h2:nth-child(n+2) {
    margin: 25px 2% 15px;
  }

  .section h2 span {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  .section h2 span.itemtitle {
    font-size: 12px;
  }
  .section h2 span.itemtitle:before {
    font-size: 12px;
  }

  .section h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
  }
  .section h3.underline {
    padding-bottom: 5px;
  }
  .section h3.box {
    font-size: 17px;
    border-radius: 10px;
  }
  .section h3.box span {
    font-size: 16px;
    padding: 6px 5px 7px;
  }
  .section h3.box span:nth-child(1) {
    width: 75px;
    font-size: 15px;
    border-radius: 5px 0 0 5px;
  }

  .section h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
  }

  .column1 p, .column2 p, .column3 p, .column4 p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 17.5px;
    letter-spacing: -0.01em;
    word-break: break-all;
  }

  .font-extrasmall {
    font-size: 12px !important; 
    line-height: 1.5 !important;
  }

  .font-small {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .font-large {
    font-size: 17px !important;
  }

  .font-extralarge {
    font-size: 21px !important;
  }

  .annotation {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    margin-top: 5px;
  }

  ul.annotation li {
    text-indent: -12px;
    margin-left: 10px;
  }

  /*=== Aクラスタイトル(現行サイトVer.) ===*/

  .detailetmpl {width: 100%;}

  .detailetmpl img {
    width: 100%;
  }

  /*=== B/Cクラスタイトル ===*/

  p.top-bg-blur {
    position: absolute;
    display: block;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    z-index: 0;
    margin-top: -2.5px;
    overflow: hidden;
  }
  p.top-bg-blur span {
    display: block;
    width: 120%;
    height: 100%;
    margin-left: -10%;
    background-size: cover !important;
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }

  .topimg-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    margin-top: -10px;
    background: #fff;
    display: block;
    z-index: 100;
  }

  .topimg-box {
    position: relative;
    background-size: cover;
    padding: 0;
  }

  .topimg-box .block {
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
  }

  .topimg-img,
  .topimg-txt {
    display: block;
    width: 100%;
    margin: 0;
  }

  .topimg-img {
    padding: 15px 0;
    margin: 0;
    width: 100%;

    background: -moz-linear-gradient(top,rgba(255,255,255,0.6),rgba(253,255,201,1));
    background: -o-linear-gradient(rgba(255,255,255,0.6),rgba(253,255,201,1));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.6)),to(rgba(253,255,201,1)));
  }

  .topimg-txt {
    background: rgba(253,255,201,1);
    padding: 0 10px 20px;
    margin: 0;
  }

  .topimg-img p {
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 0 5px #888;
  }

  .topimg-txt h1,
  .topimg-txt h2 {
    text-align: center;
  }

  .topimg-txt h2 {
    font-weight: normal;
    font-size: 10px;
    line-height: 1.4;
  }

  /*=== アコーディオン ===*/

  .accordion .toggle {
    font-size: 15px;
  }

  /*=== タブメニュー ===*/

  .tab-menu {
    height: auto;
  }

  .tab-menu dl {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }

  .tab-menu dl dt {
    top: auto;
    left: auto;
    width: 100% !important;
    position: relative;
    border-top: #ddd 1px solid;
    border-bottom: none;
    border-right: none;
  }

  .tab-menu dl:first-child dt {
    border-top: none;
  }

  .tab-menu.tab-2 dl dt,
  .tab-menu.tab-3 dl dt,
  .tab-menu.tab-4 dl dt,
  .tab-menu.tab-5 dl dt {
    left: 0 !important;
  }

  .tab-menu dl dt a {
    font-size: 15px;
    padding: 10px;
    height: auto;
    text-align: left;
  }

  .tab-menu dl dt a:after {
    content: '';
    margin-top: -5px;
    top: 50%;
    right: 5%;
    width: 6px;
    height: 6px;
    font-size: 1em;
    font-weight: bold;
    display: block;
    position: absolute;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .tab-menu dl dt.btnAcv a:after {
    margin-top: -2px;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .tab-menu dl dt.btnAcv {
    background: #eee;
  }

  .tab-menu dl dd {
    top: auto;
    left: auto;
    padding: 10px;
    width: 100%;
    height: auto;
    position: relative;
  }

  .tab-menu dl dd p {
    font-size: 15px;
  }


  /*=== 特長・ポイント ===*/

  .feature h3 {
    font-size: 19px;
    line-height: 1.4;
    margin-top: 0;
  }

  .feature .column1 {
    margin-left: 6%;
    padding-left: 10%;
    width: 94%;
  }

  .feature > .column2,
  .feature > .column3 {
    margin-top: 15px;
    padding-top: 32.5px;
  }

  .feature > .column2:nth-child(n+2),
  .feature > .column3:nth-child(n+2) {
    margin-top: 30px;
  }

  .feature > .sp-column2:nth-child(1),
  .feature > .sp-column2:nth-child(n+2) {
    margin-top: 20px;
  }


  p.point-number {
    font-size: 9.5px !important;
    font-weight: bold;
    height: 44.5px;
    letter-spacing: -0.05em !important;
    line-height: 17px;
    padding: 5px 0 0;
    width: 50.5px;
  }
  p.point-number span {
    font-size: 22px;
  }

  .feature .column1 p.point-number {
    top: 7px;
    left: -7%;
  }

  .feature .column2 p.point-number,
  .feature .column3 p.point-number {
    top: -20px;
    left: 39%;
  }

  .feature .sp-column2 p.point-number {
    left: 34%;
  }


  /*=== 曲リスト ===*/

  .block.cdlist .sp-column2:nth-of-type(2n-1) {
    padding-right: 0;
  }
  .block.cdlist .sp-column2:nth-of-type(2n) {
    padding-left: 0;
  }

  .cdlist-default .cdlist-title {
    font-size: 24px;
    padding: 15px 15px 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }

  .cdlist-default .sp-column2 .cdlist-title {
    padding: 5px;
  }


  .cdlist-default .cdlist-title span {
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    vertical-align: text-top;
    width: 20%;
  }

  .cdlist-default .sp-column2 .cdlist-title span {
    font-size: 12px;
    width: 29%;
  }

  .cdlist-default .cdlist-title .title {
    font-size: 18px;
    width: auto;
  }

  .cdlist-default .sp-column2 .cdlist-title .title {
    font-size: 16px;
    width: auto;
  }

  .cdlist-default .cdlist-image {
    width: 75%;
  }

  .cdlist-default .sp-column2 .cdlist-image {
    width: 80%;
  }

  .cdlist .cdlist-description {
    margin: 15px;
  }

  .cdlist .sp-column2 .cdlist-description {
    margin: 15px 7px;
  }

  .cdlist .sp-column2 p {
    font-size: 14px
  }

  .cdlist .sp-column2 .annotation {
    padding: 10px;
  }


  /* 曲リスト シンプルVer. */

  .cdlist-simple .column2 {
    position: relative;
  }

  .cdlist-simple .cdlist-title {
    font-size: 16px;
    line-height: 1.3;
    padding: 3% 3% 3% 2%;
    width: 62%; 
  }

  .cdlist-simple .sp-column2 .cdlist-title {
    font-size: 16px;
    line-height: 1.3;
    padding: 4% 5% 5%;
    width: 90%; 
  }

  .cdlist-simple .cdlist-title span {
    font-size: 13px;
    margin-bottom: 4%;
  }

  .cdlist-simple .sp-column2 .cdlist-title span {
    margin-bottom: 2%;
  }

  .cdlist-simple .cdlist-image {
    float: left;
    margin: 0;
    padding: 3% 0 3% 3%;
    width: 30%;
  }

  .cdlist-simple .sp-column2 .cdlist-image {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 70%;
  }

  .cdlist ul, .cdlist ol {
    font-size: 14px;
    margin: 10px 15px;
  }

  .cdlist .sp-column2 ul, .cdlist .sp-column2 ol {
    font-size: 14px;
    margin: 10px 6px;
  }

  .cdlist ul li, .cdlist ol li {
    padding: 5px 10px;    
  }

  .cdlist .sp-column2 ul li, .cdlist .sp-column2 ol li {
    padding: 10px 5px;    
  }

  .cdlist ul li span,
  .cdlist ol li span {
    font-size: 16px;
    line-height: 1.4;
  }

  .cdlist ul li {
    text-indent: -30px;
    padding-left: 36px;
  }

  .cdlist .sp-column2 ul li {
    text-indent: -30px;
    padding-left: 35px;
  }

  .cdlist ol li {
    list-style: decimal;
    list-style-position: inside;
    margin-left: 0;
    padding-left: 26px;
    text-indent: -20px;
  }

  .cdlist .sp-column2 ol li {
    padding-left: 20px;
    text-indent: -35px;
  }

  .cdlist .annotation {
    padding: 10px 20px;
  }

  p.mono-annotation {
    font-size: 14px;
  }


  /*=== 付録 ===*/

  ul.appendix-contents {
    background: #f5f5f5;
    padding: 5px;
    margin: 10px 5px;
    border-radius: 6px;
    font-size: 15px;
  }
  ul.appendix-contents li {
    list-style: disc;
    margin: 3px 0 0 18px;
  }

  ul.appendix-contents li:nth-child(1) {
    font-size: 15px;
  }

  /*=== 商品仕様 ===*/

  p.spec-title {
    text-align: center;
    font-size: 30px;
  }

  .spec dl {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
  }
  .spec dl dt {
    border-top: 1px solid #ccc;
    padding: 2%;
  }
  .spec dl dd {
    border-top: 1px solid #ccc;
    padding: 2%;
  }

  .spec .annotation {
    font-size: 22px !important;
  }

  ul.annotation li {
    font-size: 16px !important;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-left: 14px;
    text-indent: -16px;
  }


  /*=== 順序変更 ===*/

  .flexbox {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 95%;
    border-spacing: 0;
  }
  .flexbox div {padding: 10px;}

  .flexbox > div {
    width: 100% !important;
  }

  .flexbox .flexbox-order1 { -webkit-order: 1; order: 1; margin-top: 0;}
  .flexbox .flexbox-order2 { -webkit-order: 2; order: 2;}
  .flexbox .flexbox-order3 { -webkit-order: 3; order: 3;}
  .flexbox .flexbox-order4 { -webkit-order: 4; order: 4;}

  .no-separate .flexbox-order1, .no-separate .flexbox-order2, .no-separate .flexbox-order3, .no-separate .flexbox-order4 {margin-top: 0 !important;}


  /*=== カラム変形 (注:下記ソースはCSSファイルの最下部に記入する) ===*/

  .block-border .column2, .block-border .width-big, .block-border .width-small, .block-border .column3, .block-border .column4 {width: 100%;}

  /* 2カラムへ変形 */
  .sp-column2,
  .block-border .sp-column2 {
    float: left;
    width: 49%;
    margin: 2% 0 0 2%;
    padding: 10px;
  }

  .block .sp-column2:nth-of-type(2n-1) {
    padding-right: 5px;
  }
  .block .sp-column2:nth-of-type(2n) {
    padding-left: 5px;
  }

  .sp-column2 p {font-size: 15px;} /* 2カラム時のみ文字サイズ縮小 */

  .sp-column2:nth-child(3n-2), .sp-column2:nth-child(4n-3) {margin-left: 2%;}
  .sp-column2:nth-child(2n-1) {margin-left:0;}
  .sp-column2:nth-child(1), .sp-column2:nth-child(2) {margin-top:0;}
  .sp-column2:nth-child(3), .sp-column2:nth-child(4) {margin-top:2%;}
  .no-separate .sp-column2 {
    width: 50%;
    margin-left: 0;
    margin-top: 0;
  }

  .sp-column2.width-big {
    width: 62%;
  }

  .no-separate .sp-column2.width-big {
    width: 63%;
  }

  .sp-column2.width-small {
    width: 36%;
  }

  .no-separate .sp-column2.width-small {
    width: 37%;
  }


  /* 3カラムへ変形 */
  .sp-column3,
  .block-border .sp-column3 {
    float: left;
    width: 32%;
    margin: 2% 0 0 2%;
    padding: 15px;
  }
  .sp-column3 p {font-size: 28px;} /* 3カラム時のみ文字サイズ縮小 */

  .sp-column3:nth-child(2n-1) {margin-left: 2%;}
  .sp-column3:nth-child(3n-2) {margin-left: 0;}
  .sp-column3:nth-child(1), .sp-column3:nth-child(2), .sp-column3:nth-child(3) {margin-top:0;}
  .sp-column3:nth-child(4) {margin-top:2%;}

  .no-separate .sp-column3 {
    width: 33.33%;
    margin-left: 0;
    margin-top: 0;
  }

  /* 4カラムへ変形 */

  .sp-column4,
  .block-border .sp-column4 {
    float: left;
    width: 24%;
    margin: 2% 0 0 1.33%;
    padding: 5px;
  }
  .sp-column4 p {font-size: 24px;} /* 4カラム時のみ文字サイズ縮小 */

  .sp-column4:nth-child(2n-1), .sp-column4:nth-child(3n-2) {margin-left: 1.33%;}
  .sp-column4:nth-child(4n-3) {margin-left: 0;}
  .sp-column4:nth-child(1), .sp-column4:nth-child(2), .sp-column4:nth-child(3), .sp-column4:nth-child(4) {margin-top:0;}

  .no-separate .sp-column4 {
    width: 25%;
    margin-left: 0;
    margin-top: 0;
  }

}/* Media Query for SmartPhone */




/*=== あとで処理 ===*/

/*=== ブロックに枠線 ===*/

.block-border {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.block-border .column2 {
  background: none;
}


/*=== ギフトHTML用 2020.06 ===*/

.detailetmpl {
width: 100%;
}

.gift-text-block {
width: 100%;
margin: 60px auto;
box-sizing: border-box;
padding: 0;
}

.bg-red {background: #ffa9a9}
.bg-orange {background: #ffc230}
.bg-lime {background: #dfdf00}
.bg-green {background: #bee36c}
.bg-aqua {background: #a0eee3}
.bg-blue {background: #8fdaff}
.bg-purple {background: #dbc3f7}
.bg-pink {background: #ffcee0}
.bg-gold {background: #dbc367}
.bg-grey {background: #e6e6e6}
.bg-black {background: #222}

.gift-text-block-inside {
max-width: 1000px;
margin: 0 auto;
position: relative;
}

.gift-text-title-icon {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
font-family: "NotoserifJP", serif;
    font-size: 40px !important;
font-weight: bold;
    height: auto;
    padding: 15px 0 20px;
    text-shadow: 0 2px 0 #555;
    background: #e08499;
    background: url(/images/gift/sample.jpg) center center no-repeat;
    background-size: 100%;
}

.gift-text-title-icon br {
display: none;
}

.gift-text-title-icon img {
		width: 100px;
    margin: -8px 0 -3px;
}

.gift-text-column {
padding: 40px 0;
display: flex;
justify-content: space-between;
}

.gift-text-item {
width: 46%;
}

.gift-text-item img {
max-width: 100%;
box-sizing: border-box;
box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.bg-black .gift-text-item img {
box-shadow: 0 0 8px #fff;
}

.gift-text-detail {
width: 50%;
}

.gift-text-detail p {
font-size: 18px !important
}

.gift-text-detail p {
	color: #222 !important;
}

.bg-black .gift-text-detail p {
	color: #ccc !important;
}


.gift-text-detail .gift-text-title-sub {
padding: 0;
font-family: "Noto Sans JP", sans-serif;
font-size: 48px !important;
font-weight: 700;
text-shadow: 0 1px 0 rgba(255,255,255,0.8);
line-height: 1.2;
border: 1px solid #222;
padding: 12px 15px;
margin: 0 0 25px;
background: #fff;
box-shadow: 6px 6px 0 rgba(0,0,0,0.6);
border-color: rgba(0,0,0,0.6);
}

.bg-black .gift-text-detail .gift-text-title-sub {
color: #EA3363 !important;
border: 1px solid #222;
box-shadow: 6px 6px 0 rgba(255,255,255,0.8);
}

.gift-text-detail .gift-text-title-sub span {
font-size: 34px !important;
padding: 0 2px;
}

.gift-text-detail .gift-text-caption {
font-family: "Noto Sans JP",sans-serif;
font-size: 28px !important;
line-height: 1.2;
letter-spacing: -1px;
font-weight: 700;
margin-bottom: 15px;
}

.bg-black .gift-text-detail .gift-text-caption {
color: #fff !important;
}

.gift-text-detail .detail {
font-size: 13px !important;
line-height: 1.4;
color: rgba(0,0,0,0.5) !important;
border: 1px solid #000;
display: inline-block;
border-color: rgba(0,0,0,0.2);
padding: 4px 6px;
margin: 20px 0;
max-width: 80%;
}

.bg-black .gift-text-detail .detail {
    color: rgba(255,255,255,0.4) !important;
    border-color: rgba(255,255,255,0.4);
}

.gift-text-detail .gift-text-limit {
display: flex;
background: #fff;
padding: 10px 10px;
border-radius: 500px;
font-family: "Noto Sans JP",sans-serif;
font-size: 40px !important;
font-weight: 700;
color: #d90202 !important;
justify-content: center;
align-items: center;
line-height: 1;
}

.bg-black .gift-text-detail .gift-text-limit {
color: #d90202 !important;
}

.gift-text-detail .gift-text-limit-sub {
font-size: 15px !important;
line-height: 1.2;
font-weight: 500;
padding-right: 10px;
}

.gift-text-detail .gift-text-limit-date span {
font-size: 22px !important;
color: #222 !important;
padding: 0 2px;
}


@media screen and (max-width: 767px) {

.gift-text-column {
    padding: 8vw 5vw 6vw;
    display: block;
}

.gift-text-item {
    width: 84%;
    margin: 0 auto 0vw;
    z-index: 1000;
}

.gift-text-block {
    margin: 17vw auto 8vw;
}

.gift-text-title-icon {
		top: -12vw;
    width: 36vw;
    height: 36vw;
    left: 3vw;
    box-sizing: border-box;
    border: 5px solid #ff0060;
    font-size: 5vw !important;
    line-height: 1.2 !important;
}

.gift-text-title-icon img {
    width: 22vw;
    margin: -3vw 0 0vw;
}

.gift-text-detail {
    width: 100%;
    z-index: 10;
    margin-top: -4vw;
}

.gift-text-detail .gift-text-title-sub {
    box-sizing: border-box;
    width: 98%;
    box-shadow: 2vw 2vw 0 rgba(0,0,0,0.6);
    font-size: 7.5vw !important;
    padding: 7vw 2.5vw 3vw;
    margin: 0 0 6vw;
}

.gift-text-detail .gift-text-title-sub span {
    font-size: 5.5vw !important;
    padding: 0px 1vw;
}

.gift-text-detail .gift-text-caption {
    font-size: 5.5vw !important;
    line-height: 1.4;
    margin-bottom: 2vw;
}

.gift-text-detail p {
    font-size: 4vw !important;
    line-height: 1.4;
}

.gift-text-detail .detail {
    font-size: 3vw !important;
    padding: 2vw;
    margin: 3vw 0 4vw;
    max-width: 100%;
}

.gift-text-detail .gift-text-limit {
    display: block;
    padding: 3vw 0px;
		width: 102%;
    margin-left: -1%;
}

.gift-text-detail .gift-text-limit-sub {
    font-size: 4vw !important;
    padding: 0 0 5px;
    display: block;
    text-align: center;
}

.gift-text-detail .gift-text-limit-sub br {
	display: none;
}

.gift-text-detail .gift-text-limit {
    font-size: 8.4vw !important;
    text-align: center;
}

.gift-text-detail .gift-text-limit-date span {
    font-size: 4.5vw !important;
    padding: 0;
}

/* 旧ページ用 */

.detailetmpl {
width: 100%;
}

.gift-text-block {
width: 716px;
margin-left: -4px !important;
}

.gift-text-item {
width:72%;
}

.gift-text-item img {
width: 100%;
}

.gift-text-title-icon {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 3.5vw 0 2.5vw;
    border: none;
    height: auto;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 3.2rem !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    background-size: 125%;
}

.gift-text-title-icon br {
display: block;
}


.gift-text-title-icon img {
    width: 20vw;
}

.gift-text-detail .detail {
font-size: 1.8vw !important;
}


}/*media query */