@charset 'UTF-8';
del {
	color: #f00;
}
.scrollanim[data-scrollanim-type="fadein"] {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity;
}
.scrollanim.fired[data-scrollanim-type="fadein"] {
  opacity: 1.0;
}
.scrollanim[data-scrollanim-type="slidein"] {
  opacity: 0;
  transform: translateY(60px);
  transition-duration: 0.8s;
  transition-delay: 0s;
  transition-property: opacity transform;
}
.scrollanim[data-scrollanim-type="slidein-right"] {
  opacity: 0;
  transform: translateX(60px);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity transform;
}
.scrollanim[data-scrollanim-type="slidein-left"] {
  opacity: 0;
  transform: translateX(-60px);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity transform;
}
.scrollanim.fired[data-scrollanim-type="slidein-right"], .scrollanim.fired[data-scrollanim-type="slidein-left"] {
  opacity: 1.0;
  transform: translateX(0);
}
.scrollanim.fired[data-scrollanim-type="slidein"] {
  opacity: 1.0;
  transform: translateY(0px);
}
.kokuyo-st-container #kokuyo-st-main-contents {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  overflow: hidden;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bobbinHeader {
  height: 88px;
}
#kokuyo-st-main-contents .bobbinHeader > .bobbinInner {
  height: 60px;
  text-align: center;
  background: #fefdfd;
  padding-top: 28px;
  top: -100px;
  transition-property: top;
  transition-duration: 0.3s;
}
#kokuyo-st-main-contents .bobbinHeader > .bobbinInner > div {
  width: 90%;
  max-width: 860px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bobbinLogo:hover {
  opacity: 0.7;
}
.bobbinHeader nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
#kokuyo-st-main-contents .bobbinHeader nav li:nth-child(n+2) {
  margin-left: 50px;
}
.bobbinHeader nav a {
  display: block;
  color: #ba8853;
  text-decoration: none;
}
.bobbinHeader nav a:hover {
  color: #ecc78b;
}
.is_headermenu #kokuyo-st-main-contents .bobbinHeader > .bobbinInner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 20px;
}
/* *****************************************************************************
メインビジュアル
***************************************************************************** */
#kokuyo-st-main-contents .bobbinMainvisual {
  position: relative;
}
.bobbinMainvisual_slide {
  position: relative;
}
.bobbinMainvisual_visual {
  width: 100%;
  height: 780px;
  position: relative;
  overflow: hidden;
}
.bobbinMainvisual_visual img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition-duration: 7s;
  transition-property: transform;
}
.bobbinMainvisual_catch {
  position: absolute;
  bottom: 100px;
  left: 120px;
  overflow: hidden;
  font-weight: bold;
}
.bobbinMainvisual_slide_1 .bobbinMainvisual_catch {
  top: 195px;
  bottom: auto;
  left: calc(50% - 122px);
  width: 244px;
}
.bobbinMainvisual_slide_1 .bobbinMainvisual_catch img {
  width: 100%;
}
.bobbinMainvisual_slide_4 .bobbinMainvisual_catch {
  top: 100px;
  bottom: auto;
  right: 150px;
  left: auto;
}
@media screen and (max-width: 1380px) {
  .bobbinMainvisual_visual img {
    width: auto;
    height: 100%;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 33px;
}
.swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: .6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ba8853;
}
#kokuyo-st-main-contents .bobbinSectionHeader {
  margin-bottom: 75px;
}
#kokuyo-st-main-contents .bobbinSectionTitle {
  font-family: 'Century Gothic', 'Avenir Next';
  font-size: 29px;
  color: #ba8853;
  text-align: center;
  margin-bottom: 0.75em;
  letter-spacing: 0.1em;
}
.bobbinSectionTitle + hr.decorationed {
  border: none;
  border-top: solid 1px #ba8853;
  position: relative;
  width: 72px;
  margin: auto;
}
.bobbinSectionTitle + hr.decorationed::before, .bobbinSectionTitle + hr.decorationed::after {
  display: block;
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background-color: #ba8853;
  top: -4px;
}
.bobbinSectionTitle + hr.decorationed::before {
  left: -3.5px;
}
.bobbinSectionTitle + hr.decorationed::after {
  right: -3.5px;
}
#kokuyo-st-main-contents .bobbinConcept {
  padding-top: 125px;
  background-color: #f7f2e8;
}
#kokuyo-st-main-contents .bobbinLead {
  font-size: 22px;
  color: #ba8853;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.bobbinConcept .bobbinLead.scrollanim > span {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity transform;
}
.bobbinConcept .bobbinLead.scrollanim.fired > span {
  opacity: 1;
  transform: translateY(0);
}
.bobbinConcept .bobbinLead.scrollanim + .bobbinCatch {
  opacity: 0;
  transform: translateX(-60px);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity transform;
}
.bobbinConcept .bobbinLead.scrollanim.fired + .bobbinCatch {
  opacity: 1;
  transform: translateX(0);
}
.bobbinConcept .bobbinLead.scrollanim > span:nth-child(2) {
  transition-delay: 0.6s;
}
.bobbinConcept .bobbinLead.scrollanim > span:nth-child(3) {
  transition-delay: 0.9s;
}
.bobbinConcept .bobbinLead.scrollanim > span:nth-child(4) {
  transition-delay: 1.2s;
}
.bobbinConcept .bobbinLead.scrollanim > span:nth-child(5) {
  transition-delay: 1.5s;
}
.bobbinConcept .bobbinLead.scrollanim + .bobbinCatch {
  transition-delay: 1.8s;
}
.bobbinLead > span {
  display: block;
}
.bobbinLead > span > span {
  display: inline-block;
  border-bottom: solid 1px #ba8853;
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: 1;
}
.bobbinLead > span:last-child > span {
  border-bottom: none;
}
.bobbinCatch {
  text-align: center;
}
#kokuyo-st-main-contents .bobbinJoshi {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #f7f2e8;
  text-align: center;
}
#kokuyo-st-main-contents .bobbinJoshi img {
  max-width: 211px;
  width: 60%;
}
#kokuyo-st-main-contents .bobbinJoshi p {
  font-size: 22px;
  color: #ba8853;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 70px;
}
#kokuyo-st-main-contents .bobbinMovie {
  padding-top: 160px;
  background-color: #f7f2e8;
}
#kokuyo-st-main-contents .bobbinMovie .bobbinSectionHeader {
  margin-bottom: 55px;
}
#kokuyo-st-main-contents .bobbinMovie_wrap {
  width: 520px;
  margin: auto;
  border: solid 10px #fff;
  position: relative;
  z-index: 1;
}
#kokuyo-st-main-contents video {
  width: 100%;
}
.bobbinSectionTitle_lined {
  display: flex;
  align-items: center;
}
.bobbinSectionTitle_lined img {
  margin: 0 18px;
}
.bobbinSectionTitle_lined::before, .bobbinSectionTitle_lined::after {
  content: '';
  flex-grow: 1;
  height: 1;
  border-top: solid 1px #fff;
}
#kokuyo-st-main-contents .bobbinHowto {
  margin-top: -280px;
  padding-top: 300px;
  padding-bottom: 200px;
  background: url(../images/index/bg.jpg) #d7c0a4;
}
#kokuyo-st-main-contents .bobbinHowto .bobbinSectionHeader {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
}
#kokuyo-st-main-contents .bobbinHowto .bobbinSectionBody {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#kokuyo-st-main-contents .bobbinStep1 h4 {
  text-align: center;
  padding-bottom: 22px;
  border-bottom: dashed 2px #ba8853;
  margin-bottom: 50px;
}
#kokuyo-st-main-contents .bobbinStep1_wrapper {
  display: flex;
  padding-bottom: 75px;
  position: relative;
}
.bobbinStep1_wrapper::before {
  content: '';
  width: 67px;
  height: 67px;
  background: url(../images/index/or.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 200px;
  left: calc(50% - 33px);
}
.bobbinStep1_wrapper::after {
  content: '';
  width: 51px;
  height: 26px;
  background: url(../images/index/triangle.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 25px);
}
.bobbinStep_item {
  position: relative;
}
.bobbinStep_item img {
  width: 100%;
}
.bobbinFg {
  position: absolute;
  top: 0;
  left: 0;
}
#kokuyo-st-main-contents .bobbinStep2 h4 {
  text-align: center;
  margin-bottom: 30px;
}
#kokuyo-st-main-contents .bobbinStep2 h4 span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: dashed 2px #ba8853;
}
#kokuyo-st-main-contents .bobbinStep2 .bobbinStep_item {
  width: 500px;
  margin: auto;
}
#kokuyo-st-main-contents .bobbinStep2 .bobbinStep_item .bobbinFg {
  position: absolute;
  left: 0;
}
#kokuyo-st-main-contents .bobbinStep2 .bobbinStep_item .bobbinFg:nth-child(2) {
  top: 26%;
}
#kokuyo-st-main-contents .bobbinStep2 .bobbinStep_item .bobbinFg:last-child {
  top: 56%;
}
.bobbinFg a {
  display: block;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
}
.bobbinFg a:hover {
  transform: scale(1.1);
}
#kokuyo-st-main-contents .bobbinLineup .bobbinSectionBody {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
#kokuyo-st-main-contents .bobbinLineup {
  padding-top: 125px;
}
.bobbinLineup ul {
  display: flex;
  justify-content: space-between;
}
.bobbinLineup li {
  width: 24.5%;
  color: #ba8853;
  text-align: center;
  position: relative;
}
.bobbinLineup li.current {
  pointer-events: none;
  opacity: 0.5;
}
.bobbinLineup li img {
  width: 100%;
}
.bobbinLineup .bobbinLineup_en {
  font-family: 'Century Gothic', 'Avenir Next';
  font-size: 23px;
  line-height: 1.2;
}
#kokuyo-st-main-contents .bobbinLineup_pname {
  font-size: 16px;
  margin-bottom: 1.5em;
}
.bobbinLineup_button a {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  border: solid 1px #ba8853;
  color: #ba8853;
  text-decoration: none;
  line-height: 1;
  padding: 0.5em 1em;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.bobbinLineup_button a:hover {
  color: #fff;
  background-color: #ba8853;
}
.bobbinLineup_button a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kokuyo-st-main-contents .bobbinInstagram {
  padding-top: 160px;
  padding-bottom: 5em;
}
#kokuyo-st-main-contents .bobbinInstagram .bobbinSectionBody {
  text-align: center;
}
/* DEATIL */
#kokuyo-st-main-contents > .bobbinDetail {
  background: #fefdfd;
  padding-bottom: 1px;
}
#kokuyo-st-main-contents .bobbinDetail .bobbinSectionHeader {
  margin-bottom: 45px;
}
#kokuyo-st-main-contents .bobbinDetail .bobbinSectionTitle {
  font-size: 25px;
}
#kokuyo-st-main-contents .bobbinDetail .bobbinMainvisual {
  margin-bottom: 4rem;
}
.bobbinDetail .bobbinMainvisual_visual {
  height: auto;
}
.bobbinDetail .bobbinMainvisual_visual img {
  top: 0;
  left: 0;
  transform: none;
}
#kokuyo-st-main-contents .bobbinDetail .bobbinMainvisual_catch {
  bottom: 60px;
  left: calc((100% - 980px) / 2);
}
#kokuyo-st-main-contents .bobbinDetail_case .bobbinMainvisual_catch {
  top: 60px;
  right: calc((100% - 980px) / 2);
  left: auto;
  bottom: auto;
}
#kokuyo-st-main-contents .bobbinItemname {
  text-align: center;
  color: #ba8853;
  border-bottom: solid 1px #ba8853;
  padding-bottom: 1rem;
  max-width: 980px;
  margin: 0 auto;
}
#kokuyo-st-main-contents .bobbinItemname h2 {
  font-size: 33px;
  font-family: 'Century Gothic', 'Avenir Next';
}
#kokuyo-st-main-contents .bobbinItemname p {
  font-size: 110%;
}
#kokuyo-st-main-contents .bobbinPoint {
  padding-top: 120px;
}
#kokuyo-st-main-contents .bobbinPoint ul {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}
.bobbinPoint li {
  width: 31.8%;
  text-align: center;
  font-size: 18px;
}
.bobbinPoint li img {
  width: 100%;
}
.bobbinPoint li.scrollanim {
  opacity: 0;
  transform: translateY(60px);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity transform;
}
.bobbinPoint li.scrollanim:nth-child(2) {
  transition-delay: 0.6s;
}
.bobbinPoint li.scrollanim:nth-child(3) {
  transition-delay: 0.9s;
}
.bobbinPoint li.scrollanim.fired {
  opacity: 1.0;
  transform: translateY(0px);
}
#kokuyo-st-main-contents .bobbinPoint_picture {
  margin-bottom: 1em;
}
#kokuyo-st-main-contents .bobbinHowtoUse {
  padding-top: 120px;
}
#kokuyo-st-main-contents .bobbinHowtoUse .tube_wrapper {
  width: 90%;
  max-width: 980px;
  height: 551px;
  margin: auto;
}
#kokuyo-st-main-contents .bobbinHowtoUse .tube_wrapper + .tube_wrapper {
  margin-top: 120px;
}
#kokuyo-st-main-contents .bobbinHowtoUse .tube_wrapper iframe {
  width: 100%;
  height: 100%;
}
#kokuyo-st-main-contents .bobbinItemLineup {
  padding-top: 120px;
}
#kokuyo-st-main-contents .bobbinItemLineup_group {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 80px auto;
}
#kokuyo-st-main-contents .bobbinItemLineup_group:last-child {
  margin: 0 auto;
}
#kokuyo-st-main-contents .bobbinItemLineup_group ul {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}
.bobbinItemLineup_group li {
  width: 32%;
  font-size: 16px;
}
#kokuyo-st-main-contents .bobbinItemLineup_group li:nth-child(n+2) {
  margin-left: 5%;
}
#kokuyo-st-main-contents .bobbinItemLineup_picture {
  margin-bottom: 0.5em;
}
.bobbinItemLineup_group li img {
  width: 100%;
}
.bobbinDetail_maker .bobbinItemLineup_group ul {
  max-width: 660%;
}
#kokuyo-st-main-contents .psLineup_price h4.caption {
  font-size: 110%;
  margin-bottom: 0.5em;
}
.psLineup_price h4.caption::before {
  content: '■';
}
#kokuyo-st-main-contents .lineup_spec table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
}
#kokuyo-st-main-contents thead th {
  background-color: #f4eee6;
}
#kokuyo-st-main-contents th, #kokuyo-st-main-contents td {
  vertical-align: middle;
  padding: .5em 0;
  text-align: center;
  border: solid 1px #333;
}
#kokuyo-st-main-contents .lineup_notice {
  margin: auto;
}
#kokuyo-st-main-contents .lineup_notice p {
  margin-bottom: 0.75em;
}
#kokuyo-st-main-contents .bobbinDetail .bobbinLineup {
  width: 90%;
  max-width: 980px;
  margin: 120px auto 80px auto;
  padding-top: 120px;
  border-top: solid 1px #ba8853;
}
#kokuyo-st-main-contents .bobbinDetail .bobbinLineup .bobbinSectionBody {
  width: 100%;
}
.bobbinDetail .bobbinLineup_button a {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bobbinDetail .bobbinLineup li:hover {
  opacity: 0.7;
}
/* tape */
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group_colmn {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 850px;
  margin: 0 auto 8rem auto;
  justify-content: space-between;
}
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group .bobbinItemLineup_group_colmn ul {
  width: 48.23%;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group .bobbinItemLineup_group_colmn li {
  width: 100%;
  margin-bottom: 2em;
}
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group_colmn li:nth-child(n+2) {
  margin-left: 0;
}
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 850px;
  margin: 0 auto 0 auto;
}
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group .cat {
  font-size: 22px;
  color: #ba8853;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2em;
  font-family: 'Century Gothic', 'Avenir Next';
}
.bobbinDetail_tape .bobbinItemLineup_group .cat::before {
  content: '[';
  display: inline-block;
  margin-right: 1em;
}
.bobbinDetail_tape .bobbinItemLineup_group .cat::after {
  content: ']';
  display: inline-block;
  margin-left: 1em;
}
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group li {
  width: 48.23%;
  margin-left: 0;
  margin-bottom: 2em;
}
#kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group li:nth-child(n+2) {
  margin-left: 0;
}
#kokuyo-st-main-contents .psLineup_price h4:nth-of-type(n+2) {
  margin-top: 2em;
}
/* case */
.bobbinDetail_case .bobbinItemLineup_group li {
  width: 24.25%;
}
#kokuyo-st-main-contents .bobbinDetail_case .bobbinItemLineup_group li:nth-child(n+2) {
  margin-left: 1%;
}
/*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	レスポンシブ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  */
/* *****************************************************************************
********************************************************************************

751-

********************************************************************************
***************************************************************************** */
@media screen and (min-width: 751px) {
  .disp_sp {
    display: none;
  }
}
/* *****************************************************************************
********************************************************************************

-750

********************************************************************************
***************************************************************************** */
@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
  .disp_pc {
    display: none;
  }
  .kokuyo-st-container #kokuyo-st-main-contents {
    font-size: 3.2vw;
    padding-top: 14.4vw;
  }
  .bobbinHeader {
    width: 100%;
    height: 0;
  }
  #kokuyo-st-main-contents .bobbinHeader > .bobbinInner {
    height: 14.4vw;
    text-align: left;
  }
  #kokuyo-st-main-contents .bobbinHeader > .bobbinInner, .is_headermenu #kokuyo-st-main-contents .bobbinHeader > .bobbinInner {
    position: fixed;
    padding-top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    top: 46px;
  }
  #kokuyo-st-main-contents .bobbinHeader > .bobbinInner > div:not(#btn_spmenu) {
    width: 100%;
  }
  #kokuyo-st-main-contents .bobbinLogo {
    padding-left: 10vw;
    padding-top: 4vw;
    width: 23vw;
  }
  #kokuyo-st-main-contents .bobbinLogo a {
    display: block;
  }
  #kokuyo-st-main-contents .bobbinLogo img {
    width: 100%;
  }
  #kokuyo-st-main-contents .bobbinHeader > .bobbinInner nav {
    position: absolute;
    top: 14.4vw;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
  }
  .bobbinHeader > .bobbinInner nav {
    height: 0vh;
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.5s;
  }
  body.spmenu_opened .bobbinHeader > .bobbinInner nav {
    height: 100vh;
  }
  .bobbinHeader nav ul {
    border-top: solid 1px rgba(186, 136, 83, 0.5);
    display: block;
    font-size: 3.2vw;
  }
  .bobbinHeaderMenu_with_submenu > a {
    position: relative;
  }
  .bobbinHeaderMenu_with_submenu > a::after {
    width: 4vw;
    height: 4vw;
    content: '';
    background: url(../images/index/menu_arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 4vw;
    right: 4vw;
    transition-property: transform;
    transition-duration: 0.3s;
  }
  .bobbinHeaderMenu_with_submenu.is_submenu > a::after {
    transform: rotate(180deg);
  }
  .bobbinHeader nav ul:not(.bobbinSubmenu) {
    border-top: solid 1px #ba8853;
  }
  .bobbinHeader nav ul:not(.bobbinSubmenu) > li > a {
    background-color: rgba(255, 255, 255, 1.0);
    padding-left: 10vw;
  }
  .bobbinHeader nav li {
    border-bottom: solid 1px rgba(186, 136, 83, 0.5);
  }
  .bobbinHeader nav ul a {
    padding: 3vw 3vw 3vw 16vw;
  }
  .bobbinHeader nav ul:not(.bobbinSubmenu) > li > a::before {
    content: '・';
  }
  #kokuyo-st-main-contents .bobbinHeader nav li:nth-child(n+2) {
    margin: 0;
  }
  .disp_sp .bobbinSubmenu {
    display: none;
  }
  .disp_sp .bobbinSubmenu li:last-child {
    border: none;
  }
  /* *****************************************************************************
	SPメニュー
	***************************************************************************** */
  #btn_spmenu {
    display: block;
    width: 8vw !important;
    height: 8vw;
    position: absolute;
    top: 3vw;
    right: 5vw;
    z-index: 200;
    cursor: pointer;
  }
  .icon-animation {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .icon-animation span {
    width: 6vw;
    height: 1px;
    display: block;
    background: #ba8853;
    position: absolute;
    left: 50%;
    top: calc(50% - 0.5px);
    margin-left: -4vw;
  }
  .icon-animation span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-animation .top {
    -webkit-transform: translateY(-2vw) scale(1);
    -ms-transform: translateY(-2vw) scale(1);
    transform: translateY(-2vw) scale(1);
  }
  .icon-animation .middle {
    background: none;
    position: relative;
  }
  .icon-animation .middle:before, .icon-animation .middle:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    width: 6vw;
    height: 1px;
    background: #ba8853;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
  }
  .icon-animation .bottom {
    -webkit-transform: translateY(2vw) scale(1);
    -ms-transform: translateY(2vw) scale(1);
    transform: translateY(2vw) scale(1);
  }
  body.spmenu_opened .icon-animation .top {
    -webkit-transform: translateY(0px) scale(0);
    -ms-transform: translateY(0px) scale(0);
    transform: translateY(0px) scale(0);
  }
  body.spmenu_opened .icon-animation .bottom {
    -webkit-transform: translateY(0px) scale(0);
    -ms-transform: translateY(0px) scale(0);
    transform: translateY(0px) scale(0);
  }
  body.spmenu_opened .icon-animation .middle:before {
    -webkit-transform: rotate(45deg) scaleX(1.1);
    -ms-transform: rotate(45deg) scaleX(1.1);
    transform: rotate(45deg) scaleX(1.1);
    ;
  }
  body.spmenu_opened .icon-animation .middle:after {
    -webkit-transform: rotate(-45deg) scaleX(1.1);
    -ms-transform: rotate(-45deg) scaleX(1.1);
    transform: rotate(-45deg) scaleX(1.1);
  }
  body.spmenu_opened {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /* *****************************************************************************
メインビジュアル
***************************************************************************** */
  #kokuyo-st-main-contents .bobbinMainvisual {
    position: relative;
  }
  .bobbinMainvisual_slide {
    position: relative;
  }
  .bobbinMainvisual_visual {
    width: 100%;
    height: auto;
  }
  .bobbinMainvisual_visual img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
  .bobbinMainvisual_catch img {
    width: 100%;
  }
  .bobbinMainvisual_slide_1 .bobbinMainvisual_catch {
    top: 53vw;
    bottom: auto;
    left: 35vw;
    width: 30vw;
  }
  .bobbinMainvisual_slide_2 .bobbinMainvisual_catch {
    top: 16vw;
    bottom: auto;
    left: 10vw;
    width: 51vw;
  }
  .bobbinMainvisual_slide_3 .bobbinMainvisual_catch {
    bottom: 13vw;
    left: 10vw;
    width: 48vw;
  }
  .bobbinMainvisual_slide_4 .bobbinMainvisual_catch {
    top: 11vw;
    bottom: auto;
    left: 10vw;
    width: 42vw;
  }
  .bobbinMainvisual_slide_5 .bobbinMainvisual_catch {
    top: 11vw;
    bottom: auto;
    left: 46vw;
    width: 46vw;
  }
  .swiper-pagination-bullet {
    width: 11vw;
    height: 0.666vw;
  }
  #kokuyo-st-main-contents .bobbinConcept {
    padding-top: 15vw;
  }
  #kokuyo-st-main-contents .bobbinLead {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  #kokuyo-st-main-contents .bobbinCatch {
    width: 70vw;
    margin: 0 auto;
  }
  #kokuyo-st-main-contents .bobbinCatch img {
    width: 100%;
  }
  #kokuyo-st-main-contents .bobbinJoshi {
    padding-top: 13vw;
    padding-bottom: 8vw;
  }
  #kokuyo-st-main-contents .bobbinJoshi img {
    max-width: 211px;
    width: 40%;
  }
  #kokuyo-st-main-contents .bobbinJoshi p {
    font-size: 3vw;
    margin-top: 8vw;
  }
  #kokuyo-st-main-contents .bobbinMovie .bobbinSectionHeader {
    margin-bottom: 9vw;
  }
  #kokuyo-st-main-contents .bobbinMovie {
    padding-top: 28vw;
  }
  #kokuyo-st-main-contents .bobbinMovie_wrap {
    width: 69vw;
    border-width: 2.666vw;
  }
  #kokuyo-st-main-contents .bobbinHowto {
    margin-top: -35vw;
    padding-top: 35vw;
    padding-bottom: 0;
  }
  #kokuyo-st-main-contents .bobbinHowto .bobbinSectionHeader {
    padding-top: 4vw;
    margin-bottom: 0;
    width: 100%;
  }
  #kokuyo-st-main-contents .bobbinHowto .bobbinSectionHeader .bobbinSectionTitle_lined img {
    height: 5vw;
  }
  #kokuyo-st-main-contents .bobbinHowto.disp_sp .bobbinSectionBody {
    width: 100%;
    overflow: hidden;
  }
  .bobbinHowto_body {
    position: relative;
  }
  #kokuyo-st-main-contents .bobbinSteps {
    padding-bottom: 15vw;
  }
  #kokuyo-st-main-contents .bobbinHowto_sp {
    margin-top: 20vw;
    position: relative;
  }
  #kokuyo-st-main-contents .bobbinHowto_sp2 {
    background: url(../images/index/bg.jpg) #d7c0a4;
  }
  .is_howto .bobbinHowto_sp2 {
    width: 100%;
    position: fixed;
    top: calc(46px + 14.4vw);
    left: 0;
  }
  .is_howto.is_howto3 .bobbinHowto_sp2 {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0
  }
  #kokuyo-st-main-contents .bobbinSteps ul {
    width: 64vw;
    margin: auto;
  }
  #kokuyo-st-main-contents .bobbinStepSelector {
    width: 86%;
    margin: auto;
    padding: 1rem;
  }
  .bobbinStepSelector ul {
    display: flex;
    justify-content: center;
  }
  .bobbinStepSelector li {
    width: 41.333vw;
    text-align: center;
    font-size: 3.33vw;
    border: solid 1px #ba8853;
    color: #ba8853;
  }
  #kokuyo-st-main-contents .bobbinStepSelector li:nth-child(n+2) {
    margin-left: 4vw;
  }
  .bobbinStepSelector li.current {
    background-color: #ba8853;
    color: #fff;
  }
  .bobbinSteps li img {
    width: 100%;
  }
  .bobbinSteps .swiper-button-next, .bobbinSteps .swiper-button-prev {
    width: 7vw;
    height: 7vw;
  }
  .bobbinSteps .swiper-button-next::after, .bobbinSteps .swiper-button-prev::after {
    display: none;
  }
  .bobbinSteps .swiper-button-next {
    background: url(../images/index/btn_next.svg) center center no-repeat;
    background-size: contain;
  }
  .bobbinSteps .swiper-button-prev {
    background: url(../images/index/btn_prev.svg) center center no-repeat;
    background-size: contain;
  }
  .bobbinHowto .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10vw;
  }
  #kokuyo-st-main-contents .bobbinLineup {
    padding-top: 25vw;
  }
  #kokuyo-st-main-contents .bobbinStep1 h4 {
    padding-bottom: 3.8vw;
    margin-bottom: 1vw;
    border-width: 1px;
  }
  .bobbinStep h4 img {
    height: 4.8vw;
  }
  .bobbinLineup ul {
    display: block;
  }
  #kokuyo-st-main-contents .bobbinLineup li {
    width: 100%;
    position: relative;
    margin-bottom: 15vw;
  }
  #kokuyo-st-main-contents .bobbinLineup li:last-child {
    margin-bottom: 0;
  }
  .bobbinLineup li img {
    width: 54%;
  }
  .bobbinLineup_button a {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 100%;
    padding: 0;
  }
  #kokuyo-st-main-contents .bobbinInstagram {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  #kokuyo-st-main-contents .bobbinInstagram .bobbinSectionBody {
    text-align: center;
  }
  #kokuyo-st-main-contents .bobbinInstagram .bobbinSectionBody img {
    width: 100%;
  }
  /* DETAIL */
  .bobbinHeader {}
  #kokuyo-st-main-contents .bobbinDetail .bobbinMainvisual {
    margin-bottom: 2.2rem;
  }
  #kokuyo-st-main-contents .bobbinDetail .bobbinMainvisual_catch {
    bottom: 8vw;
    left: 9vw;
    width: 48.4vw;
  }
  .bobbinDetail .bobbinMainvisual_catch img {
    width: 100%
  }
  #kokuyo-st-main-contents .bobbinSectionHeader {
    margin-bottom: 2.5rem;
  }
  #kokuyo-st-main-contents .bobbinItemname {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
  }
  #kokuyo-st-main-contents .bobbinItemname h2 {
    line-height: 1;
    font-size: 7vw;
    margin-bottom: 3vw
  }
  #kokuyo-st-main-contents .bobbinItemname p {
    font-size: 115%;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .kokuyo-st-container .pagetop {
    width: 100%;
  }
  #kokuyo-st-main-contents .bobbinDetail .bobbinSectionHeader {
    margin-bottom: 45px;
  }
  #kokuyo-st-main-contents .bobbinDetail .bobbinSectionTitle {
    font-size: 4vw;
  }
  #kokuyo-st-main-contents .bobbinSectionTitle {
    font-size: 3.8vw;
  }
  .bobbinSectionTitle + hr.decorationed {
    width: 10vw;
  }
  .bobbinSectionTitle + hr.decorationed::before, .bobbinSectionTitle + hr.decorationed::after {
    width: 1vw;
    height: 1vw;
    border-radius: 0.5vw;
    top: calc(-0.5vw - 0.25px);
  }
  .bobbinSectionTitle + hr.decorationed::before {
    left: -0.5vw;
  }
  .bobbinSectionTitle + hr.decorationed::after {
    right: -0.5vw;
  }
  #kokuyo-st-main-contents .bobbinPoint {
    padding-top: 15vw;
    margin-bottom: 0;
  }
  #kokuyo-st-main-contents .bobbinPoint ul {
    display: block;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
  #kokuyo-st-main-contents .bobbinPoint li {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    font-size: 3.5vw;
  }
  .bobbinPoint li.scrollanim {
    transform: translateY(10vw);
  }
  .bobbinPoint li.scrollanim:nth-child(1) {
    transition-delay: 0.3s;
  }
  .bobbinPoint li.scrollanim:nth-child(2) {
    transition-delay: 0.3s;
  }
  #kokuyo-st-main-contents .bobbinHowtoUse {
    padding-top: 15vw;
    margin-bottom: 0;
  }
  #kokuyo-st-main-contents .bobbinHowtoUse .tube_wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  #kokuyo-st-main-contents .bobbinHowtoUse .tube_wrapper + .tube_wrapper {
    margin-top: 20vw;
  }
  #kokuyo-st-main-contents .bobbinHowtoUse .tube_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #kokuyo-st-main-contents .bobbinItemLineup {
    padding-top: 24vw;
    margin-bottom: 20vw;
  }
  #kokuyo-st-main-contents .bobbinItemLineup_group {
    margin-bottom: 5vw;
  }
  #kokuyo-st-main-contents .bobbinItemLineup_group ul {
    display: block;
    width: 54vw;
    margin-left: auto;
    margin-right: auto;
  }
  #kokuyo-st-main-contents .bobbinItemLineup_group li {
    margin-bottom: 2rem;
    width: 100%;
    font-size: 3.3vw;
  }
  #kokuyo-st-main-contents .bobbinItemLineup_group li:nth-child(n+2) {
    margin-left: 0;
  }
  #kokuyo-st-main-contents .lineup_notice {
    font-size: 3vw;
  }
  .bobbinDetail .bobbinLineup {
    display: none;
  }
  /* tape */
  #kokuyo-st-main-contents .bobbinDetail_tape .bobbinMainvisual_catch {
    bottom: auto;
    left: 10vw;
    width: 51.4vw;
    top: 12vw;
  }
  #kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group li {
    width: 100%;
  }
  #kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group_colmn {
    display: block;
    width: 68%;
    margin-bottom: 4em;
  }
  #kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group .bobbinItemLineup_group_colmn ul {
    width: 100%;
  }
  #kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group ul {
    display: block;
    width: 68%;
  }
  #kokuyo-st-main-contents .bobbinDetail_tape .bobbinItemLineup_group .cat {
    font-size: 4vw;
  }
  /* case */
  #kokuyo-st-main-contents .bobbinDetail_case .bobbinMainvisual_catch {
    bottom: auto;
    left: 9vw;
    width: 42.5vw;
    top: 11vw;
  }
  #kokuyo-st-main-contents .bobbinDetail_case .bobbinItemLineup_group li, #kokuyo-st-main-contents .bobbinDetail_case .bobbinItemLineup_group li:nth-child(n+2) {
    width: 80%;
    margin: 0 auto;
  }
  #kokuyo-st-main-contents .bobbinDetail_case .bobbinItemLineup_group li:last-child {
    width: 80%;
    margin-top: 5em;
  }
  /* cutter */
  #kokuyo-st-main-contents .bobbinDetail_cutter .bobbinMainvisual_catch {
    bottom: auto;
    left: auto;
    width: 47vw;
    top: 11vw;
    right: 7vw;
  }
  #kokuyo-st-main-contents .bobbinDetail_cutter .bobbinItemLineup_group li:nth-child(n+2), #kokuyo-st-main-contents .bobbinDetail_cutter .bobbinItemLineup_group li {
    width: 80%;
    margin: 0 auto;
  }
  #kokuyo-st-main-contents .bobbinDetail_cutter .bobbinItemLineup_group li:last-child {
    width: 80%;
    margin-top: 5em;
  }
}
/* for EC LINK
--------------------------*/
#kokuyo-st-main-contents .eclink {
  width: 90%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}
#kokuyo-st-main-contents .eclink ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#kokuyo-st-main-contents .eclink ul li {
  width: 100%;
  max-width: 190px;
  height: 50px;
  border: 1px solid #B3895B;
  position: relative;
  background-image: url(../images/ecLink_arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
}
#kokuyo-st-main-contents .eclink ul li .aWrap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-51%);
  line-height: 1em;
}
#kokuyo-st-main-contents .eclink ul li .aWrap img {
  width: 100%;
  height: auto;
}
#kokuyo-st-main-contents .eclink ul li a {
  width: 100%;
  height: 100%;
  background-color: #FEFDFD;
  position: absolute;
  top: -1px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
#kokuyo-st-main-contents .eclink ul li a:hover {
  opacity: 0.7;
}
#kokuyo-st-main-contents .ECNOTEtxt {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .eclink {
    padding-top: 0;
    padding-top: 24vw;
    margin-bottom: 20vw;
  }
  #kokuyo-st-main-contents .eclink ul {
    display: block;
  }
  #kokuyo-st-main-contents .eclink ul li {
    max-width: 100%;
    margin-bottom: 16px;
    background-position: right 12px center;
  }
  #kokuyo-st-main-contents .eclink ul li .aWrap {
    transform: translateY(-50%) translateX(-50%);
  }
  #kokuyo-st-main-contents .eclink ul li .aWrap a {}
  #kokuyo-st-main-contents .ECNOTEtxt {
    margin-top: 0px;
  }
}
/*  css 改行
-----------------------------------*/
#kokuyo-st-main-contents .brpc::before {
  content: "\A";
  white-space: pre;
}
#kokuyo-st-main-contents .brsp::before {
  content: none;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .brpc::before {
    content: none;
    white-space: normal;
  }
  #kokuyo-st-main-contents .brsp::before {
    content: "\A";
    white-space: pre;
  }
}