/*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  */

/* *****************************************************************************
共通
***************************************************************************** */
#kokuyo-st-main-contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  background: #fff;
  color: #333;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}

#kokuyo-st-main-contents small {
  font-size: 80%;
}

#kokuyo-st-main-contents .ropaSans {
  font-family: 'Ropa Sans', sans-serif;
}

#kokuyo-st-main-contents .clr {
  clear: both;
}

#kokuyo-st-main-contents .jump {
  position: absolute;
  left: -1999px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}

#kokuyo-st-main-contents a {
  text-decoration: none;
}

#kokuyo-st-main-contents img {
  vertical-align: bottom;
}

#kokuyo-st-main-contents .box_shadow {
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.24);
}

/* ------------------------------------- clearfix
*/
#kokuyo-st-main-contents .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.kokuyo-st-container #header {
  margin-bottom: 0px;
  transition-duration: 0.5s;
  transition-property: margin-top;
}

body.loaded .kokuyo-st-container #header {
  margin-top: -123px;
}


.kokuyo-st-container #kokuyo-st-main-contents .wrap,
#kokuyo-st-main-contents .wrap #contents {
  width: 100%;
  margin-top: 0px;
}

.neos_slideTexts {
  overflow: hidden;
}

#kokuyo-st-main-contents .neos_slideTexts div {
  margin-left: -100%;
  transition-duration: 0.5s;
  transition-property: margin-left;
}

#kokuyo-st-main-contents .neos_slideTexts.neos_slideTexts-right div {
  margin-right: -100%;
  margin-left: auto;
  transition-property: margin-right;
  text-align: right;
}

.neos_slideTexts div {
  transition-delay: 1.0s;
}

.neos_slideTexts div:nth-child(2) {
  transition-delay: 1.25s;
}

.neos_slideTexts div:nth-child(3) {
  transition-delay: 1.50s;
}

#kokuyo-st-main-contents .neos_slideTexts p {
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.neos_slideTexts span {
  position: relative;
  padding: 0.25em 0.5em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.neos_slideTexts span:after {
  content: '';
  width: 100%;
  height: 1.5em;
  background-color: #f0f0f0;
  position: absolute;
  top: 0px;
  right: 0px;
  transition-duration: 0.5s;
  transition-delay: 1.5s;
  transition-property: width;
}

.neos_slideTexts.neos_slideTexts-right span:after {
  left: 0px;
  right: auto;
}

.neos_slideTexts div:nth-child(2) span:after {
  transition-delay: 1.75s;
}

.neos_slideTexts div:nth-child(3) span:after {
  transition-delay: 2.00s;
}

#kokuyo-st-main-contents .fired.neos_slideTexts div,
#kokuyo-st-main-contents .fired .neos_slideTexts div,
#kokuyo-st-main-contents .swiper-slide-active .neos_slideTexts div {
  margin-left: 0%;
}

#kokuyo-st-main-contents .fired.neos_slideTexts.neos_slideTexts-right div,
#kokuyo-st-main-contents .fired .neos_slideTexts.neos_slideTexts-right div,
#kokuyo-st-main-contents .swiper-slide-active .neos_slideTexts.neos_slideTexts-right div {
  margin-right: 0%;
}

.fired.neos_slideTexts span:after,
.fired .neos_slideTexts span:after,
.swiper-slide-active .neos_slideTexts span:after {
  width: 0%;
}


/* 帯でスライドで現れるタイトル */
.neos_slideTitle {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#kokuyo-st-main-contents .neos_slideTitle>div>span {
  position: relative;
  right: -100%;
  display: block;

  transition-duration: 0.25s;
  transition-delay: 0.25s;
  transition-property: right;
}

.neos_slideTitle>div>span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1em;
  background-color: #000;
  top: 0px;
  left: 0px;
  content: '';

  transition-duration: 0.5s;
  transition-delay: 0.5s;
  transition-property: width;
}

#kokuyo-st-main-contents .neos_slideTitle>div.neosSectionTitle_en>span,
#kokuyo-st-main-contents .neos_slideTitle>div.neosConcept_featureJa>span {
  transition-delay: 0.5s;
}

#kokuyo-st-main-contents .neos_slideTitle>div.neosSectionTitle_en>span:after,
#kokuyo-st-main-contents .neos_slideTitle>div.neosConcept_featureJa>span:after {
  transition-delay: 0.75s;
}

#kokuyo-st-main-contents .neos_slideTitle>div.neosSectionTitle_ja>span {
  transition-delay: 0.75s;
}

#kokuyo-st-main-contents .neos_slideTitle>div.neosSectionTitle_ja>span:after {
  transition-delay: 0.99s;
}


#kokuyo-st-main-contents .fired .neos_slideTitle>div>span {
  right: 0%;
}

.fired .neos_slideTitle>div>span:after {
  width: 0%;
}

/* 帯でスライドで現れるタイトル */


.neos_fadeTitle>div>span {
  display: inline-block;
  opacity: 0.0;

  transition-duration: 1.2s;
  transition-delay: 0.1s;
  transition-property: opacity;
}

.fired .neos_fadeTitle>div>span {
  opacity: 1.0;
}

.neos_fadeTitle .neosSectionTitle_num>span:nth-child(2) {
  transition-delay: 0.2s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(1) {
  transition-delay: 0.275s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(2) {
  transition-delay: 0.35s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(3) {
  transition-delay: 0.425s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(4) {
  transition-delay: 0.5s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(5) {
  transition-delay: 0.575s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(6) {
  transition-delay: 0.65s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(7) {
  transition-delay: 0.725s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(8) {
  transition-delay: 0.8s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(9) {
  transition-delay: 0.875s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(10) {
  transition-delay: 0.95s;
}

.neos_fadeTitle .neosSectionTitle_en>span:nth-child(11) {
  transition-delay: 1.025s;
}

.neos_fadeTitle .neosSectionTitle_ja>span {
  transition-delay: 1.1s;
}

.neos_fadeTitle hr {
  width: 0px;
  transition-duration: 1.0s;
  transition-delay: 0.5s;
  transition-property: width;
}

.fired .neos_fadeTitle hr {
  width: 70px;
}




.scrollanim[data-scrollanim-type="fade"] {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-property: opacity;
}

.scrollanim.fired[data-scrollanim-type="fade"] {
  opacity: 1.0;
}





/* *****************************************************************************
ヘッダ
***************************************************************************** */
.neosHeader_holder {
  height: 60px;
}

body.header_hidden .neosHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

/* body.isPagetop .neosHeader {
  position: fixed;
  top: 123px;
  left: 0px;
  z-index: 9999;
}

body.noPagetop .neosHeader {
  position: fixed;
  top: -60px;
  left: 0px;
  z-index: 9999;
}
 */
.neosHeader {
  height: 60px;
  background-color: #081835;
  width: 100%;
  transition-duration: 0.5s;
  transition-property: top;
}

#kokuyo-st-main-contents .neosHeader_inner {
  width: 90%;
  max-width: 950px;
  margin: auto;

}

#kokuyo-st-main-contents .neosHeader h2 {
  float: left;
  padding-top: 13px;
}

#kokuyo-st-main-contents .neosHeader h2 img {
  width: 100px;
}

.neosHeaderNav a {
  color: #fff;
  display: block;
  line-height: 1;
  position: relative;
  padding: 0 1em;
}

#kokuyo-st-main-contents .neosHeaderNav {
  padding-top: 22px;
}

#kokuyo-st-main-contents .neosHeaderNav li {
  float: left;
  margin-left: 10px;
}

#kokuyo-st-main-contents .neosHeaderNav li:first-child {
  margin-left: 50px;
}

.neosHeaderNav li span {
  display: block;
  text-align: center;
}

.neosHeaderNav_en {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: 0.15em;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.neosHeaderNav_ja {
  font-size: 11.5px;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

a:hover .neosHeaderNav_en {
  opacity: 0;
}

a:hover .neosHeaderNav_ja {
  opacity: 1;
}





/*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  */

/* *****************************************************************************
メインビジュアル
***************************************************************************** */
#kokuyo-st-main-contents .neosMainvisual {
  position: relative;
}

.neosMainvisual_slide {
  position: relative;
}

.neosMainvisual_visual {
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden;
}

.neosMainvisual_visual img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition-duration: 7s;
  transition-property: transform;
}

.swiper-slide-active .neosMainvisual_visual img {
  transition-duration: 9s;
  transform: translate(-50%, -50%) scale(1.1);
}

.neosMainvisual_copy {
  position: absolute;
  bottom: 100px;
  left: 55px;
  overflow: hidden;
  font-weight: bold;
}

.neosMainvisual_slide:nth-child(2) .neosMainvisual_copy {}

.neosMainvisual_slide:nth-child(3) .neosMainvisual_copy {}

.neosBtn_scroll {
  position: absolute;
  bottom: -26px;
  left: calc(50% - 21px);
  z-index: 11;
}

.neosBtn_scroll .neosBtn_inner {
  cursor: pointer;
}

@media screen and (max-width: 1428px) {
  .neosMainvisual_visual img {
    width: auto;
    height: 100%;
  }
}

/* *****************************************************************************
コンセプト
***************************************************************************** */
#kokuyo-st-main-contents .neosConcept {
  padding-top: 60px;
}

#kokuyo-st-main-contents .neosConcept_visuals {
  position: relative;
  width: 950px;
  margin: auto;
}

#kokuyo-st-main-contents .neosConcept_sliderleft {
  opacity: 1.0;
  position: relative;
  padding-top: 60px;
  margin-left: 0px;
  margin-bottom: 85px;
  top: 0px;
  left: -75px;
  width: 329px;
}

.neosConcept_sliderright {
  opacity: 1.0;
  position: absolute;
  top: 0px;
  right: -125px;
  width: 469px;
}

.neosConcept_sliderright .swiper-wrapper {
  height: 334px;
}

.neosConcept_copy {
  position: absolute;
  top: 120px;
  z-index: 11;
  left: 225px;
}

#kokuyo-st-main-contents .neosSectionTitle {
  margin-bottom: 50px;
}

#kokuyo-st-main-contents .neosConcept .neosSectionTitle .neos_slideTitle>div {
  transition-delay: 1.5s
}

#kokuyo-st-main-contents .neosConcept .neosSectionTitle .neos_slideTitle>div:after {
  transition-delay: 1.75s
}

.neosSectionTitle_num {
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.neosSectionTitle_num span {
  display: inline-block;
  border-bottom: solid 2px #222;
}

.neosSectionTitle_en {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

#kokuyo-st-main-contents .neosConcept .neosSectionBody {
  line-height: 2;
  padding-bottom: 100px;
}

.neosConcept_picture3 {
  position: absolute;
  top: 450px;
  right: 0px;
  z-index: 11;
}

/* アニメ用 */
#kokuyo-st-main-contents .neosConcept_sliderleft.scrollanim {
  opacity: 0;
  padding-top: 100px;
  margin-left: -30px;

  transition-duration: 1.5s;
  transition-property: all;
  transition-delay: 0.5s;
}

#kokuyo-st-main-contents .neosConcept_sliderleft.scrollanim.fired {
  opacity: 1;
  padding-top: 60px;
  margin-left: 0px;
}

#kokuyo-st-main-contents .neosConcept_sliderright.scrollanim {
  opacity: 0;
  top: 30px;
  right: -155px;

  transition-duration: 1.5s;
  transition-property: all;
  transition-delay: 0.25s;
}

#kokuyo-st-main-contents .neosConcept_sliderright.scrollanim.fired {
  opacity: 1.0;
  top: 0px;
  right: -125px;
}

.neosConcept_picture3.scrollanim {
  opacity: 0;

  transition-duration: 3s;
  transition-property: all;
  transition-delay: 0.5s;
}

.neosConcept_picture3.scrollanim.fired {
  opacity: 1.0;
}

/* アニメ用 */



#kokuyo-st-main-contents .neosConcept_feature {
  background-color: #e5e5e5;
  padding-top: 155px;
  padding-bottom: 60px;
}

#kokuyo-st-main-contents .neosConcept_feature dl {
  width: 950px;
  margin: 0 auto 125px auto;
  display: flex;
}

#kokuyo-st-main-contents .neosConcept_feature dl:last-child {
  margin: 0 auto;
}

.neosConcept_feature dt {
  width: 295px;
}

.neosConcept_featureName {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.neosConcept_featureJa {
  font-size: 14px;
}

#kokuyo-st-main-contents .neosConcept_feature li {
  float: left;
  margin-right: 40px;
}

#kokuyo-st-main-contents .neosConcept_feature li:last-child {
  margin-right: 0px;
}

.neosConcept_feature li img {
  box-shadow: 5px 5px 0 #3d306f;
  margin-bottom: 1em;
}

/* アニメ用 */
.neosConcept_feature .scrollanim li {
  opacity: 0;

  transition-duration: 0.75s;
  transition-property: opacity;
  transition-delay: 0.75s;
}

.neosConcept_feature .scrollanim li:nth-child(2) {
  transition-delay: 1s;
}

.neosConcept_feature .scrollanim.fired li {
  opacity: 1;
}


/* アニメ用 */



/* *****************************************************************************
機能
***************************************************************************** */
#kokuyo-st-main-contents .neosFeature {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e5e5e5;
}

#kokuyo-st-main-contents .neosFeature_inner {
  width: 720px;
  margin: auto;
}

.neosFeature .neosSectionTitle {
  text-align: left;
  float: left;
}

#kokuyo-st-main-contents .neosFeature .neosSection_copy {
  padding-top: 5em;
  padding-left: 3em;
  float: left;
}

.neosFeature .neosSectionBody ul {
  clear: both;
}

.neosFeature .neosSectionBody li {
  width: 41.66%;
  float: left;
}

#kokuyo-st-main-contents .neosFeature .neosSectionBody li {
  margin-bottom: 3em;
}

.neosFeature .neosSectionBody li:nth-child(2n) {
  float: right;
}

.neosFeature .neosSectionBody li:nth-child(2n+1) {
  clear: both;
}

.neosFeature .neosSectionBody li strong {
  font-size: 24px;
  letter-spacing: 0.15em;
}

.neosFeature .neosSectionBody li p {
  font-size: 14px;
}

.neosFeature .neosSectionBody li img {
  width: 100%;
  margin-bottom: 0.5em;
}

#kokuyo-st-main-contents .neosFeature .neosSectionBody>p a {
  display: inline-block;
  border-bottom: solid 2px #000;
  color: #081835;
}


/* *****************************************************************************
コーディネイト
***************************************************************************** */
#kokuyo-st-main-contents .neosCoordinate {
  padding-top: 50px;
  padding-bottom: 80px;
  width: 950px;
  margin: auto;
}

.neosCoordinate .neosSectionTitle {
  text-align: left;
  float: left;
}

#kokuyo-st-main-contents .neosCoordinate .neosSection_copy {
  padding-top: 5em;
  padding-left: 3em;
  text-align: left;
  float: left;
}

.neosCoordinate .neosSectionBody>p {
  text-align: center;
}

.neosCoordinate_Menu {
  text-align: center;
}

.neosCoordinate_Menu ul {
  display: inline-block;
}

#kokuyo-st-main-contents .neosCoordinate_Menu li {
  background-color: #221b3e;
  width: 180px;
  padding: 0.5em 0;
  float: left;
  color: #fff;
  margin-right: 17px;
  cursor: pointer;
  position: relative;
}

#kokuyo-st-main-contents .neosCoordinate_Menu li.current {
  background-color: #535e72;
}

#kokuyo-st-main-contents .neosCoordinate_Menu li:last-child {
  margin-right: 0px;
}

#kokuyo-st-main-contents .neosCoordinate_Menu {
  margin: 40px 0;
}

.neosCoordinate_Menu li span {
  display: block;
}

.neosCoordinate_MenuEn {
  font-size: 18px;
  letter-spacing: 0.15em;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.neosCoordinate_MenuJa {
  font-size: 12px;
  position: absolute;
  top: 12px;
  left: 0px;
  text-align: center;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0;
}

li:hover .neosCoordinate_MenuEn {
  opacity: 0;
}

li:hover .neosCoordinate_MenuJa {
  opacity: 1;
}

.neosCoordinate_Items_wrap {
  position: relative;
}

.neosCoordinate_Items_wrap .neosCoordinate_btn {
  position: absolute;
  top: 290px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.neosCoordinate_Items_wrap .neosCoordinate_btn:hover {
  opacity: 0.7;
}

.neosCoordinate_Items_wrap .neosCoordinate_btn_prev {
  left: -18px;
  background: url(../images/common/btn_left.png) center center no-repeat #081835;
  ;
}

.neosCoordinate_Items_wrap .neosCoordinate_btn_next {
  right: -18px;
  background: url(../images/common/btn_right.png) center center no-repeat #081835;
  ;
}

#kokuyo-st-main-contents .neosCoordinate_Items {
  height: 1020px;
  width: 951px;
  margin: auto;
  position: relative;
}

.neosCoordinate_Item {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1020px;
}

.neosCoordinate_thumbnails {
  position: absolute;
  top: 650px;
  left: 0px;
}

#kokuyo-st-main-contents .neosCoordinate_thumbnail {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#kokuyo-st-main-contents .neosCoordinate_thumbnail:nth-child(4) {
  clear: left;
}

#kokuyo-st-main-contents .neosCoordinate_thumbnail img {
  transform-origin: center center;
  transition-duration: 0.3s;
  transition-property: transform;
}

#kokuyo-st-main-contents .neosCoordinate_thumbnail a:hover img {
  transform: scale(1.1);
}

.neosCoordinate_copy {
  position: absolute;
  top: 650px;
  right: 0px;
  line-height: 2;
}


/* *****************************************************************************
ギャラリー
***************************************************************************** */
#kokuyo-st-main-contents .neosGallery {
  background-color: #e5e5e5;
  padding-top: 65px;
  padding-bottom: 65px;
}

#kokuyo-st-main-contents .neosGallery_upper {
  width: 950px;
  margin: auto;
}

#kokuyo-st-main-contents .neosGallery .neosSectionTitle {
  float: left;
  margin-right: 60px;
}

#kokuyo-st-main-contents .neosGallery .neosSection_copy {
  float: left;
  padding-top: 5em;
}

.neosGallery_sliderWrapper .swiper-slide {
  width: 280px;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
}

.neosGalleryPop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.neosGalleryPop2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#kokuyo-st-main-contents .neosGalleryPop3 {
  background-color: #fff;
  padding: 85px;
  position: relative;
}

.neosGalleryPop_sliderWrapper {
  width: 379px;
  height: 451px;
}

.neosGalleryPop_sliderWrapper .swiper-slide {
  width: 379px;
}

.neosGallery_sliderWrapper .swiper-slide img,
.neosGalleryPop_sliderWrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.neosGalleryPop .btn_close {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  width: 36px;
  height: 36px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-next {
  background: url(../images/common/btn_right.png) center center no-repeat;
  right: 20px;
}

.swiper-button-prev {
  background: url(../images/common/btn_left.png) center center no-repeat;
  left: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* *****************************************************************************
ショッピング
***************************************************************************** */
#kokuyo-st-main-contents .neosShopping {
  padding-top: 90px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}

#kokuyo-st-main-contents .neosShopping .neosSectionTitle {
  border-bottom: solid 1px #1f143d;
  text-align: center;
  width: 950px;
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

#kokuyo-st-main-contents .shopping_banners {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: auto;
}
.shopping_banners a {
  display: block;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.shopping_banners a:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
#kokuyo-st-main-contents .shopping_banners-center {
	justify-content: center;
}

#ktsCont .SUBtxt, #stationery .SUBtxt {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
#ktsCont .SUBtxt p, #stationery .SUBtxt p {
	margin: 0 0 10px 0;
}
#ktsCont .coWhite .SUBtxt, #stationery .coWhite .SUBtxt {
  color: #FFFFFF;
}
#ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
#ktsCont .coWhite .ECNOTEtxt, #stationery .coWhite .ECNOTEtxt {
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  #ktsCont .eclink ul li .aWrap a, #stationery .eclink ul li .aWrap a {}
  #ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
    margin-top: 0px;
  }
}

/* *****************************************************************************
ラインナップ
***************************************************************************** */
#kokuyo-st-main-contents .neosLineup {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}

#kokuyo-st-main-contents .neosLineup_inner {
  width: 950px;
  margin: auto;
}

.neosLineup .neosSectionTitle {
  text-align: left;
  float: left;
}

#kokuyo-st-main-contents .neosLineup .neosSection_copy {
  padding-top: 5em;
  padding-left: 3em;
  text-align: left;
  float: left;
}

#kokuyo-st-main-contents .neosLineup .neosSectionBody {
  width: 950px;
  margin: auto;
  clear: both;
}

#kokuyo-st-main-contents .neosLineup li {
  width: 306px;
  height: 306px;
  margin: 0px 16px 16px 0;
  position: relative;
  float: left;
}

#kokuyo-st-main-contents .neosLineup li:nth-child(3n) {
  margin: 0px 0 16px 0;
}

.neosLineup li a,
.neosLineup li span {
  display: block;
}

.neosLineup_thumb1 {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.lineup_neoslogo .neosLineup_thumb1 {
  box-shadow: none;
}

.neosLineup_thumb2 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.neosLineup .lineup_new {
  position: relative;
}

.neosLineup .lineup_new:after {
  display: block;
  content: 'NEW';
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 0.2em 0.5em 0.1em 0.5em;
  color: #fff;
  background-color: #221b3e;
  position: absolute;
  top: 20px;
  left: 20px;
}





/*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	商品詳細

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  */

/* *****************************************************************************
メインビジュアル
***************************************************************************** */
#kokuyo-st-main-contents .neosProductMainvisual_inner {
  max-width: 800px;
  width: 90%;
  height: 340px;
  margin: auto;
  padding-top: 90px;
  position: relative;
  color: #221b3e;
}

#kokuyo-st-main-contents .neosProductMainvisual .neosSectionTitle {
  margin-left: 40px;
}

.neosProductMainvisual .neosSectionTitle_en {
  font-size: 36px;
}

#kokuyo-st-main-contents .neosSectionTitle hr {
  border: none;
  border-top: solid 2px #221b3e;
  margin-left: 0px;
  margin-right: auto;
}

#kokuyo-st-main-contents .neosProductMainvisual .neosProductLead {
  margin-top: 2em;
  line-height: 2;
}

.neosProductMainvisual_image {
  position: absolute;
  left: 40%;
  top: 70px;
}

#kokuyo-st-main-contents .neosProductLocalMenu {
  max-width: 800px;
  width: 90%;
  padding-top: 60px;
  margin: auto;
}

#kokuyo-st-main-contents .neosProductLocalMenu li {
  float: left;
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 4px;
}

#kokuyo-st-main-contents .neosProductLocalMenu li a {
  display: block;
  border: solid 1px #221b3e;
  padding: 0.5em 2em 0.3em 2em;
  background-color: #fff;
  color: #221b3e;

  transition-duration: 0.3s;
  transition-property: color background-color;
}

#kokuyo-st-main-contents .neosProductLocalMenu li a span {
  display: inline-block;
  font-size: 20px;
  padding-left: 1em;
  letter-spacing: 0.15em;
  background: url(../images/common/link_arrow.png) left center no-repeat;
}

#kokuyo-st-main-contents .neosProductLocalMenu li a:hover {
  border: solid 1px #221b3e;
  background-color: #221b3e;
  color: #fff;
}

#kokuyo-st-main-contents .neosProductLocalMenu li a:hover span {
  background: url(../images/common/link_arrow_r.png) left center no-repeat;
}

/* *****************************************************************************
機能
***************************************************************************** */
.neosProductFeature {
  background-color: #f8f8f8;
}

#kokuyo-st-main-contents .neosProductFeature_inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #221b3e;
}

#kokuyo-st-main-contents .neosProductFeature_section .neosSectionTitle_num {
  float: left;
  line-height: 1.1;
  font-size: 24px;
}

#kokuyo-st-main-contents .neosProductFeature_section .neosSectionTitle_ja2 {
  margin-left: 55px;
  padding-top: 0em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#kokuyo-st-main-contents .neosProductFeature_section:last-child {
  margin-bottom: 0;
}

#kokuyo-st-main-contents .neosProductFeature_imageLeft,
#kokuyo-st-main-contents .neosProductFeature_imageRight {
  margin-bottom: 120px;
}

#kokuyo-st-main-contents .neosProductFeature_section_narrow {
  margin-bottom: 60px;
}

.neosProductFeature_imageLeft .neosProductFeature_image {
  float: left;
}

.neosProductFeature_imageLeft .neosProductFeature_sentence {
  float: right;
  width: 380px;
}

.neosProductFeature_imageRight .neosProductFeature_image {
  float: right;
}

.neosProductFeature_imageRight .neosProductFeature_sentence {
  float: left;
  width: 380px;
}

.neosProductFeature_section_images,
.neosProductFeature_image_flex {
  display: flex;
  justify-content: space-between;
}

.neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence {
  width: 460px;
}

#kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3) {
  width: 840px;
}

#kokuyo-st-main-contents .neosProductFeature_lead {
  margin-left: 55px;
  margin-bottom: 1em;
  line-height: 2;
}

#kokuyo-st-main-contents .neosProductFeature_notice {
  margin-left: 55px;
  font-size: 11px;
}

#kokuyo-st-main-contents .neosProductFeature_notice ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

#kokuyo-st-main-contents .neosProductFeature_checkpoint .neosSectionTitle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#kokuyo-st-main-contents .neosProductFeature_checkpoint>p {
  max-width: 700px;
  margin: 0 auto 0.5em auto;
  width: 90%;
}

#kokuyo-st-main-contents .neosProductFeature_checkpoint>.neosProductFeature_checkpoint_subject {
  font-weight: bold;
  max-width: 700px;
  margin: 0 auto 0.5em auto;
  width: 90%;
}

#kokuyo-st-main-contents .neosProductFeature_checkpoint ul {
  max-width: 700px;
  margin: auto;
  width: 90%;
  margin-bottom: 3em;
}

#kokuyo-st-main-contents .neosProductFeature_checkpoint ul.neosProductFeature_checkpoint_three {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.neosProductFeature_checkpoint li {
  width: 47.8%;
  float: left;
}

.neosProductFeature_checkpoint li img {
  width: 100%;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.24);
}

#kokuyo-st-main-contents .neosProductFeature_checkpoint li p {
  font-size: 87.5%;
  margin-top: 1em;
}

.neosProductFeature_checkpoint li:nth-child(2n) {
  float: right;
}

.neosProductFeature_checkpoint_assemble {
  text-align: center;
  font-size: 1.5em;
}

#kokuyo-st-main-contents .neosProductFeature_checkpoint_assemble a {
  color: #221b3e;
  text-decoration: underline;
}

#kokuyo-st-main-contents .neosProductFeature_variation ul {
  max-width: 740px;
  margin: auto;
  width: 90%;
}

.neosProductFeature_variation .neosProductFeature_variation_item {
  width: 43.9%;
  float: left;
}

.neosProductFeature_variation .neosProductFeature_variation_item:nth-child(2n) {
  float: right;
}

.neosProductFeature_variation .neosProductFeature_variation_item img {
  width: 100%;
}

#kokuyo-st-main-contents .neosProductFeature_variation_item h3 {
  text-align: center;
  margin-bottom: 1em;
}

.neosProductFeature_variation_item h3 span {
  display: inline-block;
  border-bottom: solid 2px #081835;
}

#kokuyo-st-main-contents .neosProductFeature_variation_item p {
  margin-bottom: 1em;
}

#kokuyo-st-main-contents .neosProductFeature_variation_item p:last-child {
  margin-top: 0.5em;
}

/* 収納ボックス 派生 */
.pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3) {
  width: 800px;
}

.pdetail_strage_box .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
.pdetail_strage_box .neosProductFeature_section:nth-of-type(3) .neosProductFeature_sentence {
  width: 380px;
}

.pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
.pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3) .neosProductFeature_sentence {
  font-size: 0.875rem;
}

.pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence h3,
.pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3) .neosProductFeature_sentence h3 {
  font-size: 1rem;
}

.pdetail_strage_box .neosProductFeature_section:nth-of-type(2)

/* フラットファイル 派生 */
.pdetail_flat_file .neosProductFeature_section:nth-of-type(1) {
  width: 900px;
}

.pdetail_flat_file .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence {
  width: 450px;
}

/* ガバットファイル 派生 */
.pdetail_gavatte_file .neosProductFeature_section:nth-of-type(1) {
  width: 900px;
}

.pdetail_gavatte_file .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence {
  width: 450px;
}

/* ファイルボックス 派生 */
#neosProduct_fileBox .neosProductMainvisual_inner {
  height: 560px;
}

#neosProduct_fileBox .neosProductMainvisual_image {
  left: 30%;
}

.pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(1) {
  width: 900px;
}

.pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence {
  width: 380px;
}

.pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(2) {
  width: 900px;
}

.pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence {
  width: 340px;
}

.pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(1) {
  width: 900px;
}

.pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence {
  width: 410px;
}

.pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(2) {
  width: 900px;
}

.pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence {
  width: 340px;
}

/* キャリーボックス 派生 */
.pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(3),
.pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(4) {
  width: 900px;
}

.pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(4) .neosProductFeature_sentence {
  width: 340px;
}

.pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section_images {
  margin-bottom: 120px;
  font-size: 14px;
  line-height: 1.5;
}

.pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section_images>*:first-child {
  margin-left: 50px;
}

.pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section_images p {
  margin-top: 0.5em;
}

.pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section_images .neosProductFeature_image_flex {
  flex-basis: 509px;
  flex-shrink: 0;
}

/* フォルダー 派生 */
.pdetail_folder #neosProduct_folder .neosProductFeature_section:nth-of-type(1) {
  width: 840px;
}

.pdetail_folder #neosProduct_folder .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence {
  width: 450px;
}

.pdetail_folder #neosProduct_folder .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence {
  width: 340px;
}

/* クリアファイル 派生 */
.pdetail_clear_book #kokuyo-st-main-contents .neosProductMainvisual_inner {
  height: 560px;
}

.pdetail_clear_book #kokuyo-st-main-contents .neosProductMainvisual_image {
  left: 30%;
}

.pdetail_clear_book #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(1) {
  width: 930px;
}

.pdetail_clear_book #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence {
  width: 430px;
}

.pdetail_clear_book #kokuyo-st-main-contents .neosProductFeature_variation_item p:nth-of-type(1) {
  font-weight: bold;
}

/* *****************************************************************************
商品ラインナップ
***************************************************************************** */
#kokuyo-st-main-contents .neosProductLineup_inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 40px;
  color: #221b3e;
}

.neosProductLineup .neos_fadeTitle {
  float: left;
}

#kokuyo-st-main-contents .neosProductLineup .neosSectionTitle_image {
  margin-left: 200px;
}

.pdetail_strage_box #kokuyo-st-main-contents .neosProductLineup .neosSectionTitle_image {
  margin-left: 150px;
}

#kokuyo-st-main-contents .neosProductLineup .neosSectionBody>h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

#kokuyo-st-main-contents .neosProductLineup_ecomark {
  margin-bottom: 5px;
}

#kokuyo-st-main-contents .neosProductLineup_ecomark li {
  float: left;
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 4px;
}

#kokuyo-st-main-contents .neosProductLineup_ecomark li span {
  display: block;
  padding: 0.5em 0.5em 0.3em 0.5em;
  font-size: 12px;
  border: solid 1px #221b3e;
}

.neosProductLineup_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}

#kokuyo-st-main-contents .neosProductLineup_table th,
#kokuyo-st-main-contents .neosProductLineup_table td {
  border: solid 1px #fff;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
}

.neosProductLineup_table thead th {
  background-color: #eee;
}

.neosProductLineup_table tbody tr:nth-child(2n) th {
  background-color: #eee;
}

.neosProductLineup_table tbody td {
  background-color: #eee;
}

#kokuyo-st-main-contents .neosProductLineup_notice {
  font-size: 12px;
  margin-bottom: 5em;
}

.neosProductLineup_showcase {
  text-align: center;
}

.neosProductLineup_showcase a {
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 1.0;
}

.neosProductLineup_showcase a:hover {
  opacity: 0.7;
}

/*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	レスポンシブ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  */

/* *****************************************************************************
********************************************************************************

641-

********************************************************************************
***************************************************************************** */
@media screen and (min-width: 641px) {
  .disp_sp {
    display: none;
  }
}

/* *****************************************************************************
********************************************************************************

-640

********************************************************************************
***************************************************************************** */
@media screen and (max-width: 640px) {
  .disp_pc {
    display: none;
  }

  html {
    font-size: 3vw;
  }

  body {
    min-width: initial;
  }

  .kokuyo-st-container #header,
  .kokuyo-st-container #topicpath,
  html .kokuyo-st-container #footer,
  html .kokuyo-st-container #footer-sitemap {
    display: none;
  }

  body.loaded .kokuyo-st-container #header {
    margin-top: 0;
    position: relative;
  }

  .kokuyo-st-container div#contents-header {
    display: none;
  }

  .neosBtn_scroll {
    position: absolute;
    bottom: -5vw;
    left: calc(50% - 4.5vw);
    z-index: 11;
    width: 9vw;
  }

  .neosBtn_scroll img {
    width: 100%;
  }

  .neosHeader_holder {
    height: 13.333vw;
    position: relative;
  }

  /* body.load.loaded .neosHeader,
  body.load .neosHeader, */
  .neosHeader {
    height: 13.333vw;
    position: absolute;
    top: 0vw;
    left: 0;
    width: 100%;
    z-index: 20;
  }

  body.header_hidden .neosHeader {
    position: fixed;
  }

  #kokuyo-st-main-contents .neosHeader_inner {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosHeader h2 {
    padding-top: 3vw;
    padding-left: 5%;
  }

  #kokuyo-st-main-contents .neosHeader h2 img {
    width: 20vw;
  }

  #kokuyo-st-main-contents .neosHeaderNav {
    position: absolute;
    top: 13.33vw;
    left: 0;
    width: 100%;
    height: 0vh;
    padding-top: 0;
    background-color: #fff;
    border-top: solid 1px #ccc;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-property: height;
  }

  .spmenu_opened #kokuyo-st-main-contents .neosHeaderNav {
    height: 130vh;
  }

  #kokuyo-st-main-contents .neosHeaderNav li {
    float: none;
    border-bottom: solid 1px #ccc;
  }

  .neosHeaderNav a {
    color: #000;
    padding: 1em 0;
  }

  #kokuyo-st-main-contents .neosHeaderNav li,
  #kokuyo-st-main-contents .neosHeaderNav li:first-child {
    margin-left: 0;
  }

  .neosHeaderNav_en {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  .neosHeaderNav_ja {
    font-size: 1.0rem;
    position: static;
    opacity: 1;
  }

  a:hover .neosHeaderNav_en {
    opacity: 1;
  }

  a:hover .neosHeaderNav_ja {
    opacity: 1;
  }


  /* *****************************************************************************
	SPメニュー
	***************************************************************************** */
  #btn_spmenu {
    display: block;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 2.7vw;
    right: 3vw;
    z-index: 200;
    cursor: pointer;
  }

  .icon-animation {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }

  .icon-animation span {
    width: 8vw;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: calc(50% - 1.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: 8vw;
    height: 3px;
    background: #fff;
    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);
  }


  /*  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	トップページ
*/
  /* *****************************************************************************
	メインビジュアル
	***************************************************************************** */
  #kokuyo-st-main-contents {
    font-size: 3.8vw;
  }

  #kokuyo-st-main-contents .neosMainvisual {}

  .neosMainvisual_visual {
    width: 100%;
    height: 100vw;
  }

  .neosMainvisual_inner {
    width: 100%;
  }

  .neosMainvisual_visual img {
    width: auto;
    height: 100%;
  }

  .neosMainvisual_copy {
    position: absolute;
    top: 7vw;
    right: 3vw;
    overflow: hidden;
    font-weight: bold;
  }

  .neosMainvisual_slide:nth-child(2) .neosMainvisual_copy {
    top: 7vw;
  }

  .neosMainvisual_slide:nth-child(3) .neosMainvisual_copy {
    top: 7vw;
    right: auto;
    left: 3vw;
  }

  /* *****************************************************************************
	コンセプト
	***************************************************************************** */

  .neosSectionTitle_num {
    font-size: 3rem;
  }

  .neosSectionTitle_en {
    font-size: 3rem;
  }

  #kokuyo-st-main-contents .neosConcept {
    padding-top: 8vw;
  }


  #kokuyo-st-main-contents .neosConcept_visuals {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosConcept_sliderright {
    margin-bottom: 9vw;
    width: 78vw;
    top: 0px;
    right: 0px;
  }

  .neosConcept_sliderright .swiper-wrapper {
    height: 55vw;
  }

  #kokuyo-st-main-contents .neosConcept_sliderleft {
    padding-top: 61vw;
    margin-bottom: 9vw;
    width: 46vw;
    left: 0px;
  }

  .neosConcept_sliderleft .swiper-wrapper {
    height: 56vw;
  }

  .neosConcept_sliderright .swiper-slide img,
  .neosConcept_sliderleft .swiper-slide img {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosConcept_sliderleft .neosConcept_sliderleftWrapper {
    width: 100%;
  }

  .neosConcept_copy {
    top: 68vw;
    left: 35%;
    font-size: 1.14rem;
  }

  .neosConcept_picture3 {
    display: none;
  }

  #kokuyo-st-main-contents .neosConcept .neosSectionTitle {
    margin-bottom: 2rem;
    margin-left: 5%;
  }

  #kokuyo-st-main-contents .neosConcept .neosSectionBody {
    padding-bottom: 4rem;
    margin-left: 5%;
  }

  /* アニメ用 */
  #kokuyo-st-main-contents .section-init .neosConcept_sliderleft {
    padding-top: 70vw;
    margin-left: -2rem;
  }

  #kokuyo-st-main-contents .section-init .neosConcept_sliderright {
    right: -2rem
  }

  /* FEATURE */
  #kokuyo-st-main-contents .neosConcept_feature {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #kokuyo-st-main-contents .neosConcept_feature dl {
    width: 90%;
    margin-bottom: 3rem;
    display: block;
  }

  #kokuyo-st-main-contents .neosConcept_feature dl:last-child {
    margin: 0 auto;
  }

  #kokuyo-st-main-contents .neosConcept_feature dt {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem
  }

  .neosConcept_featureName {
    font-size: 3rem;
  }

  .neosConcept_featureJa {
    font-size: 1.25rem;
  }

  #kokuyo-st-main-contents .neosConcept_feature li {
    width: 48%;
    float: left;
    margin-right: 0px;
    margin-bottom: 2rem;
  }

  #kokuyo-st-main-contents .neosConcept_feature li:nth-child(2n) {
    float: right;
  }

  .neosConcept_feature li img {
    margin-bottom: 0.5em;
    width: 100%;
  }

  #kokuyo-st-main-contents .neosConcept_feature p {
    font-size: 1rem;
  }


  /* *****************************************************************************
	機能
	***************************************************************************** */
  #kokuyo-st-main-contents .neosFeature {
    padding-top: 5rem;
    padding-bottom: 3rem;
    width: 100%;
    margin: auto;
  }

  #kokuyo-st-main-contents .neosFeature_inner {
    width: 90%;
  }

  .neosFeature .neosSectionTitle {
    float: none;
    margin-bottom: 1rem;
  }

  #kokuyo-st-main-contents .neosFeature .neosSection_copy {
    padding-top: 0;
    padding-left: 0;
    float: none;
    margin-bottom: 2em;
  }

  .neosFeature .neosSectionBody li {
    width: 48%;
  }

  .neosFeature .neosSectionBody li strong {
    font-size: 1.3rem;
  }

  .neosFeature .neosSectionBody li p {
    font-size: 1rem;
  }

  .neosFeature .neosSectionBody li img {
    width: 100%;
    margin-bottom: 0.5em;
  }

  /* *****************************************************************************
	コーディネイト
	***************************************************************************** */
  #kokuyo-st-main-contents .neosCoordinate {
    padding-top: 5rem;
    padding-bottom: 3rem;
    width: 90%;
    margin: auto;
  }

  .neosCoordinate .neosSectionTitle {
    float: none;
    margin-bottom: 1rem;
  }

  #kokuyo-st-main-contents .neosCoordinate .neosSection_copy {
    padding-top: 0;
    padding-left: 0;
    float: none;
    margin-bottom: 2em;
    text-align: left;
  }

  #kokuyo-st-main-contents .neosCoordinate_Menu ul {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosCoordinate_Menu li {
    background-color: #221b3e;
    width: 24%;
    float: left;
    margin-right: 1.3%;
  }

  #kokuyo-st-main-contents .neosCoordinate_Menu {
    margin: 2rem 0;
  }

  #kokuyo-st-main-contents .neosCoordinate_mainVisual {
    margin-bottom: 1rem;
  }

  .neosCoordinate_mainVisual img {
    width: 100%;
  }

  .neosCoordinate_MenuEn {
    font-size: 1.2rem;
  }

  .neosCoordinate_MenuJa {
    font-size: 0.75rem;
  }

  #kokuyo-st-main-contents .neosCoordinate_Items {
    height: 125vw;
    width: 100%;
  }

  .neosCoordinate_Item {
    height: 125vw;
  }

  .neosCoordinate_Items_wrap .neosCoordinate_btn {
    top: calc(28.5vw - 18px);
  }

  #kokuyo-st-main-contents .neosCoordinate_copy {
    position: static;
    font-size: 1rem;
    margin-bottom: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #kokuyo-st-main-contents .neosCoordinate_thumbnails {
    position: static;
    bottom: 0px;
    left: 0px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  #kokuyo-st-main-contents .neosCoordinate_thumbnail {
    float: left;
    width: 24%;
    margin-right: 1.333%;
  }

  #kokuyo-st-main-contents .neosCoordinate_thumbnail:nth-child(4n) {
    clear: none;
    margin-right: 0px;
  }

  #kokuyo-st-main-contents .neosCoordinate_thumbnail img {
    width: 100%;
  }


  /* *****************************************************************************
	ギャラリー
	***************************************************************************** */
  #kokuyo-st-main-contents .neosGallery {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  #kokuyo-st-main-contents .neosGallery_upper {
    width: 90%;
    margin: auto;
  }

  #kokuyo-st-main-contents .neosGallery .neosSectionTitle {
    float: none;
    margin-right: 0px;
    margin-bottom: 1rem;
  }

  #kokuyo-st-main-contents .neosGallery .neosSection_copy {
    float: none;
    padding-top: 0px;
    margin-bottom: 1.5rem;
  }

  .neosGallery_sliderWrapper .swiper-slide {
    width: 33vw;
    height: 33vw;
  }

  .neosGalleryPop {
    background-color: rgba(255, 255, 255, 0.8);
  }

  #kokuyo-st-main-contents .neosGalleryPop3 {
    padding: 5.5rem 1rem 1rem 1rem;
  }

  .neosGalleryPop_sliderWrapper {
    width: 90vw;
    height: 107vw;
  }

  .neosGalleryPop_sliderWrapper .swiper-slide {
    width: 90vw;
  }

  .neosGalleryPop .btn_close {
    top: 1rem;
    right: 1rem;
    z-index: 99;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  /* *****************************************************************************
ショッピング
***************************************************************************** */
  #kokuyo-st-main-contents .neosShopping {
    padding-top: 5rem;
    padding-bottom: 6rem
  }

  #kokuyo-st-main-contents .neosShopping .neosSectionTitle {
    width: 90%;
  }

  #kokuyo-st-main-contents .shopping_banners {
    flex-wrap: wrap;
    width: 90%;
  }

  #kokuyo-st-main-contents .shopping_banners li {
    width: 48%;
    margin-bottom: 1rem;
  }

  .shopping_banners img {
    width: 100%;
  }


  /* *****************************************************************************
	ラインナップ
	***************************************************************************** */
  #kokuyo-st-main-contents .neosLineup {
    padding-top: 5rem;
    padding-bottom: 2rem
  }

  #kokuyo-st-main-contents .neosLineup_inner {
    width: 90%;
  }

  #kokuyo-st-main-contents .neosLineup .neosSectionTitle {
    float: none;
    margin-right: 0px;
    margin-bottom: 1rem;
  }

  #kokuyo-st-main-contents .neosLineup .neosSection_copy {
    float: none;
    padding-top: 0px;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }


  #kokuyo-st-main-contents .neosLineup .neosSectionBody {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosLineup li {
    width: 48%;
    height: 48vw;
    margin: 0px 0 1.33vw 0;
  }

  #kokuyo-st-main-contents .neosLineup li:nth-child(3n) {
    margin: 0px 0 1.33vw 0;
  }

  #kokuyo-st-main-contents .neosLineup li:nth-child(2n) {
    float: right;
  }

  #kokuyo-st-main-contents .neosLineup li img {
    width: 100%;
  }

  .lineup_neoslogo {
    display: none;
  }

  .neosLineup .lineup_new:after {
    top: 2vw;
    left: 2vw;
  }



  /* *****************************************************************************
	商品詳細
	***************************************************************************** */
  #kokuyo-st-main-contents .neosProductMainvisual_inner {
    height: auto;
    padding-top: 3em;
  }

  #kokuyo-st-main-contents .neosProductMainvisual .neosSectionTitle {
    margin-left: 0;
  }

  .neosProductMainvisual .neosSectionTitle_en {
    font-size: 3.3rem;
  }

  #kokuyo-st-main-contents .neosProductMainvisual_image {
    position: static;
    text-align: center;
    margin-bottom: 1em;
  }

  .neosProductMainvisual_image img {
    width: 90%;
  }

  #kokuyo-st-main-contents .neosProductFeature {}

  #kokuyo-st-main-contents .neosProductFeature_imageLeft,
  #kokuyo-st-main-contents .neosProductFeature_imageRight {
    margin-bottom: 4em;
  }

  .neosProductFeature_imageLeft .neosProductFeature_image,
  .neosProductFeature_imageRight .neosProductFeature_image,
  .neosProductFeature_imageLeft .neosProductFeature_sentence,
  .neosProductFeature_imageRight .neosProductFeature_sentence {
    float: none;
    width: 100%;
  }

  #kokuyo-st-main-contents .neosProductFeature_section_images {
    flex-direction: column;
    margin-bottom: 4em;
  }

  #kokuyo-st-main-contents .neosProductFeature_section_images>*+* {
    margin-top: 2em;
  }

  .neosProductFeature_image_flex {
    column-gap: 4%;
  }

  .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
  #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3) {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosProductFeature_image {
    margin-bottom: 1em;
  }

  .neosProductFeature_image img {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosProductFeature_sentence {
    margin-bottom: 1.5em;
  }

  .neosProductFeature_sentence .neosSectionTitle_ja2 {
    font-size: 1.2em;
  }

  #kokuyo-st-main-contents .neosProductFeature_checkpoint ul {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosProductFeature_checkpoint ul.neosProductFeature_checkpoint_three {
    display: block;
  }

  #kokuyo-st-main-contents .neosProductFeature_checkpoint li {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }

  #kokuyo-st-main-contents .neosProductFeature_variation ul {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosProductFeature_variation li {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }

  #kokuyo-st-main-contents .neosProductFeature_variation li>div {
    text-align: center;
  }

  #kokuyo-st-main-contents .neosProductFeature_variation li>div img {
    width: 50%;
  }


  /* ファイルボックス 派生 */
  .pdetail_flat_file .neosProductFeature_section:nth-of-type(1),
  .pdetail_flat_file .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence,
  .pdetail_gavatte_file .neosProductFeature_section:nth-of-type(1),
  .pdetail_gavatte_file .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence,
  .pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(1),
  .pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence,
  .pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(2),
  .pdetail_file_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
  .pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(1),
  .pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence,
  .pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(2),
  .pdetail_file_box #neosProduct_boxLabel .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
  .pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3),
  .pdetail_strage_box .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
  .pdetail_strage_box .neosProductFeature_section:nth-of-type(3) .neosProductFeature_sentence,
  .pdetail_folder #neosProduct_folder .neosProductFeature_section:nth-of-type(1),
  .pdetail_folder #neosProduct_folder .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence,
  .pdetail_folder #neosProduct_folder .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
  .pdetail_clear_book #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(1),
  .pdetail_clear_book #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(1) .neosProductFeature_sentence,
  .pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(3),
  .pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section:nth-of-type(4) {
    width: 100%;
  }

  .pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section_images .neosProductFeature_image_flex {
    flex-basis: initial;
  }

  .pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section_images {
    font-size: 3.2vw;
  }

  .pdetail_carry_box #neosProduct_fileBox .neosProductFeature_section_images>*:first-child {
    margin-left: 0;
  }

  .pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence,
  .pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3) .neosProductFeature_sentence {
    font-size: 3.8vw;
  }

  .pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(2) .neosProductFeature_sentence h3,
  .pdetail_strage_box #kokuyo-st-main-contents .neosProductFeature_section:nth-of-type(3) .neosProductFeature_sentence h3 {
    font-size: 3.8vw;
    font-weight: bold;
  }


  #kokuyo-st-main-contents .neosProductLineup .neos_fadeTitle {
    float: none;
    margin-bottom: 1em;
  }

  #kokuyo-st-main-contents .neosProductLineup .neosSectionTitle_image,
  .pdetail_strage_box #kokuyo-st-main-contents .neosProductLineup .neosSectionTitle_image {
    margin-left: 0px;
    text-align: center;
  }

  .neosProductLineup .neosSectionTitle_image img {
    width: 100%;
  }

  #kokuyo-st-main-contents .neosProductLineup .neosSectionBody>h3 {
    font-size: 1.1em;
  }

  #kokuyo-st-main-contents .neosProductLineup_ecomark li span {
    font-size: 0.875em;
  }

  #kokuyo-st-main-contents .neosProductLineup .table_wrapper {
    overflow-x: auto;
    margin-bottom: 0.5em;
  }

  .neosProductLineup .table_wrapper table {
    width: 240%;
    margin-bottom: 0.5em;
  }

  #kokuyo-st-main-contents .neosProductLineup_table {
    font-size: 0.875em;
  }

  .neosProductLineup_showcase img {
    width: 100%;
  }






  .kokuyo-st-container .pagetop {
    width: 100%;
  }

}
  /* 廃盤 */
#kokuyo-st-main-contents del{
	color: #F00;
    text-decoration: line-through;
}
#kokuyo-st-main-contents .haiban_txt{
	color: #F00;
}