﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* -------------------------
 ヘッダパーツ
------------------------- */
.ModuleSet_Standard_4313 {
    background: url(../../../Images/bg_pattern_02.png);
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 1260px;
}

#HeaderPane .ModuleSet_Standard_4313 .ModuleReference {
    width: 100%;
    position: relative;
}

.ModuleSet_Standard_4313 .wave_set {
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(../../../Images/wave.png);
    background-repeat: repeat-x;
    background-size: 502px 50px;
    animation-name: wave;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 2;
    bottom: 0px;
}

@keyframes wave {
  0% {
    background-position: 0 bottom;
  }

  100% {
    background-position: 502px bottom;
  }
}

.ModuleSet_Standard_4313 .SetContentPane, .ModuleSet_Standard_4313 .SetRightPane {
    position: relative;
    z-index: 1;
}

.ModuleSet_Standard_4313 .SetContentPane {
    width: 100%;
}

.ModuleSet_Standard_4313 .SetRightPane {
    display: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* -------------------------
 ヘッダパーツ
------------------------- */
.ModuleSet_Standard_4313 {
    background: url(../../../Images/bg_pattern_02.png);
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#HeaderPane .ModuleSet_Standard_4313 .ModuleReference {
    width: 100%;
    position: relative;
    background: transparent;
}

.ModuleSet_Standard_4313 .wave_set {
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(../../../Images/wave.png);
    background-repeat: repeat-x;
    background-size: 502px 50px;
    animation-name: wave;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 2;
    bottom: -1px;
}

@keyframes wave {
  0% {
    background-position: 0 bottom;
  }

  100% {
    background-position: 502px bottom;
  }
}

.ModuleSet_Standard_4313 .SetContentPane, .ModuleSet_Standard_4313 .SetRightPane {
    position: relative;
    z-index: 1;
}

.ModuleSet_Standard_4313 .SetContentPane {
}

.ModuleSet_Standard_4313 .SetRightPane {
    padding: 50px 10px 60px !important;
    width: 300px;
}
}
