@charset "UTF-8";


#cottonUSA .youtube:before{
  padding-top: 75%;
}

#cottonUSA img{
  margin-bottom: 3em;
}

img.miniimage { display: none; } 

@media (min-width: 777px) {
  img.miniimage { display: none; }  /* miniを非表示 */
  img.bigimage  { display: block; } /* bigを表示 */
}

@media (max-width: 776px) {
  img.miniimage { display: block; } /* miniを表示 */
  img.bigimage  { display: none; }  /* bigを非表示 */
}
.resizeimage img { width: 100%; }   /* ※2 */

#cottonUSA h1 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing : -3px;
}

h1:before {
  content: '';
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 420px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
@media screen and (max-width:991px){
  #cottonUSA h1 {
    font-size: 2.8rem;
 }
}
@media screen and (max-width:991px){
  #cottonUSA h1:before{
    width: 350px;
 }
}
@media screen and (max-width:776px){
  #cottonUSA h1 {
    font-size: 2.4rem;
 }
}
@media screen and (max-width:776px){
  #cottonUSA h1:before{
    width: 300px;
 }
}

.cottonUSA .cottonUSA_heading {
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width:991px){
  .cottonUSA .cottonUSA_heading {
   font-size: 1.4rem;
 }
}

.cottonUSA .cottonUSA_text {
  text-align: center;
  font-size: 1.6rem;    
  font-weight: 500;
  line-height: 1.5;
  padding-right: 40px;
  padding-left: 40px;
  line-height: 2em;
  margin-bottom: 3em;
 
}

.cottonUSA .cottonUSA_text p {
  display: inline-block;
  text-align: left;
  
}
@media screen and (max-width:991px){
  .cottonUSA .cottonUSA_text {
   font-size: 1.4rem;
 }
}


.cottonUSA .ex1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
}
@media screen and (max-width:776px){
  .cottonUSA .ex1 {
    flex-wrap: wrap;
    padding-right: 40px;
    padding-left: 40px;
  }
}  


.cottonUSA .ex1 div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;

}
@media screen and (max-width:776px){
  .cottonUSA .ex1 div {
    width: 28%;
    
  }
}  

#cottonUSA h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:991px){
  #cottonUSA h2 {
   font-size: 2.2rem;
  }    
}
@media screen and (max-width:776px){
  #cottonUSA h2 {
   font-size: 2.0rem;
  }    
}

#cottonUSA .item_block {
  max-width: 100%;
  margin: auto;
}
#cottonUSA .item_block > div {
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content: flex-start;
  align-content: stretch;
}  
@media screen and (max-width:776px){
  #cottonUSA .item_block > div {
    display: block;
  }
} 

#cottonUSA .item_block .img_txt {
  width: 45%;
  margin-left: 2%;
  margin-right: 2%;
}

@media screen and (max-width:776px){
  #cottonUSA .item_block .img_txt {
    width: 95%;
  }
} 
#cottonUSA .img_txt .item_img {
  margin:2.5em 0 0.5em ;
}

#cottonUSA .img_txt .item_txt {
  font-size: 2.6rem;
  font-weight: 600;
  margin:1.0em 0 -0.5em;
  text-align: center;
}
#cottonUSA .img_txt .item_txt2 {
  font-size: 1.6rem;
  margin:-20px 0 2.5em;
}
.cottonUSA .cottonUSA_text3 {
  text-align: center;
  font-size: 1.8rem;    
  font-weight: 500;
  line-height: 1.5;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 2em;
  margin-bottom: 3em;
}
@media screen and (max-width:991px){
  .cottonUSA .cottonUSA_text3 {
    font-size: 1.6rem; 
  }
}    

.cottonUSA .cottonUSA_text2 {
  text-align: center;
  font-size: 1.6rem;    
  font-weight: 600;
  line-height: 1.5;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 2em;
  margin-top: -3.5em;
  margin-bottom: 3em;
  color: rgb(53, 149, 194);
}

@media screen and (max-width:991px){
  .cottonUSA .cottonUSA_text2 {
    font-size: 1.4rem; 
  }
}    

#cottonUSA .color_block {
  max-width: 85%;
  margin: auto;
}
#cottonUSA .color_block > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  margin-bottom: 4em;
}
#cottonUSA .color_img {
  width: 29%;
  height: auto;
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
} 
#cottonUSA .item  {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 3.0rem auto 3rem;
 
  border-radius: 10px;
  padding: 2.0rem;
  width: 95%;
  max-width: 800px;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 1.6rem;
}
#cottonUSA  .item  .item2 {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.0em;
}

#cottonUSA .item   .item2 > span {
  margin-top: auto;
}
#cottonUSA .item   .item2 a.rakuten {
  background: #bf0000;
  border: solid 2px #bf0000;
}

#cottonUSA .item  .item2 a {
  display: block;
  margin: 1.0rem auto 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1.0rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .2s ease;
}
#cottonUSA .item .item2 a.yahoo {
  background: #f86601;
  border: solid 2px #f86601;
}
#cottonUSA h5 {
  font-feature-settings: "palt";
    margin: 1.0em 0 0.75em;
    font-size: 2.8rem;
    line-height: 1.2;
}
@media screen and (max-width: 991px) {
  #cottonUSA  .item  .item2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
  }
}