@charset "Shift_JIS";

:root {
  /* キーカラー */
  --key-color-primary: #eb6487;
  --key-color-secondary: #464646;
  --key-color-number: #eb6487;
  /* 汎用色 */
  --color-black: #000;
  --color-white: #fff;
  --color-gray-900: #333333;
  --color-gray-800: #666;
  --color-gray-500: #999;
  --color-gray-300: #ccc;
  --color-gray-200: #dedede;
  --color-gray-100: #efefef;
  /* アクセントカラー */
  --color-red-accent: #c93434;
  --color-red-strong: #e60011;
  /* サイズ */
  --triangle-size: 9px;
}

/*=========================================================

	Site Name   SONY ichigan-e
	File Name   style.css

==========================================================*/

.s5-headerNews__link {
  text-align: right;
}

.s5-promotionA__main {
  padding-top: 41.7%;
}
@media (max-width: 639px) {
  .s5-promotionA__main {
    padding-top: 75.8427%;
  }
}

.mod-column1 div.mainvisual {
  margin: 20px 0 30px 0;
  position: relative;
}
.mod-column1 h1 img {
  width: 100%;
}
.mod-column1 div.mainvisual ul {
  position: absolute;
  bottom: 2%;
  left: 3.1%;
  list-style-type: none;
  margin-left: -40px;
  width: 33.5%;
}

.mod-column1 div.mainvisual ul li {
  margin-top: 3%;
}
.mod-column1 div.mainvisual ul li img {
  width: 100%;
  height: auto;
}
.mod-column1 p {
  margin: 0;
  padding: 0;
}
.mod-column1 img {
  vertical-align: top;
  margin: 3px 0 0 0;
}

@media (max-width: 640px) {
  .mod-column1 h1 img {
    width: 100%;
  }
}

/* tabmenu
-------------------------------------------------*/

#tab-cb {
  margin: 0 auto 30px;
  position: relative;
  padding: 0 0 0 0;
}

#tab-cb li {
  float: left;
  padding: 15px 0 15px 0;
  width: 33.15%;
  text-align: center;
  list-style: none;
  margin: 0 1px 0 0;
  cursor: pointer;
  position: relative;
  font-size: 130%;
  color: var(--color-white);
  background-color: var(--key-color-secondary);
  border: 1px solid var(--color-white);
  font-weight: 700;
}

#tab-cb li.hover {
  background-color: var(--key-color-primary);
}

#tab-cb li.select {
  background-color: var(--key-color-primary);
}

#tab-cb li:focus-visible {
  outline: 3px solid var(--key-color-secondary);
  outline-offset: 2px;
}

.disnon {
  display: none;
}

.mod-column1 p.subtitle {
  margin-top: 10px;
  margin-bottom: -5px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 640px) {
  #tab-cb {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    padding: 0 0 0 0;
  }

  #tab-cb li {
    float: none;
    width: 100%;
    margin: 0 0 1px 0;
  }
}

/* Contents
----------------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.c5-red {
  color: #ff003f;
}

.c5-border {
  border: 1px solid #ff003f;
  padding: 0.3em 0.5em;
}

@media (max-width: 640px) {
  .content_wrap {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    clear: left;
  }
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
  overflow: hidden;
}
.txt_area.none {
  margin: 0;
}

.txt_area02 {
  margin: 0;
  padding: 0;
  color: #ff0000;
}

.txt_area ul.products a:hover {
  text-decoration: none;
  opacity: 0.5;
  display: block;
}
.txt_area ul.products .s5-button {
  width: 68% !important;
  display: block;
  margin: 0 auto 2%;
}
.txt_area ul.products .s5-storeButton {
  width: 68% !important;
  display: block;
  margin: 0 auto 0;
}

@media (min-width: 641px) {
  .txt_area ul.products li:first-child .s5-button {
    width: 50% !important;
  }
  .txt_area ul.products li:first-child .s5-storeButton {
    width: 50% !important;
  }
}

.txt_area ul.products .s5-button:hover {
  display: inline-block;
}
.txt_area ul.products .s5-storeButton:hover {
  display: inline-block;
}

@media (max-width: 479px) {
  .txt_area ul.products li a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .txt_area .body ul.products li a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .txt_area ul.products .s5-button {
    width: 68% !important;
    text-align: center;
  }
  .txt_area ul.products .s5-storeButton {
    width: 68% !important;
    text-align: center;
  }
  a.list-products {
    min-height: 150px;
  }
  .txt_area ul.products table td span:first-child {
    display: inline-block;
  }
  .txt_area ul.products li span:first-child {
    width: 100%;
    float: none;
  }
}

/*--01キャンペーン対象モデル--*/
.txt_area ul.products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  /*z-index:10;*/
  margin: 10px 0 0;
  padding: 0;
  border-bottom: none;
}
.txt_area ul.products.price {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 6px solid var(--color-gray-200) !important;
  border-bottom: 6px solid var(--color-gray-200) !important;
}
.txt_area ul.products li {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  list-style: none;
  position: relative;
  margin: 0;
  border-left: 6px solid var(--color-gray-200) !important;
  border-bottom: 6px solid var(--color-gray-200) !important;
  overflow: hidden;
}
.txt_area ul.products li:first-child {
  width: 100%;
  border-top: 6px solid var(--color-gray-200) !important;
  border-right: 6px solid var(--color-gray-200) !important;
}
.txt_area ul.products li:last-child {
  border-right: 6px solid var(--color-gray-200) !important;
}
.txt_area ul.products li .s5-p2 {
  color: #2f353d;
}
.txt_area ul.products li table {
  border-spacing: 0;
  width: 100%;
}
.txt_area ul.products li table td {
  width: 50.09% !important;
  border-right: 6px solid var(--color-gray-200);
  text-align: center;
  padding-bottom: 3%;
}
.txt_area ul.products li table td:last-of-type {
  border-right: none;
}
.txt_area ul.products li p {
  font-size: 0.9em;
  padding-bottom: 0.6em;
}

@media (min-width: 641px) {
  .txt_area ul.products li table td:last-of-type {
    width: 49.9%;
  }
}

@media (max-width: 640px) {
  .txt_area ul.products li {
    width: 100%;
    border-right: 1px solid #000;
  }
  .txt_area ul.products li table {
    width: 100%;
    display: block;
  }
  .txt_area ul.products li table td {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 6px solid var(--color-gray-200);
  }
  .txt_area ul.products li:last-child {
    width: 100% !important;
  }
  .txt_area ul.products li table td:last-of-type {
    border-bottom: none;
  }
}

.txt_area ul.products.price li {
  width: 100%;
  text-align: center;
  border-right: none;
  padding: 0 1% 1% 1%;
}

.txt_area ul.products li:nth-child(3) table:first-child {
  min-height: 290px;
}
.txt_area ul.products li:nth-child(3) table:nth-child(3) thead th {
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .txt_area ul.products li {
    min-height: auto;
  }
  .txt_area ul.products li:nth-child(3) table:first-child {
    min-height: auto;
  }
}

.txt_area ul.products table thead th {
  /*border-bottom:1px solid #000;*/
  text-align: center;
  margin: 10px 0px 0px 0px;
  padding: 1% 2.5% 0;
  display: block;
}

.txt_area ul.products table th.second {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  text-align: center;
}
.txt_area ul.products li a {
  word-wrap: break-word;
  display: block;
}

.txt_area ul.products li div {
  display: block;
  width: 100%;
  border-bottom: 2px dotted var(--color-gray-200);
  /*margin-top:20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  /*border-bottom: none;*/
}

.txt_area ul.products li:nth-child(1) table + div {
  /*
	bottom:auto;
	left:auto;
	border-bottom:1px solid #000;*/
  position: relative;
  border-bottom: none;
}

.txt_area ul.products li:nth-child(1) table + div + table + div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: none;
}

@media (max-width: 1024px) {
  .txt_area ul.products li div {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 480px) {
  .txt_area ul.products li:nth-child(1) table + div,
  .txt_area ul.products li div {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .txt_area ul.products li:nth-child(1) table + div + table + div {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .txt_area .body ul.products li {
    margin: 0 0 0px;
  }
}

.txt_area ul.products table th {
  padding: 5% 2.5% 0;
  display: block;
  width: 95%;
  text-align: center;
}

.txt_area ul.products table td span {
  font-weight: bold;
}

.txt_area ul.products table td .pic {
  display: block;
}

.txt_area ul.products table td .pic img {
  width: 50%;
}
.txt_area ul.products li:first-child table td .pic img {
  width: 56.25%; /*75%*/
}
@media (max-width: 640px) {
  .txt_area ul.products table td .pic img {
    width: 75% !important; /*75%*/
  }
  .txt_area ul.products table td h4 br {
    display: none;
  }
}
@media (max-width: 479px) {
  .txt_area .body ul.products table td .pic img {
    width: 60%;
  }
}

.txt_area ul.products table th.second img {
  width: auto;
}

/*IE10,11,Edge*/

@media (max-width: 1024px) {
  .txt_area ul.products table th {
    width: 30%;
  }
  .txt_area ul.products table th.second {
    width: 94%;
  }
}
@media (max-width: 479px) {
  .txt_area ul.products table td img {
    padding-bottom: 10%;
  }
  .txt_area .body ul.products table td img {
    padding-bottom: 0%;
  }
  .txt_area .body ul.products table td img + img {
    padding-bottom: 10%;
  }
  .txt_area ul.products table thead th {
    padding: 2.5% 2.5%;
  }
}
@media (max-width: 479px) {
  .txt_area ul.products.price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .txt_area ul.products li {
    width: 99%;
    box-sizing: border-box;
    border: 1px solid #000;
  }
  .txt_area ul.products table th {
    width: 25%;
  }
  .txt_area ul.products table td {
    padding: 3%;
    /*text-align: left;*/
  }
  /*.txt_area ul.products table td img {
		width: 100%;
	}*/
  .txt_area ul.products table tr,
  .txt_area .body ul.products table tr {
    width: 100%;
  }
}

p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.contents02 {
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}

/*--見出し--*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  border-left: 8px var(--key-color-primary) solid;
  border-bottom: 1px dotted var(--key-color-primary);
  padding: 0 0 0 5px;
  position: relative;
  font-size: 125%;
}

.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: var(--key-color-primary);
}

.cp-method {
  background-color: #fff064;
}

.mod-column1 h3.spcontents {
  margin: 0 0 10px 0;
}

.mod-column1 h3 {
  margin: 0 0 20px 0;
}
.h3-tokuten {
  color: #ffffff;
  margin: 40px 0 20px 0 !important;
  background-color: var(--key-color-primary);
  padding: 2px;
}
.txt-dec {
  font-size: 1.25em;
  background: linear-gradient(transparent 0%, #ffe9a6 0%);
}
.txt-end {
  font-size: 1.25em;
  font-weight: bold;
}
.txt-dec-hno {
  font-size: 1.25em;
}
.mysony-oubo {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.s5-buttonContainer.mysony-oubo-btn .s5-heading1.mt20 {
  padding: 8px 46px;
}

.mod-column1 h4.h4-vlog-acc {
  margin-top: 1.5rem !important;
  font-size: 1.17em;
}

@media (max-width: 640px) {
  .mod-column1 h2 {
    position: relative;
    height: auto;
  }

  .mod-column1 h2 span {
    display: block;
    text-indent: 0;
    height: auto;
  }

  .mod-column1 h3.spcontents {
    margin: 0 0 10px 0;
  }

  .mod-column1 h3 {
    margin: 0 0 20px 0;
    height: auto;
    text-indent: 0;
    position: relative;
  }
}

/*--キャンペーン欄--*/

.campaign_type_area {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.campaign_type01,
.campaign_type02 {
  display: inline-block;
  width: 50%;
  padding: 1em;
  box-sizing: border-box;
  background-color: var(--key-color-primary);
  text-align: center;
  color: #fff;
}
.campaign_type01 {
  margin-right: 1em;
}
.campaign_contents {
  width: 100%;
}

.campaign_contents img {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.campaign_type01 .campaign_contents img {
  width: 100%;
  max-width: 240px;
}

.campaign_type02 .campaign_contents img {
  width: 100%;
  max-width: 240px;
}

.campaign_contents p {
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.2;
}

.cashback_price {
  font-size: 1.5em;
  width: 100%;
  font-weight: 700;
  margin-top: 1rem !important;
}

.campaign_type01 .cashback_price {
  margin-top: 0.3rem !important;
}

@media (max-width: 900px) {
  .cashback_price {
    font-size: 1.3em;
  }
}

@media (max-width: 760px) {
  .campaign_type_area {
    display: block;
  }
  .campaign_type01,
  .campaign_type02 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}

ul.s5-list li {
  margin-left: 5px;
}

.lineup {
  margin: 3rem 0 0 0;
  border: 6px solid var(--color-gray-200) !important;
}

.lineup.end {
  border-bottom: none;
  margin: 0 0 3rem 0;
}

.lineup.vlog-acc {
  margin: 0rem 0rem 0rem 0rem;
}

/*.lineup.vlog-acc.cb{
	margin: 0rem 0rem 1rem 0rem;
}*/

.lineup.vlog-acc .s5-storeButton {
  margin: 0px 0px 35px 0px;
}

.lineup.lineup_ZV-1F {
  margin: 1.5rem 0rem 1rem 0rem;
}

.lineup.lineup_ZV-1F .s5-button {
  width: 50%;
}

.lineup.lineup_ZV-1F .s5-storeButton {
  width: 50%;
  margin: 0px 5px 35px 5px;
}

.lineup.lineup_wind-sc {
  margin: 1rem 0rem 1rem 0rem;
}

.lineup.lineup_wind-sc .img-box.left img {
  width: 45%;
}

.lineup.lineup_wind-sc .img-box.right img {
  width: 91%;
}

.lineup.vlog-acc + p {
  margin-top: 5px;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

.s5-button.store {
  background-color: #f5683a;
}

.lineup h3 {
  background-color: #ff7500;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 2rem;
}

.lineup h3 span {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.lineup ul {
  width: 100%;
  list-style: none;
  display: block;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-size: 0;
}

.lineup li {
  width: 11.11111%; /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
  border-right: 6px solid var(--color-gray-200);
  box-sizing: border-box;
  display: table-cell;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: opacity 0.2s !important;
}

.lineup li:last-child {
  border-right: none;
}

.lineup li .img-box {
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  display: block;
  padding: 0rem 0rem 0rem 0rem;
  text-align: center;
}

.lineup li .t-box {
  width: 100%;
}

.lineup li .img-box img {
  width: 70%;
}

.lineup li .text-box {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  vertical-align: middle;
  float: right;
  display: block;
  text-align: center;
}

.lineup li .text-box.txt-rx100m7 {
  padding: 1rem 1rem 0rem 1rem;
}

.lineup li .text-box .logo {
  width: 100%;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
}

.lineup li .text-box.txt-rx100m7 .logo {
  margin-bottom: 0.1rem;
}

.lineup li .text-box img {
  width: 40%;
}

.lineup li .text-box p {
  font-size: 0.9rem;
}

.lineup li .text-box p span {
  font-weight: bold;
  display: block;
}

.lineup li .text-box p span.s5-p3 {
  font-weight: normal;
}

.lineup li .text-box p span.s5-p3 br.br-sp {
  display: block;
}

@media (max-width: 480px) {
  .lineup li .text-box p span.s5-p3 br.br-sp {
    display: none;
  }
}

.lineup li .text-box p.button {
  font-weight: bold;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.lineup .twocol li {
  width: 50%;
  padding: 1rem;
}

.lineup .twocol li .img-box {
  padding: 0;
  text-align: center;
}

.lineup .twocol li .img-box img {
  width: 80%;
  margin: 0 auto;
}

.lineup .twocol li .text-box {
  padding: 2rem 2rem 2rem 0;
}

.lineup .twocol li .text-box .logo {
  width: 50%;
}

.lineup li p.price {
  font-size: 1.75rem;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px auto 0;
  padding: 1.5rem 0;
  text-align: center;
  border-top: 1px dotted #bbb;
  width: 100%;
  color: #2f353d;
}
.lineup li p.price span {
  display: block;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 700px) {
  .lineup li {
    width: 100%;
    border-right: none;
    border-bottom: 6px solid var(--color-gray-200);
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .lineup li:last-child {
    border-bottom: none;
  }
  .lineup li .img-box {
    width: 50%;
    margin: 0 auto;
    padding: 0.5rem;
    display: block;
    vertical-align: bottom;
  }
  .lineup.lineup_wind-sc li .img-box {
    width: 100%;
  }
  .lineup.lineup_wind-sc li .text-box {
    width: 100%;
  }
  .lineup li .text-box {
    width: 50%;
    padding: 0 1rem 1rem;
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }
  .lineup li .text-box p {
    line-height: 1.2;
  }
  .lineup li .img-box img {
    width: 100%;
  }
  .lineup.lineup_ZV-1F li .img-box img {
    width: 100%;
  }
  .lineup li .text-box img {
    width: 60%;
  }
  .lineup li p.price span {
    display: inline;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  .lineup.lineup_ZV-1F {
    margin: 0rem 0rem 0rem 0rem !important;
  }
  .lineup.lineup_ZV-1F .s5-button {
    width: 65%;
    margin: 10px 5px 5px 5px;
  }
  .lineup.lineup_ZV-1F .s5-storeButton {
    width: 65%;
    margin: 0px 0px 35px 0px;
  }
  .lineup.lineup_wind-sc li .img-box img {
    width: 100%;
  }
}

/*--01キャッシュバック方法／02お申し込み方法--*/
.redbox {
  border: 7px solid var(--color-red-strong);
  padding: 2em;
  color: var(--color-red-strong);
  margin-top: 2rem;
}

.stepentry_area {
  margin: 0 0% 30px 6%;
}

.howto-txtarea {
  display: inline-block;
  background: var(--color-gray-100);
  padding: 20px;
  vertical-align: top;
  margin-bottom: 10px;
  width: 35%;
}

.howto-txtarea:nth-child(2) {
  width: 50%;
}

.howto-txtarea h4 {
  margin: 0 !important;
}

.howto-txt {
  word-break: break-word;
  display: inline-block;
}

.howto-txt a {
  font-weight: 700;
}

.howto-txt p {
  display: inline-block;
}

.howto-txtarea img.howto-qr {
  margin: 10px;
  max-width: 76px;
}

@media (max-width: 700px) {
  .howto-txtarea,
  .howto-txtarea:nth-child(2) {
    display: block;
    width: 90%;
  }

  .stepentry_area {
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .howto-txtarea img.howto-qr {
    margin: 10px auto;
    display: block;
  }
  .480none {
    display: none;
  }
}

ul.numberlist {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

ul.numberlist li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

ul.numberlist li.num01 {
  background: url(../images/no01.png) no-repeat 0 0.2em;
  padding-left: 20px;
}
ul.numberlist li.num02 {
  background: url(../images/no02.png) no-repeat 0 0.2em;
  padding-left: 20px;
}
ul.numberlist li.num03 {
  background: url(../images/no03.png) no-repeat 0 0.2em;
  padding-left: 20px;
}
ul.numberlist li.num04 {
  background: url(../images/no04.png) no-repeat 0 0.2em;
  padding-left: 20px;
}

ul.numberlist_letter {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

ul.numberlist_letter li {
  list-style: none;
  position: relative;
  margin-bottom: 60px;
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

ul.numberlist_letter li img {
  width: 40%;
  display: block;
  margin: 20px auto;
}

ul.numberlist_letter li.num01 {
  background: url(../images/no01.png) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100%;
}
ul.numberlist_letter li.num02 {
  background: url(../images/no02.png) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px;
}
ul.numberlist_letter li.num03 {
  background: url(../images/no03.png) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px;
}
ul.numberlist_letter li.num04 {
  background: url(../images/no04.png) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px;
}
ul.numberlist_letter li.num05 {
  background: url(../images/no05.png) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px;
}

ul.numberlist_letter li.num03 img {
  width: 99%;
  margin-top: 120px;
}

ul.numberlist_letter li.num04 img {
  width: 80%;
  margin-top: 30px;
}

ul.numberlist_letter li.num05 img {
  margin-top: 65px;
}

ul.numberlist li.hosyoulist ul {
  padding-left: 0px;
}

ul.numberlist li.hosyoulist ul li {
  float: none;
  width: 49.8%;
  margin: 0 auto;
}
ul.numberlist li.hosyoulist ul li img {
  width: 100%;
}
@media (max-width: 640px) {
  ul.numberlist li.hosyoulist ul li {
    float: none;
    width: 100%;
  }
  ul.numberlist_letter li,
  ul.numberlist_letter li.num01 {
    width: 90%;
    display: block;
  }
  ul.numberlist_letter li.num04 img {
    width: 100%;
    max-width: 562px;
    margin-top: 20px;
  }
  ul.numberlist_letter li.num03 img {
    width: 100%;
    max-width: 723px;
    margin-top: 20px;
  }
  ul.numberlist_letter li img {
    margin-top: 20px;
  }
}

/*--splink--*/
.splink-all {
  display: block;
  position: relative;
  text-align: center;
}

.splink-all.clearfix a .splinkimg.fadeImg {
  max-width: 592px;
  width: 100%;
  max-height: 148px;
  margin-bottom: 20px;
}

.splink-640 {
  display: none;
  position: relative;
  text-align: center;
}

.splink-480 {
  display: none;
  position: relative;
  text-align: center;
}

@media (max-width: 479px) {
  .splink-all {
    display: none;
    position: relative;
    text-align: center;
  }

  .splink-480 {
    display: block;
    position: relative;
    text-align: center;
  }

  .splink-480.clearfix a .splinkimg.fadeImg {
    max-width: 334px;
    width: 100%;
    max-height: 184px;
    margin-bottom: 20px;
  }
}

/*--acafe--*/
.acafe-all {
  display: block;
  position: relative;
  text-align: center;
}

.acafe-all.clearfix a .acafeimg.fadeImg {
  max-width: 950px;
  width: 100%;
  max-height: 424px;
}

.acafe-640 {
  display: none;
  position: relative;
  text-align: center;
}

.acafe-480 {
  display: none;
  position: relative;
  text-align: center;
}

@media (max-width: 479px) {
  .acafe-all {
    display: none;
    position: relative;
    text-align: center;
  }

  .acafe-480 {
    display: block;
    position: relative;
    text-align: center;
  }
}

/*--02登録方法--*/
ul.entry {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

ul.entry li {
  list-style: none;
  position: relative;
  margin-top: 20px;
  margin-left: 1.5%;
  float: left;
  width: 23.5%;
}

ul.entry li.first {
  margin-left: 0px;
}

ul.entry li img {
  width: 100%;
}
ul.entry li.entry_mq {
  display: none;
}
ul.entry li.entry_pc {
  display: block;
}
img.hosyou {
  max-width: 640px;
  width: 100%;
  max-height: 352px;
}

.stepnum {
  margin: -0.25em 0.3% 0 0.2%;
  display: inline-flex;
  vertical-align: middle;
}

.stepnum-s {
  margin: -0.25em 2px 0 2px;
  display: inline-flex;
  vertical-align: middle;
}

.stepnum__circle {
  align-items: center;
  background: var(--key-color-number);
  color: var(--color-white);
  border-radius: 50%;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  width: 20px;
  height: 20px;
}

.stepnum-s .stepnum__circle {
  font-size: 12px;
  height: 16px;
  width: 16px;
}

.stepnum img {
  vertical-align: sub !important;
}

.stepnum-s img {
  vertical-align: text-top !important;
}

@media (max-width: 480px) {
  img.hosyou {
    width: 100%;
    height: auto;
  }
}

.txt_area .sheet-all a .download {
  max-width: 480px;
  width: 100%;
  max-height: 46px;
}

.txt_area .numberlist .barcode .mtb10 ul {
  margin: 20px 0 0px 0;
  padding: 0px;
  overflow: hidden;
}

.txt_area .numberlist .barcode .mtb10 ul .num03left {
  float: left;
}
.txt_area .numberlist .barcode ul li {
  width: 100%;
}

.txt_area .numberlist .barcode span.Redbk {
  color: var(--color-white);
  background: var(--color-red-accent);
  padding: 5px;
}
.txt_area.cp-nomargin {
  margin-bottom: 0px;
}

@media (max-width: 950px) {
  img.howto {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .br750 {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .txt_area .numberlist .barcode .mtb10 ul .num03left {
    float: none;
  }
  .txt_area .numberlist .barcode ul li {
    width: 100%;
  }
  img.howto {
    width: 100%;
  }
}

#contents02 .txt_area h4 {
  font-size: 110%;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}
#contents02 .txt_area .num03_check {
  margin: 20px 0px 5px 0px;
}
#contents02 .txt_area table {
  width: 100%;
}
#contents02 .txt_area table tr th {
  border: solid 1px var(--color-gray-900);
  font-weight: normal;
  line-height: 1.3em;
  text-align: center;
  font-size: 80%;
}

@media (max-width: 479px) {
  ul.entry li {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  ul.entry li img {
    width: 100%;
    height: auto;
  }

  ul.entry li.entry_mq {
    display: block;
  }
  ul.entry li.entry_pc {
    display: none;
  }
}

/*--02登録方法:組み立て方--*/
.sheet-all {
  display: block;
  position: relative;
  text-align: center;
}
.sheet-all img {
  max-width: 950px;
  width: 100%;
}
.sheet-all a img {
  max-width: 480px;
  width: 100%;
}
.txt_area .sheet-all .sheet_pc {
  max-width: 756px;
  width: 100%;
  max-height: 718px;
}

.sheet-480 {
  display: none;
}

.download-sheet {
  text-align: center;
}

.download-sheet img {
  display: inline-block;
  width: 100%;
  max-width: 550px;
}

@media (max-width: 479px) {
  .sheet-all {
    position: relative;
    text-align: center;
  }

  .sheet-480 {
    display: block;
    position: relative;
    text-align: center;
  }
}

/*--03よくあるご質問--*/
p.pagelink {
  margin: 0 0 15px 0;
  height: 29px;
  border-bottom: 1px dotted var(--key-color-secondary);
  border-left: none;
  padding: 0 0 0 0;
  color: var(--key-color-secondary);
  font-weight: bold;
  font-size: 125%;
  cursor: pointer;
}
p.pagelink:hover {
  color: var(--key-color-primary);
}
p.pagelink a {
  text-decoration: none;
}

p.pagelink span {
  display: block;
  height: 27px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
}

p.pagelink span.mn01::before,
p.pagelink span.mn02::before,
p.pagelink span.mn03::before,
p.pagelink span.mn04::before,
p.pagelink span.mn05::before,
p.pagelink span.mn06::before {
  content: '';
  display: inline-block;
  width: var(--triangle-size);
  height: calc(var(--triangle-size) * 0.866);
  background: var(--key-color-secondary);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

p.pagelink:hover span::before {
  background: var(--key-color-primary);
}

/*--FAQ見出し--*/
h2.faq {
  margin: 0 0 20px 0;
  height: 28px;
  background: var(--key-color-primary) !important;
  border-left: none;
  padding: 0 5px 5px 5px;
  border-bottom: none;
}

h2.faq span {
  display: block;
  height: auto;
  text-indent: 0;
  margin: 0;
  padding: 2px;
  color: #fff;
}

@media (max-width: 640px) {
  h2.faq {
    margin: 0 0 20px 0;
    height: auto;
    border-left: none;
    padding: 0 5px 0 5px;
  }
}

dl.faq {
  border-bottom: 1px dotted #999;
  margin: 0 0 10px !important;
  padding: 0 0 7px !important;
}

dl.faq.none {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 0.8em;
  min-height: 35px;
}

dl.faq dt svg {
  width: 35px;
  height: 35px;
  display: block;
}

dl.faq dt .icon-q-bg {
  fill: var(--key-color-primary);
}

dl.faq dt .icon-q-text {
  fill: var(--color-white);
}

dl.faq dt .icon-a-bg {
  fill: var(--color-gray-100);
}

dl.faq dt .icon-a-text {
  fill: var(--key-color-primary);
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: 0.8em;
  min-height: 35px;
  line-height: 1.6;
}

dl.faq + h2 {
  margin-top: 40px;
}

.txt_area .faq dd table {
  width: 100%;
}
.txt_area .faq dd table tr th,
.txt_area .faq dd table tr td {
  border: solid 1px var(--color-gray-900);
  font-weight: normal;
  padding: 5px;
  text-align: center;
}
.txt_area .faq dd table tr th .tw75 {
  width: 75%;
}
.txt_area .faq dd table tr th .tw30 {
  width: 45%;
}
.txt_area .faq dd table tr td .tw45 {
  width: 45%;
}
.txt_area .faq dd table tr th .tw25,
.txt_area .faq dd table tr td .tw25 {
  width: 25%;
}

.txt_area .faq dd table tr th img {
  max-width: 154px;
}
.txt_area .faq dd table tr th strong {
  font-weight: bold;
}
.txt_area .faq dd table tr th .cap {
  font-size: 11px !important;
  padding-top: 10px !important;
  line-height: 1.2em !important;
}

@media (max-width: 640px) {
  .txt_area .faq dd table tr th img {
    width: 99%;
    min-width: 100px;
  }
}
@media (max-width: 479px) {
  .txt_area .faq dd table tr th img {
    width: 80%;
    min-width: 80px;
  }
  p.pagelink.q_wind-sc {
    height: 32px;
    line-height: normal;
  }
}
@media (max-width: 400px) {
  .txt_area .faq dd table tr th {
    font-size: 70%;
  }
  .txt_area .faq dd table tr th img {
    width: 50%;
    min-width: 65px;
  }
}

/* product
----------------------------------------------------------*/

.lineup .s5-button {
  width: 65%;
  margin: 10px auto 5px;
  text-align: center;
}
.lineup .s5-storeButton {
  width: 65%;
  margin: 0px auto 5px;
  text-align: center;
}
.s5--colorBlue.en-btn {
  font-size: 1rem;
}
.arrow.en-arrow {
  padding: 5px 5px 0px 10px;
  display: inline;
}

/* class
----------------------------------------------------------*/
.al-center {
  text-align: center !important;
  display: block;
}

.al-right {
  text-align: right !important;
  display: block;
}

.al-left {
  text-align: left !important;
  display: block;
}

/*.arrow {
	padding-left:12px;
	background:url(../images/icn_arrow.gif) no-repeat 0 0.45em;
	display:block;
}*/


/*.arrow-inline {
	display: inline;
	padding-left:12px;
	background:url(../images/icn_arrow.gif) no-repeat 0 0.25em;
}*/



/*.arrow-inline2 {
	display: inline;
	margin-left: 5px;
	padding-left:12px;
	background:url(../images/icn_arrow.gif) no-repeat 0 0.25em;
}*/

/*@media (max-width:639px) {
	.arrow {
		background:url(../images/icn_arrow.gif) no-repeat 0 0.55em;
	}
	
	.arrow-inline,.arrow-inline2 {
		background:url(../images/icn_arrow.gif) no-repeat 0 0.25em;
	}
}*/

.arrow_02 {
  font-size: 15px;
  padding-top: 5px;
  padding-left: 10px;
  background: url(../images/icn_arrow.gif) no-repeat 0 0.5em;
  display: block;
}

@media (max-width: 480px) {
  .arrow_02 {
    background: url(../images/icn_arrow.gif) no-repeat 0 0.6em;
  }
}

.arrow_02 a {
  color: #e95401;
}

/* Clearfix
----------------------------------------------------------*/
.clearfix,
.page_navi,
.other {
  zoom: 1;
}

.clearfix:after,
.page_navi:after,
.other:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/*Adobe Premiere Rush / campaign-oubo_tabu
----------------------------------------------------------*/
.benefits-img {
  display: block;
}
.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
img.howto {
  max-width: 800px;
  width: 100%;
}
.mr20 {
  margin-right: 20px;
}
.benefits-imgAlt {
  display: none;
}
.mb30.tokuten-tab_pc {
  display: block;
  margin-top: 35px;
}
.mb30.tokuten-tab_pc .s5-row__col3 img:hover {
  opacity: 0.7;
}
.mb30.tokuten-tab_sp .s5-row__col1 img:hover {
  opacity: 0.7;
}
.mb30.tokuten-tab_pc .s5-row__col3 img {
  width: 99%;
}

.mb30.tokuten-tab_sp {
  display: none;
}
@media (max-width: 639px) {
  .benefits-imgAlt {
    display: block;
    padding: 0;
  }
  .benefits-img {
    display: none;
  }
  .mb30.tokuten-tab_pc {
    display: none;
  }
  .mb30.tokuten-tab_sp {
    display: block;
  }
  .mb30.tokuten-tab_sp .s5-row__col1 img {
    margin: 0 0 1px 0;
  }
}
@media (max-width: 950px) {
  img.howto {
    width: 100%;
  }
}

.c5-precautions {
  box-sizing: border-box;
  height: 500px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}

.c5-precautions__ttl {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
}

.c5-precautions__block {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}

.c5-precautions__block p {
  padding-left: 1em;
}

.c5-personal ul {
  list-style-type: none;
}

.c5-precautions__block ul {
  padding-left: 0;
  list-style: none;
}

.c5-precautions__block ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-precautions__block ul.c5-padding li {
  padding-left: 4em;
  text-indent: -3em;
}

.c5-precautions__block ul.c5-padding li ul li {
  padding-left: 2em;
  text-indent: -1em;
}

@media (max-width: 640px) {
  .c5-precautions {
    height: 300px;
    margin-bottom: 40px;
    padding: 10px 5px;
  }
  .c5-precautions__ttl {
    font-size: 16px;
  }
  .c5-precautions__block {
    font-size: 14px;
  }
  .c5-personal {
    margin: 0;
  }
  .c5-personal p,
  .c5-precautions__block p {
    padding-left: 0;
  }
  .c5-personal ul,
  .c5-precautions__block ul {
    padding-inline-start: 0 !important;
  }
  .c5-personal ul li,
  .c5-precautions__block ul li {
    padding-left: 0;
    text-indent: 0;
  }
  .c5-personal ul.c5-padding li,
  .c5-precautions__block ul.c5-padding li {
    padding-left: 0;
    text-indent: 0;
  }
  .c5-personal ul.c5-padding li ul li,
  .c5-precautions__block ul.c5-padding li ul li {
    padding-left: 0;
    text-indent: 0;
  }
}

ul.s5-button-wide li {
  width: 100% !important;
}
ul.s5-button-wide li .s5-button {
  width: 33em !important;
}
ul.s5-button-wide li,
ul.s5-button-wide li .s5-button {
  display: inline-block;
  text-align: center;
}
@media (max-width: 640px) {
  ul.s5-button-wide li,
  ul.s5-button-wide li .s5-button {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  ul.s5-button-wide li .s5-button {
    width: 100% !important;
    margin: 0;
  }
}

/* margin
----------------------------------------------------------*/
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml20 {
  margin-left: 20px;
}

.pt5 {
  padding-top: 5px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 640px) {
  .mt40_sp {
    margin-top: 40px !important;
  }
}

.red {
  color: var(--color-red-accent);
  font-weight: bold;
  margin-top: 15px !important;
  font-size: larger;
}

.pc-img {
  width: 100%;
}
.sp-img {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-img {
    display: none;
  }
  .sp-img {
    width: 100%;
    display: inline;
  }
}

/*cb23summer_ZV-1F*/

/* ul left ctrl */
.c5-p0 {
  padding: 0;
}

/* apply btn */
.c5-btn-apply {
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
}
.c5-btn-apply:hover {
  color: #fff;
  border: none;
  text-decoration: none;
}
/* barcode img */
.mod-column1 #contents03 p img {
  max-width: 200px;
  margin: 10px 10px 0;
}

img.acafe01 {
  max-width: 1200px;
  width: 100%;
}

.s5-buttonacafe {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* media querie */

.c5-pc {
  display: block;
}
.c5-sp {
  display: none;
}

/* figure frame */
.c5-imgborder {
  border: 2px #ccc solid;
  padding: 20px;
}
/* appry btn padding */
.c5-buttonpadding {
  padding-left: 8em;
  padding-right: 8em;
}
/* products,store btn single size */
#c5-products-btn-single {
  width: 25% !important;
}
#c5-store-btn-single {
  width: 25% !important;
}

.lineup.lineup_ZV-1F .img-box img {
  width: 56.25%; /*75%*/
}

@media (max-width: 640px) {
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }

  .c5-imgborder {
    border: 2px #ccc solid;
    padding: 5px;
    width: 90% !important;
  }
  .c5-buttonpadding {
    padding-left: 3em;
    padding-right: 3em;
  }

  #c5-products-btn-single {
    width: 68% !important;
  }
  #c5-store-btn-single {
    width: 68% !important;
  }

  .lineup.lineup_ZV-1F .img-box {
    width: 100%; /* sp */
  }

  img.acafe01 {
    width: 100%;
  }

  @media (max-width: 950px) {
    img.acafe01 {
      width: 100%;
    }
  }

  @media (max-width: 479px) {
    img.acafe01 {
      width: 100%;
    }
  }

  .s5-buttonacafe {
    padding: 15px 30px 15px 30px;
    font-size: 125%;
  }
}

.txt_area ul.products table td .font-s {
  font-size: 12px;
  font-weight: normal !important;
  display: block;
}
