@charset "UTF-8";
/* ==========================================================================
	main 全体
 ========================================================================== */
.main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.main img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.nav__link--handy.active .nav__btn {
  background: #fff;
  border: solid 4px #0081a6;
  color: #0081a6;
}

.nav__link--handy.active .nav__btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 20px solid #0081a6;
}

.nav__link--action.active .nav__btn {
  background: #fff;
  border: solid 4px #a44682;
  color: #a44682;
}

.nav__link--action.active .nav__btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 20px solid #a44682;
}

@media screen and (max-width: 767px) {
  .nav__link--handy .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down.png) no-repeat left top;
    background-size: contain;
    border: none;
    transition: all 0.5s;
  }
  .nav__link--handy:hover {
    text-decoration: none;
  }
  .nav__link--handy:hover .nav__btn {
    background: #fff;
    border: solid 4px #0081a5;
    color: #0081a5;
    transition: all 0.5s;
  }
  .nav__link--handy:hover .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down_hc.png) no-repeat left top;
    background-size: contain;
    border: none;
  }
  .nav__link--action .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down.png) no-repeat left top;
    background-size: contain;
    border: none;
    transition: all 0.5s;
  }
  .nav__link--action:hover {
    text-decoration: none;
  }
  .nav__link--action:hover .nav__btn {
    background: #fff;
    border: solid 4px #a44682;
    color: #a44682;
    transition: all 0.5s;
  }
  .nav__link--action:hover .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down_ac.png) no-repeat left top;
    background-size: contain;
    border: none;
  }
  .nav__link--handy.active .nav__btn {
    background: #fff;
    border: solid 4px #0081a5;
    color: #0081a5;
    transition: all 0.5s;
  }
  .nav__link--handy.active .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down_hc.png) no-repeat left top;
    background-size: contain;
    border: none;
  }
  .nav__link--action.active .nav__btn {
    background: #fff;
    border: solid 4px #a44682;
    color: #a44682;
    transition: all 0.5s;
  }
  .nav__link--action.active .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down_ac.png) no-repeat left top;
    background-size: contain;
    border: none;
  }
  .js-openWindow.active .nav__btn:before {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
}

.handycamBg {
  overflow: hidden;
  background: url(../images/handy_bg.png) left top;
}

.actioncamBg {
  overflow: hidden;
  background: url(../images/action_bg.png) left top;
}

.handycam {
  max-width: 1140px;
  margin: 40px auto 0;
  padding: 0 2.5% 3.6%;
}

.actioncam {
  max-width: 1140px;
  margin: 40px auto 0;
  padding: 0 2.5% 3.6%;
}

@media screen and (max-width: 767px) {
  .handycamBg {
    padding-top: 0;
    background: url(../images/handy_bg.png) left top;
  }
  .actioncamBg {
    padding-top: 0;
    background: url(../images/action_bg.png) left top;
  }
  .spWindow {
    display: none;
  }
  .handycam {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2.5% 5%;
  }
  .actioncam {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2.5% 5%;
  }
}

/* ==========================================================================
	nav 全体
 ========================================================================== */
.navall {
  background: url(../images/nav_bg.png) repeat-y center top;
}

.navWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .navall {
    background: url(../images/nav_bg.png) repeat-y center top;
  }
  .navWrap {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

.nav__link {
  display: block;
  max-width: 600px;
  width: 50%;
  margin: 0;
  padding: 30px 30px 0;
  text-decoration: none;
  outline: none;
  border: none;
}

.nav__link--handy {
  background: url(../images/handy_bg.png) left top;
}

.nav__link--handy .hover {
  background: #fff;
  border: solid 4px #0081a5;
  color: #0081a5;
  transition: all 0.5s;
}

.nav__link--handy .hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 20px solid #0081a6;
}

.nav__link--action {
  background: url(../images/action_bg.png) left top;
}

.nav__link--action .hover {
  background: #fff;
  border: solid 4px #a44682;
  color: #a44682;
  transition: all 0.5s;
}

.nav__link--action .hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 20px solid #a44682;
}

.nav__inner {
  position: relative;
}

.nav__titleImage img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.nav__titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2%;
}

.nav__title {
  width: 64%;
  margin: 2% auto;
  font-size: 36px;
  color: #0081a6;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.2;
  text-align: left;
}

.nav__title--action {
  color: #a44682;
  font-size: 36px;
}

.nav__innerBox {
  width: auto;
  margin: 0 auto 2%;
  background: rgba(255, 255, 255, 0.6);
}

.nav__images {
  max-width: 207px;
  width: 34.5%;
  margin: 0 auto 1%;
}

.nav__images img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.nav__feature {
  width: auto;
  margin: 0;
  padding: 20px 15px;
  list-style: none;
  font-size: 1.22rem;
}

.nav__featureList {
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
}

.nav__featureList--small {
  font-size: 1rem;
}

.nav__featureList span {
  margin-right: .4em;
  color: #0081a6;
  font-family: monospace;
  font-size: 2.6rem;
}

.nav__featureList span.num {
  color: #a44682;
}

.nav__note {
  margin: 0 0 5%;
  padding-left: 1.3em;
  text-indent: -1.4em;
  font-size: .8rem;
  text-align: left;
}

.nav__noteInNav {
  width: auto;
  margin: 0;
  padding: 1% 2% 5%;
  background: #fff;
  font-size: .8rem;
}

.nav__btn {
  position: relative;
  padding: 20px 10px;
  color: #fff;
  background: #0081a6;
  font-size: 36px;
  text-align: center;
  border: solid 4px #0081a6;
}

.nav__btn--action {
  background: #a44682;
  border: solid 4px #a44682;
}

@media screen and (min-width: 1920px) {
  .nav__title {
    font-size: 40px;
  }
  .nav__title--action {
    color: #a44682;
    font-size: 36px;
  }
  .nav__btn {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav__title {
    font-size: 3.07692vw;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
  }
  .nav__title--action {
    font-size: 3.07692vw;
  }
  .nav__feature {
    margin: 0;
    padding: 0 20px 20px;
    list-style: none;
    font-size: 1.22rem;
  }
  .nav__featureList {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
  }
  .nav__featureList--small {
    font-size: .9rem;
  }
  .nav__featureList span {
    margin-right: .4em;
    color: #0081a6;
    font-family: monospace;
    font-size: 2.6rem;
  }
  .nav__featureList span.num {
    color: #a44682;
  }
  .nav__feature {
    margin: 0;
    padding: 0 20px 20px;
    list-style: none;
    font-size: 1rem;
  }
  .nav__btn {
    font-size: 2.73794vw;
  }
}

@media screen and (max-width: 880px) {
  .nav__inner {
    position: relative;
  }
  .nav__featureList {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 767px) {
  .nav__link {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 5% 2.5% 0;
    text-decoration: none;
  }
  .nav__link--handy {
    background: url(../images/handy_bg.png) left top;
  }
  .nav__link--handy:hover {
    text-decoration: none;
  }
  .nav__link--handy:hover .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down_hc.png) no-repeat left top;
    background-size: contain;
    border: none;
  }
  .nav__link--action {
    background: url(../images/action_bg.png) left top;
  }
  .nav__link--action:hover {
    text-decoration: none;
  }
  .nav__link--action:hover .nav__btn:before {
    content: "";
    display: block;
    z-index: 5;
    width: 19px;
    height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 90%;
    top: 36%;
    background: url(../images/arrow_down_ac.png) no-repeat left top;
    background-size: contain;
    border: none;
  }
  .nav__titleImage {
    width: 100%;
  }
  .nav__titleImage img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .nav__title {
    margin: 2% auto;
    font-size: 1.9rem;
    color: #0081a6;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.3;
    text-align: left;
  }
  .nav__title--action {
    color: #a44682;
    font-size: 1.7rem;
  }
  .nav__innerBox {
    width: auto;
    margin: 0 auto 5%;
    background: rgba(255, 255, 255, 0.6);
  }
  .nav__images {
    max-width: 100%;
    width: 40%;
    margin: 0 auto 3%;
  }
  .nav__images img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .nav__inner {
    position: relative;
  }
  .nav__feature {
    margin: 0;
    padding: 20px 10px;
    list-style: none;
    font-size: 1.25rem;
  }
  .nav__featureList {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: .9rem;
  }
  .nav__featureList span {
    margin-right: .4em;
    color: #0081a6;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.4rem;
  }
  .nav__featureList span.num {
    color: #a44682;
  }
  .nav__noteInNav {
    width: auto;
    margin: 0;
    padding: 1% 2% 10% 1.7em;
    text-indent: -1.3em;
    background: #fff;
    font-size: .8rem;
  }
  .nav__note {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5%;
    padding-left: 1.3em;
    text-indent: -1.4em;
    font-size: .8rem;
    text-align: left;
  }
  .nav__btn {
    position: relative;
    margin-bottom: 5%;
    padding: 10px;
    color: #fff;
    background: #0081a6;
    font-size: 1.3rem;
    text-align: center;
  }
  .nav__btn--action {
    background: #a44682;
  }
}

.spec {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto .8%;
  padding: 60px 0 0;
}

.spec__title {
  max-width: 540px;
  width: 45%;
  margin: 0 auto 2%;
}

.spec__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.spec__categoryWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 1%;
}

.spec__categoryTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  width: 50%;
  margin: 0 auto;
  font-weight: bold;
}

.spec__categoryIcon {
  width: 18.1%;
  margin-right: 2%;
}

.spec__categoryIcon img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.spec__categoryName {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 0 15%;
  font-size: 60px;
  color: #0081a6;
  font-family: "Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -2px;
}

.spec__categoryName:before {
  position: absolute;
  left: 58px;
  bottom: 3px;
  content: "";
  width: 18%;
  height: 88px;
  background: url("../images/images_handycam.png") no-repeat center bottom;
  background-size: contain;
}

.spec__categoryName--action {
  letter-spacing: -5px;
  color: #a44682;
}

.spec__categoryName--action:before {
  position: absolute;
  left: 30px;
  bottom: 0;
  content: "";
  width: 22%;
  height: 92px;
  background: url("../images/images_actioncam.png") no-repeat center bottom;
  background-size: contain;
}

.spec__image {
  display: flex;
  justify-content: space-between;
}

.spec__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.spec__tableWrap {
  width: 100%;
  padding-bottom: 2.5%;
  background: url(../images/td_bg.jpg) repeat-y center top;
}

.spec__tableTextWrap {
  display: flex;
  justify-content: space-between;
}

.spec__tableText {
  width: 50%;
  padding: .5% 0;
  background: #0081a6;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
}

.spec__tableText span {
  font-size: 30px;
}

.spec__tableText--action {
  background: #a44682;
}

.spec__tableImageArea {
  display: flex;
  justify-content: space-between;
}

.spec__tableImageWrap {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  width: auto;
  margin: 0 auto;
  padding: 20px 0;
}

.spec__tableImageWrap img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.spec__tableImage {
  width: 49.09090909090909%;
}

.spec__tableImage img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.spec__table {
  max-width: 1140px;
  width: 95%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: solid 2px #ec6300;
  border-left: solid 2px #ec6300;
}

.spec__table th {
  border-top: solid 2px #ec6300;
  border-left: solid 2px #ec6300;
  border-right: solid 2px #fff;
  background: #ec6300;
  color: #fff;
}

.spec__table th:last-child {
  border-right: solid 2px #ec6300;
}

.spec__table .tdNormal {
  margin: 0;
  border-bottom: solid 2px #ec6300;
  border-right: solid 2px #ec6300;
  background: #fff;
  text-align: center;
}

.spec__table .tdNormal img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin: 0;
}

.spec__table .tdMargin {
  padding: 8px;
  border-bottom: solid 2px #ec6300;
  border-right: solid 2px #ec6300;
  background: #fff;
  text-align: center;
}

.spec__table .tdMargin img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin: 0;
}

.spec__model {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spec__model img.icon01 {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  width: 35%;
  margin: 0;
}

.spec__model img.icon02 {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  width: 17%;
  margin: 0;
}

.spec__model img.icon03 {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  width: 25%;
  margin: 0;
}

.spec__modelText {
  margin: 5% 5% 5% 0;
  font-size: 24px;
  font-weight: normal;
}

.spec__featureText {
  margin: 0 0 0 3%;
  font-size: 24px;
}

.spec__featureText--topic {
  font-size: 21px;
}

.spec__color {
  background: #fff799 !important;
  color: #ec6300;
}

.spec__list {
  max-width: 1130px;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.spec__list li {
  font-size: .85rem;
  text-indent: -1.9em;
  padding-left: 1.8em;
}

@media screen and (min-width: 1920px) {
  .spec__categoryName {
    font-size: 60px;
  }
  .spec__btn {
    font-size: 36px;
  }
  .spec__tableText {
    font-size: 25px;
  }
  .spec__tableText span {
    font-size: 30px;
  }
  .spec__modelText {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .spec {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0.8%;
    padding: 60px 0 0;
  }
  .spec__categoryName {
    font-size: 5.01956vw;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
  }
  .spec__categoryName:before {
    position: absolute;
    left: 35px;
    bottom: 3px;
    content: "";
    width: 18%;
    height: 88px;
    background: url("../images/images_handycam.png") no-repeat center bottom;
    background-size: contain;
  }
  .spec__categoryName--action {
    letter-spacing: -5px;
    color: #a44682;
  }
  .spec__categoryName--action:before {
    position: absolute;
    left: 18px;
    bottom: 0;
    content: "";
    width: 22%;
    height: 92px;
    background: url("../images/images_actioncam.png") no-repeat center bottom;
    background-size: contain;
  }
  .spec__featureText {
    margin: 0 0 0 3%;
    font-size: 20px;
  }
  .spec__btn {
    font-size: 2.9987vw;
  }
  .spec__tableText {
    font-size: 2.08605vw;
  }
  .spec__tableText span {
    font-size: 2.54237vw;
  }
  .spec__tableImageWrap {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    width: 45%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .spec__tableImageWrap img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .spec__modelText {
    font-size: 2.02086vw;
  }
  .spec__list {
    max-width: 1130px;
    width: 95%;
    list-style: none;
    margin: 0 2.5%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .spec {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto .8%;
    padding: 30px 0 0;
  }
  .spec__title {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 3%;
  }
  .spec__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .spec__categoryWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 1%;
  }
  .spec__categoryWrap--action {
    padding: 10% 0 0;
  }
  .spec__categoryTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 2%;
    font-weight: bold;
  }
  .spec__categoryIcon {
    width: 18.1%;
    margin-right: 2%;
  }
  .spec__categoryIcon img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .spec__categoryName {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 0 15%;
    font-size: 10.43025vw;
    color: #0081a6;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -5px;
  }
  .spec__categoryName:before {
    position: absolute;
    left: 42px;
    bottom: 3px;
    content: "";
    width: 17%;
    height: 84px;
    background: url("../images/images_handycam.png") no-repeat center bottom;
    background-size: contain;
  }
  .spec__categoryName--action {
    letter-spacing: -5px;
    color: #a44682;
  }
  .spec__categoryName--action:before {
    position: absolute;
    left: 33px;
    bottom: 0;
    content: "";
    width: 17%;
    height: 84px;
    background: url("../images/images_actioncam.png") no-repeat center bottom;
    background-size: contain;
  }
  .spec__image {
    display: flex;
    justify-content: space-between;
  }
  .spec__image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .spec__tableWrap {
    padding-bottom: 5%;
    background: url(../images/handy_bg.png) center top;
  }
  .spec__tableWrap--actioncam {
    background: url(../images/action_bg.png) center top;
  }
  .spec__tableTextWrap {
    display: flex;
    justify-content: space-between;
  }
  .spec__tableText {
    width: 100%;
    padding: .5% 0;
    background: #0081a6;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 3.91134vw;
    font-weight: normal;
    text-align: center;
  }
  .spec__tableText span {
    font-size: 5.21512vw;
  }
  .spec__tableText--action {
    background: #a44682;
  }
  .spec__tableImageArea {
    display: flex;
    justify-content: space-between;
  }
  .spec__tableImageWrap {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .spec__tableImageWrap img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .spec__tableImage img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .spec__table {
    max-width: 1140px;
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: solid 2px #ec6300;
    border-left: solid 2px #ec6300;
  }
  .spec__table th {
    border-top: solid 2px #ec6300;
    border-left: solid 2px #ec6300;
    border-right: solid 2px #fff;
    background: #ec6300;
    color: #fff;
  }
  .spec__table th:last-child {
    border-right: solid 2px #ec6300;
  }
  .spec__table .tdNormal {
    margin: 0;
    border-bottom: solid 2px #ec6300;
    border-right: solid 2px #ec6300;
    background: #fff;
    text-align: center;
  }
  .spec__table .tdNormal img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin: 0;
  }
  .spec__table .tdMargin {
    padding: 8px;
    border-bottom: solid 2px #ec6300;
    border-right: solid 2px #ec6300;
    background: #fff;
    text-align: center;
  }
  .spec__table .tdMargin img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin: 0;
  }
  .spec__model {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .spec__model img.icon1 {
    display: block;
    max-width: 100%;
    width: 30%;
    height: auto;
  }
  .spec__model img.icon2 {
    display: block;
    max-width: 100%;
    width: 20%;
    height: auto;
  }
  .spec__model img.icon3 {
    display: block;
    max-width: 100%;
    width: 30%;
    height: auto;
  }
  .spec__modelText {
    margin: 5% 3% 5% 0;
    font-size: 3.12907vw;
    font-weight: normal;
  }
  .spec__featureText {
    margin: 0 0 0 3%;
    font-size: 3.12907vw;
    white-space: nowrap;
  }
  .spec__featureText--topic {
    font-size: 3.12907vw;
  }
  .spec__color {
    background: #fff799 !important;
    color: #ec6300;
  }
  .spec__list {
    max-width: 1130px;
    width: 95%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .spec__list li {
    font-size: .85rem;
    text-indent: -1.9em;
    padding-left: 1.8em;
  }
}

/* ==========================================================================
	 メイン
	 ========================================================================== */
.main__images {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.main__images img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main__images {
    margin: 0;
  }
  .main__images img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .main__actioncamNav {
    background: #fff;
  }
}

/* ==========================================================================
	nav
 ========================================================================== */
.navHandycam__list {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 7%;
  background: #fff;
  list-style: none;
}

.navHandycam__list li {
  width: 33.333%;
  margin: 0;
}

.navHandycam__list li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.navHandycam__list li a {
  display: block;
}

.navHandycam__list li a:hover {
  transition: all 0.5s;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .navHandycam__list {
    display: block;
    max-width: 690px;
    margin: 0 auto;
    padding: 0 0 10%;
    list-style: none;
  }
  .navHandycam__list li {
    width: auto;
    margin: 0;
  }
  .navHandycam__list li img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .navHandycam__list li a {
    display: block;
  }
  .navHandycam__list li a:hover {
    transition: all 0.5s;
    opacity: .5;
  }
}

/* ==========================================================================
	feature01
 ========================================================================== */
.feature01 {
  position: relative;
  margin: 0;
  padding: 0 0 8%;
  background: #fff;
}

.feature01__title {
  max-width: 1200px;
  width: 93%;
  margin: 0 auto 2.5%;
}

.feature01__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature01__content {
  max-width: 1140px;
  margin: 0 1.7543859649122806%;
  padding: 3.3% 0;
  background: #fef6fa;
  border-radius: 20px;
}

.feature01__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.feature01__inner {
  max-width: 1100px;
  width: 86.72727272727273%;
  margin: 0 auto 3.5%;
}

.feature01__figureWrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.feature01__movieWrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1000px;
  width: 90.9090909090909%;
  margin: 0 auto 1%;
}

.feature01__movie {
  max-width: 570px;
  width: 59.68586387434554%;
  margin: 0 5% 2% 0;
  padding: 0;
}

.feature01__youtube {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 56.15%;
}

.feature01__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.feature01__figure01 {
  width: 43.1413612565445%;
  margin: 0 2% 0 0;
}

.feature01__figure01 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature01__figure02 {
  width: 54.13612565445026%;
  margin: 0 auto;
}

.feature01__figure02 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature01__figure03 {
  width: 43%;
  margin: 0 auto;
}

.feature01__figure03 figure {
  margin: 0;
}

.feature01__figure03 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature01__imageInner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.feature01__note {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.feature01__text {
  font-size: 24px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 2%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.feature01__acc {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.feature01__accTitle {
  position: relative;
  top: 20px;
  max-width: 420px;
  width: auto;
  margin: 0 auto;
}

.feature01__accTitle img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  background: #fef6fa;
}

.feature01__accWrap {
  display: flex;
  justify-content: space-between;
  padding: 5% 5% 3%;
  border: dashed 5px #ee86b4;
  border-radius: 20px;
}

.feature01__accTextWrap {
  margin: 0 0 15px;
  padding-left: 5px;
  border-left: solid 5px #ee86b4;
}

.feature01__accName {
  margin: 0 0 2%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.feature01__accText {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.feature01__accProduct {
  margin: 0;
}

.feature01__accProductType {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  font-size: 1rem;
  font-weight: bold;
}

.feature01__accProductName {
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.feature01__accProductPrice {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}

.feature01__accProductLink {
  margin: 0;
  padding: 0 0 0 10px;
}

.feature01__accImage {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.feature01__accImage figure {
  margin: 0;
}

.feature01__accImage img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature01__accfigure01 {
  width: 35.38461538461539%;
}

.feature01__accfigure01 figure {
  margin: 0;
}

.feature01__accfigure01 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature01__accfigure02 {
  width: 64.61538461538461%;
}

.feature01__accfigure02 figure {
  margin: 0;
}

.feature01__accfigure02 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.bg1 {
  width: 12%;
  padding: 4% 0;
  position: absolute;
  left: 1%;
  top: 5%;
  background: url(../images/stamp01.png) no-repeat left top;
  background-size: contain;
}

.bg2 {
  width: 5.1%;
  padding: 4% 0;
  position: absolute;
  right: 1%;
  top: 5%;
  background: url(../images/stamp02.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .feature01__accImage {
    display: block;
    width: 24%;
    margin: 0;
  }
  .feature01__accImage figure {
    margin: 0;
    margin: 0 auto;
  }
  .feature01__accImage img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__accfigure01 {
    width: 60%;
  }
  .feature01__accfigure01 figure {
    margin: 0;
    margin: 0 auto;
  }
  .feature01__accfigure01 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__accfigure02 {
    width: 100%;
  }
  .feature01__accfigure02 figure {
    margin: 0;
    margin: 0 auto;
  }
  .feature01__accfigure02 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .feature01 {
    margin: 0;
    padding: 0 0 10%;
  }
  .feature01__title {
    max-width: 1200px;
    margin: 0 auto 5%;
  }
  .feature01__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 0;
    background: #fef6fa;
    border-radius: 0;
  }
  .feature01__wrap {
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
  }
  .feature01__inner {
    max-width: 100%;
    width: auto;
    margin: 0 auto 5%;
  }
  .feature01__figureWrap {
    display: block;
  }
  .feature01__movieWrap {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto 1%;
  }
  .feature01__movie {
    max-width: 100%;
    width: auto;
    margin: 0 auto 5%;
    padding: 0;
  }
  .feature01__youtube {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    padding-top: 56.15%;
  }
  .feature01__youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .feature01__figure01 {
    width: 75.5%;
    margin: 0 0 5% 5.3%;
  }
  .feature01__figure01 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__figure02 {
    width: 90%;
    margin: 0 auto;
  }
  .feature01__figure02 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__figure03 {
    width: 80%;
    margin: 0 auto;
  }
  .feature01__figure03 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__note {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .feature01__text {
    font-size: 1rem;
    max-width: 100%;
    width: 97%;
    margin: 0 2% 5%;
  }
  .feature01__acc {
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
  }
  .feature01__accTitle {
    position: relative;
    top: 10px;
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
  }
  .feature01__accTitle img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    background: #fef6fa;
  }
  .feature01__accWrap {
    display: flex;
    justify-content: space-between;
    padding: 8% 3% 3%;
    border: dashed 2px #ee86b4;
    border-radius: 20px;
  }
  .feature01__accTextWrap {
    margin: 0 0 15px;
    padding-left: 5px;
    border-left: solid 5px #ee86b4;
  }
  .feature01__accName {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .feature01__accText {
    font-size: .85rem;
    margin: 0;
  }
  .feature01__accProduct {
    margin: 0;
  }
  .feature01__accProductType {
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    font-size: .85rem;
    font-weight: bold;
  }
  .feature01__accProductName {
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
  }
  .feature01__accProductPrice {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    font-size: .75rem;
  }
  .feature01__accProductLink {
    margin: 0;
    padding: 0 0 0 10px;
  }
  .feature01__accImage {
    display: block;
    width: 45%;
    margin: 0;
  }
  .feature01__accImage figure:nth-of-type(1) {
    width: 60%;
    margin: 0 auto;
  }
  .feature01__accImage figure:nth-of-type(2) {
    width: 100%;
    margin: 0 auto;
  }
  .feature01__accImage img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__accfigure01 {
    width: 35.38461538461539%;
  }
  .feature01__accfigure01 figure {
    margin: 0;
  }
  .feature01__accfigure01 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature01__accfigure02 {
    width: 64.61538461538461%;
  }
  .feature01__accfigure02 figure {
    margin: 0;
  }
  .feature01__accfigure02 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .bg1 {
    display: none;
  }
  .bg2 {
    display: none;
  }
}

/* ==========================================================================
	feature02
 ========================================================================== */
.feature02 {
  position: relative;
  margin: 0;
  padding: 0 0 8%;
  background: #fff;
}

.feature02__title {
  max-width: 1200px;
  width: 76.5%;
  margin: 0 auto 2.5%;
}

.feature02__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature02__content {
  max-width: 1140px;
  margin: 0 1.7543859649122806%;
  padding: 3.3% 0;
  background: #f2f7fb;
  border-radius: 20px;
}

.feature02__4kWrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1062px;
  width: 88.5%;
  margin: 0 auto;
  padding: 0;
}

.feature02__4kWrap img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature02__4kWrap figure {
  margin: 0;
}

.feature02__figure01 {
  width: 51.60075329566855%;
}

.feature02__figure02 {
  width: 44.632768361581924%;
}

.feature02__figure03 {
  width: 100%;
}

.feature02__border {
  height: 246px;
  border-right: dotted 5px #49b3e8;
}

.feature02__4k {
  display: flex;
  justify-content: center;
  max-width: 762px;
  margin: 0 auto;
  padding: 3.3% 0;
}

.feature02__4k img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature02__4k figure {
  margin: 0;
}

.feature02__text {
  max-width: 1100px;
  width: 91.66666666666666%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.bg3 {
  width: 10.7%;
  padding: 5% 0;
  position: absolute;
  left: 1%;
  top: 3.4%;
  background: url(../images/stamp03.png) no-repeat left top;
  background-size: contain;
}

.bg4 {
  width: 9%;
  padding: 3.5% 0;
  position: absolute;
  right: 2.3%;
  top: 5.3%;
  background: url(../images/stamp04.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .feature02__figure03 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .feature02 {
    margin: 0;
    padding: 0 0 10%;
  }
  .feature02__title {
    max-width: 1200px;
    margin: 0 auto 5%;
  }
  .feature02__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature02__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.3% 0;
    background: #f2f7fb;
    border-radius: 0;
  }
  .feature02__4kWrap {
    display: block;
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
    padding: 3.3% 0;
  }
  .feature02__4kWrap img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature02__4kWrap figure {
    margin: 0 auto;
  }
  .feature02__4kWrap figure:nth-child(3) {
    width: 85%;
    padding: 3.3% 0;
  }
  .feature02__figure01 {
    width: 100%;
  }
  .feature02__figure02 {
    width: 100%;
  }
  .feature02__figure03 {
    width: 95%;
  }
  .feature02__border {
    display: none;
  }
  .feature02__4k {
    display: flex;
    justify-content: center;
    max-width: 835px;
    margin: 0 auto;
    padding: 3.3% 0;
  }
  .feature02__4k img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature02__4k figure {
    margin: 0;
  }
  .feature02__text {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3%;
    font-size: 1rem;
  }
  .bg3 {
    display: none;
  }
  .bg4 {
    display: none;
  }
}

/* ==========================================================================
	feature03
 ========================================================================== */
.feature03 {
  position: relative;
  margin: 0;
  padding: 0 0 50px;
  background: #fff;
}

.feature03__title {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto 2.5%;
}

.feature03__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature03__content {
  max-width: 1140px;
  margin: 0 1.7543859649122806% 4.1%;
  padding: 3.3% 0;
  background: #f4fbf5;
  border-radius: 20px;
}

.feature03__content img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature03__content figure {
  margin: 0;
}

.feature03__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1100px;
  width: 91.66666666666666%;
  margin: 0 auto 1.4%;
}

.feature03__figureWrap {
  max-width: 915px;
  width: 83.18181818181817%;
  margin: 0 auto 3.5%;
}

.feature03__figureWrap img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature03__movieWrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1000px;
  width: 90.9090909090909%;
  margin: 0 auto 1%;
}

.feature03__movie {
  max-width: 100%;
  width: 66%;
  margin: 0 5% 2% 0;
  padding: 0;
}

.feature03__youtube {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 56.15%;
}

.feature03__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.feature03__figure02 {
  width: 100%;
}

.feature03__figure02 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature03__figure03 {
  width: 43%;
  margin: 0 auto;
}

.feature03__figure03 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.feature03__list {
  list-style: none;
  padding: 0;
}

.feature03__list li {
  width: 100%;
  font-size: .7rem;
  margin: 0 auto;
  padding-left: 2.2em;
  text-indent: -2em;
}

.feature03__text {
  max-width: 1100px;
  width: 91.66666666666666%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

.bg5 {
  width: 8%;
  padding: 4% 0;
  position: absolute;
  left: 0%;
  top: 4.3%;
  background: url(../images/stamp05.png) no-repeat left top;
  background-size: contain;
}

.bg6 {
  width: 10%;
  padding: 4.7% 0;
  position: absolute;
  right: -0.6%;
  top: 4.4%;
  background: url(../images/stamp06.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .feature03 {
    margin: 0;
    padding: 0 0 5%;
  }
  .feature03__title {
    max-width: 1200px;
    margin: 0 auto 5%;
  }
  .feature03__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature03__content {
    margin: 0 auto 5%;
    padding: 5% 3%;
    background: #f4fbf5;
    border-radius: 0;
  }
  .feature03__content img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature03__content figure {
    margin: 0;
  }
  .feature03__figureWrap {
    max-width: 100%;
    width: auto;
    margin: 0 auto 5%;
  }
  .feature03__figureWrap img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature03__movieWrap {
    display: block;
    max-width: 1000px;
    width: auto;
    margin: 0 auto 1%;
  }
  .feature03__movie {
    max-width: 100%;
    width: auto;
    margin: 0 auto 5%;
    padding: 0;
  }
  .feature03__youtube {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 56.15%;
  }
  .feature03__youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .feature03__inner {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 1.4%;
  }
  .feature03__images {
    width: 100%;
  }
  .feature03__images:last-of-type {
    width: auto;
  }
  .feature03__images:nth-child(1) {
    order: 2;
  }
  .feature03__images:nth-child(2) {
    order: 1;
  }
  .feature03__figure02 {
    width: 100%;
    margin: 0 auto 5%;
  }
  .feature03__figure02 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature03__figure03 {
    width: 100%;
    margin: 0 auto 5%;
  }
  .feature03__figure03 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .feature03__list {
    list-style: none;
    padding: 0;
  }
  .feature03__list li {
    width: 95%;
    font-size: .9rem;
    margin: 0 auto;
    padding-left: 1em;
    text-indent: -1em;
  }
  .feature03__text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .bg5 {
    display: none;
  }
  .bg6 {
    display: none;
  }
}

.bnr_lead {
  max-width: 1100px;
  width: 96.49122807017544%;
  margin: 0 auto 2%;
}

.bnr_lead--last {
  margin: 0 auto;
}

.bnr_lead img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.bnr_lead a {
  display: block;
}

.bnr_lead:hover {
  transition: all 0.5s;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .bnr_lead {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
    padding: 0 2.5% 5%;
  }
  .bnr_lead--last {
    padding: 0 2.5%;
  }
  .bnr_lead img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

/* ==========================================================================
	 アクションカム
	========================================================================== */
.ac-feature {
  padding-bottom: 50px;
  background: #fff;
}

.ac-feature__title {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  font-size: 30px;
  text-align: center;
}

.ac-feature__title span {
  color: #f05a23;
  font-size: 50px;
}

.ac-feature__title sup {
  font-size: .9rem;
  line-height: 1;
  vertical-align: super;
}

.ac-feature__inner {
  max-width: 1060px;
  width: auto;
  margin: 0 auto;
  padding: 30px 1.81818% 50px;
  background: #fdf5ed;
}

.ac-feature__inner--2 {
  background: #eaf7f0;
}

.ac-feature__inner--3 {
  background: #ebf5fd;
}

.ac-feature__inner--4 {
  margin-bottom: 50px;
  background: #fdebeb;
}

.ac-feature__imageWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.ac-feature__figure {
  width: 49.03%;
  margin: 0;
  margin: 0;
}

.ac-feature__figure img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.ac-feature__illust {
  max-width: 900px;
  width: 81.81818181818183%;
  margin: 0 auto;
}

.ac-feature__illust img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.ac-feature__list {
  max-width: 900px;
  width: 81.81818181818183%;
  list-style: none;
  margin: 1.5% auto 0;
  padding: 0;
}

.ac-feature__list li {
  font-size: .85rem;
  text-indent: -1.9em;
  padding-left: 1.8em;
}

.ac-feature__text {
  margin-bottom: 0;
  font-size: 24px;
  text-align: center;
}

.ac-feature__text--mb {
  margin-bottom: 3%;
}

.ac-feature__text strong {
  font-size: 28px;
}

.ac-feature__movie {
  max-width: 900px;
  margin: 0 auto 2%;
  padding: 0;
}

.ac-feature__youtube {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 56.15%;
}

.ac-feature__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ac-feature__title {
    font-size: 2.54237vw;
  }
  .ac-feature__title span {
    font-size: 4.1721vw;
  }
  .ac-feature__text {
    font-size: 2.34681vw;
  }
  .ac-feature__text strong {
    font-size: 3.12907vw;
  }
}

@media screen and (max-width: 767px) {
  .ac-feature {
    margin: 0;
    padding: 0 0 10%;
  }
  .ac-feature:last-of-type {
    padding: 0 0 5%;
  }
  .ac-feature__title {
    line-height: 1.4;
    font-size: 4.43286vw;
  }
  .ac-feature__title span {
    font-size: 7.1708vw;
  }
  .ac-feature__title sup {
    font-size: .9rem;
    line-height: 1;
    vertical-align: super;
  }
  .ac-feature__inner {
    max-width: 1060px;
    width: auto;
    margin: 0 auto;
    padding: 5% 0;
    background: #fdf5ed;
  }
  .ac-feature__inner--2 {
    background: #eaf7f0;
  }
  .ac-feature__inner--3 {
    background: #ebf5fd;
  }
  .ac-feature__inner--4 {
    margin-bottom: 5%;
    background: #fdebeb;
  }
  .ac-feature__imageWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    width: 95%;
    margin: 0 auto 5%;
  }
  .ac-feature__figure {
    width: 50%;
    margin: 0;
    margin: 0;
  }
  .ac-feature__figure img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .ac-feature__illust {
    max-width: 100%;
    width: 95%;
    margin: 0 auto 1.5%;
  }
  .ac-feature__illust img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .ac-feature__list {
    max-width: 100%;
    width: 95%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
  .ac-feature__list li {
    font-size: .85rem;
    text-indent: -1.9em;
    padding-left: 1.8em;
  }
  .ac-feature__text {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
  }
  .ac-feature__text--mb {
    margin: 0 auto 5%;
  }
  .ac-feature__text strong {
    font-size: 1.25rem;
  }
  .ac-feature__movie {
    max-width: 100%;
    width: 95%;
    margin: 0 auto 2%;
    padding: 0;
  }
  .ac-feature__youtube {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 56.15%;
  }
  .ac-feature__youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.navActioncam__list {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  list-style: none;
}

.navActioncam__list li {
  width: 25.087719298245613%;
  margin: 0;
}

.navActioncam__list li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.navActioncam__list li a {
  display: block;
}

.navActioncam__list li a:hover {
  transition: all 0.5s;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .navActioncam__list {
    display: block;
    max-width: 690px;
    margin: 0 auto;
    padding: 0 0 2%;
    list-style: none;
  }
  .navActioncam__list li {
    width: auto;
    margin: 0;
  }
  .navActioncam__list li img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .navActioncam__list li a {
    display: block;
  }
  .navActioncam__list li a:hover {
    transition: all 0.5s;
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .sticky {
    z-index: 2147483647;
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
  }
  .sticky__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .sticky__list li {
    width: 50%;
  }
  .sticky__list li img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

/* ==========================================================================
	Pc sP
	 ========================================================================== */
.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: block;
}

.br2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: none;
  }
  .br2 {
    display: block;
  }
}
