@charset "UTF-8";
/* -----------------------------------------------------------------------
## メールマガジン解除ページ ######################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## メールマガジン登録・解除ページ ######################################
----------------------------------------------------------------------- */
.mm-section form + .cmn-submitBtns {
  display: none; }


.mailmag-title{
    margin: 40px 0 30px;
}

.mailmag-haishin-title{
    background: #711717;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.mailmag-haishin-title:after{
    content:"";
    border: solid transparent;
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#711717;
    top:100%;
    left:50%;
}

.mailmag-naiyou {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mailmag-naiyou li{
    width: 230px;
    text-align: center;
    color: #711717;
    font-size: 16px;
    font-weight: 700;
    padding-top: 110px;
}


.mailmag-naiyou-campaign{
    background: url(../img/mailmagazine/icon01.svg) no-repeat center 15px;
}

.mailmag-naiyou-news{
    background: url(../img/mailmagazine/icon02.svg) no-repeat top;
}

.mailmag-naiyou-recipe{
    background: url(../img/mailmagazine/icon03.svg) no-repeat top;
}

.mailmag-formBox{
    background: #f5f5f5;
    padding: 40px;
    text-align: center;
}

.mailmag-formBox-title{
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.mailmag-formBox-inner{
    display: inline-flex;
}

.mailmag-formBox-inner input{
    box-sizing: border-box;
    border: none;
    padding: 10px 10px 10px 40px;
    background: #fff;
    box-shadow: none;
    height: 60px;
    width: 400px;
    font-size: 16px;
    border-radius: 30px 0 0 30px;
    display: block;
}

.mailmag-formBox-inner button{
    position: relative;
    display: block;
    width: 110px;
    height: 60px;
    border: 0;
    border-radius: 1000px;
    text-align: center;
    background: #9e0605;
    color: #fff !important;
    font-weight: 700;
    font-size: 22px;
    -webkit-transition: all .1s 0s ease;
    transition: all .1s 0s ease;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}

@media screen and (max-width: 768px) {
.mailmag-title {
    margin: 20px 0 20px;
}

.mailmag-haishin-title {
    font-size: 12px;
}

.mailmag-naiyou {
    padding: 5px 0;
    display: block;
}

.mailmag-naiyou li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 14px;
    padding: 0 0 0 65px;
    background-size: 40px;
    box-sizing: border-box;
    text-align: left;
}

.mailmag-naiyou-campaign{
    background: url(../img/mailmagazine/icon01.svg) no-repeat 10px 15px;
    background-size: 40px;
}

.mailmag-naiyou-news{
    background: url(../img/mailmagazine/icon02.svg) no-repeat 10px 5px;
    background-size: 40px;
}

.mailmag-naiyou-recipe {
    background: url(../img/mailmagazine/icon03.svg) no-repeat 10px 10px;
    background-size: 40px;
}

.mailmag-formBox {
    padding: 22px;
}

.mailmag-formBox-inner input {
    box-sizing: border-box;
    padding: 10px 10px 10px 25px;
    box-shadow: none;
    height: 50px;
    width: 80%;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    display: block;
    -webkit-appearance: none;
}

.mailmag-formBox-inner button {
    width: 20%;
    height: 50px;
    border: 0;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
    -webkit-appearance: none;
}

.mailmag-formBox-title {
    padding-bottom: 15px;
    font-size: 12px;
}
}



/* ################# エラーメッセージ ################# */
.mm-errorMsg,
.mm-infoMsg {}

.mm-errorMsg{
    color: #9e0605;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    border: 1px solid;
    margin-bottom: 20px;
    background: #ffeded;
}

.mm-infoMsg {
    padding-top: 40px;
}

.mm-errorMsg_icon,
.mm-infoMsg_icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 36px;
  height: 36px;
  margin: auto;
  text-align: center; }

.mm-infoMsg + form {
  display: none; }

.mm-section .mm-infoMsg + form + .cmn-submitBtns {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex; }


@media screen and (max-width: 768px) {
  /* ################# エラーメッセージ ################# */
  .mm-errorMsg {
    margin: 19px 0;
    padding-left: 45px;
    font-size: 1.4rem; }
  .mm-errorMsg_icon {
    left: 0; } }
