@charset "UTF-8";
@font-face {
  font-family: "Kozuka Gothic Pr6N M Medium";
  src: url("../../assets/font/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: "Adobe Garamond Pro Regular";
  src: url("../../assets/font/AGaramondPro-Regular.otf");
}

@media screen and (min-width: 1181px) {
  .link_content {
    font-family: "Kozuka Gothic Pr6N M Medium", serif;
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-size: 12pt;
  }

  .images {
    display: flex;
    justify-content: space-between;
  }

  .link {
    text-align: center;
  }

  .link img{
    width: 100%;
    height: auto;
  }

  .flagship_link {
    width: calc(100% / 7);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2%;
  }

  .flagship_link p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .premium_link {
    width: calc(100% / 7 * 3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2%;
  }

  .premium_link p {
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .kinnnofusa {
    margin-top: 23px;
    margin-bottom: 6px;
    text-align: center;
  }

  .basic_link {
    width: calc(100% / 7 * 2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2%;
  }

  .basic_link p {
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .yunifuruti {
    margin-top: 26px;
    margin-bottom: 6px;
  }

  .collabo_link {
    width: calc(100% / 7);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .collabo_link p {
    margin-top: 18px;
    margin-bottom: 14px;
  }

  .link_content button {
    height: 30px;
    width: 95%;
    color: #fff;
    text-align: center;
  }

  .button-box {
    text-align: center;
  }

  .flagship-button {
    border: 1px solid #f01404;
    background-color: #f01404;
  }

  .premium-button {
    border: 1px solid #d8942c;
    background-color: #d8942c;
  }

  .basic-button {
    border: 1px solid #48a4d4;
    background-color: #48a4d4;
  }

  .collabo-button {
    border: 1px solid #78a4a4;
    background-color: #78a4a4;
  }
}
@media screen and (min-width: 900px){
  .link img{
    width: 90px;
    height: auto;
  }
}

@media screen and (min-width: 751px){
  .link img{
    width: 70px;
    height: auto;
  }
  .sp-link_content {
    font-family: "Kozuka Gothic Pr6N M Medium", serif;
    width: 100%;
    font-size: 12pt;
    margin-left: 130px;
    display: flex;
    justify-content: flex-start;
  }

  .images {
    display: flex;
    justify-content: space-between;
  }

  .sp-link {
    text-align: center;
    width: 12%;
    height: 250px;
    float: left;
  }

  .flagship_link {
    width: calc(100% / 7);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 3%;
  }

  .flagship-button{
    background: #E71F10;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 2px 0;
  }

  .premium-button{
    background: #D59234;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 2px 0;
  }

  .basic-button{
    background: #009EFF;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 2px 0;
  }

  .collabo-button{
    background: #78A0A0;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 2px 0;
  }

  .flagship_link p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .premium_link {
    width: calc(100% / 7 * 3);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    margin-right: 3%;
  }

  .premium_link p {
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .kinnnofusa {
    margin-top: 23px;
    margin-bottom: 6px;
    text-align: center;
  }

  .basic_link {
    width: calc(100% / 7 * 2);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    margin-right: 3%;
  }

  .basic_link p {
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .yunifuruti {
    margin-top: 26px;
    margin-bottom: 6px;
  }

  .collabo_link {
    width: calc(100% / 7);
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .collabo_link p {
    margin-top: 18px;
    margin-bottom: 14px;
  }

  .kodawarich_link_title {
    margin-top: 15px;
  }

  .saikouhou_link_title {
    margin-top: 15px;
  }

  .gohoubi_link_title {
    margin-top: 20px;
  }

  .yasasisa_link_title {
    margin-top: 20px;
  }

  .siawase_link_title {
    margin-top: 20px;
  }
}

@media screen and (min-width: 900px){
  .link img{
    width: 80px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .link img{
    width: 100%;
    height: auto;
  }
  .sp-link_content {
    font-family: "Kozuka Gothic Pr6N M Medium", serif;
    width: 100%;
    font-size: 12pt;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .images {
    display: flex;
    justify-content: space-between;
  }

  .sp-link {
    text-align: center;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 5%;
  }

  .sp-link img{
    width: 120px;
    height: 150px;
  }

  .flagship_link {
    width: calc(100% / 7);
    text-align: center;
  }

  .flagship_link p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .premium_link {
    width: calc(100% / 7 * 3);
    text-align: center;
  }

  .premium_link p {
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .kinnnofusa {
    margin-top: 23px;
    margin-bottom: 6px;
    text-align: center;
  }

  .basic_link {
    width: calc(100% / 7 * 2);
    text-align: center;
  }

  .basic-button{
    background: #009EFF;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 2px 0;
  }

  .basic_link p {
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .yunifuruti {
    margin-top: 26px;
    margin-bottom: 6px;
  }

  .collabo_link {
    width: calc(100% / 7);
    text-align: center;
  }

  .collabo-button{
    background: #78A0A0;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 2px 0;
  }

  .collabo_link p {
    margin-top: 18px;
    margin-bottom: 14px;
  }

  .kodawarich_link_title {
    margin-top: 15px;
  }

  .saikouhou_link_title {
    margin-top: 15px;
  }

  .gohoubi_link_title {
    margin-top: 20px;
  }

  .yasasisa_link_title {
    margin-top: 20px;
  }

  .siawase_link_title {
    margin-top: 20px;
  }
}
