@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  font-family: Helvetica, "Hiragino Kaku Gothic ProN","CI", 'Lucida Grande', sans-serif;
  -webkit-text-size-adjust: 100%;
}

.concept #logo {
  background: #fff;
}

.concept#main {
  margin: 0 auto;
  width: 100%;
  top: 0;
  background: #fff;
}

.concept#main * {
  box-sizing: border-box;
}

.concept .wrapper * {
  line-height: 1.05;
}

.concept .content {
  position: relative;
}

.concept .btn {
  background-color: #004199;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4.9rem;
  text-align: center;
  text-decoration: none;
}

.concept .btn:hover {
  text-decoration: none;
}

.concept .btn-question {
  background-color: #fff;
  border: 2px solid #004199;
  color: #004199;
  line-height: 4.5rem;
}

.concept .logo_btn {
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/logo_btn.png") no-repeat;
  background-size: cover;
  display: inline-block;
  width: 51px;
  height: 34px;
  margin-right: 16px;
  vertical-align: middle;
}

.concept .f-bold {
  font-weight: bold;
}

.concept .concept_top {
  position: absolute;
  z-index: 1000;
}

.concept .concept_top_title {
  color: #004199;
  font-family: "Helvetica";
  font-weight: bold;
}

.concept .concept_top_lead {
  color: #261f1c;
  font-family: "Helvetica Neue";
  font-weight: bold;
}

.concept .concept_language_item {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
}

.concept .concept_language_item:hover {
  text-decoration: none;
}

.concept .concept_language_item:first-child {
  margin-right: 13px;
}

.concept .concept_language_item:last-child {
  margin-left: 13px;
}

.concept .concept_language_item.is-current {
  border: solid 2px #004199;
  border-radius: 4px;
  color: #004199;
  padding: 8px 15px;
}

.concept .concept_language_banner {
  text-align: center;
}

.concept .concept_language_white .concept_language_item {
  color: #fff;
}

.concept .concept_language_white .concept_language_item.is-current {
  color: #fff;
  border-color: #fff;
}

.concept .concept_title_main {
  font-weight: bold;
  color: #261f1c;
}

.concept .concept_title_main span {
  border-bottom: solid 1px #261f1c;
  padding-bottom: 2px;
}

.concept .concept_title_main-small {
  font-weight: bold;
  color: #261f1c;
}

.concept .concept_title_main-medium {
  font-weight: bold;
  color: #261f1c;
  margin-bottom: 12px;
}

.concept .concept_title_sub {
  font-weight: bold;
}

.concept .concept_banner .concept_title {
  position: relative;
}

.concept .concept_banner .concept_title_sub {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.concept .concept_banner .concept_language_banner {
  position: absolute;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}

.concept .concept_title_white .concept_title_main {
  color: #fff;
}

.concept .concept_title_white .concept_title_main span {
  border-color: #fff;
}

.concept .concept_title_white .concept_title_sub {
  color: #fff;
}

.concept .concept_title_new .concept_title_main span {
  border-bottom: none;
  position: relative;
  padding-bottom: 11px;
}

.concept .concept_title_new .concept_title_main span:after {
  content: "";
  height: 1px;
  width: 68px;
  background: #261f1c;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.concept .concept_title_white .concept_title_main span:after {
  background: #fff;
}

.concept .concept_dyelist {
  display: inline-block;
  width: 100%;
}

.concept .text-washCount {
  color: #004199;
  position: absolute;
}

.concept .f-bold {
  font-weight: bold;
}

.concept .c-blue {
  color: #004199;
}

.concept .list_btn_kodawari {
  overflow: hidden;
}

.concept .list_btn_kodawari li {
  float: left;
  list-style: none;
}

.concept .list_btn_kodawari a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.concept .list_btn_kodawari a.list_btn-material {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/btn-material.jpg");
}

.concept .list_btn_kodawari a.list_btn-fabric {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/btn-fabric.jpg");
}

.concept .list_btn_kodawari a.list_btn-pattern {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/btn-pattern.jpg");
}

.concept .list_btn_kodawari a.list_btn-sew {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/btn-sew.jpg");
}

.concept .list_btn_kodawari a.list_btn-dye {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/btn-dye.jpg");
}

.concept .btn_kodawari_title {
  font-weight: bold;
  position: relative;
  color: #fff;
}

.concept .btn_kodawari_title span {
  position: relative;
}

.concept .btn_kodawari_title span:before {
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/icon_arrow_bottom.png") no-repeat;
  background-size: cover;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  opacity: 0.6;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 10px;
}

.concept .btn_kodawari_text {
  color: #fff;
  padding: 0 16px;
}

.concept .btn_kodawari_content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.concept .btn_kodawari_icon {
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/cotton_usa.png") no-repeat;
  background-size: cover;
  display: block;
  margin: 12px auto 0;
}

.concept .btn_kodawari_content_blue .btn_kodawari_title {
  color: #004199;
}

.concept .btn_kodawari_content_blue .btn_kodawari_title span:before {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/icon_arrow_bottom_blue.png");
}

.concept .btn_kodawari_content_blue .btn_kodawari_text {
  color: #333;
}

.concept .icon_cotton_usa {
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/cotton_usa.png") no-repeat;
  background-size: cover;
}

.concept .textLink_right {
  overflow: hidden;
}

.concept .textLink_right .textLink {
  float: right;
}

.concept .textLink {
  color: #004199;
  font-size: 1.4rem;
}

.concept .textLink span {
  position: relative;
  padding-right: 18px;
  line-height: 3.2rem;
  display: inline-block;
  width: 100%;
}

.concept .textLink span:after {
  content: "";
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/icon_arrow_right_blue.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 10px;
  opacity: 0.6;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.concept .textLink_back {
  margin-top: 16px;
}

.concept .textLink_back .textLink span {
  padding-right: 0;
  padding-left: 15px;
}

.concept .textLink_back .textLink span:after {
  left: 0;
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/icon_arrow_left_blue.png");
}

.concept .list_middle_images {
  overflow: hidden;
}

.concept .list_middle_images li {
  list-style: none;
  float: left;
  position: relative;
}

.concept .list_middle_images li:after {
  content: "";
  position: absolute;
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/icon-arrow.png") no-repeat;
  background-size: cover;
  width: 29px;
  height: 28px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: -15px;
  margin-top: 15px;
}

.concept .list_middle_images li .middle_images {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
}

.concept .list_middle_images li:nth-child(1) .middle_images {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/cotton_img01.jpg");
}

.concept .list_middle_images li:nth-child(2) .middle_images {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/cotton_img02.jpg");
}

.concept .list_middle_images li:nth-child(3) .middle_images {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/cotton_img03.jpg");
}

.concept .list_middle_images li:nth-child(4) .middle_images {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/cotton_img04.jpg");
}

.concept .list_middle_images li:nth-child(4):after {
  content: none;
}

.concept .cottonbelt_title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 32px;
}

.concept .info-cotton {
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/bg-info-cotton.png") no-repeat center;
  background-size: cover;
  min-height: 343px;
  padding-bottom: 40px;
}

.concept .blockB .leadText {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 12px 0;
}

.concept .btn-center {
  text-align: center;
}

.concept .textA {
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.concept .textB {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
}

.concept .cottonbelt {
  width: 100%;
  overflow: hidden;
}

.concept .block2Image {
  overflow: hidden;
}

.concept .block2Image_image {
  float: left;
  width: 50%;
}

.concept .block2Image_image span {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.concept .block2Image_image1 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/material_img01.jpg");
}

.concept .block2Image_image2 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/material_img02.jpg");
}

.concept .block2Image_image3 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/material_img03.jpg");
}

.concept .block2Image_image4 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/material_img04.jpg");
}

.concept .block2Image_image5 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/saw_img01.jpg");
}

.concept .block2Image_image6 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/saw_img02.jpg");
}

.concept .block2Image_image7 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/dye_img01.jpg");
}

.concept .block2Image_image8 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/dye_img02.jpg");
}

.concept .block2Image_image9 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/dye_img03.jpg");
}

.concept .block2Image_image10 span {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/dye_img04.jpg");
}

.concept .blockImage_image {
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}

.concept .blockA_image {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.concept .blockA_image_reactive {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/reactive_dye.png");
  width: 339px;
  height: 262px;
}

.concept .blockA_image_pigment {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment_dye.png");
  width: 338px;
  height: 258px;
}

.concept .blockA_image_twice {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/twice_dye.png");
  width: 308px;
  height: 248px;
}

.concept .blockA_image_yarn {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/yarn_dye.png");
  width: 304px;
  height: 226px;
}

.concept .blockA_image_indigo {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo_dye.png");
  width: 310px;
  height: 249px;
}

.concept .blockA_image_55j {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_55J.jpg");
  width: 316px;
  height: 156px;
}

.concept .blockA_image_55j_1 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_55J_1.jpg");
  width: 316px;
  height: 156px;
}

.concept .blockA_image_55t {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_55t.jpg");
  width: 316px;
  height: 157px;
}

.concept .blockA_image_9hj {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_9hj.jpg");
  width: 316px;
  height: 156px;
}

.concept .blockA_image_6t {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_6t.jpg");
  width: 316px;
  height: 156px;
}

.concept .blockA_image_9ft {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_9ft.jpg");
  width: 313px;
  height: 188px;
}

.concept .blockA_image_13ft {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_13ft.jpg");
  width: 314px;
  height: 189px;
}

.concept .blockA_image_9nbf {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_9nbf.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_6p {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_6p.jpg");
  width: 316px;
  height: 156px;
}

.concept .blockA_image_dp {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_dp.jpg");
  width: 316px;
  height: 156px;
}

.concept .blockA_image_b {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_b.jpg");
  width: 313px;
  height: 166px;
}

.concept .blockA_image_velour {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_velour.jpg");
  width: 313px;
  height: 166px;
}

.concept .blockA_image_velourpile {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_velourpile.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_superfleece {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_superfleece.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_bisonpile {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_bison.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_seersucker {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_seersucker.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_lightterry {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_lightterry.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_paddedjersey {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_padded.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_kodensipadded {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_kodenshi-outer.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_kodensipaddedinfo {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_kodensi-padding-info1.jpg");
  width: 314px;
  height: 380px;
}

.concept .blockA_image_kodenshiquilt {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_kodensi-quilt.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_organicjersey {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_organicjersey1.jpg");
  width: 314px;
  height: 380px;
}

.concept .blockA_image_quickdryjersey {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_quickdry1.jpg");
  width: 314px;
  height: 380px;
}

.concept .blockA_image_honeycombthermal {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_honeycombthermal.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_ribknit {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_ribknit.jpg");
  width: 314px;
  height: 190px;
}

.concept .blockA_image_windthrujersey {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/fabricList_windthrujersey.jpg");
  width: 314px;
  height: 190px;
}

.concept .concept_pigment_dye {
  background: #f2f1f1;
}

.concept .concept_indigo_dye {
  background: #f2f1f1;
}

.concept .list_pigment_dye {
  overflow: hidden;
}

.concept .list_pigment_dye_text {
  line-height: 3.0rem;
  float: left;
  width: 25%;
  text-align: center;
}

.concept .list_pigment_dye_text span {
  font-weight: bold;
  margin-left: 8px;
}

.concept .simplyscroll_image {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  float: left;
  position: relative;
}

.concept .flow-full {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-position: center;
}

.concept .flow-full.active {
  z-index: 1;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.concept .pigment-flow-full {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow4.jpg");
}

.concept .indigo-flow-full {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow3.jpg");
}

.concept .pigment-flow1-1 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow1-1.jpg");
}

.concept .pigment-flow1-2 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow1-2.jpg");
}

.concept .pigment-flow1-3 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow1-3.jpg");
}

.concept .pigment-flow1-4 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow1-4.jpg");
}

.concept .pigment-flow2-1 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow2-1.jpg");
}

.concept .pigment-flow2-2 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow2-2.jpg");
}

.concept .pigment-flow2-3 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow2-3.jpg");
}

.concept .pigment-flow2-4 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow2-4.jpg");
}

.concept .pigment-flow3-1 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow3-1.jpg");
}

.concept .pigment-flow3-2 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow3-2.jpg");
}

.concept .pigment-flow3-3 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow3-3.jpg");
}

.concept .pigment-flow3-4 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment-flow3-4.jpg");
}

.concept .indigo-flow1-1 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow1-1.jpg");
}

.concept .indigo-flow1-2 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow1-2.jpg");
}

.concept .indigo-flow1-3 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow1-3.jpg");
}

.concept .indigo-flow1-4 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow1-4.jpg");
}

.concept .indigo-flow2-1 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow2-1.jpg");
}

.concept .indigo-flow2-2 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow2-2.jpg");
}

.concept .indigo-flow2-3 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow2-3.jpg");
}

.concept .indigo-flow2-4 {
  background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/indigo-flow2-4.jpg");
}

.concept .slide_simplyscroll {
  position: relative;
}

.concept .simply-scroll-container {
  position: relative;
  width: 100%;
}

.concept .simply-scroll-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.concept .simply-scroll {
  min-width: 100%;
  width: 1120px;
  z-index: 1;
}

.concept .simplyscroll_dots {
  text-align: center;
  margin-top: 15px;
}

.concept .simplyscroll_dots li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
}

.concept .simplyscroll_dots li.active span {
  background: #022d60;
}

.concept .simplyscroll_dots span {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: block;
  background: #dcdcdc;
}

.concept .simplyscroll_dots span:hover {
  background: #022d60;
}

.concept .border-top-none {
  border-top: none !important;
}

.concept .concept_border .blockA {
  border-top: 1px solid #d4d4d4;
}

.concept .icon_french_terry {
  background: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/icon-frenchterry.jpg") no-repeat;
  background-size: cover;
  width: 142px;
  height: 40px;
}

.concept .simplyscroll_item {
  float: left;
}

@media only screen and (min-width: 768px) {
  #footer {
    min-width: 1120px;
  }
  .pc-hidden {
    display: none;
  }
  #makebanner,
  #wrapper {
    min-width: 1120px;
    width: 100%;
  }
  .concept#main #footerNavWapper {
    box-sizing: content-box !important;
  }
  .concept #main_container {
    width: 100%;
  }
  .concept .content {
    margin: 0 auto;
    width: 1040px;
  }
  .concept .content-small {
    width: 860px;
  }
  .concept .leadText {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .concept .btn {
    min-width: 290px;
    padding: 0 33px;
  }
  .concept .pcBr:before {
    content: "\a";
    white-space: pre;
  }
  .concept .t-center {
    text-align: center !important;
  }
  .concept .concept_top {
    left: 15px;
    top: 85px;
  }
  .concept .concept_top_title {
    font-size: 4.5rem;
    line-height: 5.6rem;
  }
  .concept .concept_top_lead {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-top: 8px;
  }
  .concept .concept_top_text {
    line-height: 3.0rem;
    margin-top: 28px;
  }
  .concept .concept_language {
    margin-top: 40px;
    margin-left: 92px;
  }
  .concept .mainSlider {
    width: 100%;
  }
  .concept .mainSlider_item {
    width: 100%;
    position: relative;
    padding-left: 236px;
    height: 460px;
  }
  .concept .mainSlider_item_inner {
    background: #ebebeb no-repeat right bottom;
    background-size: 804px 460px;
    height: 460px;
    display: none;
    position: absolute;
    width: 804px;
    top: 0;
    right: 0;
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner1 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/main-wash1.png");
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner10 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/main-wash10.png");
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner20 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/main-wash20.png");
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner30 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/main-wash30.png");
  }
  .concept .list_btn_kodawari {
    margin: 70px -30px 0;
  }
  .concept .list_btn_kodawari li {
    margin: 0 30px 40px;
    width: 306px;
  }
  .concept .list_btn_kodawari a {
    height: 280px;
  }
  .concept .concept_kodawari {
    margin-top: 60px;
  }
  .concept .concept_kodawari .leadText {
    margin-top: 20px;
  }
  .concept .concept_title {
    text-align: center;
  }
  .concept .concept_title .leadText {
    margin-top: 24px;
  }
  .concept .concept_title_main {
    font-size: 3.4rem;
    padding-top: 40px;
  }
  .concept .concept_title_main-small {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .concept .concept_title_main-small span {
    font-size: 1.4rem;
  }
  .concept .concept_title_main-medium {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .concept .concept_title_sub {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-top: 23px;
  }
  .concept .concept_banner .concept_title {
    height: 280px;
  }
  .concept .concept_banner .concept_title_sub {
    margin-top: 9px;
  }
  .concept .concept_banner .concept_language_banner {
    bottom: 25px;
  }
  .concept .concept_title_new .concept_title_main {
    font-size: 3.2rem;
  }
  .concept .concept_title_new .concept_title_sub {
    line-height: 4.8rem;
  }
  .concept .info-foundation {
    background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/bg-usa_flag.png") no-repeat;
    background-size: cover;
    min-height: 528px;
    padding-bottom: 40px;
    max-width: 1360px;
    min-width: 1040px;
    margin: 60px auto 0;
  }
  .concept .concept_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1900px 280px;
    height: 280px;
    width: 100%;
  }
  .concept .concept_banner.banner-material {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/vis_material.jpg");
    background-color: #daf9fc;
  }
  .concept .concept_banner.banner-fabric {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/vis_fabric.jpg");
    background-color: #f8f8f8;
  }
  .concept .concept_banner.banner-pattern {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/vis_pattern.jpg");
    background-color: #d4d4d4;
  }
  .concept .concept_banner.banner-saw {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/vis_saw.jpg");
    background-color: #fbf9fa;
  }
  .concept .concept_banner.banner-dye {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/vis_dye.jpg");
    background-color: #26232c;
  }
  .concept .concept_banner.banner-dyelist {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/vis_dyelist.jpg");
    background-color: #26232c;
  }
  .concept .concept_banner.banner-fabriclist {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/pc/vis_fabric.jpg");
  }
  .concept .concept_banner_info {
    margin-bottom: 60px;
  }
  .concept .concept_banner_info .leadText {
    padding-top: 69px;
  }
  .concept .concept_banner_info .textLink_right {
    margin-top: 10px;
  }
  .concept .concept_banner_info .blockA {
    margin-top: 70px;
  }
  .concept .concept_banner_info .cottonbelt {
    margin-top: 70px;
  }
  .concept .concept_banner_info .btnBlock {
    margin-top: 74px;
    margin-bottom: 74px;
  }
  .concept .concept_banner_info .blockImage_image1 {
    margin-top: 69px;
  }
  .concept .concept_banner_info .blockImage_image2 {
    margin-top: 34px;
  }
  .concept .concept_banner_info .blockImage_image3 {
    margin-top: 64px;
    margin-bottom: 75px;
  }
  .concept .text-washCount {
    font-size: 1.6rem;
    bottom: 8px;
    left: 173px;
  }
  .concept .text-washCount-large {
    font-size: 6.8rem;
    margin-left: 5px;
  }
  .concept .text-washCount-small {
    font-size: 2.2rem;
  }
  .concept .btn_kodawari_title {
    font-size: 2.9rem;
    line-height: 3.2rem;
    margin-top: 29px;
    margin-left: -10px;
  }
  .concept .btn_kodawari_title span {
    padding-left: 20px;
  }
  .concept .btn_kodawari_text {
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 8px;
  }
  .concept .btn_kodawari_icon {
    width: 81px;
    height: 65px;
  }
  .concept .info-cotton {
    max-width: 1360px;
    min-width: 1040px;
    margin: 0 auto;
  }
  .concept .icon_cotton_usa {
    right: 0;
    top: 24px;
    width: 81px;
    height: 65px;
  }
  .concept .list_middle_images {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 17px;
  }
  .concept .list_middle_images li {
    width: 25%;
    text-align: center;
  }
  .concept .list_middle_images .middle_text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .concept .list_middle_images .middle_images {
    width: 187px;
    height: 177px;
  }
  .concept .blockA .leadText {
    padding-top: 33px;
    margin-top: 0;
    text-align: left;
  }
  .concept .blockA_content {
    margin-bottom: 12px;
    overflow: hidden;
  }
  .concept .blockA_content .leadText {
    padding-top: 23px;
  }
  .concept .blockA_content .textLink_right {
    margin-top: 20px;
  }
  .concept .blockA_content .textB {
    margin-top: 24px;
  }
  .concept .blockA_content_img {
    float: left;
    width: 340px;
    margin-right: 22px;
    margin-top: 28px;
  }
  .concept .blockA_content_text {
    float: right;
    width: 498px;
  }
  .concept .blockA_image_art {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/art_dye.png");
    width: 844px;
    height: 173px;
    margin-top: 18px;
    margin-bottom: -8px;
  }
  .concept .blockB .concept_title {
    margin-bottom: 12px;
    padding-top: 40px;
  }
  .concept .blockB .textA {
    margin-bottom: 17px;
    margin-top: 11px;
  }
  .concept .cottonbelt {
    background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/bg-image.jpg") no-repeat 0 bottom;
    background-size: cover;
    min-height: 310px;
    padding: 34px 30px;
    border: 1px solid #c5c5c5;
  }
  .concept .cottonbelt .leadText {
    padding-top: 13px;
    line-height: 3rem;
  }
  .concept .cottonbelt_content {
    width: 430px;
    float: left;
  }
  .concept .cottonbelt_image {
    background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/usa_cottonAcres.jpg") no-repeat;
    background-size: cover;
    width: 326px;
    height: 201px;
    float: right;
    margin-top: 6px;
    margin-right: 4px;
  }
  .concept .block2Image {
    margin-left: -27px;
    margin-right: -27px;
  }
  .concept .block2Image_image {
    padding: 0 27px;
    margin-top: 69px;
  }
  .concept .block2Image_image span {
    height: 280px;
  }
  .concept .blockImage_image {
    background-size: cover;
  }
  .concept .blockImage_image1 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/flow-fullopened.jpg");
    height: 1075px;
    width: 784px;
  }
  .concept .blockImage_image2 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/sew_crewTShirts.jpg");
    height: 610px;
    width: 842px;
  }
  .concept .blockImage_image2_en {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/sew_crewTShirts_en.jpg");
  }
  .concept .blockImage_image3 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/sew_raglanCrewSweat.jpg");
    height: 709px;
    width: 860px;
  }
  .concept .blockImage_image3_en {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/pc/sew_raglanCrewSweat_en.jpg");
  }
  .concept .textA {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .concept .m-bottom-70 {
    margin-bottom: 70px;
  }
  .concept .concept_reactive_dye .blockA {
    margin-top: 48px;
  }
  .concept .list_pigment_dye {
    margin-top: 50px;
  }
  .concept .list_pigment_dye_image {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/pc/pigment_dye_list.jpg");
    width: 100%;
    height: 146px;
  }
  .concept .list_pigment_dye_text {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .concept .slide_pigment_dye {
    margin-top: 43px;
  }
  .concept .slide_indigo_dye {
    margin-top: 55px;
  }
  .concept .slide_simplyscroll .leadText {
    padding-top: 22px;
  }
  .concept .simply-scroll-clip {
    height: 280px;
  }
  .concept .simplyscroll_image {
    height: 280px;
    width: 402px;
  }
  .concept .simplyscroll_item {
    width: 1608px;
  }
  .concept .flow-full {
    height: 280px;
    width: 100%;
  }
  .concept .concept_border .blockA {
    margin-top: 0;
    padding-top: 40px;
  }
  .concept .blockA_new .leadText {
    padding-top: 5px;
  }
  .concept .icon_french_terry {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #footer,
  #header {
    display: none;
  }
  #main_container,
  #makebanner,
  #wrapper {
    width: 100%;
  }
  .header_sp {
    padding: 10px 0;
    text-align: center;
    background: #fff;
  }
  .header_sp_text {
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .footer_sp .footer_nav {
    text-align: center;
    background: #b2b2b2;
    padding: 10px 0;
  }
  .footer_sp .footer_nav-link {
    font-size: 1rem;
    display: inline;
    padding: 0 4px;
  }
  .footer_sp .footer_nav a {
    color: #fff;
  }
  .footer_sp .copyright {
    font-size: 10px;
    padding: 13px 0;
    color: #b2b2b2;
    text-align: center;
  }
  .concept .content {
    padding: 0 30px;
  }
  .concept .leadText {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .concept .btn {
    width: 100%;
  }
  .concept .btn:hover {
    opacity: 1;
  }
  .concept .concept_top {
    left: 30px;
    padding-right: 30px;
    top: 30px;
  }
  .concept .concept_top_title {
    font-size: 3.0rem;
  }
  .concept .concept_top_lead {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-top: 20px;
  }
  .concept .concept_top_text {
    margin-top: 16px;
    line-height: 2.2rem;
  }
  .concept .concept_language {
    margin-top: 15px;
  }
  .concept .mainSlider {
    padding-left: 88px;
  }
  .concept .mainSlider_item {
    margin-right: -30px;
    position: relative;
    height: 454px;
  }
  .concept .mainSlider_item_inner {
    background: #ebebeb no-repeat -295px bottom;
    background-size: 768px 454px;
    height: 454px;
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner1 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/main-wash1.png");
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner10 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/main-wash10.png");
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner20 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/main-wash20.png");
  }
  .concept .mainSlider_item_inner.mainSlider_item_inner30 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/main-wash30.png");
  }
  .concept .concept_kodawari {
    margin-top: 21px;
  }
  .concept .concept_kodawari .leadText {
    line-height: 2.2rem;
  }
  .concept .concept_title {
    text-align: center;
  }
  .concept .concept_title .leadText {
    margin-top: 14px;
    text-align: left;
  }
  .concept .concept_title_main {
    font-size: 2.2rem;
    padding-top: 25px;
  }
  .concept .concept_title_main span {
    line-height: 3.0rem;
  }
  .concept .concept_title_main-small {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .concept .concept_title_main-medium {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .concept .concept_title_sub {
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-top: 25px;
  }
  .concept .concept_banner .concept_title {
    height: 230px;
  }
  .concept .concept_banner .concept_title_sub {
    margin-top: 5px;
  }
  .concept .concept_banner .concept_language_banner {
    bottom: 10px;
  }
  .concept .concept_banner {
    background-position: center center;
    background-size: 768px 230px;
    height: 230px;
    width: 100%;
  }
  .concept .concept_banner.banner-material {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/vis_material.jpg");
  }
  .concept .concept_banner.banner-fabric {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/vis_fabric.jpg");
  }
  .concept .concept_banner.banner-pattern {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/vis_pattern.jpg");
  }
  .concept .concept_banner.banner-saw {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/vis_saw.jpg");
  }
  .concept .concept_banner.banner-dye {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/vis_dye.jpg");
  }
  .concept .concept_banner.banner-dyelist {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/sp/vis_dyelist.jpg");
  }
  .concept .concept_banner.banner-fabriclist {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/fabric/sp/vis_fabric.jpg");
  }
  .concept .text-washCount {
    font-size: 1.4rem;
    bottom: 8px;
    left: -38px;
  }
  .concept .text-washCount-large {
    font-size: 3.6rem;
    margin-left: 10px;
  }
  .concept .text-washCount-small {
    font-size: 1.7rem;
  }
  .concept .btn_kodawari_icon {
    width: 60px;
    height: 48px;
  }
  .concept .list_btn_kodawari {
    margin: 26px -10px 0;
  }
  .concept .list_btn_kodawari li {
    margin: 0 0 20px;
    width: 50%;
    padding: 0 10px;
  }
  .concept .list_btn_kodawari a {
    height: 168px;
  }
  .concept .btn_kodawari_title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-top: 12px;
    padding: 0 10px;
    margin-left: -10px;
  }
  .concept .btn_kodawari_title span {
    padding-left: 0;
    display: inline-block;
  }
  .concept .btn_kodawari_title span:before {
    -ms-transform: none;
        transform: none;
    top: -3px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .concept .icon_cotton_usa {
    right: 20px;
    top: 20px;
    width: 75px;
    height: 60px;
  }
  .concept .btn_kodawari_text {
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
  }
  .concept .info-foundation {
    margin-top: 27px;
    background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/bg-usa_flag.png") no-repeat;
    background-size: cover;
    min-height: 571px;
    padding-bottom: 30px;
  }
  .concept .info-foundation .concept_title_main-small {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .concept .blockB .concept_title {
    margin-bottom: 12px;
    padding-top: 27px;
  }
  .concept .blockB .textA {
    margin-top: 8px;
  }
  .concept .textA {
    font-size: 1.6rem;
    line-height: 2.9rem;
  }
  .concept .concept_banner_info {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .concept .concept_banner_info .content {
    padding: 0;
  }
  .concept .concept_banner_info .leadText {
    padding-top: 35px;
  }
  .concept .concept_banner_info .textLink_right {
    margin-top: 24px;
  }
  .concept .concept_banner_info .blockA {
    margin-top: 38px;
  }
  .concept .concept_banner_info .cottonbelt {
    margin-top: 37px;
  }
  .concept .concept_banner_info .btnBlock {
    margin: 40px 0;
  }
  .concept .concept_banner_info .blockImage_image1 {
    margin-top: 35px;
  }
  .concept .concept_banner_info .blockImage_image2 {
    margin-top: 16px;
  }
  .concept .concept_banner_info .blockImage_image3 {
    margin-top: 35px;
    margin-bottom: 70px;
  }
  .concept .textLink_back {
    margin-top: 9px;
    margin-left: -10px;
  }
  .concept .list_middle_images {
    margin-top: 10px;
    margin-bottom: -14px;
  }
  .concept .list_middle_images li {
    width: 50%;
    margin-bottom: 14px;
    padding-right: 40px;
  }
  .concept .list_middle_images li .middle_images {
    height: 120px;
    width: 100%;
    margin-top: 30px;
  }
  .concept .list_middle_images li:after {
    right: 5px;
  }
  .concept .list_middle_images .middle_text {
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    bottom: 124px;
    text-align: center;
    width: 100%;
    padding-right: 40px;
  }
  .concept .blockA .leadText {
    padding-top: 20px;
    margin-top: 0;
    text-align: left;
  }
  .concept .blockA .concept_title {
    text-align: left;
  }
  .concept .blockA .textLink_right .textLink {
    margin-top: -9px;
    margin-bottom: -9px;
  }
  .concept .blockA_image {
    margin: 18px auto -7px;
    width: 260px;
  }
  .concept .blockA_image_reactive {
    height: 201px;
  }
  .concept .blockA_image_pigment {
    height: 199px;
  }
  .concept .blockA_image_twice {
    height: 210px;
  }
  .concept .blockA_image_yarn {
    height: 194px;
  }
  .concept .blockA_image_indigo {
    height: 209px;
  }
  .concept .blockA_image_55j {
    height: 128px;
  }
  .concept .blockA_image_55j_1 {
    height: 128px;
  }
  .concept .blockA_image_55t {
    height: 129px;
  }
  .concept .blockA_image_9hj {
    height: 128px;
  }
  .concept .blockA_image_6t {
    height: 128px;
  }
  .concept .blockA_image_9ft {
    height: 156px;
  }
  .concept .blockA_image_13ft {
    height: 156px;
  }
  .concept .blockA_image_9nbf {
    height: 157px;
  }
  .concept .blockA_image_6p {
    height: 128px;
  }
  .concept .blockA_image_dp {
    height: 128px;
  }
  .concept .blockA_image_b {
    height: 138px;
  }
  .concept .blockA_image_velour {
    height: 138px;
  }
  .concept .blockA_image_velourpile {
    height: 157px;
  }
  .concept .blockA_image_superfleece {
    height: 157px;
  }
  .concept .blockA_image_bisonpile {
    height: 157px;
  }
  .concept .blockA_image_seersucker {
    height: 157px;
  }
  .concept .blockA_image_lightterry {
    height: 157px;
  }
  .concept .blockA_image_paddedjersey {
    height: 157px;
  }
  .concept .blockA_image_kodensipadded {
    height: 157px;
  }
  .concept .blockA_image_kodensipaddedinfo {
    height: 315px;
  }
  .concept .blockA_image_kodenshiquilt {
    height: 157px;
  }
  .concept .blockA_image_honeycombthermal {
    height: 157px;
  }
  .concept .blockA_image_organicjersey {
    height: 315px;
  }
  .concept .blockA_image_quickdryjersey {
    height: 315px;
  }
  .concept .blockA_image_ribknit {
    height: 157px;
  }
  .concept .blockA_image_art {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/sp/art_dye.png");
    height: 391px;
  }
  .concept .list_pigment_dye {
    margin-bottom: 32px;
  }
  .concept .list_pigment_dye_image {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/dye/sp/pigment_dye_list.jpg");
    width: 100%;
    height: 60px;
    background-size: 100% 60px;
    margin-top: 30px;
  }
  .concept .list_pigment_dye_text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .concept .list_pigment_dye_text span {
    margin-left: 3px;
  }
  .concept .cottonbelt {
    background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/bg-image.jpg") no-repeat 0 bottom;
    background-size: cover;
    padding: 20px 25px;
    border: 1px solid #c5c5c5;
  }
  .concept .cottonbelt .leadText {
    padding-top: 5px;
  }
  .concept .cottonbelt_image {
    background: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/usa_cottonAcres.png") no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 303px;
    height: 184px;
    margin: 25px auto;
    display: block;
  }
  .concept .info-cotton .concept_title {
    padding-top: 33px;
    margin-bottom: 0;
  }
  .concept .block2Image {
    margin-right: -30px;
    margin-left: -30px;
  }
  .concept .block2Image_image {
    margin-top: 35px;
  }
  .concept .block2Image_image span {
    height: 146px;
  }
  .concept .blockImage_image {
    background-size: auto 100%;
    background-position: center;
    margin-right: -30px;
    margin-left: -30px;
  }
  .concept .blockImage_image1 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/flow-fullopened.jpg");
    height: 945px;
  }
  .concept .blockImage_image2 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/sew_crewTShirts.jpg");
    height: 420px;
  }
  .concept .blockImage_image2_en {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/sew_crewTShirts_en.jpg");
  }
  .concept .blockImage_image3 {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/sew_raglanCrewSweat.jpg");
    height: 387px;
  }
  .concept .blockImage_image3_en {
    background-image: url("https://gigaplus.makeshop.jp/begood/static2017/images/concept/sp/sew_raglanCrewSweat_en.jpg");
  }
  .concept .concept_reactive_dye .blockA {
    margin-top: 20px;
  }
  .concept .blockA_content .textB {
    margin-top: 25px;
  }
  .concept .concept_border .blockA {
    margin-top: 0;
    padding-top: 40px;
  }
  .concept .blockA_new .leadText {
    padding-top: 11px;
  }
  .concept .blockA_new.border-top-none {
    padding-top: 20px;
  }
  .concept .concept_fabriclist .concept_banner_info {
    padding: 0;
  }
  .concept .concept_fabriclist .blockA {
    padding-left: 30px;
    padding-right: 30px;
  }
  .concept .concept_fabriclist .btnBlock {
    padding: 0 30px;
  }
  .concept .icon_french_terry {
    display: block;
    margin: 20px auto 5px;
  }
  .concept .slide_simplyscroll {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 28px;
  }
  .concept .slide_simplyscroll .leadText {
    padding: 22px 30px 0;
  }
  .concept .simply-scroll {
    width: 320px;
  }
  .concept .simply-scroll-clip {
    height: 138px;
  }
  .concept .simplyscroll_image {
    width: 201px;
    height: 138px;
  }
  .concept .simplyscroll_item {
    width: 804px;
  }
  .concept .flow-full {
    height: 141px;
    width: 100%;
  }
}