@charset "UTF-8";
/*---------------------------------------------
  LP-チャート用
----------------------------------------------*/
.container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.container p {
  color: #000000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.itembox {
  display: flex;
  flex-wrap: nowrap;
  border: solid 1px #3A3A3A;
  background-color: #FFFFFF;
  margin: 2% 0;
  align-items: center;
}
.column {
  width: 33%;
  padding: 2%;
  font-size: 1rem;
}

.column_l {
  width: 40%;
  padding: 2%;
  font-size: 1rem;
  margin-top: auto;
  text-align: center;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: auto;
}

.space {
  margin: 2% 5%;
}

.back-img_1 {
  background-image: url(https://bestwine.itembox.design/item/page/lp/background-img_06.png);
  background-size: cover;
}

.back-img_2 {
  background-image: url(https://bestwine.itembox.design/item/page/lp/background-img_09.png);
  background-size: cover;
  padding: 2% 0;
}
.back-img_3 {
  background-image: url(https://bestwine.itembox.design/item/page/lp/background-img_04.png);
  background-size: cover;
  padding: 2% 0;
}
.back-img_4 {
  background-image: url(https://bestwine.itembox.design/item/page/lp/background-img_05.png);
  background-size: cover;
  padding: 2% 0;
}
.back-img_5 {
  background-image: url(https://bestwine.itembox.design/item/page/lp/background-img_01.png);
  background-size: cover;
  padding: 2% 0;
}
.back-img_6 {
  background-image: url(https://bestwine.itembox.design/item/page/lp/background-img_02.png);
  background-size: cover;
  padding: 2% 0;
}
.back-img_7 {
  background-image: url(https://bestwine.itembox.design/item/page/lp/background-img_07.png);
  background-size: cover;
  padding: 2% 0;
}

.button_1 {
    border-radius: 5px;
    display: block;
    width: 200px;
    padding: 1%;
    box-sizing: border-box;
    background: #ad0101;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 1% 0;
    font-size: 3rem;
    font-weight: bold;
}
.button_2 {
    border-radius: 5px;
    display: block;
    width: 200px;
    padding: 1%;
    box-sizing: border-box;
    background: #d01066;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 1% 0;
    font-size: 3rem;
    font-weight: bold;
}
.button_3 {
    border-radius: 5px;
    display: block;
    width: 200px;
    padding: 1%;
    box-sizing: border-box;
    background: #DBA766;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 1% 0;
    font-size: 3rem;
    font-weight: bold;
}
.button_4 {
    border-radius: 5px;
    display: block;
    width: 200px;
    padding: 1%;
    box-sizing: border-box;
    background: #CC5151;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 1% 0;
    font-size: 3rem;
    font-weight: bold;
}

.title_1 {

    padding-left: 30px;
    line-height: 30px;
    background: url(https://bestwine.itembox.design/item/page/lp/item-img/usa-flag.jpg) no-repeat;
    background-size: 50px;
    text-indent: 3rem;
}

.title_2 {

    padding-left: 30px;
    line-height: 30px;
    background: url(https://bestwine.itembox.design/item/page/lp/item-img/france-flag.jpg) no-repeat;
    background-size: 50px;
    text-indent: 3rem;
}
.title_3 {

    padding-left: 30px;
    line-height: 30px;
    background: url(https://bestwine.itembox.design/item/page/lp/item-img/spain-flag.jpg) no-repeat;
    background-size: 50px;
    text-indent: 2rem;
}

.textbox {
  border: solid 1px #3A3A3A;
  padding: 2%;
  margin: 0 2% 0 0;
  text-align: center;
}

.box {
  display: flex;
}

.text-line dd{
  margin-left: 0;
}

button img:hover {
  opacity: 0.6;
}

@media (max-width: 960px) {
.itembox {
  display: block;
  flex-wrap: nowrap;
  border: solid 1px #3A3A3A;
  background-color: #FFFFFF;
  margin: 2% 0;
  padding: 2%;
}
.container {
  font-size: 1.5rem;
  line-height: 3rem;
}
.container p {
  color: #000000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
  .column {
  width: 100%;
  padding: 0;
  flex-direction: column;
  font-size: 1.5rem;
}

.column_l {
  width: 100%;
  padding: 2%;
  flex-direction: column;
  margin-top: auto;
  font-size: 1.5rem;
}
img {
  display: block;
  border: 0;
  padding: 0;
  margin: auto;
  width: 100%;
}
.button_1 {
    line-height: 4rem;
}
.button_2 {
    line-height: 4rem;
}
.button_3 {
    line-height: 4rem;
}
.button_4 {
    line-height: 4rem;
}
}