@charset "Shift_JIS";

/*=========================================================

	Site Name   SONY ichigan-a
	File Name   style.css

==========================================================*/
:root {
  /* Key colors */
  --key-color-primary: #e66e79;
  --key-color-primary-hover: #333;
  --key-color-number: #e66e79;
  --key-color-secondary: #000;

  /* Basic colors */
  --color-white: #fff;
  --color-black: #000;
  --color-gray-900: #333;
  --color-gray-800: #666;
  --color-gray-500: #999;
  --color-gray-300: #c6c6c6;
  --color-gray-200: #ddd;
  --color-gray-100: #efefef;

  /* Accent colors */
  --color-red-accent: #c93434;
  --color-red-strong: #e60011;
  --color-red-alert: #ff0000;
  --color-orange-accent: #e95401;
  --color-brown-accent: #953a29;

  /* Sizes */
  --triangle-size: 9px;
}

.s5-container h1 {
  margin: 0.67em 0 0 0;
}
.s5-promotionA {
  margin: 0px 0 0 0;
  padding-top: 43.5%;
}
.s5-getStarted {
  margin-top: 0px;
  margin-bottom: 50px;
}
.s5-getStarted li.s5-getStarted__item1 {
  padding: 0 10px;
}
.mod-column1 .s5-getStarted:nth-last-child(2) {
  margin-bottom: 0px;
}

.mod-column1 .s5-getStarted:nth-last-child(4) + div h2 {
  margin: 0 0 5px;
  border: none;
  border-left: none;
  padding: 0;
  line-height: 1.4;
}

P.spTxt {
  font-size: 80%;
  display: none;
}
@media (max-width: 639px) {
  P.spTxt {
    font-size: 80%;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
}

.s5-promotionA.mv-display {
  display: block;
}

.s5-promotionA__main {
  padding-top: 41.7%;
}
@media (max-width: 639px) {
  .s5-promotionA {
    padding-top: 0;
    margin: 10px -20px;
  }
  .s5-promotionA__main {
    padding-top: 75.8427%;
  }
  .s5-getStarted li.s5-getStarted__item1 {
    padding: 0 8px;
  }
  .s5-getStarted {
    margin-bottom: 0px;
  }
}

.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: 1px 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: 125%;
  color: var(--color-white);
  background-color: var(--color-gray-900);
  font-weight: bold;
}

#tab-cb li.select {
  background-color: var(--key-color-primary);
}

#tab-cb li.hover {
  background-color: var(--color-gray-800);
}
#tab-cb li.select.hover {
  background-color: var(--key-color-primary);
}

/* Accessibility: Keyboard focus style */
#tab-cb li:focus-visible {
  outline: 3px solid var(--color-black);
  outline-offset: 2px;
}

.disnon {
  display: none;
}

@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;
    padding: 3% 0 3% 0;
  }
}

/* Contents
----------------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

@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;
}
#contents03 .txt_area {
  margin: 0 0px 30px 0px;
}
.txt_area.none {
  margin: 0 0 30px 0;
}

.txt_area02 {
  margin: 0;
  padding: 0;
  color: var(--color-red-alert);
}

.txt_area.notice {
  border: 1px dotted var(--color-black);
  padding: 15px;
  margin: 20px 15px 25px 15px !important;
}

.txt_area.notice .notice-txt {
  font-size: large;
}

.txt_area.notice .notice-txt a {
  font-size: large;
}

.txt_area.notice .notice-txtb {
  font-size: large;
  font-weight: bold;
}

.txt_area.notice .notice-link {
  background-position-y: 0.7em;
}

.txt_area.notice .notice-link a {
  font-size: 20px;
  font-weight: 700;
}

.br64 {
  display: block;
}
@media (max-width: 640px) {
  .br64 {
    display: none;
  }
}

p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

p.txtl.cplink {
  color: var(--color-red-accent);
}
p.txtl.cplink .s5-linkV3 {
  font-size: inherit;
}

.contents02 {
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}

.c5-precautions {
  box-sizing: border-box;
  height: 500px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid var(--color-gray-200);
  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;
}

.c5-indent {
  margin-left: 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;
  }
}

/*--見出し--*/
.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);
}

.mod-column1 h3 {
  margin: 0 0 20px 0;
}

@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 {
    margin: 0 0 20px 0;
    height: auto;
    text-indent: 0;
    position: relative;
  }
}

/*--01キャンペーン対象モデル-*/
ul.intro {
  padding-left: 0px;
  color: var(--color-white);
}
ul.intro li {
  float: left;
  /*width:30%;*/
  width: 47%;
  text-align: center;
  margin-right: 2%;
  background-color: var(--color-black);
  padding: 1%;
}
ul.intro li:nth-child(2) {
  margin-right: 0%;
}
ul.intro li:nth-child(3) {
  margin-right: 0%;
  background-color: var(--color-brown-accent);
}
ul.intro li dl {
  margin: 0;
}
ul.intro li dl dt {
  color: var(--key-color-primary);
}
ul.intro li dl dt img {
  vertical-align: middle;
  width: 15%;
  max-width: 54px;
}
ul.intro li dl dd {
  margin-left: 0;
  margin-top: 10px;
}
ul.intro li dl dd em {
  font-style: normal;
}

.txt_area.model h3.title {
  width: 100%;
  text-align: center;
  /*background-color:#30576a;*/
  background-color: var(--color-gray-900);
  color: var(--color-white);
  padding: 0.5%;
}

.txt_area.model h3.title.cp2 {
  width: 100%;
  text-align: center;
  background-color: var(--key-color-primary);
  color: var(--color-white);
  padding: 0.5%;
}

.txt_area.model h3.title.cp2 + div.body {
  border: 1px solid var(--color-black);
  padding: 20px;
}

div.body:nth-of-type(2) {
  padding-bottom: 0;
}

.txt_area.model div.cp2_title {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
  box-sizing: border-box;
  /* background: url(../images/cp2_back.png) no-repeat; */
  /* background-size: contain; */
}

.txt_area.model div.cp2_title img {
  margin: 5.5% 0;
  width: 100%;
  /* max-width:1031px; */
}

/* @media (max-width:728px) {
.txt_area.model div.cp2_title img {
	margin:2%;
}
} */
@media (max-width: 640px) {
  .txt_area.model div.cp2_title img {
    /* margin: 0% 10%; */
    margin: 0;
    padding-bottom: 6%;
    padding-top: 6%;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .txt_area.model div.cp2_title {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    /* background: url(../images/cp2_back_sp.png) no-repeat;
    background-size: contain; */
  }
}

/*#contents03 ul.intro li {
	width:47%;
}
#contents03 ul.intro li:nth-child(2) {
	margin-right:0%;
}*/

@media (max-width: 479px) {
  ul.intro li,
  #contents03 ul.intro li {
    float: none;
    width: 100%;
    margin-bottom: 1%;
    padding: 5% 0;
  }
}

/*--01キャンペーン対象モデル カメラ--*/
.txt_area ul.camera {
  width: 100%;
  position: relative;
  /*z-index:10;*/
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.txt_area ul.camera li {
  float: left;
  width: 50%;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  border: 1px solid var(--color-black);
  text-align: center;
  min-height: 405px;
  padding-bottom: 20px;
}

.txt_area ul.camera li a {
  margin: 0% 1% 0% 1%;
  display: inline-block;
  overflow: hidden;
  /* 	width:45%; */
}
/* 対象カメラ本体 コンテンツ */
.txt_area ul.camera.second {
  /*border-bottom: 1px solid var(--color-black);*/ /* border 対応 */
  margin-top: 20px;
}
/* 枠 */
.txt_area ul.camera.second li {
  width: 100%;
  border-top: none; /* border 対応 */
}

@media (max-width: 479px) {
  .txt_area ul.camera table tbody tr {
    padding-bottom: 20px;
  }
  .txt_area ul.camera table tbody tr:last-of-type {
    padding-bottom: 0;
  }
}

.txt_area ul.camera.second.four li {
  width: 25%;
}

/* 対象カメラ本体 枠内ボタン 横幅 規定値 */
.txt_area ul.camera.second li a {
  width: 68%;
}
/* 対象カメラ本体 枠内ボタン 1つ用 */
.c5-btn-1item {
  width: 25% !important;
}
/* 対象カメラ本体 枠内ボタン 2つ用 */
.c5-btn-2item {
  width: calc(100% / 2) !important;
}
.txt_area ul.camera li a:hover {
  display: inline-block;
}
.txt_area ul.camera li img.plus {
  display: inline-block;
  width: 7% !important;
  padding-top: 60px;
}
.txt_area ul.camera li span {
  display: block;
}
.txt_area ul.camera li div {
  display: block;
  width: 100%;
  border-bottom: 1px dotted var(--color-black);
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* 枠 width: 100%;以外の場合 */
.txt_area ul.camera.second li:nth-child(2),
.txt_area ul.camera.second li:nth-child(3),
.txt_area ul.camera.second li:nth-child(4),
.txt_area ul.camera.second li:nth-child(5),
.txt_area ul.camera.second li:nth-child(6),
.txt_area ul.camera.second li:nth-child(7),
.txt_area ul.camera.second li:nth-child(8),
.txt_area ul.camera.second li:nth-child(9),
.txt_area ul.camera.second li:nth-child(10) {
  width: 50%;
}

.txt_area ul.camera.second li:nth-child(11),
.txt_area ul.camera.second li:last-child {
  width: 75% !important;
}

/* 枠スタート width: 2columnの場合に追加 */
.txt_area ul.camera.second li:nth-child(1) {
  width: 50%;
}

@media (max-width: 640px) {
  .txt_area ul.camera.second li:nth-child(1),
  .txt_area ul.camera.second li:nth-child(2),
  .txt_area ul.camera.second li:nth-child(3),
  .txt_area ul.camera.second li:nth-child(4),
  .txt_area ul.camera.second li:nth-child(5),
  .txt_area ul.camera.second li:nth-child(6),
  .txt_area ul.camera.second li:nth-child(7),
  .txt_area ul.camera.second li:nth-child(8),
  .txt_area ul.camera.second li:nth-child(9),
  .txt_area ul.camera.second li:nth-child(10),
  .txt_area ul.camera.second li:nth-child(11),
  .txt_area ul.camera.second li:last-child {
    width: 100%;
  }
}

/* 枠 左配置用 */
.txt_area ul.camera.second li.c5-box-left {
  border-right: none;
}
/* 枠内画像 1item */ /* 1column時のコントロール
.txt_area ul.camera.second li:nth-child(1) img{
	width: 40%;
	margin: 0 5%;
}
.txt_area ul.camera.second li:nth-child(1) img:nth-child(2) {
	margin-bottom: 5%;
}*/

.txt_area ul.camera.second li table td {
  width: 50% !important;
  border-right: 1px var(--color-black) solid;
  text-align: center;
}

.txt_area ul.camera.second li table td.three {
  width: 25% !important;
  border-right: 1px var(--color-black) solid;
  text-align: center;
}

.txt_area ul.camera.second li table td:last-of-type {
  border-right: none;
}

/* border 対応 */
@media (min-width: 641px) {
  .txt_area ul.camera.second {
    border-top: 1px solid var(--color-black);
  }
  .ctrl-border {
    padding-bottom: 1px;
    border-bottom: 1px solid var(--color-black);
  }
  .ctrl-border-end {
    border-bottom: 1px solid var(--color-black) !important;
    width: calc(50% + 1px) !important;
  }
}
@media (max-width: 640px) {
  .txt_area ul.camera.second {
    border-top: 1px solid var(--color-black);
  }
  .ctrl-border {
  }
  .ctrl-border-end {
    border-bottom: 1px solid var(--color-black) !important;
    width: calc(50% + 1px) !important;
  }
}

@media (max-width: 640px) {
  .txt_area ul.camera.second li {
    width: 100%;
    border-right: 1px solid var(--color-black);
  }
  .txt_area ul.camera.second li.c5-box-left {
    border-right: 1px solid var(--color-black);
  }
  .txt_area ul.camera.second li table {
    width: 100%;
    display: block;
  }
  .txt_area ul.camera.second li table td {
    width: 100% !important;
    display: block;
    border-right: none;
    /* 		border-bottom: 1px #000 solid; */
  }
  .txt_area ul.camera.second li table td.three {
    width: 100% !important;
    display: block;
    border-right: none;
    /* 		border-bottom: 1px #000 solid; */
  }

  .txt_area ul.camera.second li:nth-child(11),
  .txt_area ul.camera.second li:last-child {
    width: 100% !important;
  }
  .txt_area ul.camera.second li table td:last-of-type {
    border-bottom: none;
  }
  /* 枠内画像 1item */
  .txt_area ul.camera.second li:nth-child(1) img {
    width: 80%;
  }
  /* 対象カメラ本体 枠内ボタン 横幅 規定値 */
  .txt_area ul.camera.second li a {
    width: auto;
  }
  /* 対象カメラ本体 枠内ボタン 1つ用 */
  .c5-btn-1item {
    width: 65% !important;
  }
  /* 対象カメラ本体 枠内ボタン 2つ用 */
  .c5-btn-2item {
    width: 65% !important;
  }
  .txt_area ul.camera.second li table td a.s5-button {
    width: 65% !important;
  }
  .txt_area ul.camera.second li table td a.s5-storeButton {
    width: 65% !important;
  }
  .txt_area ul.camera.second li .pic img {
    width: 80%;
  }
}

.txt_area ul.camera.second li {
  min-height: inherit;
  padding-bottom: 0;
}
.txt_area ul.camera.second li div {
  margin-bottom: 0;
}
.txt_area ul.camera.second li table td.c5-4in1box {
  padding: 9% 0;
}

.txt_area ul.camera.second li table td a.list-products {
  /*     display: block; */
  min-height: 220px;
  line-height: 1.4;
}
.txt_area ul.camera.second li a span {
  font-size: 80%;
}
.txt_area ul.camera.second li .s5-button {
  /* 	width: 68% !important; */
  display: block;
  margin: 0 auto 5px;
}
.cp_m .txt_area ul.camera.second li .s5-button {
  margin: 0 auto 20px;
}
.txt_area ul.camera.second li .s5-storeButton {
  /* 	width: 68% !important; */
  display: block;
  margin: 0 auto 20px;
}

.txt_area ul.camera li img {
  width: 70%;
}
.txt_area ul.camera li img:nth-child(2) {
  margin-top: 0%;
  margin-bottom: 5%;
  z-index: 1000;
  position: relative;
}

#contents03 .txt_area ul.camera li span:first-child {
  display: block;
}
/* #contents .txt_area ul.camera li img,
#contents03 .txt_area ul.camera li img {
	width:60%;
} */
#contents03 .txt_area ul.camera li img:nth-child(2) {
  margin-top: 0;
}

.txt_area ul.camera .arrow {
  display: inline-block;
}

.txt_area ul.camera a:hover,
.txt_area ul.lens a:hover {
  text-decoration: none;
  opacity: 0.5;
  display: block;
}

.txt_area ul.lens .s5-button {
  width: 68% !important;
  margin: 5px auto !important;
  display: inline-block;
}
.txt_area ul.lens .s5-storeButton {
  width: 68% !important;
  margin-bottom: 10%;
  display: inline-block;
}
.txt_area ul.lens .s5-button:hover {
  display: inline-block;
}
.txt_area ul.lens .s5-storeButton:hover {
  display: inline-block;
}
.txt_area ul.lens .note-70350g {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5 !important;
}

.br-sp {
  display: block;
}
a.list-lens {
  display: inline-block !important;
  min-height: 200px;
}

.Gmaster tr:nth-child(-n + 4) a.list-lens {
  min-height: 220px;
}

@media (max-width: 768px) {
  .Gmaster tr:nth-child(-n + 4) a.list-lens {
    min-height: 200px;
  }
  .Gmaster tr a.list-lens {
    min-height: 200px;
  }
}

/*@media (max-width:640px) {
	.Gmaster tr:nth-child(-n + 4) a.list-lens {
		min-height: auto;
	}
	.Gmaster tr:nth-child(-n + 3) a.list-lens {
		min-height: 200px;
	}
}*/
table.acc a.list-lens {
  min-height: 180px;
}

.cp2 a.list-lens {
  min-height: 260px;
  display: block !important;
}

.cp2 a.list-acc {
  min-height: 280px;
  display: block !important;
}

@media (max-width: 790px) {
  .txt_area ul.camera li img.plus {
    display: block;
    padding-top: 0px;
    margin: 0 auto;
  }
  .br-sp {
    display: none;
  }
}
@media (max-width: 479px) {
  .txt_area ul.camera li {
    width: 99.4%;
    border-right: 1px solid var(--color-black);
    text-align: center;
    min-height: auto;
  }
  .txt_area ul.camera.second {
    margin-top: 0;
    border-bottom: none;
    border-top: 1px solid var(--color-black);
  }
  .txt_area ul.camera.second li {
    width: 99.4%;
    border-right: 1px solid var(--color-black) !important;
    border-bottom: 1px solid var(--color-black);
    border-top: none;
    text-align: center;
  }
  .txt_area ul.camera li:nth-child(4),
  .txt_area ul.camera li:nth-child(5),
  .txt_area ul.camera li:nth-child(6) {
    border-top: none;
    border-left: 1px solid var(--color-black);
  }
  .txt_area ul.camera.second.four li {
    width: 99.4%;
  }
  /* 	.txt_area ul.camera li:nth-child(2) {
	border-top: none;
	border-left: 1px solid var(--color-black);
	}
	.txt_area ul.camera li img:nth-child(2) {
	margin-top: 0;
	margin-bottom: 0;
	} */
  /* 	.txt_area ul.camera li a,
	.txt_area ul.camera.second li a,
	.txt_area ul.lens li a {
	width:50%;
	text-align: center;
	margin: 0 auto;
	}
	.txt_area ul.camera.second li a {
	width:100%;
	} */
  .txt_area .body ul.lens li a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .txt_area ul.camera li div {
    margin-top: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* 	#contents .txt_area ul.camera li img,
	#contents03 .txt_area ul.camera li img {
	width:100%;
	} */
  /* 	.txt_area ul.camera .s5-button {
		width: 65% !important;
		text-align: center;
	}
	.txt_area ul.camera .s5-storeButton {
		width: 65% !important;
		margin-bottom: 8%;
	} */
  .txt_area ul.lens .s5-button {
    width: 68% !important;
    text-align: center;
  }
  .txt_area ul.lens .s5-storeButton {
    width: 68% !important;
    text-align: center;
  }
  a.list-lens {
    min-height: 150px;
  }
  .txt_area ul.lens table tbody td span:first-child {
    display: inline-block;
  }
  .txt_area ul.camera li span:first-child,
  .txt_area ul.lens li span:first-child {
    width: 100%;
    float: none;
  }
  .txt_area ul.camera li:nth-child(3) {
    border-top: none;
    border-left: 1px solid var(--color-black);
  }

  .cp2 a.list-lens {
    min-height: auto;
  }
  /* 	.txt_area ul.camera.second li:nth-child(5), .txt_area ul.camera.second li:nth-child(6) {
    	border-left: 1px solid var(--color-black);
		width: 99.4%;
	} */
  /* 	.txt_area ul.camera.second li:nth-child(1) img,
    .txt_area ul.camera.second li:nth-child(2) img,
    .txt_area ul.camera.second li:nth-child(3) img,
    .txt_area ul.camera.second li:nth-child(4) img,
	.txt_area ul.camera.second li:nth-child(5) img,
    .txt_area ul.camera.second li:nth-child(6) img,
    .txt_area ul.camera.second li:nth-child(7) img,
    .txt_area ul.camera.second li:nth-child(8) img {
		width: 60% !important;
} */
}

/*--01キャンペーン対象モデル レンズ--*/
.txt_area ul.lens {
  width: 100%;
  position: relative;
  /*z-index:10;*/
  margin: auto 0;
  padding: 0;
  border-bottom: none;
}
.txt_area ul.lens.price {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.txt_area ul.lens li {
  /*float:left;
	width:20%;*/
  box-sizing: border-box;
  height: 100%;
  list-style: none;
  position: relative;
  margin: 0;
  border: 1px solid var(--color-black);
  overflow: hidden;
  /*min-height:1280px;*/
}

.txt_area .body ul.lens li {
  box-sizing: border-box;
  height: 100%;
  list-style: none;
  position: relative;
  margin: 0;
  border: none;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .txt_area ul.lens li,
  *::-ms-backdrop,
  .txt_area .body ul.lens li {
    width: 99%;
  }
}

.txt_area ul.lens li table {
  width: 100%;
}

.txt_area ul.lens2 li table {
  width: 100%;
  padding-left: 10px;
}

.txt_area ul.lens.price li {
  width: 100%;
  text-align: center;
  border-right: none;
  padding: 0 1% 1% 1%;
}
.txt_area ul.lens li:nth-child(2),
.txt_area ul.lens li:nth-child(3),
.txt_area ul.lens li:nth-child(4),
.txt_area ul.lens li:nth-child(5),
.txt_area ul.lens li:nth-child(6),
.txt_area ul.lens li:nth-child(7) {
  margin-top: 20px;
}

.txt_area ul.lens li:nth-child(3),
.txt_area ul.lens li:nth-child(4) {
  min-height: 420px;
}
.txt_area ul.lens li:nth-child(3) table:first-child {
  min-height: 290px;
}
.txt_area ul.lens li:nth-child(3) table:nth-child(3) thead th {
  border-top: 1px solid var(--color-black);
}
@media (max-width: 1024px) {
  .txt_area ul.lens li {
    min-height: auto;
  }
  .txt_area ul.lens li:nth-child(3) table:first-child {
    min-height: auto;
  }
}

.txt_area ul.lens table thead th {
  padding: 1% 2.5% 0;
  display: block;
  text-align: center;
  margin: 10px 0px 0px 0px;
}

.txt_area ul.lens table tbody th.second {
  border-bottom: 1px solid var(--color-black);
  border-top: 1px solid var(--color-black);
  text-align: center;
}
.txt_area ul.lens li a {
  word-wrap: break-word;
  display: block;
}

.txt_area ul.lens li div {
  display: block;
  width: 100%;
  border-bottom: 1px dotted var(--color-black);
  /*margin-top:20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  /*border-bottom: none;*/
}

.txt_area ul.lens li:nth-child(1) table + div {
  position: relative;
  border-bottom: none;
}

.txt_area ul.lens li:nth-child(1) table + div + table + div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-bottom: none;
}

@media (max-width: 1024px) {
  .txt_area ul.lens li div {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 480px) {
  .txt_area ul.lens li:nth-child(1) table + div,
  .txt_area ul.lens li div {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .txt_area ul.lens li:nth-child(1) table + div + table + div {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .txt_area .body ul.lens li {
    margin: 0 0 0px;
  }
}

.txt_area ul.lens table tbody td span:first-child {
  display: block;
}

.txt_area ul.lens table tbody td span {
  display: block;
}

.txt_area ul.lens table tbody td span img {
  width: 50%;
}
@media (max-width: 640px) {
  .txt_area ul.lens table tbody td span img {
    width: 75%;
  }
  .txt_area ul.lens table tbody td h4 br {
    display: none;
  }
}
@media (max-width: 479px) {
  .txt_area .body ul.lens table tbody td span img {
    width: 60%;
  }
}
@media (max-width: 420px) {
  .txt_area ul.lens2 table tbody td h4 br {
    display: block;
  }
  .txt_area ul.lens2 li a {
    width: 100%;
  }
}

.txt_area ul.lens table tbody th {
  padding: 5% 2.5% 0;
  display: block;
  width: 95%;
  text-align: center;
}
.txt_area ul.lens table tbody th.second img {
  width: auto;
}
.txt_area ul.lens table tbody tr {
  width: 25%;
  text-align: center;
  float: left;
  min-width: 200px;
  padding-bottom: 20px;
  display: flex; /*  unique GP logo */
  align-items: end; /* ! unique GP logo */
}
.txt_area ul.lens2 table tbody tr {
  width: 24.1%;
}
/* 対象レンズ（同時購入） */
.txt_area ul.lens2 table tbody tr td span {
  height: 110px;
}
.txt_area ul.lens2 table tbody tr td img:nth-child(2) {
  padding-bottom: 10px;
}
.txt_area ul.lens2 table tbody tr:nth-child(1) {
  width: 25%;
  padding-left: 0.9%;
}
.txt_area ul.lens2 table tbody tr:nth-child(4) {
  width: 25%;
  padding-right: 0.9%;
}

@media (max-width: 900px) {
  .txt_area ul.lens table tbody tr {
    width: 33%;
    min-width: auto;
  }
  .txt_area .body ul.lens table tbody tr {
    width: 50%;
    min-width: auto;
    margin-bottom: 20px;
  }
  .txt_area ul.lens2 table tbody tr:nth-child(1) {
    width: 33%;
    padding-left: 0;
  }
  .txt_area ul.lens2 table tbody tr:nth-child(4) {
    width: 33%;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .txt_area ul.lens table tbody tr {
    width: 50%;
    min-width: auto;
  }
  .txt_area .body ul.lens table tbody tr {
    width: 50%;
    min-width: auto;
    margin-bottom: 20px;
  }
  .txt_area ul.lens2 table tbody tr td span {
    height: 200px;
  }
  .txt_area ul.lens2 table tbody tr td img:nth-child(2) {
    padding-bottom: 10px;
  }
  .txt_area ul.lens2 table tbody tr:nth-child(1) {
    width: 50%;
    padding-left: 0;
  }
  .txt_area ul.lens2 table tbody tr:nth-child(4) {
    width: 50%;
    padding-right: 0;
  }
  .txt_area .body ul.lens table tbody tr br {
    display: none;
  }
}

/*.txt_area ul.lens table tbody td {
	width: 25%;
	padding-top: 20px;
}*/
/* ! unique GP logo */
.txt_area ul.lens table tbody td {
  width: 100%;
  padding-top: 20px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .txt_area ul.lens table tbody {
    display: block;
    box-sizing: border-box;
  }
}

@media all and (-ms-high-contrast: none) {
  .txt_area ul.lens table tbody {
    display: block;
    box-sizing: border-box;
  }
}

@supports (-ms-ime-align: auto) {
  .txt_area ul.lens table tbody {
    display: block;
    box-sizing: border-box;
  }
}

/*IE10,11,Edge*/

@media (max-width: 1024px) {
  .txt_area ul.lens li {
  }
  .txt_area ul.lens li:nth-child(5) {
    border-left: 1px solid var(--color-black);
  }
  .txt_area ul.lens li:nth-child(3),
  .txt_area ul.lens li:nth-child(4),
  .txt_area ul.lens li:nth-child(5) {
    margin-top: 20px;
  }

  .txt_area ul.lens li:nth-child(3) {
    border-left: 1px solid var(--color-black);
  }

  .txt_area ul.lens table tbody th {
    width: 30%;
  }
  .txt_area ul.lens table tbody th.second {
    width: 94%;
  }
}
@media (max-width: 479px) {
  .txt_area ul.lens table tbody td img {
    padding-bottom: 10%;
  }
  .txt_area .body ul.lens table tbody td img {
    padding-bottom: 0%;
  }
  .txt_area .body ul.lens table tbody td img + img {
    padding-bottom: 10%;
  }
  .txt_area ul.lens table thead th {
    padding: 2.5% 2.5%;
  }
}
@media (max-width: 479px) {
  .txt_area ul.lens.price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .txt_area ul.lens li {
    /* 		width:99%; */
    box-sizing: border-box;
    border: 1px solid var(--color-black);
  }
  .txt_area ul.lens li:nth-child(2),
  .txt_area ul.lens li:nth-child(3),
  .txt_area ul.lens li:nth-child(4) {
    border-top: none;
    border-left: 1px solid var(--color-black);
    margin-top: 0px;
  }
  .txt_area ul.lens table tbody th {
    width: 25%;
  }
  .txt_area ul.lens table tbody td {
    padding: 3%;
    /*text-align: left;*/
  }
  .txt_area ul.camera.second table tbody tr,
  .txt_area ul.lens table tbody tr,
  .txt_area .body ul.lens table tbody tr {
    width: 100%;
  }
  .txt_area ul.lens2 table tbody tr:nth-child(1),
  .txt_area ul.lens2 table tbody tr:nth-child(4) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

p.txtl_right {
  text-align: right;
  margin: 0px 36px 0px 0px;
  font-size: 80%;
}
@media (max-width: 640px) {
  p.txtl_right {
    text-align: left;
    margin: 5px 0 0 0;
  }
}

/*--01キャッシュバック方法／02お申し込み方法--*/
.redbox {
  border: 7px solid var(--color-red-strong);
  padding: 2em;
  color: var(--color-red-strong);
  margin: 0 0px 30px 0px;
}

.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;
}

@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;
  }
}

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.gif) no-repeat 0 0.2em;
  padding-left: 20px;
}
ul.numberlist li.num02 {
  background: url(../images/no02.gif) no-repeat 0 0.2em;
  padding-left: 20px;
}
ul.numberlist li.num03 {
  background: url(../images/no03.gif) no-repeat 0 0.2em;
  padding-left: 20px;
}
ul.numberlist li.num04 {
  background: url(../images/no04.gif) 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;
}

/* numberlist_letter: CSS circle numbers */
ul.numberlist_letter li[class^="num"] {
  padding-left: 24px;
  padding-right: 20px;
}
ul.numberlist_letter li[class^="num"]::before {
  align-items: center;
  background: var(--key-color-number);
  border-radius: 50%;
  color: var(--color-white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0.2em;
}
ul.numberlist_letter li.num01 {
  display: block;
  width: 100%;
}
ul.numberlist_letter li.num01::before {
  content: "1";
}
ul.numberlist_letter li.num02::before {
  content: "2";
}
ul.numberlist_letter li.num03::before {
  content: "3";
}
ul.numberlist_letter li.num04::before {
  content: "4";
}
ul.numberlist_letter li.num05::before {
  content: "5";
}

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;
  }
}

/*--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);
  border-radius: 50%;
  color: var(--color-white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 20px;
}

.stepnum-s .stepnum__circle {
  font-size: 12px;
  height: 16px;
  width: 16px;
}

@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 {
  margin-left: auto;
  margin-right: auto;
}
.txt_area .numberlist .barcode ul li {
  width: 50%;
}

.txt_area .numberlist .barcode span.Redbk {
  color: var(--color-white);
  background: var(--color-red-accent);
  padding: 5px;
}

img.howto {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 640px) {
  .txt_area .numberlist .barcode ul li {
    width: 100%;
  }
}
@media (max-width: 950px) {
  img.howto {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .txt_area .numberlist .num03 .mtb10 ul .num03left {
    float: none;
  }
  .txt_area .numberlist .num03 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-primary);
  border-left: none;
  padding: 0 0 0 0;
  color: var(--key-color-primary);
  font-weight: bold;
  font-size: 125%;
  cursor: pointer;
}
p.pagelink:hover {
  color: var(--key-color-primary-hover);
}
p.pagelink a {
  text-decoration: none;
}

p.pagelink span {
  display: block;
  height: 27px;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

p.pagelink span.mn01,
p.pagelink span.mn02,
p.pagelink span.mn03,
p.pagelink span.mn04 {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
p.pagelink span.mn01:focus-visible,
p.pagelink span.mn02:focus-visible,
p.pagelink span.mn03:focus-visible,
p.pagelink span.mn04:focus-visible {
  outline: 3px solid var(--key-color-secondary);
  outline-offset: 2px;
}
p.pagelink span.mn01::before,
p.pagelink span.mn02::before,
p.pagelink span.mn03::before,
p.pagelink span.mn04::before {
  content: "";
  width: var(--triangle-size);
  height: calc(var(--triangle-size) * 0.866);
  background: var(--key-color-primary);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
p.pagelink span.mn01:focus-visible::before,
p.pagelink span.mn02:focus-visible::before,
p.pagelink span.mn03:focus-visible::before,
p.pagelink span.mn04:focus-visible::before {
  background: var(--key-color-secondary);
}

p.pagelink:hover span.mn01::before,
p.pagelink:hover span.mn02::before,
p.pagelink:hover span.mn03::before,
p.pagelink:hover span.mn04::before {
  background: var(--key-color-primary-hover);
}

/*--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: var(--color-white);
}

@media (max-width: 640px) {
  h2.faq {
    margin: 0 0 20px 0;
    height: auto;
    border-left: none;
    padding: 0 5px 0 5px;
  }
}

/* FAQ Q/A SVG icons */
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 {
  border-bottom: 1px dotted var(--color-gray-500);
  margin: 20px 0 10px !important;
  padding: 0 0 7px !important;
}

dl.faq.none {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

ul.case {
  padding-left: 0px;
  list-style-type: none;
}
ul.case li {
  width: auto;
}
ul.case li img {
  width: 100%;
}
ul.case li.sp {
  display: none;
}
@media (max-width: 640px) {
  ul.case li.pc {
    display: none;
  }
  ul.case li.sp {
    display: block;
    margin-bottom: 30px;
  }
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 0.8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: 0.8em;
  min-height: 35px;
}
.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;
  }
}
@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;
  }
}

div.chart img {
  width: 100%;
}
div.chart {
  margin-top: 20px;
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
}
div.chart_wrap.sp {
  display: none;
}
@media (max-width: 640px) {
  div.chart_wrap.pc {
    display: none;
  }
  div.chart_wrap.sp {
    display: block;
  }
}

/* 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;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* Clearfix
----------------------------------------------------------*/
.clearfix,
.page_navi,
.other {
  zoom: 1;
}

.clearfix:after,
.page_navi:after,
.other:after {
  content: "";
  display: block;
  clear: both;
  height: 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;
}

.mb60 {
  margin-bottom: 60px !important;
}
.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}

.mt40 {
  margin-top: 40px;
}

.red {
  color: var(--color-red-accent);
  font-weight: bold;
  margin-top: 15px !important;
  font-size: larger;
}

.font-s {
  font-size: 12px;
  padding-bottom: -12px;
}

.center-nc120 {
  text-align: center;
}
@media (max-width: 1200px) {
  .nb120 {
    display: none;
  }
  .center-nc120 {
    text-align: left;
  }
}

/* adjust
----------------------------------------------------------*/

.s5-linkV3 {
  font-size: 1rem;
}

.s5-linkV3.cursorp {
  cursor: pointer;
}

.mod-column1 #contents03 p img {
  max-width: 200px;
  margin: 10px 10px 0;
}

.arrow.oh {
  display: inline;
}

.sp {
  display: none;
}
@media (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

ul.s5-list,
ol.s5-list {
  padding-left: 1.2em !important;
}

.h-adjust {
  min-height: 420px !important;
}

.products-caution a.list-lens {
  min-height: 208px;
}
.products-caution .list-lens.products-caution-link {
  min-height: 100px;
}
.products-caution .products-caution-text {
  font-size: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.products-caution .products-caution-text a {
  font-size: 0.75rem;
  display: inline !important;
}
@media (max-width: 768px) {
  .products-caution .list-lens.products-caution-link {
    min-height: 160px !important;
  }
}

/* 20230530 */
/* logo spacer */
.c5-logo-spacer {
  display: inline-block;
  width: 1.6rem;
}
/* 枠 4column */
.txt_area ul.camera.c5-four-column li:nth-child(1),
.txt_area ul.camera.c5-four-column li:nth-child(2),
.txt_area ul.camera.c5-four-column li:nth-child(3),
.txt_area ul.camera.c5-four-column li:nth-child(4),
.txt_area ul.camera.c5-four-column li:nth-child(5),
.txt_area ul.camera.c5-four-column li:nth-child(6) {
  width: calc(100% / 4);
}
@media (max-width: 640px) {
  .txt_area ul.camera.c5-four-column li:nth-child(1),
  .txt_area ul.camera.c5-four-column li:nth-child(2),
  .txt_area ul.camera.c5-four-column li:nth-child(3),
  .txt_area ul.camera.c5-four-column li:nth-child(4),
  .txt_area ul.camera.c5-four-column li:nth-child(5),
  .txt_area ul.camera.c5-four-column li:nth-child(6) {
    width: 100%;
  }
}
.txt_area ul.camera.c5-four-column {
  border-width: 1px 0 0 1px; /**/
  box-sizing: border-box;
}
.txt_area ul.camera.c5-four-column li {
  border-width: 0 1px 1px 0;
}
/* border 対応 */
@media (min-width: 641px) {
  .txt_area ul.camera.c5-four-column {
    border-left: 1px solid var(--color-black);
  }
  .txt_area ul.camera.c5-four-column li {
    border-top: 1px solid var(--color-black);
  }
}
@media (max-width: 640px) {
  .txt_area ul.camera.c5-four-column {
    /*border: 1px solid var(--color-black);*/
    border-top: 1px solid var(--color-black);
    border-left: 1px solid var(--color-black);
  }
}

/* 対象カメラ本体 枠内ボタン 1つ用 */

.txt_area ul.camera.c5-four-column li a.s5-button {
  width: 65%;
  margin: 0 auto 5px;
}
.txt_area ul.camera.c5-four-column li a.s5-storeButton {
  width: 65%;
  margin: 0 auto 5px;
}

/* supフォントスケール */
sup.c5-sup-small {
  font-size: 0.6rem;
}

/* GP wrap */

.txt_area ul.lens table tbody tr.c5-gp-wrap {
  width: 100%;
}

.txt_area ul.lens .s5-storeButton.s5-store-btn-gp {
  /*width: 68% !important;*/
  margin-bottom: 0;
  /*display: inline-block;*/
}

.txt_area ul.lens li div {
}
.c5-gp-box {
  border: 1px solid var(--color-gray-300);
}

@media (min-width: 901px) {
  .c5-forpc {
  }
  .c5-fornarrow {
    display: none;
  }

  .c5-gp-box {
    display: flex;
  }
  .txt_area ul.lens li div.c5-gp-wrap-imgside {
    width: 70%;
    border: none;
  }
  .txt_area ul.lens table tbody td.c5-gp-box span {
    display: flex;
    align-items: center;
  }
  .txt_area ul.lens li div.c5-gp-wrap-btnside {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img {
    width: 22%;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img.c5-gp-logo {
    width: 14%;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img.c5-gp-ttl {
    width: 42%;
  }
}

@media screen and (min-width: 481px) and (max-width: 900px) {
  .c5-forpc {
    display: none;
  }
  .c5-fornarrow {
  }

  .c5-gp-box {
    /*display: flex;*/
  }

  .txt_area ul.lens li div.c5-gp-wrap-imgside {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
  .txt_area ul.lens table tbody td.c5-gp-box span {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .txt_area ul.lens li div.c5-gp-wrap-btnside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img {
    width: 72%;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img.c5-gp-logo {
    width: 16%;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img.c5-gp-ttl {
    width: 72%;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .c5-forpc {
    display: none;
  }
  .c5-fornarrow {
  }

  .c5-gp-box {
    /* 	display: flex; */
  }

  .txt_area ul.lens li div.c5-gp-wrap-imgside {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
  .txt_area ul.lens table tbody td.c5-gp-box span {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .txt_area ul.lens li div.c5-gp-wrap-btnside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img {
    width: 80%;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img.c5-gp-logo {
    width: 50%;
  }
  .txt_area ul.lens table tbody tr.c5-gp-wrap td span img.c5-gp-ttl {
    width: 90%;
    padding-bottom: 0;
  }
}

/*///// full image article box 20230720 /////*/
.c5-article-box img {
  width: 100%;
  height: auto;
}

.c5-gp-set {
  display: flex;
}
.c5-gp-item {
  width: 18% !important;
  vertical-align: bottom !important;
}
@media (max-width: 640px) {
  .c5-gp-item {
    width: 18% !important;
    vertical-align: bottom !important;
    left: -4% !important;
  }
}
.c5-red {
  color: var(--color-red-accent) !important;
  font-weight: bold;
  margin-top: 15px !important;
  font-size: 1.25em;
}

a.c5-red:after {
  background-image: URL("data:image/svg+xml;charset=utf8,<svg%20fill%3D'%23c93434'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'><path%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F><%2Fsvg>") !important;
}

/* common */
/* PC SP show switch */
@media (min-width: 641px) {
  .show-pc {
    display: block;
  }
  .show-sp {
    display: none;
  }
}
@media (max-width: 640px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
}
/* layout */
img.layout-fullwidth {
  width: 100%;
  height: auto;
}
